Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/CommunityServer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Bannov <alexey.bannov@onlyoffice.com>2020-02-27 11:19:51 +0300
committerGitHub <noreply@github.com>2020-02-27 11:19:51 +0300
commit43debc5e01567a1d21a8af19dfb74bf2befa3a02 (patch)
tree52c00580235b1a2e0182e922b45b7df46b3eb424
parent2a387343e63c731939dc3876024c68bde2dfb01d (diff)
parent709ba8fbaf4fbf0c905f8e2659d85fff52850738 (diff)
Merge pull request #207 from ONLYOFFICE/feature/copyright-2020
copyright 2020
-rw-r--r--common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Login/LoginAcceptedTests.cs2
-rw-r--r--common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Query/ParseTests.cs2
-rw-r--r--common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Utils/LdapHelperTests.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Data/LdapCertificateConfirmRequest.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Data/LdapLogin.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Data/LdapObject.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Data/LdapObjectExtension.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Expressions/Criteria.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Expressions/CriteriaType.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Expressions/Expression.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Expressions/Op.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/LdapConstants.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/LdapHelper.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/LdapNotifyConstants.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/LdapNotifyHelper.cs28
-rw-r--r--common/ASC.ActiveDirectory/Base/LdapNotifySource.cs28
-rw-r--r--common/ASC.ActiveDirectory/Base/LdapUserImporter.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Settings/LdapSettings.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Settings/LdapSettingsChecker.cs2
-rw-r--r--common/ASC.ActiveDirectory/Base/Settings/LdapSettingsStatus.cs2
-rw-r--r--common/ASC.ActiveDirectory/BuiltIn/SystemLdapHelper.cs2
-rw-r--r--common/ASC.ActiveDirectory/BuiltIn/SystemLdapSearcher.cs2
-rw-r--r--common/ASC.ActiveDirectory/BuiltIn/SystemLdapSettingsChecker.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChange.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeCollection.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeEnums.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/Data/LdapItemChange.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/LdapLocalization.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/LdapOperation.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/LdapOperationStatus.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/LdapOperationType.cs2
-rw-r--r--common/ASC.ActiveDirectory/ComplexOperations/LdapSaveSyncOperation.cs2
-rw-r--r--common/ASC.ActiveDirectory/LdapUserManager.cs2
-rw-r--r--common/ASC.ActiveDirectory/LdapUtils.cs2
-rw-r--r--common/ASC.ActiveDirectory/Novell/Data/NovellLdapObject.cs2
-rw-r--r--common/ASC.ActiveDirectory/Novell/Exceptions/NovellLdapTlsCertificateRequestedException.cs2
-rw-r--r--common/ASC.ActiveDirectory/Novell/Extensions/NovellLdapEntryExtension.cs2
-rw-r--r--common/ASC.ActiveDirectory/Novell/NovellLdapHelper.cs2
-rw-r--r--common/ASC.ActiveDirectory/Novell/NovellLdapSearcher.cs2
-rw-r--r--common/ASC.ActiveDirectory/Novell/NovellLdapSettingsChecker.cs2
-rw-r--r--common/ASC.ActiveDirectory/Novell/NovellLdapUserImporter.cs2
-rw-r--r--common/ASC.Common/Caching/AscCache.cs52
-rw-r--r--common/ASC.Common/Caching/CacheNotifyAction.cs2
-rw-r--r--common/ASC.Common/Caching/ICache.cs2
-rw-r--r--common/ASC.Common/Caching/ICacheNotify.cs2
-rw-r--r--common/ASC.Common/Caching/RedisCache.cs52
-rw-r--r--common/ASC.Common/Collections/CachedDictionaryBase.cs2
-rw-r--r--common/ASC.Common/Collections/HttpRequestDictionary.cs2
-rw-r--r--common/ASC.Common/Data/AdoProxy/DbCommandProxy.cs2
-rw-r--r--common/ASC.Common/Data/AdoProxy/DbConnectionProxy.cs2
-rw-r--r--common/ASC.Common/Data/AdoProxy/DbTransactionProxy.cs2
-rw-r--r--common/ASC.Common/Data/AdoProxy/EventArgs.cs2
-rw-r--r--common/ASC.Common/Data/AdoProxy/ExecuteHelper.cs2
-rw-r--r--common/ASC.Common/Data/AdoProxy/ProxyContext.cs2
-rw-r--r--common/ASC.Common/Data/DataExtensions.cs2
-rw-r--r--common/ASC.Common/Data/DbManager.cs2
-rw-r--r--common/ASC.Common/Data/DbNestedTransaction.cs2
-rw-r--r--common/ASC.Common/Data/DbRegistry.cs2
-rw-r--r--common/ASC.Common/Data/DbTransaction.cs2
-rw-r--r--common/ASC.Common/Data/IDbManager.cs2
-rw-r--r--common/ASC.Common/Data/MultiRegionalDbManager.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Dialects/MySQLDialect.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Dialects/SQLiteDialect.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Dialects/SqlDialect.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/AsExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/BetweenExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/EqColumnsExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/EqExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/ExistsExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/Exp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/IfExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/InExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/JunctionExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/LGtExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/LikeExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/SelectAgregate.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/SqlExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/Expressions/SumExp.cs2
-rw-r--r--common/ASC.Common/Data/Sql/ISqlDialect.cs2
-rw-r--r--common/ASC.Common/Data/Sql/ISqlInstruction.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlCreate.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlDebugView.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlDelete.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlIdentifier.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlInsert.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlInstructionDebuggerDisplay.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlQuery.cs2
-rw-r--r--common/ASC.Common/Data/Sql/SqlUpdate.cs2
-rw-r--r--common/ASC.Common/Data/StreamExtension.cs2
-rw-r--r--common/ASC.Common/Data/TempStream.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/AutofacConfigLoader.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/AutofacConfigurationSection.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/ComponentElement.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/ConfigurationElementCollection.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/ContainerElementCollection.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/DictionaryElementCollection.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/ListElementCollection.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/ListItemElement.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/NamedConfigurationElementCollection.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/ParameterElement.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/ParameterElementCollection.cs2
-rw-r--r--common/ASC.Common/DependencyInjection/TypeManipulation.cs2
-rw-r--r--common/ASC.Common/Geolocation/GeolocationHelper.cs2
-rw-r--r--common/ASC.Common/Geolocation/IPGeolocationInfo.cs2
-rw-r--r--common/ASC.Common/Logging/Log.cs52
-rw-r--r--common/ASC.Common/Logging/SelfCleaningAppender.cs2
-rw-r--r--common/ASC.Common/Logging/SelfCleaningTarget.cs2
-rw-r--r--common/ASC.Common/Logging/SpecialFolderPathConverter.cs2
-rw-r--r--common/ASC.Common/Module/BaseWcfClient.cs2
-rw-r--r--common/ASC.Common/Module/IServiceController.cs2
-rw-r--r--common/ASC.Common/Notify/AWSEmail.cs2
-rw-r--r--common/ASC.Common/Notify/Channels/ISenderChannel.cs2
-rw-r--r--common/ASC.Common/Notify/Channels/SenderChannel.cs2
-rw-r--r--common/ASC.Common/Notify/Context.cs2
-rw-r--r--common/ASC.Common/Notify/Cron/CronExpression.cs2
-rw-r--r--common/ASC.Common/Notify/Cron/ISet.cs2
-rw-r--r--common/ASC.Common/Notify/Cron/ISortedSet.cs2
-rw-r--r--common/ASC.Common/Notify/Cron/TreeSet.cs2
-rw-r--r--common/ASC.Common/Notify/Engine/DispatchEngine.cs2
-rw-r--r--common/ASC.Common/Notify/Engine/INotifyEngine.cs2
-rw-r--r--common/ASC.Common/Notify/Engine/InterceptorStorage.cs2
-rw-r--r--common/ASC.Common/Notify/Engine/NotifyEngine.cs2
-rw-r--r--common/ASC.Common/Notify/Engine/NotifyRequest.cs2
-rw-r--r--common/ASC.Common/Notify/Engine/SendInterceptorSkeleton.cs2
-rw-r--r--common/ASC.Common/Notify/Engine/SingleRecipientInterceptor.cs2
-rw-r--r--common/ASC.Common/Notify/INotifyClient.cs2
-rw-r--r--common/ASC.Common/Notify/INotifyRegistry.cs2
-rw-r--r--common/ASC.Common/Notify/INotifyService.cs2
-rw-r--r--common/ASC.Common/Notify/ISendInterceptor.cs2
-rw-r--r--common/ASC.Common/Notify/InitiatorInterceptor.cs2
-rw-r--r--common/ASC.Common/Notify/InterceptorLifetime.cs2
-rw-r--r--common/ASC.Common/Notify/InterceptorPlace.cs2
-rw-r--r--common/ASC.Common/Notify/Messages/INoticeMessage.cs2
-rw-r--r--common/ASC.Common/Notify/Messages/NoticeMessage.cs2
-rw-r--r--common/ASC.Common/Notify/Messages/NotifyMessage.cs2
-rw-r--r--common/ASC.Common/Notify/Messages/SendResponse.cs2
-rw-r--r--common/ASC.Common/Notify/Messages/SendResult.cs2
-rw-r--r--common/ASC.Common/Notify/Model/ConstActionProvider.cs2
-rw-r--r--common/ASC.Common/Notify/Model/IActionProvider.cs2
-rw-r--r--common/ASC.Common/Notify/Model/INotifyAction.cs2
-rw-r--r--common/ASC.Common/Notify/Model/INotifySource.cs2
-rw-r--r--common/ASC.Common/Notify/Model/ISubscriptionProvider.cs2
-rw-r--r--common/ASC.Common/Notify/Model/NotifyAction.cs2
-rw-r--r--common/ASC.Common/Notify/Model/NotifyClientImpl.cs2
-rw-r--r--common/ASC.Common/Notify/Model/TopSubscriptionProvider.cs2
-rw-r--r--common/ASC.Common/Notify/NotifyException.cs2
-rw-r--r--common/ASC.Common/Notify/NotifyResult.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/IPattern.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/IPatternFormatter.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/IPatternProvider.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/IPatternStyler.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/ITagValue.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/NVelocityPatternFormatter.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/Pattern.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/PatternFormatter.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/ReplacePatternFormatter.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/TagValue.cs2
-rw-r--r--common/ASC.Common/Notify/Patterns/XmlPatternProvider2.cs2
-rw-r--r--common/ASC.Common/Notify/Recipients/DirectRecipient.cs2
-rw-r--r--common/ASC.Common/Notify/Recipients/IDirectRecipient.cs2
-rw-r--r--common/ASC.Common/Notify/Recipients/IRecipient.cs2
-rw-r--r--common/ASC.Common/Notify/Recipients/IRecipientsGroup.cs2
-rw-r--r--common/ASC.Common/Notify/Recipients/IRecipientsProvider.cs2
-rw-r--r--common/ASC.Common/Notify/Recipients/RecipientsGroup.cs2
-rw-r--r--common/ASC.Common/Notify/Sinks/DispatchSink.cs2
-rw-r--r--common/ASC.Common/Notify/Sinks/ISink.cs2
-rw-r--r--common/ASC.Common/Notify/Sinks/Sink.cs2
-rw-r--r--common/ASC.Common/Security/AscRandom.cs2
-rw-r--r--common/ASC.Common/Security/Authentication/Account.cs2
-rw-r--r--common/ASC.Common/Security/Authentication/IAccount.cs2
-rw-r--r--common/ASC.Common/Security/Authentication/ISystemAccount.cs2
-rw-r--r--common/ASC.Common/Security/Authentication/IUserAccount.cs2
-rw-r--r--common/ASC.Common/Security/Authentication/SystemAccount.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/AuthorizingException.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/AzManager.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/AzObjectIdHelper.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/AzObjectSecurityProviderHelper.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Constants.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Domain/Ace.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Domain/AceType.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Domain/Action.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Domain/Role.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Interfaces/IAction.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Interfaces/IRole.cs2
-rw-r--r--common/ASC.Common/Security/Authorizing/Interfaces/ISubject.cs2
-rw-r--r--common/ASC.Common/Security/Cryptography/HashAlg.cs2
-rw-r--r--common/ASC.Common/Security/Cryptography/Hasher.cs2
-rw-r--r--common/ASC.Common/Security/Cryptography/InstanceCrypto.cs2
-rw-r--r--common/ASC.Common/Security/Cryptography/MachinePseudoKeys.cs2
-rw-r--r--common/ASC.Common/Security/IPermissionProvider.cs2
-rw-r--r--common/ASC.Common/Security/IPermissionResolver.cs2
-rw-r--r--common/ASC.Common/Security/IRoleProvider.cs2
-rw-r--r--common/ASC.Common/Security/ISecurityObject.cs2
-rw-r--r--common/ASC.Common/Security/ISecurityObjectId.cs2
-rw-r--r--common/ASC.Common/Security/ISecurityObjectProvider.cs2
-rw-r--r--common/ASC.Common/Security/SecurityCallContext.cs2
-rw-r--r--common/ASC.Common/Security/SecurityObjectId.cs2
-rw-r--r--common/ASC.Common/Tests/Data/DataTest.cs2
-rw-r--r--common/ASC.Common/Tests/Data/ExpTest.cs2
-rw-r--r--common/ASC.Common/Tests/Data/MultiRegionalDbTest.cs2
-rw-r--r--common/ASC.Common/Tests/Geolocation/GeolocationTest.cs2
-rw-r--r--common/ASC.Common/Tests/Logging/ConvertTest.cs2
-rw-r--r--common/ASC.Common/Tests/Logging/SpecialFolderPathConverterTest.cs2
-rw-r--r--common/ASC.Common/Tests/Notify/XmlPatternProvider2Test.cs2
-rw-r--r--common/ASC.Common/Tests/Security/Authorizing/AzManagerTest.cs2
-rw-r--r--common/ASC.Common/Tests/Security/Authorizing/Class1.cs2
-rw-r--r--common/ASC.Common/Tests/Security/Authorizing/Domain.cs2
-rw-r--r--common/ASC.Common/Tests/Security/Authorizing/DomainStub.cs2
-rw-r--r--common/ASC.Common/Tests/Security/Cryptography/Hasher_Test.cs2
-rw-r--r--common/ASC.Common/Tests/Utils/DnsLookupTest.cs2
-rw-r--r--common/ASC.Common/Tests/Utils/HtmlUtil_Test.cs2
-rw-r--r--common/ASC.Common/Tests/Utils/MimeHeaderUtilsTest.cs2
-rw-r--r--common/ASC.Common/Tests/Web/MimeMappingTest.cs2
-rw-r--r--common/ASC.Common/Threading/DistributedTask.cs2
-rw-r--r--common/ASC.Common/Threading/DistributedTaskQueue.cs2
-rw-r--r--common/ASC.Common/Threading/DistributedTaskStatus.cs2
-rw-r--r--common/ASC.Common/Threading/LimitedConcurrencyLevelTaskScheduler.cs2
-rw-r--r--common/ASC.Common/Threading/Progress/IProgressItem.cs2
-rw-r--r--common/ASC.Common/Threading/Progress/ProgressBase.cs2
-rw-r--r--common/ASC.Common/Threading/Progress/ProgressQueue.cs2
-rw-r--r--common/ASC.Common/Threading/Workers/WorkItem.cs2
-rw-r--r--common/ASC.Common/Threading/Workers/WorkerQueue.cs2
-rw-r--r--common/ASC.Common/Utils/DnsLookup.cs2
-rw-r--r--common/ASC.Common/Utils/HtmlUtil.cs2
-rw-r--r--common/ASC.Common/Utils/HttpRequestExtensions.cs2
-rw-r--r--common/ASC.Common/Utils/MailAddressUtils.cs2
-rw-r--r--common/ASC.Common/Utils/MimeHeaderUtils.cs2
-rw-r--r--common/ASC.Common/Utils/RandomString.cs2
-rw-r--r--common/ASC.Common/Utils/Signature.cs2
-rw-r--r--common/ASC.Common/Utils/TimeZoneConverter/TimeZoneConverter.cs2
-rw-r--r--common/ASC.Common/Utils/VelocityFormatter.cs2
-rw-r--r--common/ASC.Common/Utils/Wildcard.cs2
-rw-r--r--common/ASC.Common/Web/AbstractHttpAsyncHandler.cs2
-rw-r--r--common/ASC.Common/Web/DisposableHttpContext.cs2
-rw-r--r--common/ASC.Common/Web/DisposableHttpContextHttpModule.cs2
-rw-r--r--common/ASC.Common/Web/MimeMapping.cs2
-rw-r--r--common/ASC.Common/Web/RouteCallInfo.cs2
-rw-r--r--common/ASC.Core.Common/BaseCommonLinkUtility.cs2
-rw-r--r--common/ASC.Core.Common/Billing/BillingClient.cs2
-rw-r--r--common/ASC.Core.Common/Billing/CouponManager.cs2
-rw-r--r--common/ASC.Core.Common/Billing/ITariffService.cs2
-rw-r--r--common/ASC.Core.Common/Billing/ITariffSyncService.cs2
-rw-r--r--common/ASC.Core.Common/Billing/Invoice.cs2
-rw-r--r--common/ASC.Core.Common/Billing/License/License.cs52
-rw-r--r--common/ASC.Core.Common/Billing/License/LicenseException.cs2
-rw-r--r--common/ASC.Core.Common/Billing/License/LicenseReader.cs2
-rw-r--r--common/ASC.Core.Common/Billing/PaymentActive.cs2
-rw-r--r--common/ASC.Core.Common/Billing/PaymentInfo.cs2
-rw-r--r--common/ASC.Core.Common/Billing/Tariff.cs2
-rw-r--r--common/ASC.Core.Common/Billing/TariffService.cs2
-rw-r--r--common/ASC.Core.Common/Billing/TariffState.cs2
-rw-r--r--common/ASC.Core.Common/Billing/TariffSyncClient.cs2
-rw-r--r--common/ASC.Core.Common/Billing/TariffSyncService.cs2
-rw-r--r--common/ASC.Core.Common/Billing/TariffSyncServiceSection.cs2
-rw-r--r--common/ASC.Core.Common/Caching/AzRecordStore.cs2
-rw-r--r--common/ASC.Core.Common/Caching/CachedAzService.cs2
-rw-r--r--common/ASC.Core.Common/Caching/CachedQuotaService.cs2
-rw-r--r--common/ASC.Core.Common/Caching/CachedSubscriptionService.cs2
-rw-r--r--common/ASC.Core.Common/Caching/CachedTenantService.cs2
-rw-r--r--common/ASC.Core.Common/Caching/CachedUserService.cs2
-rw-r--r--common/ASC.Core.Common/Caching/ICachedService.cs2
-rw-r--r--common/ASC.Core.Common/Caching/TrustInterval.cs2
-rw-r--r--common/ASC.Core.Common/Caching/UserGroupRefStore.cs2
-rw-r--r--common/ASC.Core.Common/Configuration/AmazonS3Settings.cs2
-rw-r--r--common/ASC.Core.Common/Configuration/AmiPublicDnsSyncService.cs2
-rw-r--r--common/ASC.Core.Common/Configuration/ConnectionStringNameTypeConverter.cs2
-rw-r--r--common/ASC.Core.Common/Configuration/Constants.cs2
-rw-r--r--common/ASC.Core.Common/Configuration/Consumer.cs2
-rw-r--r--common/ASC.Core.Common/Configuration/ConsumerConfigurationSection.cs2
-rw-r--r--common/ASC.Core.Common/Configuration/SmtpSettings.cs2
-rw-r--r--common/ASC.Core.Common/Context/CoreContext.cs2
-rw-r--r--common/ASC.Core.Common/Context/Impl/AuthManager.cs2
-rw-r--r--common/ASC.Core.Common/Context/Impl/AuthorizationManager.cs2
-rw-r--r--common/ASC.Core.Common/Context/Impl/CoreConfiguration.cs2
-rw-r--r--common/ASC.Core.Common/Context/Impl/PaymentManager.cs2
-rw-r--r--common/ASC.Core.Common/Context/Impl/SubscriptionManager.cs2
-rw-r--r--common/ASC.Core.Common/Context/Impl/TenantManager.cs2
-rw-r--r--common/ASC.Core.Common/Context/Impl/UserManager.cs2
-rw-r--r--common/ASC.Core.Common/Context/SecurityContext.cs2
-rw-r--r--common/ASC.Core.Common/Context/WorkContext.cs2
-rw-r--r--common/ASC.Core.Common/Contracts/BackupServiceClient.cs2
-rw-r--r--common/ASC.Core.Common/Contracts/BackupServiceModel.cs2
-rw-r--r--common/ASC.Core.Common/Contracts/IBackupService.cs2
-rw-r--r--common/ASC.Core.Common/Core/AzRecord.cs2
-rw-r--r--common/ASC.Core.Common/Core/DBResourceManager.cs2
-rw-r--r--common/ASC.Core.Common/Core/EmployeeActivationStatus.cs2
-rw-r--r--common/ASC.Core.Common/Core/EmployeeStatus.cs2
-rw-r--r--common/ASC.Core.Common/Core/EmployeeType.cs2
-rw-r--r--common/ASC.Core.Common/Core/Group.cs2
-rw-r--r--common/ASC.Core.Common/Core/GroupInfo.cs2
-rw-r--r--common/ASC.Core.Common/Core/IAzService.cs2
-rw-r--r--common/ASC.Core.Common/Core/IQuotaService.cs2
-rw-r--r--common/ASC.Core.Common/Core/ISubscriptionService.cs2
-rw-r--r--common/ASC.Core.Common/Core/ITenantService.cs2
-rw-r--r--common/ASC.Core.Common/Core/IUserService.cs2
-rw-r--r--common/ASC.Core.Common/Core/IncludeType.cs2
-rw-r--r--common/ASC.Core.Common/Core/Partner.cs2
-rw-r--r--common/ASC.Core.Common/Core/PartnerDisplayType.cs2
-rw-r--r--common/ASC.Core.Common/Core/PartnerPaymentMethod.cs2
-rw-r--r--common/ASC.Core.Common/Core/PartnerStatus.cs2
-rw-r--r--common/ASC.Core.Common/Core/PartnerType.cs2
-rw-r--r--common/ASC.Core.Common/Core/SubscriptionMethod.cs2
-rw-r--r--common/ASC.Core.Common/Core/SubscriptionRecord.cs2
-rw-r--r--common/ASC.Core.Common/Core/UserGroupRef.cs2
-rw-r--r--common/ASC.Core.Common/Core/UserGroupRefDictionary.cs2
-rw-r--r--common/ASC.Core.Common/Core/UserGroupRefType.cs2
-rw-r--r--common/ASC.Core.Common/Core/UserInfo.cs2
-rw-r--r--common/ASC.Core.Common/Data/DbAzService.cs2
-rw-r--r--common/ASC.Core.Common/Data/DbBaseService.cs2
-rw-r--r--common/ASC.Core.Common/Data/DbQuotaService.cs2
-rw-r--r--common/ASC.Core.Common/Data/DbSettingsManager.cs2
-rw-r--r--common/ASC.Core.Common/Data/DbSubscriptionService.cs2
-rw-r--r--common/ASC.Core.Common/Data/DbTenantService.cs2
-rw-r--r--common/ASC.Core.Common/Data/DbUserService.cs2
-rw-r--r--common/ASC.Core.Common/HostedSolution.cs2
-rw-r--r--common/ASC.Core.Common/MultiRegionHostedSolution.cs2
-rw-r--r--common/ASC.Core.Common/Notify/DirectSubscriptionProvider.cs2
-rw-r--r--common/ASC.Core.Common/Notify/EmailSenderSink.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Jabber/IJabberService.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Jabber/IReverseJabberService.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Jabber/JabberServiceClient.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Jabber/JabberServiceClientWcf.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Jabber/MessageStruct.cs2
-rw-r--r--common/ASC.Core.Common/Notify/JabberSenderSink.cs2
-rw-r--r--common/ASC.Core.Common/Notify/NotifyServiceClient.cs2
-rw-r--r--common/ASC.Core.Common/Notify/NotifySource.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Push/Enums.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Push/IPushService.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Push/PushConstants.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Push/PushNotification.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Push/PushServiceClient.cs2
-rw-r--r--common/ASC.Core.Common/Notify/PushSenderSink.cs2
-rw-r--r--common/ASC.Core.Common/Notify/RecipientProviderImpl.cs2
-rw-r--r--common/ASC.Core.Common/Notify/ReplyToTagProvider.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Senders/AWSSender.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Senders/INotifySender.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Senders/JabberSender.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Senders/NoticeSendResult.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Senders/NotifyServiceSender.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Senders/SmtpSender.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Signalr/ISignalrService.cs2
-rw-r--r--common/ASC.Core.Common/Notify/Signalr/SignalrServiceClient.cs2
-rw-r--r--common/ASC.Core.Common/Security/Authentication/CookieStorage.cs2
-rw-r--r--common/ASC.Core.Common/Security/Authentication/UserAccount.cs2
-rw-r--r--common/ASC.Core.Common/Security/Authorizing/PermissionProvider.cs2
-rw-r--r--common/ASC.Core.Common/Security/Authorizing/PermissionResolver.cs2
-rw-r--r--common/ASC.Core.Common/Security/Authorizing/RoleProvider.cs2
-rw-r--r--common/ASC.Core.Common/Security/Crypto.cs2
-rw-r--r--common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs2
-rw-r--r--common/ASC.Core.Common/Security/UserSecurityProvider.cs2
-rw-r--r--common/ASC.Core.Common/Settings/ISettings.cs2
-rw-r--r--common/ASC.Core.Common/Settings/SettingsManager.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/Tenant.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantAnalyticsSettings.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantAuditSettings.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantCookieSettings.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantDomainValidator.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantExceptions.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantIndustry.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantQuota.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantQuotaException.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantQuotaRow.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantQuotaRowQuery.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantQuotaType.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantRegistrationInfo.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantStatus.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantTrustedDomainsType.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantUtil.cs2
-rw-r--r--common/ASC.Core.Common/Tenants/TenantVersion.cs2
-rw-r--r--common/ASC.Core.Common/Tests/BillingClientTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/CachedSubscriptionServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/ClientPaymentManagerTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/CookieStorageTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/DbAzServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/DbBaseTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/DbQuotaServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/DbSubscriptionServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/DbTenantServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/DbUserServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/EmailValidationKeyPairProvider_Test.cs2
-rw-r--r--common/ASC.Core.Common/Tests/HostedSolutionTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/SignatureTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/TariffServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/TariffSyncServiceTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/TopSubscriptionProviderTest.cs2
-rw-r--r--common/ASC.Core.Common/Tests/UserManagerTest.cs2
-rw-r--r--common/ASC.Core.Common/Users/Constants.cs2
-rw-r--r--common/ASC.Core.Common/Users/DisplayUserNameFormat.cs2
-rw-r--r--common/ASC.Core.Common/Users/PersonalQuotaSettings.cs2
-rw-r--r--common/ASC.Core.Common/Users/UserExtensions.cs2
-rw-r--r--common/ASC.Core.Common/Users/UserFormatter.cs2
-rw-r--r--common/ASC.Data.Backup.Console/Program.cs2
-rw-r--r--common/ASC.Data.Backup.Restore/MainForm.cs2
-rw-r--r--common/ASC.Data.Backup.Restore/Program.cs2
-rw-r--r--common/ASC.Data.Backup.Restore/Restarter.cs2
-rw-r--r--common/ASC.Data.Backup.RestoreDemo/Service.cs2
-rw-r--r--common/ASC.Data.Backup/ActionInvoker.cs2
-rw-r--r--common/ASC.Data.Backup/BackupManager.cs2
-rw-r--r--common/ASC.Data.Backup/DbBackupProvider.cs2
-rw-r--r--common/ASC.Data.Backup/Exceptions/DbBackupException.cs2
-rw-r--r--common/ASC.Data.Backup/Exceptions/ThrowHelper.cs2
-rw-r--r--common/ASC.Data.Backup/Extensions/DataExtensions.cs2
-rw-r--r--common/ASC.Data.Backup/Extensions/EnumerableExtensions.cs2
-rw-r--r--common/ASC.Data.Backup/Extensions/XmlExtensions.cs2
-rw-r--r--common/ASC.Data.Backup/FileBackupProvider.cs2
-rw-r--r--common/ASC.Data.Backup/IBackupProvider.cs2
-rw-r--r--common/ASC.Data.Backup/IDataOperator.cs2
-rw-r--r--common/ASC.Data.Backup/NotifyHelper.cs2
-rw-r--r--common/ASC.Data.Backup/Service/BackupCleanerService.cs2
-rw-r--r--common/ASC.Data.Backup/Service/BackupConfiguration.cs2
-rw-r--r--common/ASC.Data.Backup/Service/BackupSchedulerService.cs2
-rw-r--r--common/ASC.Data.Backup/Service/BackupService.cs2
-rw-r--r--common/ASC.Data.Backup/Service/BackupServiceLauncher.cs2
-rw-r--r--common/ASC.Data.Backup/Service/BackupWorker.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/BackupRecord.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/BackupRepository.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/BackupStorageFactory.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/ConsumerBackupStorage.cs52
-rw-r--r--common/ASC.Data.Backup/Storage/DataStoreBackupStorage.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/DocumentsBackupStorage.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/IBackupRepository.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/IBackupStorage.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/LocalBackupStorage.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/S3BackupStorage.cs2
-rw-r--r--common/ASC.Data.Backup/Storage/Schedule.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/BackupFileInfo.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/BackupPortalTask.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/ColumnMapper.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Data/DataRowInfo.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Data/DataRowInfoReader.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Data/RelationInfo.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Data/TableInfo.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/DbFactory.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/DeletePortalTask.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/KeyHelper.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/AuditModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/CalendarModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/CommunityModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/CoreModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/CrmModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/FilesModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/Helpers.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/IModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/MailModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/ModuleProvider.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/ModuleSpecificsBase.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/ProjectsModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/TenantsModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/Modules/WebStudioModuleSpecifics.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/PortalTaskBase.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/RestoreDbModuleTask.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/RestorePortalTask.cs2
-rw-r--r--common/ASC.Data.Backup/Tasks/TransferPortalTask.cs2
-rw-r--r--common/ASC.Data.Backup/Utils/ConfigurationProvider.cs2
-rw-r--r--common/ASC.Data.Backup/Utils/FCKEditorPathUtility.cs2
-rw-r--r--common/ASC.Data.Backup/Utils/PathHelper.cs2
-rw-r--r--common/ASC.Data.Backup/ZipOperator.cs2
-rw-r--r--common/ASC.Data.Storage.Migration/Launcher.cs2
-rw-r--r--common/ASC.Data.Storage.Migration/Service.cs2
-rw-r--r--common/ASC.Data.Storage/BaseStorage.cs2
-rw-r--r--common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSession.cs2
-rw-r--r--common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSessionHolder.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/ACL.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/AppenderConfigurationCollection.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/AppenderConfigurationElement.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/DomainConfigurationCollection.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/DomainConfigurationElement.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/HandlerConfigurationElement.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/HandlersConfigurationCollection.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/ModuleConfigurationCollection.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/ModuleConfigurationElement.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/Schema.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/StorageConfigurationSection.cs2
-rw-r--r--common/ASC.Data.Storage/Configuration/StorageSettings.cs2
-rw-r--r--common/ASC.Data.Storage/Constants.cs2
-rw-r--r--common/ASC.Data.Storage/CrossModuleTransferUtility.cs2
-rw-r--r--common/ASC.Data.Storage/DataList.cs2
-rw-r--r--common/ASC.Data.Storage/DataStoreCache.cs2
-rw-r--r--common/ASC.Data.Storage/DiscStorage/DiscDataHandler.cs2
-rw-r--r--common/ASC.Data.Storage/DiscStorage/DiscDataStore.cs2
-rw-r--r--common/ASC.Data.Storage/DiscStorage/MappedPath.cs2
-rw-r--r--common/ASC.Data.Storage/Extensions.cs2
-rw-r--r--common/ASC.Data.Storage/GoogleCloud/GoogleCloudStorage.cs2
-rw-r--r--common/ASC.Data.Storage/IDataStore.cs2
-rw-r--r--common/ASC.Data.Storage/IQuotaController.cs2
-rw-r--r--common/ASC.Data.Storage/Migration/IService.cs2
-rw-r--r--common/ASC.Data.Storage/Migration/MigrateServiceClient.cs2
-rw-r--r--common/ASC.Data.Storage/PathUtils.cs2
-rw-r--r--common/ASC.Data.Storage/ProgressStream.cs2
-rw-r--r--common/ASC.Data.Storage/RackspaceCloud/RackspaceCloudStorage.cs2
-rw-r--r--common/ASC.Data.Storage/S3/S3Storage.cs2
-rw-r--r--common/ASC.Data.Storage/S3/S3UploadGuard.cs2
-rw-r--r--common/ASC.Data.Storage/S3/UnencodedUri.cs2
-rw-r--r--common/ASC.Data.Storage/SecureHelper.cs2
-rw-r--r--common/ASC.Data.Storage/Selectel/SelectelStorage.cs2
-rw-r--r--common/ASC.Data.Storage/StaticUploader.cs2
-rw-r--r--common/ASC.Data.Storage/StorageFactory.cs2
-rw-r--r--common/ASC.Data.Storage/StorageHandler.cs2
-rw-r--r--common/ASC.Data.Storage/StorageUploader.cs2
-rw-r--r--common/ASC.Data.Storage/TenantPath.cs2
-rw-r--r--common/ASC.Data.Storage/TenantQuotaController.cs2
-rw-r--r--common/ASC.Data.Storage/TennantPath.cs2
-rw-r--r--common/ASC.Data.Storage/TennantQuotaController.cs2
-rw-r--r--common/ASC.Data.Storage/Tests/DataStorageTest.cs2
-rw-r--r--common/ASC.Data.Storage/WebPath.cs2
-rw-r--r--common/ASC.Data.Storage/Wildcard.cs2
-rw-r--r--common/ASC.IPSecurity/IPAddressRange.cs2
-rw-r--r--common/ASC.IPSecurity/IPRestriction.cs2
-rw-r--r--common/ASC.IPSecurity/IPRestrictionsRepository.cs2
-rw-r--r--common/ASC.IPSecurity/IPRestrictionsService.cs2
-rw-r--r--common/ASC.IPSecurity/IPSecurity.cs2
-rw-r--r--common/ASC.IPSecurity/IPSecurityException.cs2
-rw-r--r--common/ASC.Notify.Textile/JabberStyler.cs2
-rw-r--r--common/ASC.Notify.Textile/PushStyler.cs2
-rw-r--r--common/ASC.Notify.Textile/Resources/style.css2
-rw-r--r--common/ASC.Notify.Textile/StylerTests.cs2
-rw-r--r--common/ASC.Notify.Textile/TextileStyler.cs2
-rw-r--r--common/LoginTests.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/JsonManager.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/Author.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/ResCulture.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/ResCurrent.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/ResFile.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/ResModule.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/ResProject.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/ResWord.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/StatisticModule.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/StatisticUser.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/Model/WordStatusEnum.cs2
-rw-r--r--common/TMResourceManager/ASC.Resource.Data/ResourceData.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Data/DataTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Data/ExpTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Data/MultiRegionalDbTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Geolocation/GeolocationTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Logging/ConvertTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Logging/SpecialFolderPathConverterTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Notify/XmlPatternProvider2Test.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Security/Authorizing/AzManagerTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Security/Authorizing/Class1.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Security/Authorizing/Domain.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Security/Authorizing/DomainStub.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Security/Cryptography/Hasher_Test.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Utils/DnsLookupTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Utils/HtmlUtil_Test.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Utils/MimeHeaderUtilsTest.cs2
-rw-r--r--common/Tests/ASC.Common.Tests/Web/MimeMappingTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/BillingClientTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/CachedSubscriptionServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/ClientPaymentManagerTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/CookieStorageTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/DbAzServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/DbBaseTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/DbQuotaServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/DbSubscriptionServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/DbTenantServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/DbUserServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/EmailValidationKeyPairProvider_Test.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/HostedSolutionTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/SignatureTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/TariffServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/TariffSyncServiceTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/TopSubscriptionProviderTest.cs2
-rw-r--r--common/Tests/ASC.Core.Common.Tests/UserManagerTest.cs2
-rw-r--r--common/Tests/ASC.Data.Storage.Tests/DataStorageTest.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Cases.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.ContactInfo.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Contacts.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.CurrencyRates.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.CustomFields.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Deals.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Invoices.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.ListItem.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.RelationshipEvent.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Reports.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Tag.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.TaskTemplate.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Tasks.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Utils.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.Voip.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMApiBase.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMBootstrap.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/CRMCalendar.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/CasesWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/ContactInfoWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/ContactWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyInfoWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyRateWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/CustomFieldWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/InvoiceWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/ListItemWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/ObjectWrapperBase.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/OpportunityWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/RelationshipEventWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/ReportWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/Subject.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/TaskTemplateContainerWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/TaskWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.CRM/Wrappers/VoipCallWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/AccessRights.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Calendar.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/ColumnCollection.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/DataProvider.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Event.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventHistory.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventNotificationData.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Todo.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/BusinessObjects/UserViewSettings.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/CalendarApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/BirthdayReminderCalendar.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/SharedEventsCalendar.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Notification/CalendarNotifySource.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Tests/RecurrenceRuleTest.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/AccessOption.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/CalendarWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/EventAlertWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/EventHistoryWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/EventWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/Permissions.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemCollection.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/SubscriptionWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/TimeZoneWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/Wrappers/TodoWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/DDayICalParser.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/Emitter.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/Parser.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/ParserError.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/Scanner.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/Token.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalEvent.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendar.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarCache.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarEmitter.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/ApiClient.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/ApiRequest.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/ApiResponse.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/Configuration.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/Enums.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/Exceptions.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/Extensions.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/Parameters.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Client/ResponseParser.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Blogs/BlogApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Blogs/BlogPostCommentWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperSummary.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Blogs/BlogTagWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkCommentWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Bookmarks/TagWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Bookmarks/UserBookmarkWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/CommunityApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/CommunityApiCommon.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Events/EventApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Events/EventCommentWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Events/EventWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Events/EventWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Events/PollWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Events/VoteWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumCategoryWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostAttachmentWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Forums/ForumWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Wiki/CommentWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Wiki/FileWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Wiki/PageWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Community/Wiki/WikiApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Core.Tests/ApiDateTimeTests.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Core.Tests/FormBinderTests.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/BlockchainApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/DocumentsApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/EncryptionApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/FileEntryWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/FileOperationWraper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/FileShareParams.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/FileShareWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/FileWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/FolderContentWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Documents/FolderWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Feed/FeedApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Feed/FeedWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Accounts.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Alerts.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Attachments.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Autoreply.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Contacts.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Conversations.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Filters.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Folders.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.HelpCenter.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Images.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.MailService.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Messages.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Settings.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Signature.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Tags.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.Tests.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Mail/MailApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.MailServer/MailServerApi.Account.cs2
-rw-r--r--module/ASC.Api/ASC.Api.MailServer/MailServerApi.MailGroup.cs2
-rw-r--r--module/ASC.Api/ASC.Api.MailServer/MailServerApi.Mailbox.cs2
-rw-r--r--module/ASC.Api/ASC.Api.MailServer/MailServerApi.Notification.cs2
-rw-r--r--module/ASC.Api/ASC.Api.MailServer/MailServerApi.Server.cs2
-rw-r--r--module/ASC.Api/ASC.Api.MailServer/MailServerApi.WebDomain.cs2
-rw-r--r--module/ASC.Api/ASC.Api.MailServer/MailServerApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Portal/PortalApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Calendars/ProjectCalendar.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.Comments.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.Messages.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.Milestones.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.Projects.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.Reports.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.Tags.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.Tasks.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.TimeSpend.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectApiBase.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/ProjectBootstrap.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/CommentWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/MilestoneWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperBase.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperFullBase.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantFullWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/ReportTemplateWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/SearchItemWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/SearchWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleMilestoneWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleProjectWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleTaskWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/TaskLinkWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Projects/Wrappers/TimeWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Sample/SampleApi.cs28
-rw-r--r--module/ASC.Api/ASC.Api.Security/AuditEventWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Security/LoginEventWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Security/SecurityApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/BuildVersion.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/LdapSettingsApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/SecurityWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/SettingsApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/SettingsWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperation.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperationStatus.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/Smtp/SmtpSettingsWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/SmtpSettingsApi.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/SsoSettingsV2Api.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/StatisticsWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api.Settings/StorageWrapper.cs52
-rw-r--r--module/ASC.Api/ASC.Api.Settings/TenantVersionWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api/ApiServer.cs2
-rw-r--r--module/ASC.Api/ASC.Api/ApiSetup.cs2
-rw-r--r--module/ASC.Api/ASC.Api/ApiSetupHttpModule.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Attributes/ApiAttribute.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Attributes/ApiCallFilter.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Attributes/CacheAttribute.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Attributes/NoAutoRegistrationAttribute.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Batch/ApiBatchHttpHandler.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Batch/ApiBatchRequest.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Batch/ApiBatchResponse.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Batch/ApiBatchRouteHandler.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Batch/ApiWorkerRequest.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Collections/CompiledSmartList.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Collections/Extensions.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Collections/ItemDictionary.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Collections/ItemKeyValuePair.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Collections/ItemList.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Collections/SmartList.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Collections/SmartListFactory.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Constants.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Enums/ApiStatus.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Exceptions/ApiArgumentMismatchException.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Exceptions/ApiBadHttpMethodException.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Exceptions/ApiDuplicateRouteException.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Exceptions/ItemNotFound.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Global.asax.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiAllowAllAuthorization.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiArgumentBuilder.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiContext.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiHttpHandler.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiHttpHandlerBase.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiKeyValueInMemoryStorage.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiManager.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiMethodCall.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiRouteConfigurator.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiRouteHandler.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiSmartListResponceFilter.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiStandartResponce.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/ApiStoragePath.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Constraints/ApiHttpMethodConstraint.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Invokers/ApiSimpleMethodInvoker.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Responders/ContentResponder.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Responders/DirectResponder.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Routing/ApiAccessControlRouteRegistrator.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Routing/ApiBatchRouteRegitrator.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistrator.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistratorBase.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Serializers/JsonNetSerializer.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Serializers/JsonStringConverter.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Serializers/SerializerContractResolver.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/Serializers/SerializerResponder.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Impl/SimpleApiParamInspector.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiArgumentBuilder.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiAuthorization.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiBootstrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiConfiguration.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiDateTime.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiEntryPoint.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiHttpHandler.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiManager.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiMethodCall.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiMethodInvoker.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiParamInspector.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiResponceFilter.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiResponder.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiRouteConfigurator.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiRouteHandler.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiRouteRegistrator.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiSerializer.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiStandartResponce.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/IApiStoragePath.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiContentResponce.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiDirectResponce.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Interfaces/Storage/IApiKeyValueStorage.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Routing/RouteCallInfo.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Routing/UrlPath.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/Binder.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/ConvertUtils.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/ErrorHttpHandler.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/HttpUtils.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/PathUtils.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/StringIgnoreCaseComparer.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/StringUtils.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/Update.cs2
-rw-r--r--module/ASC.Api/ASC.Api/Utils/Validate.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/Contact.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/EmployeeApi.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/EmployeeWraper.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/EmployeeWraperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/GroupWrapperFull.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/GroupWrapperSummary.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/GroupsApi.cs2
-rw-r--r--module/ASC.Api/ASC.Employee/ThumbnailsDataWrapper.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/ASCBasicAuthorization.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/ASCBearerAuthorization.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/ASCCookieAuthorization.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/AntiXssParamInspector.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/ApiDateTime.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/AscApiConfiguration.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationEntryPoint.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationTokenData.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesData.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesEntryPoint.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/GlobalFilters/ProductSecurityFilter.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/IApiSortableDate.cs2
-rw-r--r--module/ASC.Api/ASC.Specific/SerializationFilters/CustomSerializer.cs2
-rw-r--r--module/ASC.AuditTrail/AuditActionsMapper.cs2
-rw-r--r--module/ASC.AuditTrail/AuditEvent.cs2
-rw-r--r--module/ASC.AuditTrail/AuditEventsRepository.cs2
-rw-r--r--module/ASC.AuditTrail/AuditReportCreator.cs2
-rw-r--r--module/ASC.AuditTrail/BaseEvent.cs2
-rw-r--r--module/ASC.AuditTrail/LoginEvent.cs2
-rw-r--r--module/ASC.AuditTrail/LoginEventsRepository.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/AuditActionMapper.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/CrmActionMapper.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/DocumentsActionMapper.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/LoginActionMapper.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/MessageMaps.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/OthersActionMapper.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/PeopleActionMapper.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/ProjectsActionMapper.cs2
-rw-r--r--module/ASC.AuditTrail/Mappers/SettingsActionMapper.cs2
-rw-r--r--module/ASC.CdnCheck/400.js2
-rw-r--r--module/ASC.CdnCheck/403.js2
-rw-r--r--module/ASC.CdnCheck/404.js2
-rw-r--r--module/ASC.CdnCheck/500.js2
-rw-r--r--module/ASC.CdnCheck/501.js2
-rw-r--r--module/ASC.CdnCheck/502.js2
-rw-r--r--module/ASC.CdnCheck/503.js2
-rw-r--r--module/ASC.CdnCheck/504.js2
-rw-r--r--module/ASC.CdnCheck/App_Start/FilterConfig.cs2
-rw-r--r--module/ASC.CdnCheck/App_Start/RouteConfig.cs2
-rw-r--r--module/ASC.CdnCheck/App_Start/WebApiConfig.cs2
-rw-r--r--module/ASC.CdnCheck/Controllers/CdnController.cs2
-rw-r--r--module/ASC.CdnCheck/CorsHandler.cs2
-rw-r--r--module/ASC.CdnCheck/Global.asax.cs2
-rw-r--r--module/ASC.Data.Reassigns/ProgressStatus.cs2
-rw-r--r--module/ASC.Data.Reassigns/QueueWorker.cs2
-rw-r--r--module/ASC.Data.Reassigns/ReassignProgressItem.cs2
-rw-r--r--module/ASC.Data.Reassigns/RemoveProgressItem.cs2
-rw-r--r--module/ASC.ElasticSearch/Attributes/ColumnAttribute.cs52
-rw-r--r--module/ASC.ElasticSearch/Attributes/JoinAttribute.cs2
-rw-r--r--module/ASC.ElasticSearch/Config/ElasticSection.cs52
-rw-r--r--module/ASC.ElasticSearch/Core/Document.cs2
-rw-r--r--module/ASC.ElasticSearch/Core/SearchSettings.cs52
-rw-r--r--module/ASC.ElasticSearch/Core/Selector.cs52
-rw-r--r--module/ASC.ElasticSearch/Core/State.cs28
-rw-r--r--module/ASC.ElasticSearch/Core/Wrapper.cs52
-rw-r--r--module/ASC.ElasticSearch/Core/WrapperWithDoc.cs52
-rw-r--r--module/ASC.ElasticSearch/Engine/BaseIndexer.cs52
-rw-r--r--module/ASC.ElasticSearch/Engine/Client.cs52
-rw-r--r--module/ASC.ElasticSearch/Engine/FactoryIndexer.cs52
-rw-r--r--module/ASC.ElasticSearch/Engine/IIndexer.cs2
-rw-r--r--module/ASC.ElasticSearch/Service/IService.cs52
-rw-r--r--module/ASC.ElasticSearch/Service/Launcher.cs2
-rw-r--r--module/ASC.ElasticSearch/Service/Service.cs52
-rw-r--r--module/ASC.ElasticSearch/Service/ServiceClient.cs52
-rw-r--r--module/ASC.ElasticSearch/Service/Settings.cs52
-rw-r--r--module/ASC.Feed.Aggregator/Config/FeedConfigurationSection.cs2
-rw-r--r--module/ASC.Feed.Aggregator/FeedAggregatorLauncher.cs2
-rw-r--r--module/ASC.Feed.Aggregator/FeedAggregatorService.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Helper.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/CRM/CasesModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/CRM/ContactsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/CRM/CrmTasksModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/CRM/DealsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Community/BlogsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Community/BookmarksModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Community/EventsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Community/ForumPostsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Community/ForumTopicsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Documents/DocumentsDbHelper.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Documents/FilesModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Documents/FoldersModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/FeedModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/IFeedModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/ModulesHelper.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Projects/DiscussionsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Projects/MilestonesModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Projects/ParticipantsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Projects/ProjectsModule.cs2
-rw-r--r--module/ASC.Feed.Aggregator/Modules/Projects/TasksModule.cs2
-rw-r--r--module/ASC.Feed/Constants.cs2
-rw-r--r--module/ASC.Feed/Data/FeedAggregateDataProvider.cs2
-rw-r--r--module/ASC.Feed/Data/FeedReadedDataProvider.cs2
-rw-r--r--module/ASC.Feed/Data/FeedRow.cs2
-rw-r--r--module/ASC.Feed/Feed.cs2
-rw-r--r--module/ASC.Feed/FeedAction.cs2
-rw-r--r--module/ASC.Feed/FeedApiFilter.cs2
-rw-r--r--module/ASC.Feed/FeedComment.cs2
-rw-r--r--module/ASC.Feed/FeedFilter.cs2
-rw-r--r--module/ASC.Feed/FeedMin.cs2
-rw-r--r--module/ASC.Feed/FeedModule.cs2
-rw-r--r--module/ASC.Feed/IFeedProvider.cs2
-rw-r--r--module/ASC.Feed/TimeInterval.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxDaoBase.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxFileDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxFolderDao.cs52
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxProviderInfo.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxSecurityDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxStorage.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Box/BoxTagDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/CachedProviderAccountDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/DbDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxDaoBase.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxFileDao.cs52
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxFolderDao.cs52
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxProviderInfo.cs52
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxSecurityDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxStorage.cs52
-rw-r--r--module/ASC.Files.Thirdparty/Dropbox/DropboxTagDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoBase.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFileDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveProviderInfo.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveSecurityDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveStorage.cs2
-rw-r--r--module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveTagDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/IDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoBase.cs52
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveFileDao.cs52
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveFolderDao.cs52
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveProviderInfo.cs2
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveSecurityDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveStorage.cs52
-rw-r--r--module/ASC.Files.Thirdparty/OneDrive/OneDriveTagDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/ProviderAccountDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoBase.cs2
-rw-r--r--module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoFactory.cs2
-rw-r--r--module/ASC.Files.Thirdparty/ProviderDao/ProviderFileDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/ProviderDao/ProviderFolderDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/ProviderDao/ProviderSecutiryDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/ProviderDao/ProviderTagDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/RegexDaoSelectorBase.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointDaoBase.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointErrorEntry.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointFileDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointFolderDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointProviderInfo.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointSecurityDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/SharePoint/SharePointTagDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoBase.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoSelector.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFileDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFolderDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Sharpbox/SharpBoxProviderInfo.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Sharpbox/SharpBoxSecurityDao.cs2
-rw-r--r--module/ASC.Files.Thirdparty/Sharpbox/SharpBoxTagDao.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/DriveSpaceChecker.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckRunner.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckServiceManager.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/IDriveSpaceChecker.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/ILogHelper.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/ISmsSender.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/LogHelper.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/ResultHelper.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/ShellExe.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Classes/SmsSender.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/CheckServiceApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/ClearCacheApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DefaultApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DownloadLogsApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DriveSpaceApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/NotifiersApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/PortsCheckApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Controllers/StartStopServiceApiController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/AddAccessControlAllowOriginHeaderFilter.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckAuthorizationFilter.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckLauncher.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/Startup.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/WarmingUpper.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/IServiceRepository.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/Port.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/PortStatus.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/Service.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceEnum.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceRepository.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceStatus.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Models/XplatServiceController.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckCfgSectionHandler.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettings.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettingsAccessor.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.TestHealthCheck/CheckServiceApiControllerUnitTest.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.TestHealthCheck/ClearCacheApiControllerUnitTest.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.TestHealthCheck/DownloadLogsApiControllerUnitTest.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.TestHealthCheck/DriveSpaceApiControllerUnitTest.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.TestHealthCheck/NotifiersApiControllerUnitTest.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.TestHealthCheck/PortsCheckApiControllerUnitTest.cs2
-rw-r--r--module/ASC.HealthCheck/ASC.TestHealthCheck/ServiceRepositoryUnitTest.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/Adler32.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/IChecksum.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Deflater.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterConstants.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterEngine.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterHuffman.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterPending.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Inflater.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterDynHeader.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterHuffmanTree.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/PendingBuffer.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/SharpZipBaseException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/OutputWindow.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/StreamManipulator.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/IO/StringWriterWithEncoding.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step1.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step2.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/authorization/Mechanism.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/authorization/Plain/PlainMechanism.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslEventArgs.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Avatar.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/DirectionalElement.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Group.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Item.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/RosterItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stanza.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stream.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementFactory.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Error.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Id.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Jid.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Stream.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/Uri.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Error.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Handler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/IQ.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Message.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/MessageType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Presence.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/PresenceType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/ShowType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Error.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handshake.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/IQ.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Log.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Message.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Presence.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Route.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Action.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Amp.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Condition.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Rule.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Conference.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Storage.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/StorageIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Url.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/Body.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/BoshType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Activate.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStream.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStreamIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Mode.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHost.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHostUsed.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/UdpSuccess.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/caps/Capabilities.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Active.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Chatstate.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Composing.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Gone.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Inactive.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Paused.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Action.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Actions.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Command.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Note.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/NoteType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Status.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compress.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compressed.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/CompressionMethod.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Failure.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNeg.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNegIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/File.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/Range.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLoc.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLocIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Body.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Html.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Base.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Close.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Data.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Open.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/ActionType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneAction.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneEvent.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatus.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatusType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Received.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Request.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Address.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/AddressType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Addresses.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/nickname/Nickname.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/Ping.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/PingIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/primary/Primary.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Access.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliation.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/AffiliationType.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliations.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Configure.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Create.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Item.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Items.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Options.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSub.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubAction.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Publish.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Retract.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscribe.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscribeOptions.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscription.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscriptionState.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscriptions.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Type.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Unsubscribe.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Delete.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Event.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Item.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Items.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Purge.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliate.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliates.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Configure.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Delete.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Pending.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSub.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSubIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Purge.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscriber.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscribers.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Header.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Headers.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SI.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SIIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agent.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agents.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/AgentsIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/Auth.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/AuthIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/Avatar.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/AvatarIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/Bind.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/BindIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/BlockItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/Blocklist.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Browse.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Service.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/chatmarkers/Chatmarkers.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoFeature.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoIdentity.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfo.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfoIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItems.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItemsIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/Features.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/GoogleJingle.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/Jingle.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/Last.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/LastIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/Oob.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/OobIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Action.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Active.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Default.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Item.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/List.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Privacy.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/RuleManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Stanza.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Type.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/Private.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/PrivateIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/Register.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterEventArgs.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Delimiter.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Roster.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodCall.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodResponse.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/Rpc.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/RpcIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/Search.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/Session.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/SessionIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/EntityTime.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/Time.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/TimeIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Address.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Email.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Gender.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Name.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Organization.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Photo.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Telephone.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Vcard.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/VcardIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/Version.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/VersionIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Abort.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Auth.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Challenge.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Failure.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/FailureCondition.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanism.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanisms.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Response.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Success.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/TMToken.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/server/Presence.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/Avatar.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/AvatarIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/Features.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/Register.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Compression.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Method.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Failure.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Proceed.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/StartTls.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Avatar.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Conference.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Delay.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Event.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Data.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Field.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldContainer.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldTypes.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Item.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Option.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Reported.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Value.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Actor.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Affiliation.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Decline.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Destroy.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/History.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invitation.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invite.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Item.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Muc.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/MucManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Role.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Status.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/StatusCode.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/User.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/Unique.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/UniqueIQ.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Admin.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/AdminIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Item.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/Owner.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/OwnerIq.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterX.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/History.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/HistoryItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLog.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLogItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/vcard_update/VcardUpdate.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/BareJidComparer.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/FullJidComparer.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Date.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/ElementSerializer.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Enum.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Exceptions.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Hash.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/CombiningClass.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Composition.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionKeys.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionMappings.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNA.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNAException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/NFKC.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Punycode.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/PunycodeException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/RFC3454.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Stringprep.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/StringprepException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/RNGCryptoServiceProvider.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/RandomNumberGenerator.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/WinCeApi.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Comment.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Document.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/DomLoader.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Element.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/ElementList.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Node.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/NodeList.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Text.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/StreamParser.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/BufferAggregate.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/ContentToken.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Encoding.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Exceptions.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/NS.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Position.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Token.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/UTF8Encoding.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/JidException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/RegisterException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/XmlRpcException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/ASCContext.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/ASCRosterStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/ASCUserStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/ASCVCardStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/CreatorService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/JabberService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/XmppServerCleaner.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Host/XmppServerLauncher.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandshakeHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthIQHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthTMTokenHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Authorization/XmppFailureError.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/IConfigurable.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfiguration.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationCollection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationElement.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationSection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/Schema.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationCollection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationElement.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppConnection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppHelper.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppListener.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppRequest.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppConnection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppListener.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppReceiver.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppSender.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppConnection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppListener.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpSslXmppConnection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppConnection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppListener.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppGateway.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppListenerBase.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppSender.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppStartTlsOption.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStanzaHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamStartHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerAttribute.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerContext.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerStorage.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStanzaHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamValidator.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/JabberException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/IXmppService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/BindSessionHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/CommandHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/DiscoHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/JabberService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/LastHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageAnnounceHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageArchiveHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/NotFoundException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/OfflineProvider.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PresenceHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PrivateHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RegisterHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RosterHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/StartTlsHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TestService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TransferHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VCardHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VerTimePingHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Exceptions/MucMemberExistsException.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Helpers/MucHelpers.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucStanzaHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMember.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberDiscoHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberInfo.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberStanzaHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoom.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomMemberCollection.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomStanzaHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomInfo.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomSettings.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/ServiceDiscoHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchService.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceBase.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Session/ClientInfo.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSession.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionArgs.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/SignalRHelper.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCRosterStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCVCardStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbLdapSettingsStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMessageArchive.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMucStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbOfflineStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPrivateStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPushStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbRosterStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbStoreBase.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbUserStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbVCardStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IMucStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IOfflineStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IPrivateStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStorage.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IUserStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IVCardStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/LastActivity.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/StorageManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/UserRosterItem.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/VCardStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Storage/XMLUserStore.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Streams/ClientNamespaceHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Streams/ComponentNamespaceHandler.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStream.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStreamManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Users/User.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Users/UserManager.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Utils/IdleWatcher.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Utils/PathUtils.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Utils/UniqueId.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/Utils/XDataUtils.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/XmppServer.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/XmppStanzaError.cs2
-rw-r--r--module/ASC.Jabber/ASC.Xmpp.Server/XmppStreamError.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/AddressParser.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommentAddressParser.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommunityAddressParser.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/FileAddressParser.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/IAddressParser.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/ProjectAddressParser.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiRequest.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiService.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyService.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyServiceController.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Configuration.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/CooldownInspector.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/BlogTagsResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/ContentResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/IParameterResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskDeadlineResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskMilestoneResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskPriorityResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskResponsiblesResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TitleResolver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Html2TextConverter.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/HtmlSanitizer.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Text2HtmlConverter.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringDistance.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringExtensions.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN_Group.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Alternation.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_BinVal.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_CharVal.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Concatenation.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_DecVal.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Element.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_HexVal.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Option.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_ProseVal.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Repetition.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Rule.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_RuleName.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_CramMd5.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_DigestMd5.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Login.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Plain.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_Authenticate.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_UserInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthHelper.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest_NonceManager.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AsyncOP.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BalanceMode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BindInfoProtocol.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/CircleCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_ClientException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_A.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_AAAA.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_CNAME.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_HINFO.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_MX.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NAPTR.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NS.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_PTR.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SOA.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SRV.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_TXT.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_base.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsCache.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsServerResponse.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/QTYPE.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/RCODE.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/_OPCODE.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/DbFile.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumn.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumnCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_Record.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_DataPage.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_ldb_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthRecord.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthTable.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EncodingTools.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ExceptionEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_ClientException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_ListItem.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_TransferMode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/AuthUser_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FileSysEntry_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HostEndPoint.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ICMP/Icmp.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Acl.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_ClientException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem_Flags.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Namespace.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_NamespacesInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Quota.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_ACL_Flags.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY_Entity.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Envelope.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Flags_SetType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_MessageFlags.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_SequenceSet.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/AuthUser_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Folder_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folder.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folders.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageItems_enum.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchGroup.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchKey.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchMatcher.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SelectedFolder.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_DELETEACL.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GETACL.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetMessagesInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetQuota.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetUserACL.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_MessageItems.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_SETACL.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_Search.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Message_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/SharedRootFolders_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/_FetchHelper.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/Base64Stream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/DataSizeExceededException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/IncompleteDataException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineReader.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineSizeExceededException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/MultiStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/PartialStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/QuotedPrintableStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadLineEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadWriteControlledStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SizeExceededAction.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SmartStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IPBindInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/JunkingStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntry.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntryType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/Logger.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/WriteLogEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_DispositionTypes .cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EncodedWordEncoding.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Encoding_EncodedWord.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Entity.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EntityCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_MediaTypes.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Reader.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_TransferEncodings.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Application.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Audio.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Image.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MessageRfc822.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Multipart.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartAlternative.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartDigest.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartEncrypted.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartFormData.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartMixed.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartParallel.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartRelated.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartReport.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartSigned.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Provider.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_SinglepartBase.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Text.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Video.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Collection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentDisposition.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Parameter.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ParameterCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Provider.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unparsed.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unstructured.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/O/MIME_MultipartBody.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_AddressList.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_DispositionNotificationOptions.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Mailbox.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_MailboxList.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Received.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_ReturnPath.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Address.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_AddressList.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Group.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Mailbox.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_MailboxList.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_TcpInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharset.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharsetClass.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangString.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangStringClass.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguage.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguageClass.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumCodePage.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumRfc1766.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumScript.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangCodePages.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangConvertCharset.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink2.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangLineBreakConsole.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangString.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringAStr.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufA.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufW.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringWStr.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage2.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage3.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/ISequentialStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_FILETIME.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_LARGE_INTEGER.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_RemotableHandle.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_ULARGE_INTEGER.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/__MIDL_IWinTypes_0009.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagDetectEncodingInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECONTF.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECPINFO.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECSETINFO.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLCPF.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLDETECTCP.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLSTR_FLAGS.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagRFC1766INFO.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPFONTINFO.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPTINFO.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSTATSTG.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagUNICODERANGE.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/NNTP/Client/NNTP_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Core.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessage.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessageCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/POP3_ExtendedCapabilities.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/AuthUser_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/GetMessagesInfo_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_MessageCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_eArgs_GetMessageStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ParseException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/PortRange.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/Debug/wfrm_RTP_Debug.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_CompoundPacket.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_PacketType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_APP.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_BYE.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_RR.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_ReportBlock.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES_Chunk.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SR.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_Unknown.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Receiver.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Sender.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Address.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Clock.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_MultimediaSession.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Packet.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PacketEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ParticipantEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Local.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Remote.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PayloadTypes.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStreamEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStream.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStreamEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceState.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Local.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Remote.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Attribute.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_ConnectionData.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Media.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_MediaDescription.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Time.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderField.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderFieldCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MVGroupHFCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MultiValueHF.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_OptionTags.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Parameter.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParameterCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParseException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SVGroupHFCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SingleValueHF.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_WarningCodes.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ACValue.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AcceptRange.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AddressParam.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AlertParam.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AuthenticationInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CSeq.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CallID.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Challenge.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContactParam.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentCoding.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentDisposition.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Credentials.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Directive.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Encoding.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ErrorUri.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Event.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_EventType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_From.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_HiEntry.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_IdentityInfo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Info.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Join.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Language.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_LanguageTag.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Method.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_MinSE.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_NameAddress.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_OptionTag.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RAck.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RCValue.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RValue.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReasonValue.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferSub.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferredBy.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Replaces.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RetryAfter.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SecMechanism.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SessionExpires.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SubscriptionState.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_TargetDialog.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Timestamp.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_To.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Value.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ValueWithParams.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ViaParm.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_WarningValue.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_AuthenticateEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA_Call.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ForkingMode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Gateway.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_GatewayEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Presence.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyContext.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyCore.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyMode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyTarget.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registrar.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registration.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationBinding.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Route.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_ValidateRequestEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ClientTransaction.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_DialogState.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Invite.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Subscribe.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Flow.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Hop.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Methods.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Request.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestLine.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestReceivedEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestSender.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Response.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseCodes.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseReceivedEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseSentEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ServerTransaction.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Stack.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusCodeType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusLine.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TimerConstants.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transaction.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionLayer.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionState.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transport.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportLayer.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_Registration.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_RegistrationState.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_CallState.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_ClientException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Mode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Queue.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_QueueItem.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SessionCompletedEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SmartHost.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Notify.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_ServiceExtensions.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Utils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_t_Mailbox.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_MailFrom.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_RcptTo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Reply.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Ehlo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MailFrom.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MessageStored.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_RcptTo.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Started.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/AuthUser_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/GetMessageStoreStream_eArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/MessageStoringCompleted_eArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SmtpServerReply.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateMailboxSize_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateRecipient_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateSender_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SNTP/Client/SNTP_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_NetType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Result.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_Message.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_MessageType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ChangeRequest.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ErrorCode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/Error_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/SocketBufferedWriter.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/ValidateIP_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/commonDelegates.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SslMode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/StringReader.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Client.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSession.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSessionEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Session.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_SessionCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TextUtils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TimerEx.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_PacketEventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_ProcessMode.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_Server.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/AbsoluteUri.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/SIP_Uri.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/TEL_Uri.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/UriSchemes.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/WellKnownPorts.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Workaround/Definitions.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_AsyncResultState.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Debug/BitDebuger.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Log_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Address.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/AddressList.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentDisposition_enum.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentTransferEncoding_enum.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/GroupAddress.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderField.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameter.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameterCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddress.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddressCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MediaType_enum.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Mime.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntity.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntityCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeUtils.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ParametizedHeaderField.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadException.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadLine_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadToStream_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_RequestSender.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_Target.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SaslAuthTypes.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SmtpClientEx.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketCallBackResult.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketEx.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntry.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntryType.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogger.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServer.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServerSession.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamHelper.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamLineReader.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/WriteStream_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Write_EventArgs.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddress.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressType_enum.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddress.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressType_enum.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Item.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/ItemCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Name.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumber.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberCollection.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberType_enum.cs2
-rw-r--r--module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/vCard.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/AliasDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/BaseDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DkimDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DomainDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IAliasDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDkimDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDomainDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IMailboxDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/MailboxDao.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITable.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITableFactory.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/MailServerTableFactory.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/AliasTable.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DkimTable.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DomainTable.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/MailboxTable.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Alias.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Dkim.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Domain.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Mailbox.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/ServerApi.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Core/ServerEngine.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/InvalidPostfixConnectionStringException.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/PostfixEncryptorException.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Extensions/StringExtensions.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Utils/MD5Crypt.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Utils/PasswordGenerator.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixConnectionStringParser.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixMaildirUtil.cs2
-rw-r--r--module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixPasswordEncryptor.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Authorization/AuthorizationServiceType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Authorization/AuthorizationTracker.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Authorization/BaseOAuth2Authorization.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Authorization/GoogleOAuth2Authorization.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Clients/DsnSmtpClient.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Clients/LoginResult.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Clients/MailClient.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Clients/MailClientEventArgs.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/AccountDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/AlertDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/AttachmentDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/BaseDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ChainDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ContactCardDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ContactDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ContactInfoDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/CrmContactDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/CrmLinkDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/DisplayImagesAddressDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteContentAttachmentExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMailboxAttachmentsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessageAttachmentsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessagesAttachmentsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteTenantAttachmentExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteUserAttachmentExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/FullFilterContactsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/IContactsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/SimpleFilterContactsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/ConversationsExpBuilder.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/IConversationsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/SimpleConversationsExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleNextMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantNextMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantServerMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserNextMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserServerMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/MailboxesForProcessingExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantServerMailboxesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteNextUserMessageExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteUserMessageExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterChainMessagesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterMessagesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterNextMessageExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterSieveMessagesExp.cs26
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessageExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessagesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/MessagesExpBuilder.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessageExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessagesExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/TenantMessageExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/UserMessageExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersTreeExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersTreeExp.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersExpBuilder.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersTreeExpBuilder.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/FilterDao.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/FolderDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ImapFlagsDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ImapSpecialMailboxDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAccountDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAlertDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAttachmentDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IChainDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactCardDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactInfoDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmContactDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmLinkDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDaoFactory.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDisplayImagesAddressDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFilterDao.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFolderDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapFlagsDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapSpecialMailboxDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailInfoDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyHistoryDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDomainDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxProviderDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxServerDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxSignatureDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerAddressDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDnsDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDomainDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerGroupDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagAddressDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagMailDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderTreeDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderXMailDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailGarbageDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailInfoDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyHistoryDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDomainDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailboxProviderDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailboxServerDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/MailboxSignatureDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ServerAddressDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ServerDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ServerDnsDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ServerDomainDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/ServerGroupDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/TagAddressDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/TagDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/TagMailDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderTreeDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderXMailDao.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DaoFactory.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITableFactory.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/MailTableFactory.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AlertsTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AttachmentTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainXCrmContactEntityTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactInfoTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactsTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactInfoTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmEntityTagTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmTagTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/DisplayImagesTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FilterTable.cs7
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FolderCountersTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/GarbageTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapFlagsTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapSpecialMailboxTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyHistoryTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxDomainTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxProviderTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxServerTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxSignatureTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerAddressTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDnsTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDomainTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupXAddressesTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTypeTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerXTenantTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagAddressTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagMailTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TenantXServerTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTreeTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFoldertXMailTable.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/AccountEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/AlertEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/AttachmentEngine.cs52
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/AutoreplyEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Base/ComposeEngineBase.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/CacheEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/CalendarEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/ChainEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/ContactEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/CrmLinkEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/DisplayImagesAddressEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/DocumentsEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/DraftEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/EmailInEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/FilterEngine.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/FolderEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/IndexEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/MailBoxSettingEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/MailGarbageEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/MailboxEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/MessageEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/OperationEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFilterOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFiltersOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationStatus.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailCheckMailserverDomainsDnsOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailDownloadAllAttachmentsOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRecalculateFoldersOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailboxOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverDomainOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverMailboxOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveUserFolderOperation.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/QuotaEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/ServerDomainEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/ServerEngine.cs52
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailboxEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailgroupEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/SignatureEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/SpamEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/TagEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/TemplateEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/TestEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Engine/UserFolderEngine.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/EngineFactory.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Account.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Alert.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Attachment.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Chain.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ChainInfo.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Contact.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ContactCard.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ContactInfo.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Filter.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Folder.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ImapFlag.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ImapSpecialMailbox.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Mail.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailGarbage.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailInfo.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Mailbox.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreply.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreplyHistory.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailboxDomain.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailboxProvider.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailboxServer.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailboxSignature.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/MailboxStatus.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Server.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ServerAddress.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ServerDns.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ServerDomain.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/ServerGroup.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/Tag.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/TagMail.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/UserFolder.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderTreeItem.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderXMail.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/AccountInfo.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/Address.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/Base/MailComposeBase.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ContactInfo.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/CrmContactData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailAccountData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailAddressInfo.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailAlertData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailAttachmentData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailAutoreplyData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxAccountSettings.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailClientConfig.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailCommonSettings.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailContactData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailCrmStatus.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailDraftData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolder.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolderData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailGarbageEraserConfig.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailMessageData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailSearchFilterData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterActionData.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterApplyToFolderData.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterConditionData.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterData.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterOptionsData.cs28
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailSignatureData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailTagData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailTemplateData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/MailUserFolderData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainAddressData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDKIMRecordData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDNSRecordData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDnsData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainGroupData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainMXRecordData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerFullData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerLimitData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerMailboxData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressData.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressSettings.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Contracts/TasksConfig.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Imap/ImapFolderUids.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Imap/ImapIntervals.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Imap/UidInterval.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Search/MailContactsWrapper.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Search/MailWrapper.cs52
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentManager.cs52
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentStream.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Storage/ContactPhotoManager.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Storage/MailDataStore.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Storage/MailStoragePathCombiner.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Data/Storage/StorageManager.cs52
-rw-r--r--module/ASC.Mail/ASC.Mail/Defines.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/ContactInfoType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/ContactType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/EncryptionType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/Filter/ActionType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToAttachmentsType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToMessagesType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionKeyType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionOperationType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/Filter/MatchMultiConditionsType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/FolderType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/MailAlertTypes.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/SaslMechanism.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/ServerType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/UploadToDocumentsErrorType.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Enums/WellKnownPorts.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/AlreadyExistsFolderException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/ApiHelperException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/AttachmentsException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/DraftException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/EmptyFolderException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionTimeoutException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/MailBoxOutException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/MoveFolderException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/NotFoundFilterDataException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionTimeoutException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionTimeoutException.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/DataContractsExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/DateTimeExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/EnumerableExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/MailBoxExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/MailDraftExtensions.cs52
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/MailMessageExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/MimeMessageExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/QueueExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/RestClientExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/ServerDomainDnsExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/StackExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/StreamExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Extensions/StringExtensions.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Iterators/IMailboxIterator.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Iterators/MailboxIterator.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Iterators/MailboxMessagesIterator.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/ApiHelper.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/Converter.cs52
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/CryptoUtil.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/EncodingTools.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/HtmlSanitizer.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/MailUtil.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/MimeTypeMap.cs2
-rw-r--r--module/ASC.Mail/ASC.Mail/Utils/Parser.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/AggregatorService.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.Options.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/Extensions.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/MailboxData.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TaskData.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TenantData.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/MailQueueItemSettings.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/QueueManager.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/SignalrWorker.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.DomainParser/Program.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.Options.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.Options.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Reloader/Program.Options.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Reloader/Program.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.StorageCleaner/Program.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.StorageCleaner/StorageCleanerService.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.Options.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.cs2
-rw-r--r--module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/WatchdogService.cs2
-rw-r--r--module/ASC.MessagingSystem/DbSender/DbMessageSender.cs2
-rw-r--r--module/ASC.MessagingSystem/DbSender/MessagesRepository.cs2
-rw-r--r--module/ASC.MessagingSystem/EventMessage.cs2
-rw-r--r--module/ASC.MessagingSystem/IMessageSender.cs2
-rw-r--r--module/ASC.MessagingSystem/MessageAction.cs2
-rw-r--r--module/ASC.MessagingSystem/MessageFactory.cs2
-rw-r--r--module/ASC.MessagingSystem/MessageInitiator.cs2
-rw-r--r--module/ASC.MessagingSystem/MessagePolicy.cs2
-rw-r--r--module/ASC.MessagingSystem/MessageService.cs2
-rw-r--r--module/ASC.MessagingSystem/MessageTarget.cs2
-rw-r--r--module/ASC.MessagingSystem/MessageUserData.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfg.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgProcessElement.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulerElement.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulersCollection.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSectionHandler.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSenderElement.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSendersCollection.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/DbWorker.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/FakeMailAgregator.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/JabberAgregator.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/MailAgregator.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/MailSendingState.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/NotifyCleaner.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/NotifySender.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/NotifyService.cs2
-rw-r--r--module/ASC.Notify/ASC.Notify/NotifyServiceLauncher.cs2
-rw-r--r--module/ASC.Radicale/Launcher.cs6
-rw-r--r--module/ASC.Radicale/RadicaleCfgSectionHandler.cs2
-rw-r--r--module/ASC.Socket.IO.Svc/Launcher.cs52
-rw-r--r--module/ASC.Socket.IO.Svc/SocketIOCfgSectionHandler.cs2
-rw-r--r--module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationCollection.cs2
-rw-r--r--module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationElement.cs2
-rw-r--r--module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationSection.cs2
-rw-r--r--module/ASC.TeamLabSvc/ASC.TeamLabSvc/Program.cs2
-rw-r--r--module/ASC.TeamLabSvc/ASC.TeamLabSvc/Tests/TestService1.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/AccountLinker.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/DictionaryExtensions.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/HashHelper.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/JsCallbackHelper.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/OAuth20TokenHelper.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/RequestHelper.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XmlExtensions.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XrdsHelper.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Login.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginMode.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BaseLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BitlyLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BlockchainLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BoxLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DocuSignLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DropboxLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/EncryptionLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/FacebookLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GoogleLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GosUslugiLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ILoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/IValidateKeysProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/LinkedInLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/MailRuLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OneDriveLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OpenIdLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ProviderManager.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/TwitterLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/VKLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/WordpressLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YahooLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YandexLoginProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/MultiRegionAccountLinker.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/OAuth20Token.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfile.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfileExtensions.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/Profile/WellKnownFields.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.FederatedLogin/ProviderConstants.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/InMemoryTokenManager.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/Message.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/SocialMediaException.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/SocialNetworks.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/Twitter/Exceptions.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterApiInfo.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterConsumer.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterDataProvider.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterMessage.cs2
-rw-r--r--module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterUserInfo.cs2
-rw-r--r--module/ASC.Thumbnails.Svc/ConfigHandler.cs52
-rw-r--r--module/ASC.Thumbnails.Svc/Launcher.cs52
-rw-r--r--module/ASC.Thumbnails/app/log.js2
-rw-r--r--module/ASC.Thumbnails/app/thumb.js2
-rw-r--r--module/ASC.Thumbnails/app/webshot/options.js26
-rw-r--r--module/ASC.Thumbnails/app/webshot/webshot.js26
-rw-r--r--module/ASC.Thumbnails/app/webshot/webshot.phantom.js26
-rw-r--r--module/ASC.Thumbnails/config/index.js2
-rw-r--r--module/ASC.Thumbnails/index.js2
-rw-r--r--module/ASC.UrlShortener.Svc/ConfigHandler.cs2
-rw-r--r--module/ASC.UrlShortener.Svc/Launcher.cs52
-rw-r--r--module/ASC.UrlShortener/app/app.js26
-rw-r--r--module/ASC.UrlShortener/app/log.js26
-rw-r--r--module/ASC.UrlShortener/app/sql.js26
-rw-r--r--module/ASC.UrlShortener/app/sqlConsts.js26
-rw-r--r--module/ASC.UrlShortener/app/urlShortener.js26
-rw-r--r--module/ASC.UrlShortener/config/index.js26
-rw-r--r--module/ASC.UrlShortener/index.js26
-rw-r--r--module/ASC.UrlShortener/middleware/auth.js25
-rw-r--r--module/ASC.VoipService/Dao/AbstractDao.cs2
-rw-r--r--module/ASC.VoipService/Dao/CachedVoipDao.cs2
-rw-r--r--module/ASC.VoipService/Dao/VoIPCallFilter.cs2
-rw-r--r--module/ASC.VoipService/Dao/VoipDao.cs2
-rw-r--r--module/ASC.VoipService/IVoipProvider.cs2
-rw-r--r--module/ASC.VoipService/Twilio/TwilioPhone.cs2
-rw-r--r--module/ASC.VoipService/Twilio/TwilioProvider.cs2
-rw-r--r--module/ASC.VoipService/Twilio/TwilioResponseHelper.cs2
-rw-r--r--module/ASC.VoipService/Twilio/TwilioVoipSettings.cs2
-rw-r--r--module/ASC.VoipService/VoipCall.cs2
-rw-r--r--module/ASC.VoipService/VoipModel.cs2
-rw-r--r--module/ASC.VoipService/VoipPhone.cs2
-rw-r--r--module/ASC.VoipService/VoipSettings.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/AttachedPhoneInfoTypeResponse.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/NewPhoneInfoTypeResponse.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/ScenarioResponse.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/VoxImplantBaseResponse.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/VoxImplantPhone.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/VoxImplantProvider.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/VoxImplantSettings.cs2
-rw-r--r--module/ASC.VoipService/VoxImplant/application.js2
-rw-r--r--web/core/ASC.Web.Core/AddonContext.cs2
-rw-r--r--web/core/ASC.Web.Core/BasePage.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/BaseCalendar.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/BaseEvent.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/BaseTodo.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/CalendarColors.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/CalendarManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/IEvent.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/IExternalCalendar.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/ITodo.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/IiCalFormatView.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/RecurrenceRule.cs2
-rw-r--r--web/core/ASC.Web.Core/Calendars/SharingOptions.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/BundleConfig.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/BundleHelper.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/ClientScriptReference.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/ClientScriptRouteHandler.cs52
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/CloudFrontTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/CopyrigthTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/CssTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/DiscTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/GoogleCloudStorageTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/IStaticBundle.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/JsTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/NullOrderer.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/RackspaceCloudStorageTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/ResourceBundleControl.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/SelectelStorageTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/Bundling/StorageTransform.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/ClientCapabilities.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/ClientSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/HttpHandlers/ClientScript.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptCustom.cs2
-rw-r--r--web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptLocalization.cs2
-rw-r--r--web/core/ASC.Web.Core/CommonPhotoManager.cs2
-rw-r--r--web/core/ASC.Web.Core/CookiesManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Extensions/ClientScriptManagerExtension.cs2
-rw-r--r--web/core/ASC.Web.Core/Extensions/EnumExtension.cs2
-rw-r--r--web/core/ASC.Web.Core/Extensions/ProductModuleExtension.cs2
-rw-r--r--web/core/ASC.Web.Core/Extensions/StringExtension.cs2
-rw-r--r--web/core/ASC.Web.Core/Extensions/TimeZoneExtension.cs2
-rw-r--r--web/core/ASC.Web.Core/Extensions/UserInfoExtension.cs2
-rw-r--r--web/core/ASC.Web.Core/Extensions/WebItemExtension.cs2
-rw-r--r--web/core/ASC.Web.Core/Files/ContentDispositionUtil.cs2
-rw-r--r--web/core/ASC.Web.Core/Files/DocumentService.cs2
-rw-r--r--web/core/ASC.Web.Core/Files/FileType.cs2
-rw-r--r--web/core/ASC.Web.Core/Files/FileUtility.cs2
-rw-r--r--web/core/ASC.Web.Core/Files/FilesLinkUtility.cs2
-rw-r--r--web/core/ASC.Web.Core/Helpers/ApiSystemHelper.cs2
-rw-r--r--web/core/ASC.Web.Core/Helpers/AuthorizationHelper.cs2
-rw-r--r--web/core/ASC.Web.Core/Helpers/GrammaticalHelper.cs2
-rw-r--r--web/core/ASC.Web.Core/Helpers/ImageHelpers.cs2
-rw-r--r--web/core/ASC.Web.Core/Helpers/ResourceEnumConverter.cs2
-rw-r--r--web/core/ASC.Web.Core/IAddon.cs2
-rw-r--r--web/core/ASC.Web.Core/IModule.cs2
-rw-r--r--web/core/ASC.Web.Core/IProduct.cs2
-rw-r--r--web/core/ASC.Web.Core/IWebItem.cs2
-rw-r--r--web/core/ASC.Web.Core/Jabber/FireBase.cs2
-rw-r--r--web/core/ASC.Web.Core/Jabber/JabberServiceClient.cs2
-rw-r--r--web/core/ASC.Web.Core/Mail/MailServiceHelper.cs2
-rw-r--r--web/core/ASC.Web.Core/Mobile/CachedMobileAppInstallRegistrator.cs2
-rw-r--r--web/core/ASC.Web.Core/Mobile/IMobileAppInstallRegistrator.cs2
-rw-r--r--web/core/ASC.Web.Core/Mobile/MobileAppInstallRegistrator.cs2
-rw-r--r--web/core/ASC.Web.Core/Mobile/MobileDetector.cs2
-rw-r--r--web/core/ASC.Web.Core/ModuleContext.cs2
-rw-r--r--web/core/ASC.Web.Core/ModuleManagement/Common/ISearchHandler.cs2
-rw-r--r--web/core/ASC.Web.Core/ModuleManagement/Common/IShortcutProvider.cs2
-rw-r--r--web/core/ASC.Web.Core/ModuleManagement/Module.cs2
-rw-r--r--web/core/ASC.Web.Core/NavigationWebItem.cs2
-rw-r--r--web/core/ASC.Web.Core/Product.cs2
-rw-r--r--web/core/ASC.Web.Core/ProductAttribute.cs2
-rw-r--r--web/core/ASC.Web.Core/ProductContext.cs2
-rw-r--r--web/core/ASC.Web.Core/Security/SecurityAttribute.cs2
-rw-r--r--web/core/ASC.Web.Core/Security/SecurityPassthroughAttribute.cs2
-rw-r--r--web/core/ASC.Web.Core/Sms/SmsKeyStorage.cs2
-rw-r--r--web/core/ASC.Web.Core/Sms/SmsProvider.cs2
-rw-r--r--web/core/ASC.Web.Core/Sms/SmsSender.cs2
-rw-r--r--web/core/ASC.Web.Core/SpaceUsageStatManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Subscriptions/IProductSubscriptionManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Subscriptions/ISubscriptionManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Subscriptions/SubscriptionGroup.cs2
-rw-r--r--web/core/ASC.Web.Core/Subscriptions/SubscriptionObject.cs2
-rw-r--r--web/core/ASC.Web.Core/Subscriptions/SubscriptionType.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/DisplayUserSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/Import/IUserImporter.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/Import/OutlookCSVUserImporter.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/Import/TextFileUserImporter.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/UserHelpTourSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/UserInfoComparer.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/UserPhotoManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/UserPhotoThumbnailManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/UserPhotoThumbnailSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Users/UserSortOrder.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/ColorThemesSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/CommonLinkUtility.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/IFileUploadHandler.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/PasswordSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/SearchHandlerManager.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/Settings/TenantAccessSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/Settings/WebItemSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/Settings/WizardSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/Skins/ImageOptions.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/Skins/WebImageSupplier.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/Skins/WebSkinSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/TenantProvider.cs2
-rw-r--r--web/core/ASC.Web.Core/Utility/UrlShortener.cs28
-rw-r--r--web/core/ASC.Web.Core/Utility/UrlSwitcher.cs2
-rw-r--r--web/core/ASC.Web.Core/WebItemContext.cs2
-rw-r--r--web/core/ASC.Web.Core/WebItemManager.cs2
-rw-r--r--web/core/ASC.Web.Core/WebItemSecurity.cs2
-rw-r--r--web/core/ASC.Web.Core/WebItemSecurityInfo.cs2
-rw-r--r--web/core/ASC.Web.Core/WebZones/IRenderCustomNavigation.cs2
-rw-r--r--web/core/ASC.Web.Core/WebZones/WebZoneAttribute.cs2
-rw-r--r--web/core/ASC.Web.Core/WhiteLabel/AdditionalWhiteLabelSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/WhiteLabel/CompanyWhiteLabelSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/WhiteLabel/MailWhiteLabelSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/WhiteLabel/TenantInfoSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/WhiteLabel/TenantLogoManager.cs2
-rw-r--r--web/core/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs2
-rw-r--r--web/core/ASC.Web.Core/WhiteLabel/WhiteLabelLogoTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/AppInstall.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/App_Start/WebApi.Startup.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Auth.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/CommonResultsView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/Container.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/EmptyScreenControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/FeedControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/InlineScript.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/MenuItem.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/NotFoundControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/PageNavigator.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/ResultsView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Common/SideContainer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/FileUploader/FileToUpload.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/FileUploader/HttpModule/UploadProgressHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Controls/Users/EmployeeUserCard.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Backup/BackupAjaxHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Backup/BackupFileUploadHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Backup/BackupHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/CollaboratorSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/CountriesResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/CustomNavigationSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/DateTimeExtension.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/DebugInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/EmailActivationSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/EmailOperationService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/FCKUploadsDBManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/FileSizeComment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/HelpCenter/BaseHelpCenterStorage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterStorage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/HelpCenter/UserVideoSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/HelpCenter/VideoGuideStorage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Import/ContactInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Import/IUserImporter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Import/OutlookCSVUserImporter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Import/TextFileUserImporter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/InfoType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/IpRestrictionsSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/Actions.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/Constants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/NotifyConfiguration.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/PatternHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/SpamEmailSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/StudioNotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/StudioPeriodicNotify.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/StudioSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewNotify.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/TagValues.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Notify/Tags.cs3
-rw-r--r--web/studio/ASC.Web.Studio/Core/PersonalSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/PromotionsSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Quota/QuotaSync.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Quota/QuotaWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Search/SearchComparer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Search/SearchResult.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/SearchHandlers/StudioSearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/SecutiryConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/SetupInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Sms/SmsManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Sms/StudioSmsNotificationSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Statistic/StatisticManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Statistic/UserVisit.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/StudioAdminMessageSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/StudioDefaultPageSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/StudioTrustedDomainSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Tfa/TfaAppAuthSettings.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Core/Tfa/TfaAppUserSettings.cs46
-rw-r--r--web/studio/ASC.Web.Studio/Core/Tfa/TfaManager.cs46
-rw-r--r--web/studio/ASC.Web.Studio/Core/TipsSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Users/AffiliateHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Users/CustomNamingPeople.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Users/MyContact.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Users/ProfileHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Users/SocialContactsManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Users/UserInfoExtension.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Core/Users/UserManagerWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Feed.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Global.asax.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/AjaxFileUploadHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/FCKEditorFileUploadHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/InvoiceHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/KeepSessionAliveHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/LicenseUploader.cs52
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/SsoHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/TemplatingHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/TenantLogoHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/UrlProxyHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/HttpHandlers/UserPhotoHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Management.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/BaseTemplate.master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/CommonBodyScripts.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/CommonStyles.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/HeadScripts.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/MainPage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/MasterManagement/StudioMasterExtensions.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/MasterResources/MasterFileUtilityResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/MasterResources/MasterLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/MasterResources/MasterSettingsResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/MasterResources/MasterTemplateResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Masters/MasterResources/MasterUserResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/MigrationPortal.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/My.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/PaymentRequired.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/PreparationPortal.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/base.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/cases.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/common.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/contacts.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/deals.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/invoices.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/reports.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/settings.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/socialmedia.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/tasks.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.calls.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.common.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.numbers.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.quick.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Calls.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Cases.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/BasePage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/BaseUserControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/CRMSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReader.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReaderExtension.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/ContactPhotoManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/Global.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/ImportFromCSVManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/InvoiceFormattedData.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/LocalizedEnumConverter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/OrganisationLogoManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/PathProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/RegisterClientScriptHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/SignalRHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaAccountNotFound.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaImageDescription.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaUI.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/TwitterApiHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/StringConverter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/SubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/TwilioController.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlConstant.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlParameters.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Classes/VoipEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Configuration/CRMsSpaceUsageStatManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Configuration/ProductEntryPoint.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Configuration/SearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Configuration/VoipModule.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesActionView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesDetailsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesFullCardView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/ListCasesView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/FileUploader.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/HistoryView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ImportFromCSVView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ListBaseView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/NavigationSidePanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/PrivatePanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ResultsView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactActionView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactDetailsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactFullCardView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ListContactView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealActionView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealDetailsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealFullCardView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/ListDealView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceActionView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceDetailsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/ListInvoiceView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsNavigation.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Sender/SmtpSender.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CommonSettingsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CurrencySettingsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CustomFieldsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/DealMilestoneView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemActionView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceTaxesView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/OrganisationProfile.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/ListItemView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TagSettingsView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TaskTemplateView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCalls.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCommon.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipNumbers.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipQuick.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/WebToLeadFormView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Controls/Tasks/ListTaskView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/CRMConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/DIHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/AbstractDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CasesDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CommentDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactInfoDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyInfoDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyRateDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CustomFieldDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DaoFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealMilestoneDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/FileDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceItemDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceLineDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceTaxDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemHistoryDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ManagerDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/RelationshipEventDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ReportDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/SearchDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TagDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskTemplateContainerDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/DomainObject.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Cases.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Comment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Contact.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ContactInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyRate.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CustomField.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Deal.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/DealMilestone.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Filter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Invoice.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceItem.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceLine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceTax.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItem.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItemHistory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/OrderBy.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/RelationshipEvent.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Report.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Task.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/TaskTemplateContainer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/BidTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CommunicationTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoCategoryEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactListViewTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactSelectorTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CustomFieldTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/DealMilestoneStatus.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/EntityTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceStatus.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceTemplateTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ListTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ProgressStatus.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTimePeriodEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ShareType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/SortedByTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/BundleSearch.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/CasesWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/ContactsWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/DealsWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EmailWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EventsWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/FieldsWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InfoWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InvoicesWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Search/TasksWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecurityObjectProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecutiry.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Core/Security/FileSecurityProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Deals.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Help.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ContactPhotoHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileHandler.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileUploaderHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ImportFileHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/OrganisationLogoHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/WebToLeadFromHandler.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Invoices.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/MailViewer.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Masters/BasicTemplate.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/CRMSettingsResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientTemplateResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ControlsResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Reports.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Sender.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyClient.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Settings.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Tasks.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/CurrencyProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/ExportToCSV.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/FileHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportBase.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCSVSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCases.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportContacts.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDataOperation.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDeals.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportFromCSV.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportTasks.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/MailSender.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfCreator.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfQueueWorker.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/Utils/ReportHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/cases.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/common.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/contacts.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/deals.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/fileUploader.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/invoices.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/navsidepanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/reports.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/sender.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/settings.invoices.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/settings.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/socialmedia.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/tasks.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/voip.calls.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/voip.common.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/voip.numbers.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/CRM/js/voip.quick.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Controls/NavigationSidePanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Help.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/HttpHandlers/ThumbHandler.cs28
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientTemplateResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Master/Community.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/App_Themes/Default/birthdays.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysModule.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysNotifyClient.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/js/birthdays.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/AddBlog.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/App_Themes/Default/BlogStyle.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsModule.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsShortcutProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/Subscriber.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Constants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/BlogsStorage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbPostDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/IBlogDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/Map.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Blog.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/BlogInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Comment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Post.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Rating.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/ReviewPost.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Settings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Tag.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Helpers/SubscriptionNotitySenders.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/CorporateBlogSecObject.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/PersonalBlogSecObject.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Service/BlogNotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/EditBlog.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BasePage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BaseUserControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/ViewBlog.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Views/ViewBlogView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/js/blogs.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/App_Themes/Default/css/bookmarkingstyle.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkInfo.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingCommunityConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingModule.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/BookmarkingService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/IBookmarkingService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkPermissionSecurityObject.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkingPermissionsCheck.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkSubscriptionConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifyClient.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingSessionObject.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/BookmarkingBusinessUtil.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/Converters.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDaoHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Bookmark.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/BookmarkTag.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Comment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Tag.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmark.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmarkTag.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/CreateBookmark.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/FavouriteBookmarks.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserBookmarks.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkAddedByUserContorl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkHeaderPageControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkInfoUserControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkRaitingUserControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingRemoverFromFavouritePopup.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingUserControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CommentsUserControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/ActionButton.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/js/actionbutton.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkUserControlPath.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkingSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkDisplayMode.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkInfoBase.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingRequestConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingServiceHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/SortParam.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/TagMenuItemControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Search/BookmarkingSearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingConverter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingSortUtil.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingThumbnailSize.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/IThumbnailHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/SortByEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/WebSiteThumbnailHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CreateBookmarkUserControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/SingleBookmarkUserControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingBasePage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingNavigationItem.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/js/bookmarking.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/App_Themes/Default/style.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumModule.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumShortcutProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/Subscriber.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Dao/ForumDataProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/Interfaces.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/PresenterTemplate.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/UserKeys.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/Constants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/ForumNotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/NotifierPresenter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SecurityActionPresenter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriberPresenter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriptionGetcherPresenter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/AnswerVariant.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Attachment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ForumAction.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/NotFoundUser.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Post.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Question.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/SubscriptionConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Tag.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Thread.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ThreadCategory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Topic.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/INotifierView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISecurityActionView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriberView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriptionGetcherView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/EditTopic.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Forum.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/ManagementCenter.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewForum.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewPost.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Posts.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Search.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Topics.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/DateTimeService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumScriptProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/LinkProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/PageLocation.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/Settings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/TagSuggest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumEditor.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumMaker.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/NewPostControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostListControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/RecentActivityControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ThreadCategoryListControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicEditorControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicListControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserTopics.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forum.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forummaker.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/searchhelper.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/App_Themes/Default/NewsStylesheet.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorageTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/FeedStorageFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/IFeedStorage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/Mappers.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Feed.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedComment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedNews.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPoll.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollAnswer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollVariant.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedTypeInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedUrls.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/NewsNotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/ShortcutProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/PollVoteHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/RequestInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/BreadCumbsControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedItem.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsConst.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsModule.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/editnews.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/editpoll.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/js/News.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/filetype_style.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicss.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicssprint.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/ActionHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseUserControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Category.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CategoryDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Comment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CommentDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Constants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Diff.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/File.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/FileDAO.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil_Wiki2Html.cs.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IVersioned.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IWikiObjectOwner.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Page.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageDAO.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageNameUtil.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiNotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiStrExtentions.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Constants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Extentions.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/PageDictionary.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiActivityPublisher.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiBasePage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiModuleSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiObjectsSecurityObject.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiSearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Content/main.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Diff.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiFileHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiPageHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiSection.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListCategories.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListFiles.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListPages.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/PageHistoryList.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Scripts/EditPage.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Wiki.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiModule.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditFile.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListFiles.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListPages.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/MiniToolbar.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewFile.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Photos.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Product/CommunityProduct.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySecurity.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySpaceUsageStatManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Search/BlogsWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Search/BookmarksWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Search/NewsWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Search/PostWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Search/TopicWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/Search/WikiWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/js/common.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Community/js/tagsAutocompleteBox.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/app.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/common.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/filechoice.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/leftmenu.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/saveas.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/bright-blue/leftmenu.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/dark-green/leftmenu.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/deep-blue/leftmenu.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/pure-orange/leftmenu.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/App_Themes/wild-pink/leftmenu.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSpaceUsageStatManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Configuration/ProductEntryPoint.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Configuration/SubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/AccessRights.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/AnalyticsPersonalFirstVisit.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/ChunkUploadDialog.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploaddialog.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploadmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/ContentList.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/contentlist.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConfirmConvert.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConvertFile.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/CreateMenu.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/createmenu.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/Desktop.ascx.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/EmptyFolder.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/FileSelector.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/MainContent.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/maincontent.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/MainMenu/MainMenu.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/MoreFeatures.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/css/morefeatures.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/Sailfish.ascx.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.css51
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.js52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/ThirdParty.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/Tree.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/TreeBuilder.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/DIHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/EncryptedDataDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IDaoFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFileDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFolderDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/ITagDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/AbstractDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/DaoFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FileDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FolderDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/SecurityDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/TagDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/AuthData.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/BlockchainAddress.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ChunkedUploadSession.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EditHistory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptedData.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptionAddress.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/File.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntry.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntryTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Folder.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ForcesaveType.cs28
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/OrderBy.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Tag.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/FilesIntegration.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/FilterTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/ResponseStream.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Search/FilesWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Search/FoldersWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileSecurity.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShare.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShareRecord.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurity.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurityProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Core/Security/ISecurityDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/DocEditor.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/FileChoice.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/Constants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/DocuSignHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/EasyBibHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/FilesMessageService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/Global.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/PathProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/ThirdpartyConfiguration.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Helpers/WordpressHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ChunkedUploaderHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/FileHandler.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/SearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ThirdPartyAppHandler.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/docusignhandler.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Masters/BasicTemplate.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesConstantsResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Masters/EditorScripts.ascx.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/SaveAs.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/Configuration.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocbuilderReportsUtility.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceConnector.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceParams.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceTracker.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/FFmpegService/FFmpeg.cs26
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyClient.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileEntrySerializer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileExceptionFilterAttribute.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileConflictResolveType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDeleteOperation.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDownloadOperation.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMarkAsReadOperation.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMoveCopyOperation.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperation.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationResult.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationsManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileStorageServiceController.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/IFileStorageService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/AceWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/BaseTypeWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/DataWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/MentionWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/ThirdPartyParams.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Share.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/BoxApp.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/GoogleDriveApp.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/IThirdPartyApp.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/Token.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/ChunkedUploadSessionHolder.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/EntryManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/FileConverter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/FileMarker.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/FileShareLink.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/FileSharing.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/FileTracker.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/FileUploader.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/MailMergeTask.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/Utils/SocketManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/actionmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/anchormanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/auth.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/common.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/editor.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/eventhandler.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/filechoice.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/filter.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/foldermanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/markernew.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/mousemanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/saveas.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/servicemanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/socketmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/templatemanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Files/js/ui.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/App_Themes/Default/css/people.master.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Classes/ImportParameters.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploader.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploaderResult.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/EncodingEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/IUserImporter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/ImportUsersTask.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/TextFileUserImporter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/Import/UserResults.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/PeopleProduct.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Core/SearchHendler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Help.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Import.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientSettingsResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientTemplateResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Masters/PeopleBaseTemplate.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Profile.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/ProfileAction.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Reassigns.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/Tests/ASC.Web.People.Tests/Common/PeopleImportParserTests.cs28
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/ImportUsers.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/css/import.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/js/importUsers.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/UserControls/SideNavigationPanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/PeopleManager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/departmentmanagement.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/filterHandler.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/navigatorHandler.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/peopleActions.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/peopleController.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/peopleCore.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/reassigns.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/People/js/sideNavigationPanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/addmilestonecontainer.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/allprojects.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/alltasks.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/common.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/discussions.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/ganttchart.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/import.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/milestones.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectDocumentsPopup.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectTeam.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectaction.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projecttemplates.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reports.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reportsPrint.css2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/settings.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/timetracking.less2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/BasePage.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/BaseUserControl.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/Global.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/NotifyHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/PathProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectSecurityInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectsCommonSettings.cs28
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportTransformer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/RequestContext.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/ResultsView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlAction.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlConstant.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlParameters.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductEntryPoint.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProjectsSpaceUsageStatManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Configuration/SearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Contacts.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/CommonList.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/NavigationSidePanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/ProjectDocumentsPopup.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Messages/DiscussionAction.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Projects/ProjectAction.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFile.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFilters.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportTemplateView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportView.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Controls/Templates/EditTemplate.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/DIHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/BaseDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/CommentDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/DaoFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MessageDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MilestoneDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ParticipantDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ProjectDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ReportDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SearchDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/StatusDao.cs3
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SubtaskDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TagDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TaskDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TemplateDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TimeSpendDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CachedProjectEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CommentEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/EngineFactory.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/FileEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MessageEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MilestoneEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ParticipantEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEntityEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectSecurity.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectsReassign.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ReportEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SearchEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapterProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/StatusEngine.cs28
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SubtaskEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TagEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TaskEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TemplateEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TimeTrackingEngine.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ICommentDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IDaoFactory.cs4
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMessageDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMilestoneDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IParticipantDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IProjectDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IReportDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISearchDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IStatusDao.cs28
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISubtaskDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITagDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITaskDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITemplateDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITimeSpendDao.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/CustomStatus.cs28
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/DomainObject.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Comment.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/EntityTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/LocalizedEnumConverter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/MilestoneStatusEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ModuleTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/PaymentStatusEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectStatusEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectTeamSecurity.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskLinkTypeEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskPriorityEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskStatusEnum.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Feed/CommentUpdates.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Message.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Milestone.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Participant.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/ParticipantFull.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Project.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Subtask.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Task.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TaskLink.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Template.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TimeSpend.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/FilterOperationResult.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/ProjectEntity.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFile.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilterSerializer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTemplate.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTimeInterval.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportViewType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/TaskFilter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyClient.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyConstants.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifySource.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Search/CommentsWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Search/DiscussionsWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Search/MilestonesWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Search/ProjectsWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Search/SubtasksWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Core/Search/TasksWrapper.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/GanttChart.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Help.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Masters/BasicTemplate.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientTemplateResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientUserResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Messages.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Milestones.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/ProjectTeam.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/ProjectTemplates.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Projects.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Reports.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Settings.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/TMDocs.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Tasks.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/BaseTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/CustomCaseAttribute.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/DataGenerator.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/DiscussionTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/MilestonesTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/ProjectsTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/ReassignTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/SearchTest.cs52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/TaskSecurityTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/TasksTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Test/TimeTrackingTest.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/TimeTracking.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/Timer.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/addmilestonecontainer.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/apitimetraking.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/base.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/common.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/common_filter_projects.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/contacts.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/discussions.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_min.js7
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_ver.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/ganttchartpage.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/helper.js52
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/import.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/jq_projects_extensions.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/jquery-tagsadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/milestoneaction.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/milestones.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/navsidepanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/projectDocumentsPopup.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/projectaction.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/projectnavpanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/projects.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/projectteam.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/projecttemplates.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/reports.js4
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/settings.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/subtasks.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/taskaction.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/taskdescription.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/tasks.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Projects/js/timetracking.js2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Api.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/App_Themes/default/css/style.less27
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Classes/PathProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleClass.cs27
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleDao.cs27
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Classes/SearchResultsView.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Configuration/ProductEntryPoint.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Configuration/SampleSearchHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Controls/NavigationSidePanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Database.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Elements.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Help.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Masters/BasicTemplate.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Masters/ClientScripts/ClientLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/Styles.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/UserControls.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Products/Sample/js/script.jsbin20202 -> 11278 bytes
-rw-r--r--web/studio/ASC.Web.Studio/Search.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ServerError.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Services/WhatsNew/feed.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/StartScriptsStyles.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Startup.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Tariffs.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Terms.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/Box.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/DocuSign.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/Dropbox.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/Google.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ContactInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Google.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Import.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ImportLogin.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Yahoo.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/Login.Master.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/OneDrive.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/ThirdParty/Wordpress.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ActivateEmailPanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Attachments/Attachments.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Attachments/css/attachments.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Attachments/js/attachments.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Authorize/Authorize.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Authorize/css/authorize.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/authorize.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/recaptchacontroller.js26
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/AuthorizeDocs.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/authorizedocs.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/custom-mode.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/js/authorizedocs.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Banner/Banner.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Banner/js/banner.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/ChooseTimePeriod.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/css/choosetimeperiod.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/js/choosetimeperiod.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Comments/CommentInfo.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Comments/Comments.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Comments/css/codehighlighter/vs.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Comments/js/comments.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Confirm/Confirm.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Confirm/js/confirm.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/HelpCenter.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/css/help-center.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/js/help-center.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/InviteLink.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/js/invitelink.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/LoaderPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/css/loaderpage.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/LoginWithThirdParty.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/MediaPlayer.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/imageviewer.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.css3
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.js52
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/MigrationPortal.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/css/migrationportal.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/js/migrationportal.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/PersonalFooter.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/css/personalfooter.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/js/personalfooter.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollForm.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollFormMaster.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PollForm/css/style.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PollForm/js/pollform.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/PreparationPortal.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/css/preparationportal.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/js/preparationportal.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Search/SearchResults.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Search/css/searchResults.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Search/js/searchresults.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/SharingSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/bright-blue/sharingsettingsparams.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/dark-green/sharingsettingsparams.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/deep-blue/sharingsettingsparams.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/baseparams.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettings.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettingsparams.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/pure-orange/sharingsettingsparams.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/wild-pink/sharingsettingsparams.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/js/sharingsettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/SmallChat.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/jquery.cssemoticons.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/smallChat.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/js/smallChat.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/Support/Support.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBanner.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBannerSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/css/thirdpartybanner.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/TopStudioPanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/VoipPhoneControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/UserForum/UserForum.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/VideoGuides.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/js/videoguides.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcher.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherBaseItem.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherLinkItem.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherTabItem.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/css/viewswitcher.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/js/viewswitcher.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CRMDashboardEmptyScreen.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CommunityDashboardEmptyScreen.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/EmptyScreens/ManagerDashboardEmptyScreen.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Feed/FeedList.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Feed/NewNavigationPanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Feed/css/feed.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.filter.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/FirstTime/EmailAndPassword.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/FirstTime/FirstTimeTenantSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/FirstTime/StepContainer.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/FirstTime/css/EmailAndPassword.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/FirstTime/css/stepContainer.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/FirstTime/js/manager.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/FirstTime/js/view.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/AccessRights.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/css/accessrights.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/js/accessrights.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/AdminMessageSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/css/admMess.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/js/admmess.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AdminSettings/ConfirmPortalOwner.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthService.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthorizationKeys.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/css/authorizationkeys.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/js/authorizationkeys.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/ColorThemes.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/css/colorthemes.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/js/colorthemes.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/ConfirmActivation.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/css/confirmactivation.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/js/confirmactivation.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/ConfirmInviteActivation.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/css/confirm_invite_activation.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/js/confirm_invite_activation.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ConfirmPortalActivity.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/CookieSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/js/cookiesettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/CustomNavigation.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/LogoUploader.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/css/customnavigation.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/js/customnavigation.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/DeactivatePortal.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/js/deactivateportal.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/DefaultPageSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/js/defaultpage.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/DnsSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/dnssettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DocService/DocService.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DocService/css/docservice.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/DocService/js/docservice.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/FullTextSearch.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/css/fulltextsearch.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/js/fulltextsearch.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingLogoSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/LogoUploader.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/css/greetingsettings.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetinglogosettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetingsettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/InvitePanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/css/invitepanel.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/js/invitepanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/IpSecurity.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/css/ipsecurity.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/js/ipsecurity.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/MailDomainSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/css/maildomainsettings.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/js/maildomainsettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/MailService/MailService.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/MailService/css/mailservice.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/MailService/js/mailservice.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/LogHelper.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/PortsChecker.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/ServiceHealthChecker.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/css/monitoring.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/loghelper.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/portschecker.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/servicehealthchecker.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettingsContent.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/css/namingpeople.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeople.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeoplecontent.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/PasswordSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/css/PasswordSettings.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/passwordSettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/slider.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/PortalAccessSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/css/portalAccess.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/js/portalAccess.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/PortalRename.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/css/portalrename.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/js/portalrename.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/PricingPageSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/js/pricingpagesettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/ProductsAndInstruments.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/css/productsandinstruments.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/js/productsandinstruments.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/ProfileOperation.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/PromoCode.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/promocode.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SingleSignOnSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoSettingsV2.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoUserData.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/css/singlesignonsettings.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/js/singlesignonsettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ChangeMobileNumber.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ConfirmMobileActivation.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/SmsValidationSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/css/confirmmobile.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/changemobile.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/confirmmobile.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/smsvalidation.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/SmtpSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/css/smtpsettings.css2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/js/smtpsettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/StudioSettings/StudioSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffDesktop.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffHistory.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffLimitExceed.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffNotify.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffSettings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffStandalone.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffUsage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariff.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffdesktop.less3
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffhistory.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tarifflimitexceed.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffnotify.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffstandalone.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffusage.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffdesktop.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tarifflimitexceed.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffnotify.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffstandalone.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffusage.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ConfirmTfa.ascx.cs46
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ResetAppDialog.ascx.cs52
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ShowBackupCodesDialog.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/confirmtfa.less52
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/showbackup.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/confirmtfa.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/resetapp.js52
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/showbackup.js52
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/TimeAndLanguage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/css/timeandlanguage.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/js/timeandlanguage.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/TransferPortal.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/css/transferportal.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/js/transferportal.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/VersionSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/css/versionsettings.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/js/script.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/PortalAnalytics.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/css/portalanalytics.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/js/portalanalytics.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/ProductQuotes.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/css/productquotes_style.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/js/product_quotes.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/TenantStatisticsProvider.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/VisitorsChart.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/css/visitorschart_style.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/tooltip.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/visitorschart.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/AuthCommunications.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/js/authcommunications.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/ResendInvitesControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/js/resendinvitescontrol.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/TipsSettings.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/css/tipsSettings.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/js/tipsSettings.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/AccountLinkControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/ConfirmationDeleteUser.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/LoadPhotoControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/PwdTool.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailChange.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserLanguage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileActions.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileControl.ascx.cs3
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileEditControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/accountlink_style.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/loadphoto_style.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/profileeditcontrol_style.less3
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userlanguages.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userprofilecontrol_style.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/accountlinker.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/deleteuser.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/loadphoto.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/pwdtool.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userlanguage.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofilecontrol.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofileeditcontrol.js2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/UserSubscriptions.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/css/subscriptions.less2
-rw-r--r--web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/js/subscription_manager.js2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/AjaxResponse.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/BBCodeParser/ExpressionReplacement.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/BBCodeParser/ParserConfiguration.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/BBCodeParser/RegularExpressionTemplate.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/BBCodeParser/Smiles.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagConfiguration.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagParamOption.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/CommonControlsConfigurer.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/CustomResourceHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HeaderStringHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CLikeFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CSharpFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CodeFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CppFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/HtmlFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/JavaScriptFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/MshFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/SourceFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/TsqlFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/VisualBasicFormat.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/Highlighter.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/HtmlUtility.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/HtmlUtility/LangType.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/TenantExtra.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/TenantLogoHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/TransferResourceHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Utility/WhiteLabelHelper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/VoipClient.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/Wizard.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/Addon/CalendarAddon.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/App_Themes/Default/calendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/App_Themes/bright-blue/calendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/App_Themes/dark-green/calendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/App_Themes/deep-blue/calendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/App_Themes/pure-orange/calendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/App_Themes/wild-pink/calendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/Notification/CalendarSubscriptionManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarControl.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarResources.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/SidePanel.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/css/fullcalendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/fullcalendar.js8
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_controller.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_event_page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/recurrence_rule.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/css/popup.css4
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/popup.js4
-rw-r--r--web/studio/ASC.Web.Studio/addons/calendar/default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Addon/MailAddon.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountpopup.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accounts.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountspanel.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/administration.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/attachments.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/calendar.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/common.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/contacts.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/crm_integration.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/filters.less3
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/folders.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/icons.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mail.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/message.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/messages.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mixins.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/popup.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/print.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/settings.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/tags.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Configuration/MailSpaceUsageStatManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Configuration/Settings.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/AccountsPage/AccountsPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/AdministrationPage/AdministrationPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/BlankModal.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/js/blankmodal.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/CommonSettingsPage/CommonSettingsPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/ContactsPage/ContactsPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/DocumentsPopup.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/css/documentsPopup.less2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/js/documentsPopup.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/FiltersPage/Filters.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/MailBox/MailBox.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/TagBox/TagBox.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/TagsPage/TagsPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Controls/UserFoldersPage/UserFoldersPage.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ComposeDraft.ashx.cs28
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ContactPhoto.ashx.cs52
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/Download.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/DownloadAll.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/EditDocument.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/FilesUploader.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ViewDocument.ashx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientLocalizationResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientSettingsResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientTemplateResources.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/OAuth.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/accountsPanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/actionMenu.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/actionPanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/administration.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/error.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/forms.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createdomain.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailbox.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailgroup.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailbox.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailgroup.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-domainadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-mailboxadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/alerts.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/crmAutocomplete.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/emailAutocomplete.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/blankpage.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/commonsettings/page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/contacts.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/crmFilter.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/customFilter.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/tlFilter.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/modal/editContact.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/panel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/tlGroups.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/contacts/types.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/containers/set.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/dropdown.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/filterCache.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/filters/edit.js28
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/filters/filter.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/filters/manager.js28
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/filters/modal.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/filters/page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/fromsenderfilter.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/panel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/hidePanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/init.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.accounts.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.accountsmodal.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.accountspage.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.attachmentmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.cache.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.calendar.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.common.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.crmLinkPopup.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.default.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.filter.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.folderfilter.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.folderpanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.mailbox.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.messagepage.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.navigation.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.printpage.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.servicemanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/mail.settingspanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/popup.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/tags/colorsPopup.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/tags/dropdown.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/tags/modal.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/tags/page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/tags/panel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/tags/tags.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/templates/plugin/jquery-mailtemplateadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/trustedAddresses.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/userfolders/dropdown.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/userfolders/manager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/userfolders/modal.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/userfolders/page.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/userfolders/panel.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/userfolders/plugins/jstree.counters.plugin.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/mail/js/wysiwyg.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/Addon/TalkAddon.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/Addon/TalkSpaceUsageStatManager.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/ClientScript/TalkClientScript.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/Default.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/HttpPollHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/OpenContactHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UploadFileHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UserPhotoHandler.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/JabberClient.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/JabberWrapper.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/TalkConfiguration.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/UserControls/ContactsContainer.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/UserControls/MeseditorContainer.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/UserControls/RoomsContainer.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/UserControls/TabsContainerPart.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/UserControls/TalkNavigationItem.ascx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.messagearea.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.overview.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.de-de.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-gb.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-us.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.es-es.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.fr-fr.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.it-it.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.lv-lv.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.pt-br.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.ru-ru.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/css/default/talk.text-overflow.css2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.common.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.connectiomanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.contactscontainer.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.contactsmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.customevents.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.default.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.init.js3
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.meseditorcontainer.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.messagesmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.msmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.mucmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.navigationitem.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.roomscontainer.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.roomsmanager.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/js/talk.tabscontainer.js2
-rw-r--r--web/studio/ASC.Web.Studio/addons/talk/talk.notification.js2
-rw-r--r--web/studio/ASC.Web.Studio/confirm.aspx.cs2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/api/api.factory.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/api/api.helper.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/api/asc.teamlab.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.anchorcontroller.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.customevents.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.feedreader.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.files.utility.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.listscript.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.mail.utility.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.mailreader.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.pagenavigator.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.socketio.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.tabsnavigator.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/asc.topstudiopanel.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/basetemplate.master.init.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/clipboard.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/collaborators.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/common.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/groupselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/localstorage.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/my.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/voip.countries.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/voip.navigationitem.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/core/voip.phone.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/countries.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedfilter.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-contactadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-customcombobox.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-emailadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-groupadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-projectadvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/jquery-useradvansedselector.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/phonecontroller.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/popupBox.js2
-rw-r--r--web/studio/ASC.Web.Studio/js/asc/plugins/progressdialog.js2
-rw-r--r--web/studio/ASC.Web.Studio/skins/base.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/bright-blue/main.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/bright-blue/params.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/dark-green/main.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/dark-green/params.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/deep-blue/main.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/deep-blue/params.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/actionpanel.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/app_install.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/buttons.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/codestyle.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/comments-container.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common_style.de-de.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common_style.es-es.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common_style.fr-fr.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common_style.it-it.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common_style.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common_style.ru-ru.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/common_style.wide-screen.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/contentmenu.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/dashboard.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/empty-screen-control.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/filetype_style.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/groupselector.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/headers.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/helper.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-fix.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-theme.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/jquery-advansedselector.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/jquery-emailadvansedselector.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/links.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/lists.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/magnific-popup.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/main-page-container.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/main-title-icon.less3
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/main.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/page-tabs-navigators.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/params.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/phonecontroller.css2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/sidepanel.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/tl-combobox.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/toastr.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/topstudiopanel.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/voip.phone.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/whitelabel.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/default/wizard.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/page_default.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/pure-orange/main.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/pure-orange/params.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/wild-pink/main.less2
-rw-r--r--web/studio/ASC.Web.Studio/skins/wild-pink/params.less2
4351 files changed, 7239 insertions, 6139 deletions
diff --git a/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Login/LoginAcceptedTests.cs b/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Login/LoginAcceptedTests.cs
index 218ff234a..d44928297 100644
--- a/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Login/LoginAcceptedTests.cs
+++ b/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Login/LoginAcceptedTests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Query/ParseTests.cs b/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Query/ParseTests.cs
index 973c877bc..a65610f86 100644
--- a/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Query/ParseTests.cs
+++ b/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Query/ParseTests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Utils/LdapHelperTests.cs b/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Utils/LdapHelperTests.cs
index 45697c8f4..0f07e9175 100644
--- a/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Utils/LdapHelperTests.cs
+++ b/common/ASC.ActiveDirectory/ASC.ActiveDirectory.Tests/Utils/LdapHelperTests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Data/LdapCertificateConfirmRequest.cs b/common/ASC.ActiveDirectory/Base/Data/LdapCertificateConfirmRequest.cs
index 5a5331ddb..a3f145728 100644
--- a/common/ASC.ActiveDirectory/Base/Data/LdapCertificateConfirmRequest.cs
+++ b/common/ASC.ActiveDirectory/Base/Data/LdapCertificateConfirmRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Data/LdapLogin.cs b/common/ASC.ActiveDirectory/Base/Data/LdapLogin.cs
index 9aa7b1557..b17a4c6f5 100644
--- a/common/ASC.ActiveDirectory/Base/Data/LdapLogin.cs
+++ b/common/ASC.ActiveDirectory/Base/Data/LdapLogin.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Data/LdapObject.cs b/common/ASC.ActiveDirectory/Base/Data/LdapObject.cs
index 973574524..cf3ad8abe 100644
--- a/common/ASC.ActiveDirectory/Base/Data/LdapObject.cs
+++ b/common/ASC.ActiveDirectory/Base/Data/LdapObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Data/LdapObjectExtension.cs b/common/ASC.ActiveDirectory/Base/Data/LdapObjectExtension.cs
index 5c2978fdf..b0428a4f0 100644
--- a/common/ASC.ActiveDirectory/Base/Data/LdapObjectExtension.cs
+++ b/common/ASC.ActiveDirectory/Base/Data/LdapObjectExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Expressions/Criteria.cs b/common/ASC.ActiveDirectory/Base/Expressions/Criteria.cs
index 4c4f6e1d0..5cff68956 100644
--- a/common/ASC.ActiveDirectory/Base/Expressions/Criteria.cs
+++ b/common/ASC.ActiveDirectory/Base/Expressions/Criteria.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Expressions/CriteriaType.cs b/common/ASC.ActiveDirectory/Base/Expressions/CriteriaType.cs
index c4d456acb..74e0f1699 100644
--- a/common/ASC.ActiveDirectory/Base/Expressions/CriteriaType.cs
+++ b/common/ASC.ActiveDirectory/Base/Expressions/CriteriaType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Expressions/Expression.cs b/common/ASC.ActiveDirectory/Base/Expressions/Expression.cs
index ad005453d..10e7bee06 100644
--- a/common/ASC.ActiveDirectory/Base/Expressions/Expression.cs
+++ b/common/ASC.ActiveDirectory/Base/Expressions/Expression.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Expressions/Op.cs b/common/ASC.ActiveDirectory/Base/Expressions/Op.cs
index b10bb2b48..431f67661 100644
--- a/common/ASC.ActiveDirectory/Base/Expressions/Op.cs
+++ b/common/ASC.ActiveDirectory/Base/Expressions/Op.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/LdapConstants.cs b/common/ASC.ActiveDirectory/Base/LdapConstants.cs
index c516bee7b..5c3fc6962 100644
--- a/common/ASC.ActiveDirectory/Base/LdapConstants.cs
+++ b/common/ASC.ActiveDirectory/Base/LdapConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/LdapHelper.cs b/common/ASC.ActiveDirectory/Base/LdapHelper.cs
index 2cb762e67..6827a6ddb 100644
--- a/common/ASC.ActiveDirectory/Base/LdapHelper.cs
+++ b/common/ASC.ActiveDirectory/Base/LdapHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/LdapNotifyConstants.cs b/common/ASC.ActiveDirectory/Base/LdapNotifyConstants.cs
index 1cb1cf624..b5db890d0 100644
--- a/common/ASC.ActiveDirectory/Base/LdapNotifyConstants.cs
+++ b/common/ASC.ActiveDirectory/Base/LdapNotifyConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/LdapNotifyHelper.cs b/common/ASC.ActiveDirectory/Base/LdapNotifyHelper.cs
index 118a51de7..b453bdde1 100644
--- a/common/ASC.ActiveDirectory/Base/LdapNotifyHelper.cs
+++ b/common/ASC.ActiveDirectory/Base/LdapNotifyHelper.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using ASC.ActiveDirectory.Base.Settings;
diff --git a/common/ASC.ActiveDirectory/Base/LdapNotifySource.cs b/common/ASC.ActiveDirectory/Base/LdapNotifySource.cs
index d6361c509..cc2ab69b9 100644
--- a/common/ASC.ActiveDirectory/Base/LdapNotifySource.cs
+++ b/common/ASC.ActiveDirectory/Base/LdapNotifySource.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
diff --git a/common/ASC.ActiveDirectory/Base/LdapUserImporter.cs b/common/ASC.ActiveDirectory/Base/LdapUserImporter.cs
index 0420d3474..6b3ab2243 100644
--- a/common/ASC.ActiveDirectory/Base/LdapUserImporter.cs
+++ b/common/ASC.ActiveDirectory/Base/LdapUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Settings/LdapSettings.cs b/common/ASC.ActiveDirectory/Base/Settings/LdapSettings.cs
index 30a5bb0bd..22711b049 100644
--- a/common/ASC.ActiveDirectory/Base/Settings/LdapSettings.cs
+++ b/common/ASC.ActiveDirectory/Base/Settings/LdapSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsChecker.cs b/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsChecker.cs
index ba3b00dab..b4b73fb28 100644
--- a/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsChecker.cs
+++ b/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsChecker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsStatus.cs b/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsStatus.cs
index e62251511..11d03246c 100644
--- a/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsStatus.cs
+++ b/common/ASC.ActiveDirectory/Base/Settings/LdapSettingsStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/BuiltIn/SystemLdapHelper.cs b/common/ASC.ActiveDirectory/BuiltIn/SystemLdapHelper.cs
index 9c48f68d7..fbb721db9 100644
--- a/common/ASC.ActiveDirectory/BuiltIn/SystemLdapHelper.cs
+++ b/common/ASC.ActiveDirectory/BuiltIn/SystemLdapHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSearcher.cs b/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSearcher.cs
index fe613d89c..e1e82c0b8 100644
--- a/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSearcher.cs
+++ b/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSearcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSettingsChecker.cs b/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSettingsChecker.cs
index dc9371821..bfd707799 100644
--- a/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSettingsChecker.cs
+++ b/common/ASC.ActiveDirectory/BuiltIn/SystemLdapSettingsChecker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChange.cs b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChange.cs
index 4f8fec091..613d469e2 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChange.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChange.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeCollection.cs b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeCollection.cs
index ca7aa6db3..7986df264 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeCollection.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeEnums.cs b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeEnums.cs
index 9a5c52c38..0489a005c 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeEnums.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapChangeEnums.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapItemChange.cs b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapItemChange.cs
index 71a6cab5b..502e4d884 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapItemChange.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/Data/LdapItemChange.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/LdapLocalization.cs b/common/ASC.ActiveDirectory/ComplexOperations/LdapLocalization.cs
index 61a5b8a3c..df07693cd 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/LdapLocalization.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/LdapLocalization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/LdapOperation.cs b/common/ASC.ActiveDirectory/ComplexOperations/LdapOperation.cs
index 7ffbb2be8..916eaec30 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/LdapOperation.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/LdapOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationStatus.cs b/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationStatus.cs
index 4d89746db..318b55132 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationStatus.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationType.cs b/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationType.cs
index 953306c6a..a2516cbfb 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationType.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/LdapOperationType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/ComplexOperations/LdapSaveSyncOperation.cs b/common/ASC.ActiveDirectory/ComplexOperations/LdapSaveSyncOperation.cs
index e82abba79..9667d7f4b 100644
--- a/common/ASC.ActiveDirectory/ComplexOperations/LdapSaveSyncOperation.cs
+++ b/common/ASC.ActiveDirectory/ComplexOperations/LdapSaveSyncOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/LdapUserManager.cs b/common/ASC.ActiveDirectory/LdapUserManager.cs
index 6fc7a4496..5b0836c5d 100644
--- a/common/ASC.ActiveDirectory/LdapUserManager.cs
+++ b/common/ASC.ActiveDirectory/LdapUserManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/LdapUtils.cs b/common/ASC.ActiveDirectory/LdapUtils.cs
index 06a9e7bbd..f083b4390 100644
--- a/common/ASC.ActiveDirectory/LdapUtils.cs
+++ b/common/ASC.ActiveDirectory/LdapUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Novell/Data/NovellLdapObject.cs b/common/ASC.ActiveDirectory/Novell/Data/NovellLdapObject.cs
index ebd5782aa..2133650a8 100644
--- a/common/ASC.ActiveDirectory/Novell/Data/NovellLdapObject.cs
+++ b/common/ASC.ActiveDirectory/Novell/Data/NovellLdapObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Novell/Exceptions/NovellLdapTlsCertificateRequestedException.cs b/common/ASC.ActiveDirectory/Novell/Exceptions/NovellLdapTlsCertificateRequestedException.cs
index 5497abc8c..0c0822b3e 100644
--- a/common/ASC.ActiveDirectory/Novell/Exceptions/NovellLdapTlsCertificateRequestedException.cs
+++ b/common/ASC.ActiveDirectory/Novell/Exceptions/NovellLdapTlsCertificateRequestedException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Novell/Extensions/NovellLdapEntryExtension.cs b/common/ASC.ActiveDirectory/Novell/Extensions/NovellLdapEntryExtension.cs
index 2c729eae1..068a8bd62 100644
--- a/common/ASC.ActiveDirectory/Novell/Extensions/NovellLdapEntryExtension.cs
+++ b/common/ASC.ActiveDirectory/Novell/Extensions/NovellLdapEntryExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Novell/NovellLdapHelper.cs b/common/ASC.ActiveDirectory/Novell/NovellLdapHelper.cs
index d021b6e00..6b82fa3d2 100644
--- a/common/ASC.ActiveDirectory/Novell/NovellLdapHelper.cs
+++ b/common/ASC.ActiveDirectory/Novell/NovellLdapHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Novell/NovellLdapSearcher.cs b/common/ASC.ActiveDirectory/Novell/NovellLdapSearcher.cs
index a76454185..1cbbfc7bd 100644
--- a/common/ASC.ActiveDirectory/Novell/NovellLdapSearcher.cs
+++ b/common/ASC.ActiveDirectory/Novell/NovellLdapSearcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Novell/NovellLdapSettingsChecker.cs b/common/ASC.ActiveDirectory/Novell/NovellLdapSettingsChecker.cs
index 6cd76a7c4..2e7594640 100644
--- a/common/ASC.ActiveDirectory/Novell/NovellLdapSettingsChecker.cs
+++ b/common/ASC.ActiveDirectory/Novell/NovellLdapSettingsChecker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.ActiveDirectory/Novell/NovellLdapUserImporter.cs b/common/ASC.ActiveDirectory/Novell/NovellLdapUserImporter.cs
index 96faab598..8d72f3bc4 100644
--- a/common/ASC.ActiveDirectory/Novell/NovellLdapUserImporter.cs
+++ b/common/ASC.ActiveDirectory/Novell/NovellLdapUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Caching/AscCache.cs b/common/ASC.Common/Caching/AscCache.cs
index b6fead58d..b936c534a 100644
--- a/common/ASC.Common/Caching/AscCache.cs
+++ b/common/ASC.Common/Caching/AscCache.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
diff --git a/common/ASC.Common/Caching/CacheNotifyAction.cs b/common/ASC.Common/Caching/CacheNotifyAction.cs
index f4018c119..f5ce69564 100644
--- a/common/ASC.Common/Caching/CacheNotifyAction.cs
+++ b/common/ASC.Common/Caching/CacheNotifyAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Caching/ICache.cs b/common/ASC.Common/Caching/ICache.cs
index 1c1867596..da883eb51 100644
--- a/common/ASC.Common/Caching/ICache.cs
+++ b/common/ASC.Common/Caching/ICache.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Caching/ICacheNotify.cs b/common/ASC.Common/Caching/ICacheNotify.cs
index c1a3bbeed..8ebdaa463 100644
--- a/common/ASC.Common/Caching/ICacheNotify.cs
+++ b/common/ASC.Common/Caching/ICacheNotify.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Caching/RedisCache.cs b/common/ASC.Common/Caching/RedisCache.cs
index edebd3650..243702f3b 100644
--- a/common/ASC.Common/Caching/RedisCache.cs
+++ b/common/ASC.Common/Caching/RedisCache.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
diff --git a/common/ASC.Common/Collections/CachedDictionaryBase.cs b/common/ASC.Common/Collections/CachedDictionaryBase.cs
index 8aafdfc62..6ca7deeb3 100644
--- a/common/ASC.Common/Collections/CachedDictionaryBase.cs
+++ b/common/ASC.Common/Collections/CachedDictionaryBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Collections/HttpRequestDictionary.cs b/common/ASC.Common/Collections/HttpRequestDictionary.cs
index 442a4c9a6..92379dc1a 100644
--- a/common/ASC.Common/Collections/HttpRequestDictionary.cs
+++ b/common/ASC.Common/Collections/HttpRequestDictionary.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/AdoProxy/DbCommandProxy.cs b/common/ASC.Common/Data/AdoProxy/DbCommandProxy.cs
index 808a6518d..34920a6c8 100644
--- a/common/ASC.Common/Data/AdoProxy/DbCommandProxy.cs
+++ b/common/ASC.Common/Data/AdoProxy/DbCommandProxy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/AdoProxy/DbConnectionProxy.cs b/common/ASC.Common/Data/AdoProxy/DbConnectionProxy.cs
index 522bc7ef5..2b7d67b87 100644
--- a/common/ASC.Common/Data/AdoProxy/DbConnectionProxy.cs
+++ b/common/ASC.Common/Data/AdoProxy/DbConnectionProxy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/AdoProxy/DbTransactionProxy.cs b/common/ASC.Common/Data/AdoProxy/DbTransactionProxy.cs
index 54664e8e9..f8be136bb 100644
--- a/common/ASC.Common/Data/AdoProxy/DbTransactionProxy.cs
+++ b/common/ASC.Common/Data/AdoProxy/DbTransactionProxy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/AdoProxy/EventArgs.cs b/common/ASC.Common/Data/AdoProxy/EventArgs.cs
index 29ad55057..d72bcd544 100644
--- a/common/ASC.Common/Data/AdoProxy/EventArgs.cs
+++ b/common/ASC.Common/Data/AdoProxy/EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/AdoProxy/ExecuteHelper.cs b/common/ASC.Common/Data/AdoProxy/ExecuteHelper.cs
index 05f54eee3..e6e73247d 100644
--- a/common/ASC.Common/Data/AdoProxy/ExecuteHelper.cs
+++ b/common/ASC.Common/Data/AdoProxy/ExecuteHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/AdoProxy/ProxyContext.cs b/common/ASC.Common/Data/AdoProxy/ProxyContext.cs
index 5c276779b..b54b84ef6 100644
--- a/common/ASC.Common/Data/AdoProxy/ProxyContext.cs
+++ b/common/ASC.Common/Data/AdoProxy/ProxyContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/DataExtensions.cs b/common/ASC.Common/Data/DataExtensions.cs
index dec803300..1be782eac 100644
--- a/common/ASC.Common/Data/DataExtensions.cs
+++ b/common/ASC.Common/Data/DataExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/DbManager.cs b/common/ASC.Common/Data/DbManager.cs
index 580e8c997..7800df50e 100644
--- a/common/ASC.Common/Data/DbManager.cs
+++ b/common/ASC.Common/Data/DbManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/DbNestedTransaction.cs b/common/ASC.Common/Data/DbNestedTransaction.cs
index 1fd04e98d..a44113b1a 100644
--- a/common/ASC.Common/Data/DbNestedTransaction.cs
+++ b/common/ASC.Common/Data/DbNestedTransaction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/DbRegistry.cs b/common/ASC.Common/Data/DbRegistry.cs
index cf4f45552..14de26811 100644
--- a/common/ASC.Common/Data/DbRegistry.cs
+++ b/common/ASC.Common/Data/DbRegistry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/DbTransaction.cs b/common/ASC.Common/Data/DbTransaction.cs
index b4358efd1..d89cd761b 100644
--- a/common/ASC.Common/Data/DbTransaction.cs
+++ b/common/ASC.Common/Data/DbTransaction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/IDbManager.cs b/common/ASC.Common/Data/IDbManager.cs
index ce7cb9bf9..ae181031f 100644
--- a/common/ASC.Common/Data/IDbManager.cs
+++ b/common/ASC.Common/Data/IDbManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/MultiRegionalDbManager.cs b/common/ASC.Common/Data/MultiRegionalDbManager.cs
index 78c90aa89..123a391e2 100644
--- a/common/ASC.Common/Data/MultiRegionalDbManager.cs
+++ b/common/ASC.Common/Data/MultiRegionalDbManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Dialects/MySQLDialect.cs b/common/ASC.Common/Data/Sql/Dialects/MySQLDialect.cs
index 9cbfc81c6..9c7d300ae 100644
--- a/common/ASC.Common/Data/Sql/Dialects/MySQLDialect.cs
+++ b/common/ASC.Common/Data/Sql/Dialects/MySQLDialect.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Dialects/SQLiteDialect.cs b/common/ASC.Common/Data/Sql/Dialects/SQLiteDialect.cs
index 3bfd3d106..6c213b286 100644
--- a/common/ASC.Common/Data/Sql/Dialects/SQLiteDialect.cs
+++ b/common/ASC.Common/Data/Sql/Dialects/SQLiteDialect.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Dialects/SqlDialect.cs b/common/ASC.Common/Data/Sql/Dialects/SqlDialect.cs
index e0f21cf98..f8bf91484 100644
--- a/common/ASC.Common/Data/Sql/Dialects/SqlDialect.cs
+++ b/common/ASC.Common/Data/Sql/Dialects/SqlDialect.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/AsExp.cs b/common/ASC.Common/Data/Sql/Expressions/AsExp.cs
index a8f04cdd9..8ff970de3 100644
--- a/common/ASC.Common/Data/Sql/Expressions/AsExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/AsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/BetweenExp.cs b/common/ASC.Common/Data/Sql/Expressions/BetweenExp.cs
index c4debc2f6..560e18cb9 100644
--- a/common/ASC.Common/Data/Sql/Expressions/BetweenExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/BetweenExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/EqColumnsExp.cs b/common/ASC.Common/Data/Sql/Expressions/EqColumnsExp.cs
index 3bd33f41f..1630a3d94 100644
--- a/common/ASC.Common/Data/Sql/Expressions/EqColumnsExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/EqColumnsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/EqExp.cs b/common/ASC.Common/Data/Sql/Expressions/EqExp.cs
index afa9672ad..a6b73bd59 100644
--- a/common/ASC.Common/Data/Sql/Expressions/EqExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/EqExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/ExistsExp.cs b/common/ASC.Common/Data/Sql/Expressions/ExistsExp.cs
index 3706f1487..6f42593dd 100644
--- a/common/ASC.Common/Data/Sql/Expressions/ExistsExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/ExistsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/Exp.cs b/common/ASC.Common/Data/Sql/Expressions/Exp.cs
index 92fb8512c..6ce5feaf8 100644
--- a/common/ASC.Common/Data/Sql/Expressions/Exp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/Exp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/IfExp.cs b/common/ASC.Common/Data/Sql/Expressions/IfExp.cs
index 5d509e0b9..ec1965880 100644
--- a/common/ASC.Common/Data/Sql/Expressions/IfExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/IfExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/InExp.cs b/common/ASC.Common/Data/Sql/Expressions/InExp.cs
index c7dff853a..2f3c2d92a 100644
--- a/common/ASC.Common/Data/Sql/Expressions/InExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/InExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/JunctionExp.cs b/common/ASC.Common/Data/Sql/Expressions/JunctionExp.cs
index 06c8a05fe..d150f1844 100644
--- a/common/ASC.Common/Data/Sql/Expressions/JunctionExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/JunctionExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/LGtExp.cs b/common/ASC.Common/Data/Sql/Expressions/LGtExp.cs
index ae51fc77a..1a020f5cc 100644
--- a/common/ASC.Common/Data/Sql/Expressions/LGtExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/LGtExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/LikeExp.cs b/common/ASC.Common/Data/Sql/Expressions/LikeExp.cs
index 97370e000..1745a2a01 100644
--- a/common/ASC.Common/Data/Sql/Expressions/LikeExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/LikeExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/SelectAgregate.cs b/common/ASC.Common/Data/Sql/Expressions/SelectAgregate.cs
index 1aad4c9ed..43aea4fb3 100644
--- a/common/ASC.Common/Data/Sql/Expressions/SelectAgregate.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/SelectAgregate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/SqlExp.cs b/common/ASC.Common/Data/Sql/Expressions/SqlExp.cs
index e12c54dee..549754e34 100644
--- a/common/ASC.Common/Data/Sql/Expressions/SqlExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/SqlExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/Expressions/SumExp.cs b/common/ASC.Common/Data/Sql/Expressions/SumExp.cs
index f4b7a6f8b..4965b2247 100644
--- a/common/ASC.Common/Data/Sql/Expressions/SumExp.cs
+++ b/common/ASC.Common/Data/Sql/Expressions/SumExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/ISqlDialect.cs b/common/ASC.Common/Data/Sql/ISqlDialect.cs
index a0ec5e3fd..b8cd926b2 100644
--- a/common/ASC.Common/Data/Sql/ISqlDialect.cs
+++ b/common/ASC.Common/Data/Sql/ISqlDialect.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/ISqlInstruction.cs b/common/ASC.Common/Data/Sql/ISqlInstruction.cs
index 46bb865cc..81e43900a 100644
--- a/common/ASC.Common/Data/Sql/ISqlInstruction.cs
+++ b/common/ASC.Common/Data/Sql/ISqlInstruction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlCreate.cs b/common/ASC.Common/Data/Sql/SqlCreate.cs
index 18b3bfa64..1b7a4b34f 100644
--- a/common/ASC.Common/Data/Sql/SqlCreate.cs
+++ b/common/ASC.Common/Data/Sql/SqlCreate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlDebugView.cs b/common/ASC.Common/Data/Sql/SqlDebugView.cs
index fb1fa5b4f..d73b0c43b 100644
--- a/common/ASC.Common/Data/Sql/SqlDebugView.cs
+++ b/common/ASC.Common/Data/Sql/SqlDebugView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlDelete.cs b/common/ASC.Common/Data/Sql/SqlDelete.cs
index 7900004b0..2e658a077 100644
--- a/common/ASC.Common/Data/Sql/SqlDelete.cs
+++ b/common/ASC.Common/Data/Sql/SqlDelete.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlIdentifier.cs b/common/ASC.Common/Data/Sql/SqlIdentifier.cs
index f696a1c32..226f0ce7a 100644
--- a/common/ASC.Common/Data/Sql/SqlIdentifier.cs
+++ b/common/ASC.Common/Data/Sql/SqlIdentifier.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlInsert.cs b/common/ASC.Common/Data/Sql/SqlInsert.cs
index e28908653..97dffe3ba 100644
--- a/common/ASC.Common/Data/Sql/SqlInsert.cs
+++ b/common/ASC.Common/Data/Sql/SqlInsert.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlInstructionDebuggerDisplay.cs b/common/ASC.Common/Data/Sql/SqlInstructionDebuggerDisplay.cs
index 8f00e005e..176fb323f 100644
--- a/common/ASC.Common/Data/Sql/SqlInstructionDebuggerDisplay.cs
+++ b/common/ASC.Common/Data/Sql/SqlInstructionDebuggerDisplay.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlQuery.cs b/common/ASC.Common/Data/Sql/SqlQuery.cs
index 99b20159f..2c11016ef 100644
--- a/common/ASC.Common/Data/Sql/SqlQuery.cs
+++ b/common/ASC.Common/Data/Sql/SqlQuery.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/Sql/SqlUpdate.cs b/common/ASC.Common/Data/Sql/SqlUpdate.cs
index 1f59aa0c4..5e17832e1 100644
--- a/common/ASC.Common/Data/Sql/SqlUpdate.cs
+++ b/common/ASC.Common/Data/Sql/SqlUpdate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/StreamExtension.cs b/common/ASC.Common/Data/StreamExtension.cs
index b3a3f26ec..234d0c3d7 100644
--- a/common/ASC.Common/Data/StreamExtension.cs
+++ b/common/ASC.Common/Data/StreamExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Data/TempStream.cs b/common/ASC.Common/Data/TempStream.cs
index f4bbdc96f..bd201b0d8 100644
--- a/common/ASC.Common/Data/TempStream.cs
+++ b/common/ASC.Common/Data/TempStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/AutofacConfigLoader.cs b/common/ASC.Common/DependencyInjection/AutofacConfigLoader.cs
index a7f969d14..55195c2c8 100644
--- a/common/ASC.Common/DependencyInjection/AutofacConfigLoader.cs
+++ b/common/ASC.Common/DependencyInjection/AutofacConfigLoader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/AutofacConfigurationSection.cs b/common/ASC.Common/DependencyInjection/AutofacConfigurationSection.cs
index 8e83cacfb..de8e8af2b 100644
--- a/common/ASC.Common/DependencyInjection/AutofacConfigurationSection.cs
+++ b/common/ASC.Common/DependencyInjection/AutofacConfigurationSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/ComponentElement.cs b/common/ASC.Common/DependencyInjection/ComponentElement.cs
index fb3e53ae6..efdc23a51 100644
--- a/common/ASC.Common/DependencyInjection/ComponentElement.cs
+++ b/common/ASC.Common/DependencyInjection/ComponentElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/ConfigurationElementCollection.cs b/common/ASC.Common/DependencyInjection/ConfigurationElementCollection.cs
index f9070aa26..ad9e670bf 100644
--- a/common/ASC.Common/DependencyInjection/ConfigurationElementCollection.cs
+++ b/common/ASC.Common/DependencyInjection/ConfigurationElementCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/ContainerElementCollection.cs b/common/ASC.Common/DependencyInjection/ContainerElementCollection.cs
index 1fb236ef9..dbe49caff 100644
--- a/common/ASC.Common/DependencyInjection/ContainerElementCollection.cs
+++ b/common/ASC.Common/DependencyInjection/ContainerElementCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/DictionaryElementCollection.cs b/common/ASC.Common/DependencyInjection/DictionaryElementCollection.cs
index 7104f6b47..702e6ea9a 100644
--- a/common/ASC.Common/DependencyInjection/DictionaryElementCollection.cs
+++ b/common/ASC.Common/DependencyInjection/DictionaryElementCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/ListElementCollection.cs b/common/ASC.Common/DependencyInjection/ListElementCollection.cs
index ebc3d508f..99fa47196 100644
--- a/common/ASC.Common/DependencyInjection/ListElementCollection.cs
+++ b/common/ASC.Common/DependencyInjection/ListElementCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/ListItemElement.cs b/common/ASC.Common/DependencyInjection/ListItemElement.cs
index 46c11d6f1..800b3d80f 100644
--- a/common/ASC.Common/DependencyInjection/ListItemElement.cs
+++ b/common/ASC.Common/DependencyInjection/ListItemElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/NamedConfigurationElementCollection.cs b/common/ASC.Common/DependencyInjection/NamedConfigurationElementCollection.cs
index ec2b66db1..5f69e564e 100644
--- a/common/ASC.Common/DependencyInjection/NamedConfigurationElementCollection.cs
+++ b/common/ASC.Common/DependencyInjection/NamedConfigurationElementCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/ParameterElement.cs b/common/ASC.Common/DependencyInjection/ParameterElement.cs
index 5c851ff8a..7954ed450 100644
--- a/common/ASC.Common/DependencyInjection/ParameterElement.cs
+++ b/common/ASC.Common/DependencyInjection/ParameterElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/ParameterElementCollection.cs b/common/ASC.Common/DependencyInjection/ParameterElementCollection.cs
index 272bf41c6..eeee26614 100644
--- a/common/ASC.Common/DependencyInjection/ParameterElementCollection.cs
+++ b/common/ASC.Common/DependencyInjection/ParameterElementCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/DependencyInjection/TypeManipulation.cs b/common/ASC.Common/DependencyInjection/TypeManipulation.cs
index c2dabc724..f0ee83033 100644
--- a/common/ASC.Common/DependencyInjection/TypeManipulation.cs
+++ b/common/ASC.Common/DependencyInjection/TypeManipulation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Geolocation/GeolocationHelper.cs b/common/ASC.Common/Geolocation/GeolocationHelper.cs
index 2810f02ab..3e143fef4 100644
--- a/common/ASC.Common/Geolocation/GeolocationHelper.cs
+++ b/common/ASC.Common/Geolocation/GeolocationHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Geolocation/IPGeolocationInfo.cs b/common/ASC.Common/Geolocation/IPGeolocationInfo.cs
index dd4c814f0..3f758ba91 100644
--- a/common/ASC.Common/Geolocation/IPGeolocationInfo.cs
+++ b/common/ASC.Common/Geolocation/IPGeolocationInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Logging/Log.cs b/common/ASC.Common/Logging/Log.cs
index 13c268897..2d6add000 100644
--- a/common/ASC.Common/Logging/Log.cs
+++ b/common/ASC.Common/Logging/Log.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
diff --git a/common/ASC.Common/Logging/SelfCleaningAppender.cs b/common/ASC.Common/Logging/SelfCleaningAppender.cs
index fe7a7c73b..4437a00b6 100644
--- a/common/ASC.Common/Logging/SelfCleaningAppender.cs
+++ b/common/ASC.Common/Logging/SelfCleaningAppender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Logging/SelfCleaningTarget.cs b/common/ASC.Common/Logging/SelfCleaningTarget.cs
index de86f22fb..f59a95caa 100644
--- a/common/ASC.Common/Logging/SelfCleaningTarget.cs
+++ b/common/ASC.Common/Logging/SelfCleaningTarget.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Logging/SpecialFolderPathConverter.cs b/common/ASC.Common/Logging/SpecialFolderPathConverter.cs
index 7e043ae6e..0706ff638 100644
--- a/common/ASC.Common/Logging/SpecialFolderPathConverter.cs
+++ b/common/ASC.Common/Logging/SpecialFolderPathConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Module/BaseWcfClient.cs b/common/ASC.Common/Module/BaseWcfClient.cs
index bf2d89775..bcb6e4027 100644
--- a/common/ASC.Common/Module/BaseWcfClient.cs
+++ b/common/ASC.Common/Module/BaseWcfClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Module/IServiceController.cs b/common/ASC.Common/Module/IServiceController.cs
index 0a39dd78b..866b91924 100644
--- a/common/ASC.Common/Module/IServiceController.cs
+++ b/common/ASC.Common/Module/IServiceController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/AWSEmail.cs b/common/ASC.Common/Notify/AWSEmail.cs
index 08d288e5d..903228dd9 100644
--- a/common/ASC.Common/Notify/AWSEmail.cs
+++ b/common/ASC.Common/Notify/AWSEmail.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Channels/ISenderChannel.cs b/common/ASC.Common/Notify/Channels/ISenderChannel.cs
index 512a82730..2d7fe63e3 100644
--- a/common/ASC.Common/Notify/Channels/ISenderChannel.cs
+++ b/common/ASC.Common/Notify/Channels/ISenderChannel.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Channels/SenderChannel.cs b/common/ASC.Common/Notify/Channels/SenderChannel.cs
index ed5b7e132..dc5942834 100644
--- a/common/ASC.Common/Notify/Channels/SenderChannel.cs
+++ b/common/ASC.Common/Notify/Channels/SenderChannel.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Context.cs b/common/ASC.Common/Notify/Context.cs
index f5732b54a..fbe9b5fe6 100644
--- a/common/ASC.Common/Notify/Context.cs
+++ b/common/ASC.Common/Notify/Context.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Cron/CronExpression.cs b/common/ASC.Common/Notify/Cron/CronExpression.cs
index 8f576b384..66fb7e754 100644
--- a/common/ASC.Common/Notify/Cron/CronExpression.cs
+++ b/common/ASC.Common/Notify/Cron/CronExpression.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Cron/ISet.cs b/common/ASC.Common/Notify/Cron/ISet.cs
index 90d3168ea..03683f8c3 100644
--- a/common/ASC.Common/Notify/Cron/ISet.cs
+++ b/common/ASC.Common/Notify/Cron/ISet.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Cron/ISortedSet.cs b/common/ASC.Common/Notify/Cron/ISortedSet.cs
index bcdb858eb..fc65e425c 100644
--- a/common/ASC.Common/Notify/Cron/ISortedSet.cs
+++ b/common/ASC.Common/Notify/Cron/ISortedSet.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Cron/TreeSet.cs b/common/ASC.Common/Notify/Cron/TreeSet.cs
index f29ce4b2b..59f732035 100644
--- a/common/ASC.Common/Notify/Cron/TreeSet.cs
+++ b/common/ASC.Common/Notify/Cron/TreeSet.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Engine/DispatchEngine.cs b/common/ASC.Common/Notify/Engine/DispatchEngine.cs
index b6c8dc183..e768df541 100644
--- a/common/ASC.Common/Notify/Engine/DispatchEngine.cs
+++ b/common/ASC.Common/Notify/Engine/DispatchEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Engine/INotifyEngine.cs b/common/ASC.Common/Notify/Engine/INotifyEngine.cs
index 54440f0ac..fe7303c0e 100644
--- a/common/ASC.Common/Notify/Engine/INotifyEngine.cs
+++ b/common/ASC.Common/Notify/Engine/INotifyEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Engine/InterceptorStorage.cs b/common/ASC.Common/Notify/Engine/InterceptorStorage.cs
index 0452c3c38..474e7ba19 100644
--- a/common/ASC.Common/Notify/Engine/InterceptorStorage.cs
+++ b/common/ASC.Common/Notify/Engine/InterceptorStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Engine/NotifyEngine.cs b/common/ASC.Common/Notify/Engine/NotifyEngine.cs
index 7a20d399f..4b38f102f 100644
--- a/common/ASC.Common/Notify/Engine/NotifyEngine.cs
+++ b/common/ASC.Common/Notify/Engine/NotifyEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Engine/NotifyRequest.cs b/common/ASC.Common/Notify/Engine/NotifyRequest.cs
index b30329ac0..a1fb3ac42 100644
--- a/common/ASC.Common/Notify/Engine/NotifyRequest.cs
+++ b/common/ASC.Common/Notify/Engine/NotifyRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Engine/SendInterceptorSkeleton.cs b/common/ASC.Common/Notify/Engine/SendInterceptorSkeleton.cs
index d8feb7746..420e859d3 100644
--- a/common/ASC.Common/Notify/Engine/SendInterceptorSkeleton.cs
+++ b/common/ASC.Common/Notify/Engine/SendInterceptorSkeleton.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Engine/SingleRecipientInterceptor.cs b/common/ASC.Common/Notify/Engine/SingleRecipientInterceptor.cs
index 8a0301935..b727a7b46 100644
--- a/common/ASC.Common/Notify/Engine/SingleRecipientInterceptor.cs
+++ b/common/ASC.Common/Notify/Engine/SingleRecipientInterceptor.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/INotifyClient.cs b/common/ASC.Common/Notify/INotifyClient.cs
index e3d935a79..d5de1d04c 100644
--- a/common/ASC.Common/Notify/INotifyClient.cs
+++ b/common/ASC.Common/Notify/INotifyClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/INotifyRegistry.cs b/common/ASC.Common/Notify/INotifyRegistry.cs
index 091e877fb..e6427aed0 100644
--- a/common/ASC.Common/Notify/INotifyRegistry.cs
+++ b/common/ASC.Common/Notify/INotifyRegistry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/INotifyService.cs b/common/ASC.Common/Notify/INotifyService.cs
index 2cbe270f8..94e890e82 100644
--- a/common/ASC.Common/Notify/INotifyService.cs
+++ b/common/ASC.Common/Notify/INotifyService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/ISendInterceptor.cs b/common/ASC.Common/Notify/ISendInterceptor.cs
index 947ff8090..95cee1b11 100644
--- a/common/ASC.Common/Notify/ISendInterceptor.cs
+++ b/common/ASC.Common/Notify/ISendInterceptor.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/InitiatorInterceptor.cs b/common/ASC.Common/Notify/InitiatorInterceptor.cs
index 5dbb8a0e0..e009a824d 100644
--- a/common/ASC.Common/Notify/InitiatorInterceptor.cs
+++ b/common/ASC.Common/Notify/InitiatorInterceptor.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/InterceptorLifetime.cs b/common/ASC.Common/Notify/InterceptorLifetime.cs
index bbd7aa55d..adea542a8 100644
--- a/common/ASC.Common/Notify/InterceptorLifetime.cs
+++ b/common/ASC.Common/Notify/InterceptorLifetime.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/InterceptorPlace.cs b/common/ASC.Common/Notify/InterceptorPlace.cs
index 195b237bc..9db6a9188 100644
--- a/common/ASC.Common/Notify/InterceptorPlace.cs
+++ b/common/ASC.Common/Notify/InterceptorPlace.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Messages/INoticeMessage.cs b/common/ASC.Common/Notify/Messages/INoticeMessage.cs
index 0bb06473b..0e6755e28 100644
--- a/common/ASC.Common/Notify/Messages/INoticeMessage.cs
+++ b/common/ASC.Common/Notify/Messages/INoticeMessage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Messages/NoticeMessage.cs b/common/ASC.Common/Notify/Messages/NoticeMessage.cs
index 5932a0318..6bd4430f8 100644
--- a/common/ASC.Common/Notify/Messages/NoticeMessage.cs
+++ b/common/ASC.Common/Notify/Messages/NoticeMessage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Messages/NotifyMessage.cs b/common/ASC.Common/Notify/Messages/NotifyMessage.cs
index e7ceeb27f..8bc6ad478 100644
--- a/common/ASC.Common/Notify/Messages/NotifyMessage.cs
+++ b/common/ASC.Common/Notify/Messages/NotifyMessage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Messages/SendResponse.cs b/common/ASC.Common/Notify/Messages/SendResponse.cs
index 28139b4e8..eb6f7055b 100644
--- a/common/ASC.Common/Notify/Messages/SendResponse.cs
+++ b/common/ASC.Common/Notify/Messages/SendResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Messages/SendResult.cs b/common/ASC.Common/Notify/Messages/SendResult.cs
index 52d0a18b4..94e6e2542 100644
--- a/common/ASC.Common/Notify/Messages/SendResult.cs
+++ b/common/ASC.Common/Notify/Messages/SendResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/ConstActionProvider.cs b/common/ASC.Common/Notify/Model/ConstActionProvider.cs
index 710afaec1..0bddd2ea3 100644
--- a/common/ASC.Common/Notify/Model/ConstActionProvider.cs
+++ b/common/ASC.Common/Notify/Model/ConstActionProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/IActionProvider.cs b/common/ASC.Common/Notify/Model/IActionProvider.cs
index f7911298e..4ba1e1286 100644
--- a/common/ASC.Common/Notify/Model/IActionProvider.cs
+++ b/common/ASC.Common/Notify/Model/IActionProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/INotifyAction.cs b/common/ASC.Common/Notify/Model/INotifyAction.cs
index 5e38df06e..a3c99456d 100644
--- a/common/ASC.Common/Notify/Model/INotifyAction.cs
+++ b/common/ASC.Common/Notify/Model/INotifyAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/INotifySource.cs b/common/ASC.Common/Notify/Model/INotifySource.cs
index 4f1730803..588055f6c 100644
--- a/common/ASC.Common/Notify/Model/INotifySource.cs
+++ b/common/ASC.Common/Notify/Model/INotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/ISubscriptionProvider.cs b/common/ASC.Common/Notify/Model/ISubscriptionProvider.cs
index af199264a..7a41b2ded 100644
--- a/common/ASC.Common/Notify/Model/ISubscriptionProvider.cs
+++ b/common/ASC.Common/Notify/Model/ISubscriptionProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/NotifyAction.cs b/common/ASC.Common/Notify/Model/NotifyAction.cs
index 6aeb5ebba..25f2cc40a 100644
--- a/common/ASC.Common/Notify/Model/NotifyAction.cs
+++ b/common/ASC.Common/Notify/Model/NotifyAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/NotifyClientImpl.cs b/common/ASC.Common/Notify/Model/NotifyClientImpl.cs
index edca33d15..3e6f03089 100644
--- a/common/ASC.Common/Notify/Model/NotifyClientImpl.cs
+++ b/common/ASC.Common/Notify/Model/NotifyClientImpl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Model/TopSubscriptionProvider.cs b/common/ASC.Common/Notify/Model/TopSubscriptionProvider.cs
index dd227b58c..5f144f6db 100644
--- a/common/ASC.Common/Notify/Model/TopSubscriptionProvider.cs
+++ b/common/ASC.Common/Notify/Model/TopSubscriptionProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/NotifyException.cs b/common/ASC.Common/Notify/NotifyException.cs
index e9a8ff846..7fc4559ad 100644
--- a/common/ASC.Common/Notify/NotifyException.cs
+++ b/common/ASC.Common/Notify/NotifyException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/NotifyResult.cs b/common/ASC.Common/Notify/NotifyResult.cs
index 603004a18..36124876c 100644
--- a/common/ASC.Common/Notify/NotifyResult.cs
+++ b/common/ASC.Common/Notify/NotifyResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/IPattern.cs b/common/ASC.Common/Notify/Patterns/IPattern.cs
index 0b99362d0..e004c3ddd 100644
--- a/common/ASC.Common/Notify/Patterns/IPattern.cs
+++ b/common/ASC.Common/Notify/Patterns/IPattern.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/IPatternFormatter.cs b/common/ASC.Common/Notify/Patterns/IPatternFormatter.cs
index 4e568a7e7..f6220935c 100644
--- a/common/ASC.Common/Notify/Patterns/IPatternFormatter.cs
+++ b/common/ASC.Common/Notify/Patterns/IPatternFormatter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/IPatternProvider.cs b/common/ASC.Common/Notify/Patterns/IPatternProvider.cs
index 40a3c8146..e2066302e 100644
--- a/common/ASC.Common/Notify/Patterns/IPatternProvider.cs
+++ b/common/ASC.Common/Notify/Patterns/IPatternProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/IPatternStyler.cs b/common/ASC.Common/Notify/Patterns/IPatternStyler.cs
index 4f1add207..39b24e645 100644
--- a/common/ASC.Common/Notify/Patterns/IPatternStyler.cs
+++ b/common/ASC.Common/Notify/Patterns/IPatternStyler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/ITagValue.cs b/common/ASC.Common/Notify/Patterns/ITagValue.cs
index 19be8647e..5da15014f 100644
--- a/common/ASC.Common/Notify/Patterns/ITagValue.cs
+++ b/common/ASC.Common/Notify/Patterns/ITagValue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/NVelocityPatternFormatter.cs b/common/ASC.Common/Notify/Patterns/NVelocityPatternFormatter.cs
index 6d93a1742..699579b76 100644
--- a/common/ASC.Common/Notify/Patterns/NVelocityPatternFormatter.cs
+++ b/common/ASC.Common/Notify/Patterns/NVelocityPatternFormatter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/Pattern.cs b/common/ASC.Common/Notify/Patterns/Pattern.cs
index 63fa4063e..2851b8fdb 100644
--- a/common/ASC.Common/Notify/Patterns/Pattern.cs
+++ b/common/ASC.Common/Notify/Patterns/Pattern.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/PatternFormatter.cs b/common/ASC.Common/Notify/Patterns/PatternFormatter.cs
index 6500cd685..c4d703978 100644
--- a/common/ASC.Common/Notify/Patterns/PatternFormatter.cs
+++ b/common/ASC.Common/Notify/Patterns/PatternFormatter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/ReplacePatternFormatter.cs b/common/ASC.Common/Notify/Patterns/ReplacePatternFormatter.cs
index b3fc4d8c0..e8f57814d 100644
--- a/common/ASC.Common/Notify/Patterns/ReplacePatternFormatter.cs
+++ b/common/ASC.Common/Notify/Patterns/ReplacePatternFormatter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/TagValue.cs b/common/ASC.Common/Notify/Patterns/TagValue.cs
index 77ec54dee..fffbb11a1 100644
--- a/common/ASC.Common/Notify/Patterns/TagValue.cs
+++ b/common/ASC.Common/Notify/Patterns/TagValue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Patterns/XmlPatternProvider2.cs b/common/ASC.Common/Notify/Patterns/XmlPatternProvider2.cs
index b9d9086ce..daa907548 100644
--- a/common/ASC.Common/Notify/Patterns/XmlPatternProvider2.cs
+++ b/common/ASC.Common/Notify/Patterns/XmlPatternProvider2.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Recipients/DirectRecipient.cs b/common/ASC.Common/Notify/Recipients/DirectRecipient.cs
index d4d4a2675..44be525c0 100644
--- a/common/ASC.Common/Notify/Recipients/DirectRecipient.cs
+++ b/common/ASC.Common/Notify/Recipients/DirectRecipient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Recipients/IDirectRecipient.cs b/common/ASC.Common/Notify/Recipients/IDirectRecipient.cs
index f3d096393..8ff0d445b 100644
--- a/common/ASC.Common/Notify/Recipients/IDirectRecipient.cs
+++ b/common/ASC.Common/Notify/Recipients/IDirectRecipient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Recipients/IRecipient.cs b/common/ASC.Common/Notify/Recipients/IRecipient.cs
index 6ecf7c56d..4ab98d9e0 100644
--- a/common/ASC.Common/Notify/Recipients/IRecipient.cs
+++ b/common/ASC.Common/Notify/Recipients/IRecipient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Recipients/IRecipientsGroup.cs b/common/ASC.Common/Notify/Recipients/IRecipientsGroup.cs
index a29d69bc6..ede878387 100644
--- a/common/ASC.Common/Notify/Recipients/IRecipientsGroup.cs
+++ b/common/ASC.Common/Notify/Recipients/IRecipientsGroup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Recipients/IRecipientsProvider.cs b/common/ASC.Common/Notify/Recipients/IRecipientsProvider.cs
index 1850ea5f0..6dcf6a25c 100644
--- a/common/ASC.Common/Notify/Recipients/IRecipientsProvider.cs
+++ b/common/ASC.Common/Notify/Recipients/IRecipientsProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Recipients/RecipientsGroup.cs b/common/ASC.Common/Notify/Recipients/RecipientsGroup.cs
index 4bb2fccab..d66da3bc7 100644
--- a/common/ASC.Common/Notify/Recipients/RecipientsGroup.cs
+++ b/common/ASC.Common/Notify/Recipients/RecipientsGroup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Sinks/DispatchSink.cs b/common/ASC.Common/Notify/Sinks/DispatchSink.cs
index e3af2964c..61b3351bd 100644
--- a/common/ASC.Common/Notify/Sinks/DispatchSink.cs
+++ b/common/ASC.Common/Notify/Sinks/DispatchSink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Sinks/ISink.cs b/common/ASC.Common/Notify/Sinks/ISink.cs
index a41a9eb29..c7c9159de 100644
--- a/common/ASC.Common/Notify/Sinks/ISink.cs
+++ b/common/ASC.Common/Notify/Sinks/ISink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Notify/Sinks/Sink.cs b/common/ASC.Common/Notify/Sinks/Sink.cs
index 9b7b8e959..443df2658 100644
--- a/common/ASC.Common/Notify/Sinks/Sink.cs
+++ b/common/ASC.Common/Notify/Sinks/Sink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/AscRandom.cs b/common/ASC.Common/Security/AscRandom.cs
index 64c77cd73..52b558f84 100644
--- a/common/ASC.Common/Security/AscRandom.cs
+++ b/common/ASC.Common/Security/AscRandom.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authentication/Account.cs b/common/ASC.Common/Security/Authentication/Account.cs
index cce932033..1520a75ec 100644
--- a/common/ASC.Common/Security/Authentication/Account.cs
+++ b/common/ASC.Common/Security/Authentication/Account.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authentication/IAccount.cs b/common/ASC.Common/Security/Authentication/IAccount.cs
index 5d1073720..b6e51c03e 100644
--- a/common/ASC.Common/Security/Authentication/IAccount.cs
+++ b/common/ASC.Common/Security/Authentication/IAccount.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authentication/ISystemAccount.cs b/common/ASC.Common/Security/Authentication/ISystemAccount.cs
index 27bc1e70b..da9c62d9a 100644
--- a/common/ASC.Common/Security/Authentication/ISystemAccount.cs
+++ b/common/ASC.Common/Security/Authentication/ISystemAccount.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authentication/IUserAccount.cs b/common/ASC.Common/Security/Authentication/IUserAccount.cs
index 0b0daeb04..8a556bbf8 100644
--- a/common/ASC.Common/Security/Authentication/IUserAccount.cs
+++ b/common/ASC.Common/Security/Authentication/IUserAccount.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authentication/SystemAccount.cs b/common/ASC.Common/Security/Authentication/SystemAccount.cs
index e6a8542aa..1d915e6a1 100644
--- a/common/ASC.Common/Security/Authentication/SystemAccount.cs
+++ b/common/ASC.Common/Security/Authentication/SystemAccount.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/AuthorizingException.cs b/common/ASC.Common/Security/Authorizing/AuthorizingException.cs
index efac673e6..5fe746371 100644
--- a/common/ASC.Common/Security/Authorizing/AuthorizingException.cs
+++ b/common/ASC.Common/Security/Authorizing/AuthorizingException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/AzManager.cs b/common/ASC.Common/Security/Authorizing/AzManager.cs
index 3016a9711..4b346a57c 100644
--- a/common/ASC.Common/Security/Authorizing/AzManager.cs
+++ b/common/ASC.Common/Security/Authorizing/AzManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/AzObjectIdHelper.cs b/common/ASC.Common/Security/Authorizing/AzObjectIdHelper.cs
index 87240e3f6..fc5a7b70b 100644
--- a/common/ASC.Common/Security/Authorizing/AzObjectIdHelper.cs
+++ b/common/ASC.Common/Security/Authorizing/AzObjectIdHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/AzObjectSecurityProviderHelper.cs b/common/ASC.Common/Security/Authorizing/AzObjectSecurityProviderHelper.cs
index b304cd9dc..003b257ca 100644
--- a/common/ASC.Common/Security/Authorizing/AzObjectSecurityProviderHelper.cs
+++ b/common/ASC.Common/Security/Authorizing/AzObjectSecurityProviderHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Constants.cs b/common/ASC.Common/Security/Authorizing/Constants.cs
index a7308f6eb..16731be71 100644
--- a/common/ASC.Common/Security/Authorizing/Constants.cs
+++ b/common/ASC.Common/Security/Authorizing/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Domain/Ace.cs b/common/ASC.Common/Security/Authorizing/Domain/Ace.cs
index 50dde34ed..6cee292dc 100644
--- a/common/ASC.Common/Security/Authorizing/Domain/Ace.cs
+++ b/common/ASC.Common/Security/Authorizing/Domain/Ace.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Domain/AceType.cs b/common/ASC.Common/Security/Authorizing/Domain/AceType.cs
index 225a6aff8..317174ce8 100644
--- a/common/ASC.Common/Security/Authorizing/Domain/AceType.cs
+++ b/common/ASC.Common/Security/Authorizing/Domain/AceType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Domain/Action.cs b/common/ASC.Common/Security/Authorizing/Domain/Action.cs
index 9c0d53364..66ebe814b 100644
--- a/common/ASC.Common/Security/Authorizing/Domain/Action.cs
+++ b/common/ASC.Common/Security/Authorizing/Domain/Action.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Domain/Role.cs b/common/ASC.Common/Security/Authorizing/Domain/Role.cs
index b515d077d..ace4206cc 100644
--- a/common/ASC.Common/Security/Authorizing/Domain/Role.cs
+++ b/common/ASC.Common/Security/Authorizing/Domain/Role.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Interfaces/IAction.cs b/common/ASC.Common/Security/Authorizing/Interfaces/IAction.cs
index 80a900819..580db7036 100644
--- a/common/ASC.Common/Security/Authorizing/Interfaces/IAction.cs
+++ b/common/ASC.Common/Security/Authorizing/Interfaces/IAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Interfaces/IRole.cs b/common/ASC.Common/Security/Authorizing/Interfaces/IRole.cs
index 598eab78b..fd700ae19 100644
--- a/common/ASC.Common/Security/Authorizing/Interfaces/IRole.cs
+++ b/common/ASC.Common/Security/Authorizing/Interfaces/IRole.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Authorizing/Interfaces/ISubject.cs b/common/ASC.Common/Security/Authorizing/Interfaces/ISubject.cs
index 73498a135..539e78fc4 100644
--- a/common/ASC.Common/Security/Authorizing/Interfaces/ISubject.cs
+++ b/common/ASC.Common/Security/Authorizing/Interfaces/ISubject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Cryptography/HashAlg.cs b/common/ASC.Common/Security/Cryptography/HashAlg.cs
index 148b374f6..321db6d05 100644
--- a/common/ASC.Common/Security/Cryptography/HashAlg.cs
+++ b/common/ASC.Common/Security/Cryptography/HashAlg.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Cryptography/Hasher.cs b/common/ASC.Common/Security/Cryptography/Hasher.cs
index 74fdec5ee..682eab1ab 100644
--- a/common/ASC.Common/Security/Cryptography/Hasher.cs
+++ b/common/ASC.Common/Security/Cryptography/Hasher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Cryptography/InstanceCrypto.cs b/common/ASC.Common/Security/Cryptography/InstanceCrypto.cs
index 703b84e45..3874a9782 100644
--- a/common/ASC.Common/Security/Cryptography/InstanceCrypto.cs
+++ b/common/ASC.Common/Security/Cryptography/InstanceCrypto.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/Cryptography/MachinePseudoKeys.cs b/common/ASC.Common/Security/Cryptography/MachinePseudoKeys.cs
index a85a43e4d..969b96d26 100644
--- a/common/ASC.Common/Security/Cryptography/MachinePseudoKeys.cs
+++ b/common/ASC.Common/Security/Cryptography/MachinePseudoKeys.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/IPermissionProvider.cs b/common/ASC.Common/Security/IPermissionProvider.cs
index 1007ffffa..63ffe61dd 100644
--- a/common/ASC.Common/Security/IPermissionProvider.cs
+++ b/common/ASC.Common/Security/IPermissionProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/IPermissionResolver.cs b/common/ASC.Common/Security/IPermissionResolver.cs
index 79d82620f..868e4cd75 100644
--- a/common/ASC.Common/Security/IPermissionResolver.cs
+++ b/common/ASC.Common/Security/IPermissionResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/IRoleProvider.cs b/common/ASC.Common/Security/IRoleProvider.cs
index 02e55bdf3..1e58c3aec 100644
--- a/common/ASC.Common/Security/IRoleProvider.cs
+++ b/common/ASC.Common/Security/IRoleProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/ISecurityObject.cs b/common/ASC.Common/Security/ISecurityObject.cs
index 15d5b9243..23b000e1c 100644
--- a/common/ASC.Common/Security/ISecurityObject.cs
+++ b/common/ASC.Common/Security/ISecurityObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/ISecurityObjectId.cs b/common/ASC.Common/Security/ISecurityObjectId.cs
index 825a9ea6b..6e4aff125 100644
--- a/common/ASC.Common/Security/ISecurityObjectId.cs
+++ b/common/ASC.Common/Security/ISecurityObjectId.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/ISecurityObjectProvider.cs b/common/ASC.Common/Security/ISecurityObjectProvider.cs
index 11eb1a142..38968bab0 100644
--- a/common/ASC.Common/Security/ISecurityObjectProvider.cs
+++ b/common/ASC.Common/Security/ISecurityObjectProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/SecurityCallContext.cs b/common/ASC.Common/Security/SecurityCallContext.cs
index 990ba7f87..b328cb48a 100644
--- a/common/ASC.Common/Security/SecurityCallContext.cs
+++ b/common/ASC.Common/Security/SecurityCallContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Security/SecurityObjectId.cs b/common/ASC.Common/Security/SecurityObjectId.cs
index ccf6f3ce5..10ec461f2 100644
--- a/common/ASC.Common/Security/SecurityObjectId.cs
+++ b/common/ASC.Common/Security/SecurityObjectId.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Data/DataTest.cs b/common/ASC.Common/Tests/Data/DataTest.cs
index f11be3cde..393eb1a9e 100644
--- a/common/ASC.Common/Tests/Data/DataTest.cs
+++ b/common/ASC.Common/Tests/Data/DataTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Data/ExpTest.cs b/common/ASC.Common/Tests/Data/ExpTest.cs
index de1d4c94d..57948a699 100644
--- a/common/ASC.Common/Tests/Data/ExpTest.cs
+++ b/common/ASC.Common/Tests/Data/ExpTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Data/MultiRegionalDbTest.cs b/common/ASC.Common/Tests/Data/MultiRegionalDbTest.cs
index ebd5e1191..83ab10570 100644
--- a/common/ASC.Common/Tests/Data/MultiRegionalDbTest.cs
+++ b/common/ASC.Common/Tests/Data/MultiRegionalDbTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Geolocation/GeolocationTest.cs b/common/ASC.Common/Tests/Geolocation/GeolocationTest.cs
index 77190c6ee..333f711a7 100644
--- a/common/ASC.Common/Tests/Geolocation/GeolocationTest.cs
+++ b/common/ASC.Common/Tests/Geolocation/GeolocationTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Logging/ConvertTest.cs b/common/ASC.Common/Tests/Logging/ConvertTest.cs
index 01f687390..5c842e406 100644
--- a/common/ASC.Common/Tests/Logging/ConvertTest.cs
+++ b/common/ASC.Common/Tests/Logging/ConvertTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Logging/SpecialFolderPathConverterTest.cs b/common/ASC.Common/Tests/Logging/SpecialFolderPathConverterTest.cs
index 86a7dfb58..f61d95c73 100644
--- a/common/ASC.Common/Tests/Logging/SpecialFolderPathConverterTest.cs
+++ b/common/ASC.Common/Tests/Logging/SpecialFolderPathConverterTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Notify/XmlPatternProvider2Test.cs b/common/ASC.Common/Tests/Notify/XmlPatternProvider2Test.cs
index cdb391144..76144a1ea 100644
--- a/common/ASC.Common/Tests/Notify/XmlPatternProvider2Test.cs
+++ b/common/ASC.Common/Tests/Notify/XmlPatternProvider2Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Security/Authorizing/AzManagerTest.cs b/common/ASC.Common/Tests/Security/Authorizing/AzManagerTest.cs
index 75f0f09f5..f59be0873 100644
--- a/common/ASC.Common/Tests/Security/Authorizing/AzManagerTest.cs
+++ b/common/ASC.Common/Tests/Security/Authorizing/AzManagerTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Security/Authorizing/Class1.cs b/common/ASC.Common/Tests/Security/Authorizing/Class1.cs
index c8519b2bc..414802ff6 100644
--- a/common/ASC.Common/Tests/Security/Authorizing/Class1.cs
+++ b/common/ASC.Common/Tests/Security/Authorizing/Class1.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Security/Authorizing/Domain.cs b/common/ASC.Common/Tests/Security/Authorizing/Domain.cs
index 4f3b1ef40..6169315a0 100644
--- a/common/ASC.Common/Tests/Security/Authorizing/Domain.cs
+++ b/common/ASC.Common/Tests/Security/Authorizing/Domain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Security/Authorizing/DomainStub.cs b/common/ASC.Common/Tests/Security/Authorizing/DomainStub.cs
index 349c18f4c..985f9155f 100644
--- a/common/ASC.Common/Tests/Security/Authorizing/DomainStub.cs
+++ b/common/ASC.Common/Tests/Security/Authorizing/DomainStub.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Security/Cryptography/Hasher_Test.cs b/common/ASC.Common/Tests/Security/Cryptography/Hasher_Test.cs
index 058032a8c..79967c1e2 100644
--- a/common/ASC.Common/Tests/Security/Cryptography/Hasher_Test.cs
+++ b/common/ASC.Common/Tests/Security/Cryptography/Hasher_Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Utils/DnsLookupTest.cs b/common/ASC.Common/Tests/Utils/DnsLookupTest.cs
index fadf27897..343e7937a 100644
--- a/common/ASC.Common/Tests/Utils/DnsLookupTest.cs
+++ b/common/ASC.Common/Tests/Utils/DnsLookupTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Utils/HtmlUtil_Test.cs b/common/ASC.Common/Tests/Utils/HtmlUtil_Test.cs
index b2c2470a2..013e1f4f6 100644
--- a/common/ASC.Common/Tests/Utils/HtmlUtil_Test.cs
+++ b/common/ASC.Common/Tests/Utils/HtmlUtil_Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Utils/MimeHeaderUtilsTest.cs b/common/ASC.Common/Tests/Utils/MimeHeaderUtilsTest.cs
index 23981b63f..2328bc583 100644
--- a/common/ASC.Common/Tests/Utils/MimeHeaderUtilsTest.cs
+++ b/common/ASC.Common/Tests/Utils/MimeHeaderUtilsTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Tests/Web/MimeMappingTest.cs b/common/ASC.Common/Tests/Web/MimeMappingTest.cs
index e7076eb60..981caee44 100644
--- a/common/ASC.Common/Tests/Web/MimeMappingTest.cs
+++ b/common/ASC.Common/Tests/Web/MimeMappingTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/DistributedTask.cs b/common/ASC.Common/Threading/DistributedTask.cs
index 85153e3b0..0d21a766d 100644
--- a/common/ASC.Common/Threading/DistributedTask.cs
+++ b/common/ASC.Common/Threading/DistributedTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/DistributedTaskQueue.cs b/common/ASC.Common/Threading/DistributedTaskQueue.cs
index 3cf51d59c..28b8822dc 100644
--- a/common/ASC.Common/Threading/DistributedTaskQueue.cs
+++ b/common/ASC.Common/Threading/DistributedTaskQueue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/DistributedTaskStatus.cs b/common/ASC.Common/Threading/DistributedTaskStatus.cs
index 740897c45..941950a09 100644
--- a/common/ASC.Common/Threading/DistributedTaskStatus.cs
+++ b/common/ASC.Common/Threading/DistributedTaskStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/LimitedConcurrencyLevelTaskScheduler.cs b/common/ASC.Common/Threading/LimitedConcurrencyLevelTaskScheduler.cs
index f1de49fc4..25a7bff49 100644
--- a/common/ASC.Common/Threading/LimitedConcurrencyLevelTaskScheduler.cs
+++ b/common/ASC.Common/Threading/LimitedConcurrencyLevelTaskScheduler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/Progress/IProgressItem.cs b/common/ASC.Common/Threading/Progress/IProgressItem.cs
index 9dacb8780..69c65dd86 100644
--- a/common/ASC.Common/Threading/Progress/IProgressItem.cs
+++ b/common/ASC.Common/Threading/Progress/IProgressItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/Progress/ProgressBase.cs b/common/ASC.Common/Threading/Progress/ProgressBase.cs
index 01393b937..9251ffaaf 100644
--- a/common/ASC.Common/Threading/Progress/ProgressBase.cs
+++ b/common/ASC.Common/Threading/Progress/ProgressBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/Progress/ProgressQueue.cs b/common/ASC.Common/Threading/Progress/ProgressQueue.cs
index 1088cfa23..b16d4c267 100644
--- a/common/ASC.Common/Threading/Progress/ProgressQueue.cs
+++ b/common/ASC.Common/Threading/Progress/ProgressQueue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/Workers/WorkItem.cs b/common/ASC.Common/Threading/Workers/WorkItem.cs
index f56122db2..a799e7144 100644
--- a/common/ASC.Common/Threading/Workers/WorkItem.cs
+++ b/common/ASC.Common/Threading/Workers/WorkItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Threading/Workers/WorkerQueue.cs b/common/ASC.Common/Threading/Workers/WorkerQueue.cs
index 4913402a0..78d3f07f5 100644
--- a/common/ASC.Common/Threading/Workers/WorkerQueue.cs
+++ b/common/ASC.Common/Threading/Workers/WorkerQueue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/DnsLookup.cs b/common/ASC.Common/Utils/DnsLookup.cs
index 8aa2a4ef6..d90f0117c 100644
--- a/common/ASC.Common/Utils/DnsLookup.cs
+++ b/common/ASC.Common/Utils/DnsLookup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/HtmlUtil.cs b/common/ASC.Common/Utils/HtmlUtil.cs
index 0591e3d38..8154cc4b3 100644
--- a/common/ASC.Common/Utils/HtmlUtil.cs
+++ b/common/ASC.Common/Utils/HtmlUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/HttpRequestExtensions.cs b/common/ASC.Common/Utils/HttpRequestExtensions.cs
index 7eeb2f278..ee3698134 100644
--- a/common/ASC.Common/Utils/HttpRequestExtensions.cs
+++ b/common/ASC.Common/Utils/HttpRequestExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/MailAddressUtils.cs b/common/ASC.Common/Utils/MailAddressUtils.cs
index 1fdaefd65..417eb757d 100644
--- a/common/ASC.Common/Utils/MailAddressUtils.cs
+++ b/common/ASC.Common/Utils/MailAddressUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/MimeHeaderUtils.cs b/common/ASC.Common/Utils/MimeHeaderUtils.cs
index 58002accc..31d67d8e3 100644
--- a/common/ASC.Common/Utils/MimeHeaderUtils.cs
+++ b/common/ASC.Common/Utils/MimeHeaderUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/RandomString.cs b/common/ASC.Common/Utils/RandomString.cs
index f4ea6adb9..849120e25 100644
--- a/common/ASC.Common/Utils/RandomString.cs
+++ b/common/ASC.Common/Utils/RandomString.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/Signature.cs b/common/ASC.Common/Utils/Signature.cs
index eae0223ae..20cdfc42e 100644
--- a/common/ASC.Common/Utils/Signature.cs
+++ b/common/ASC.Common/Utils/Signature.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/TimeZoneConverter/TimeZoneConverter.cs b/common/ASC.Common/Utils/TimeZoneConverter/TimeZoneConverter.cs
index 00f27d533..e888d4048 100644
--- a/common/ASC.Common/Utils/TimeZoneConverter/TimeZoneConverter.cs
+++ b/common/ASC.Common/Utils/TimeZoneConverter/TimeZoneConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/VelocityFormatter.cs b/common/ASC.Common/Utils/VelocityFormatter.cs
index 60bab295c..5a8f1a599 100644
--- a/common/ASC.Common/Utils/VelocityFormatter.cs
+++ b/common/ASC.Common/Utils/VelocityFormatter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Utils/Wildcard.cs b/common/ASC.Common/Utils/Wildcard.cs
index bd59f542d..8cc9c4abd 100644
--- a/common/ASC.Common/Utils/Wildcard.cs
+++ b/common/ASC.Common/Utils/Wildcard.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Web/AbstractHttpAsyncHandler.cs b/common/ASC.Common/Web/AbstractHttpAsyncHandler.cs
index f1e8ef300..f551b8e0b 100644
--- a/common/ASC.Common/Web/AbstractHttpAsyncHandler.cs
+++ b/common/ASC.Common/Web/AbstractHttpAsyncHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Web/DisposableHttpContext.cs b/common/ASC.Common/Web/DisposableHttpContext.cs
index d3c414fed..a48c95868 100644
--- a/common/ASC.Common/Web/DisposableHttpContext.cs
+++ b/common/ASC.Common/Web/DisposableHttpContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Web/DisposableHttpContextHttpModule.cs b/common/ASC.Common/Web/DisposableHttpContextHttpModule.cs
index 0bffd5376..f1a1f9f32 100644
--- a/common/ASC.Common/Web/DisposableHttpContextHttpModule.cs
+++ b/common/ASC.Common/Web/DisposableHttpContextHttpModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Web/MimeMapping.cs b/common/ASC.Common/Web/MimeMapping.cs
index 62b1f8489..1d8bb2be0 100644
--- a/common/ASC.Common/Web/MimeMapping.cs
+++ b/common/ASC.Common/Web/MimeMapping.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Common/Web/RouteCallInfo.cs b/common/ASC.Common/Web/RouteCallInfo.cs
index d7d894b02..fd081a278 100644
--- a/common/ASC.Common/Web/RouteCallInfo.cs
+++ b/common/ASC.Common/Web/RouteCallInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/BaseCommonLinkUtility.cs b/common/ASC.Core.Common/BaseCommonLinkUtility.cs
index e296e8159..76892d876 100644
--- a/common/ASC.Core.Common/BaseCommonLinkUtility.cs
+++ b/common/ASC.Core.Common/BaseCommonLinkUtility.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/BillingClient.cs b/common/ASC.Core.Common/Billing/BillingClient.cs
index ea6b5b846..c2ea31876 100644
--- a/common/ASC.Core.Common/Billing/BillingClient.cs
+++ b/common/ASC.Core.Common/Billing/BillingClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/CouponManager.cs b/common/ASC.Core.Common/Billing/CouponManager.cs
index a4fe739c0..7bff32e9f 100644
--- a/common/ASC.Core.Common/Billing/CouponManager.cs
+++ b/common/ASC.Core.Common/Billing/CouponManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/ITariffService.cs b/common/ASC.Core.Common/Billing/ITariffService.cs
index 0cb3d24fc..45dd33e50 100644
--- a/common/ASC.Core.Common/Billing/ITariffService.cs
+++ b/common/ASC.Core.Common/Billing/ITariffService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/ITariffSyncService.cs b/common/ASC.Core.Common/Billing/ITariffSyncService.cs
index 6e62a6737..520fa730b 100644
--- a/common/ASC.Core.Common/Billing/ITariffSyncService.cs
+++ b/common/ASC.Core.Common/Billing/ITariffSyncService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/Invoice.cs b/common/ASC.Core.Common/Billing/Invoice.cs
index 10c8fbb4a..f29b77bbc 100644
--- a/common/ASC.Core.Common/Billing/Invoice.cs
+++ b/common/ASC.Core.Common/Billing/Invoice.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/License/License.cs b/common/ASC.Core.Common/Billing/License/License.cs
index 74634f330..87dd2917c 100644
--- a/common/ASC.Core.Common/Billing/License/License.cs
+++ b/common/ASC.Core.Common/Billing/License/License.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Diagnostics;
using System.Runtime.Serialization;
diff --git a/common/ASC.Core.Common/Billing/License/LicenseException.cs b/common/ASC.Core.Common/Billing/License/LicenseException.cs
index 14bb53063..963bc9b49 100644
--- a/common/ASC.Core.Common/Billing/License/LicenseException.cs
+++ b/common/ASC.Core.Common/Billing/License/LicenseException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/License/LicenseReader.cs b/common/ASC.Core.Common/Billing/License/LicenseReader.cs
index 18bae74c3..cc84a0616 100644
--- a/common/ASC.Core.Common/Billing/License/LicenseReader.cs
+++ b/common/ASC.Core.Common/Billing/License/LicenseReader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/PaymentActive.cs b/common/ASC.Core.Common/Billing/PaymentActive.cs
index 436297777..439fd95c0 100644
--- a/common/ASC.Core.Common/Billing/PaymentActive.cs
+++ b/common/ASC.Core.Common/Billing/PaymentActive.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/PaymentInfo.cs b/common/ASC.Core.Common/Billing/PaymentInfo.cs
index e5e9b7f14..4de1ba63f 100644
--- a/common/ASC.Core.Common/Billing/PaymentInfo.cs
+++ b/common/ASC.Core.Common/Billing/PaymentInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/Tariff.cs b/common/ASC.Core.Common/Billing/Tariff.cs
index 1d6e8b10b..9bc08224c 100644
--- a/common/ASC.Core.Common/Billing/Tariff.cs
+++ b/common/ASC.Core.Common/Billing/Tariff.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/TariffService.cs b/common/ASC.Core.Common/Billing/TariffService.cs
index 49c03cb3e..5de6ef4fc 100644
--- a/common/ASC.Core.Common/Billing/TariffService.cs
+++ b/common/ASC.Core.Common/Billing/TariffService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/TariffState.cs b/common/ASC.Core.Common/Billing/TariffState.cs
index e945053c8..80e7d5736 100644
--- a/common/ASC.Core.Common/Billing/TariffState.cs
+++ b/common/ASC.Core.Common/Billing/TariffState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/TariffSyncClient.cs b/common/ASC.Core.Common/Billing/TariffSyncClient.cs
index 62b326eec..90884aecb 100644
--- a/common/ASC.Core.Common/Billing/TariffSyncClient.cs
+++ b/common/ASC.Core.Common/Billing/TariffSyncClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/TariffSyncService.cs b/common/ASC.Core.Common/Billing/TariffSyncService.cs
index 9fe85768a..98a97569d 100644
--- a/common/ASC.Core.Common/Billing/TariffSyncService.cs
+++ b/common/ASC.Core.Common/Billing/TariffSyncService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Billing/TariffSyncServiceSection.cs b/common/ASC.Core.Common/Billing/TariffSyncServiceSection.cs
index cf9d87c68..ea3ad6b4f 100644
--- a/common/ASC.Core.Common/Billing/TariffSyncServiceSection.cs
+++ b/common/ASC.Core.Common/Billing/TariffSyncServiceSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/AzRecordStore.cs b/common/ASC.Core.Common/Caching/AzRecordStore.cs
index 07a54a549..88b25f67f 100644
--- a/common/ASC.Core.Common/Caching/AzRecordStore.cs
+++ b/common/ASC.Core.Common/Caching/AzRecordStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/CachedAzService.cs b/common/ASC.Core.Common/Caching/CachedAzService.cs
index 40f626d58..56eb0b639 100644
--- a/common/ASC.Core.Common/Caching/CachedAzService.cs
+++ b/common/ASC.Core.Common/Caching/CachedAzService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/CachedQuotaService.cs b/common/ASC.Core.Common/Caching/CachedQuotaService.cs
index 49affd30e..9af6762fc 100644
--- a/common/ASC.Core.Common/Caching/CachedQuotaService.cs
+++ b/common/ASC.Core.Common/Caching/CachedQuotaService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/CachedSubscriptionService.cs b/common/ASC.Core.Common/Caching/CachedSubscriptionService.cs
index 36128037c..527ec1840 100644
--- a/common/ASC.Core.Common/Caching/CachedSubscriptionService.cs
+++ b/common/ASC.Core.Common/Caching/CachedSubscriptionService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/CachedTenantService.cs b/common/ASC.Core.Common/Caching/CachedTenantService.cs
index 80dfb35b7..251671a21 100644
--- a/common/ASC.Core.Common/Caching/CachedTenantService.cs
+++ b/common/ASC.Core.Common/Caching/CachedTenantService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/CachedUserService.cs b/common/ASC.Core.Common/Caching/CachedUserService.cs
index 8eefb1bfa..72dfc9c1d 100644
--- a/common/ASC.Core.Common/Caching/CachedUserService.cs
+++ b/common/ASC.Core.Common/Caching/CachedUserService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/ICachedService.cs b/common/ASC.Core.Common/Caching/ICachedService.cs
index c82698828..55fcdfba8 100644
--- a/common/ASC.Core.Common/Caching/ICachedService.cs
+++ b/common/ASC.Core.Common/Caching/ICachedService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/TrustInterval.cs b/common/ASC.Core.Common/Caching/TrustInterval.cs
index d6f25f91b..15cc1b5e4 100644
--- a/common/ASC.Core.Common/Caching/TrustInterval.cs
+++ b/common/ASC.Core.Common/Caching/TrustInterval.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Caching/UserGroupRefStore.cs b/common/ASC.Core.Common/Caching/UserGroupRefStore.cs
index 1ed087a10..2fcb5c44d 100644
--- a/common/ASC.Core.Common/Caching/UserGroupRefStore.cs
+++ b/common/ASC.Core.Common/Caching/UserGroupRefStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Configuration/AmazonS3Settings.cs b/common/ASC.Core.Common/Configuration/AmazonS3Settings.cs
index 97b3d5bf3..7042c737b 100644
--- a/common/ASC.Core.Common/Configuration/AmazonS3Settings.cs
+++ b/common/ASC.Core.Common/Configuration/AmazonS3Settings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Configuration/AmiPublicDnsSyncService.cs b/common/ASC.Core.Common/Configuration/AmiPublicDnsSyncService.cs
index cc899c366..7819b265f 100644
--- a/common/ASC.Core.Common/Configuration/AmiPublicDnsSyncService.cs
+++ b/common/ASC.Core.Common/Configuration/AmiPublicDnsSyncService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Configuration/ConnectionStringNameTypeConverter.cs b/common/ASC.Core.Common/Configuration/ConnectionStringNameTypeConverter.cs
index b440c24b1..ef5661d07 100644
--- a/common/ASC.Core.Common/Configuration/ConnectionStringNameTypeConverter.cs
+++ b/common/ASC.Core.Common/Configuration/ConnectionStringNameTypeConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Configuration/Constants.cs b/common/ASC.Core.Common/Configuration/Constants.cs
index 571899def..f45b24e08 100644
--- a/common/ASC.Core.Common/Configuration/Constants.cs
+++ b/common/ASC.Core.Common/Configuration/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Configuration/Consumer.cs b/common/ASC.Core.Common/Configuration/Consumer.cs
index a6ab18952..f42ddefcd 100644
--- a/common/ASC.Core.Common/Configuration/Consumer.cs
+++ b/common/ASC.Core.Common/Configuration/Consumer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Configuration/ConsumerConfigurationSection.cs b/common/ASC.Core.Common/Configuration/ConsumerConfigurationSection.cs
index 1b943cff0..7ea40271e 100644
--- a/common/ASC.Core.Common/Configuration/ConsumerConfigurationSection.cs
+++ b/common/ASC.Core.Common/Configuration/ConsumerConfigurationSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Configuration/SmtpSettings.cs b/common/ASC.Core.Common/Configuration/SmtpSettings.cs
index 02382a43f..afc0d2f0b 100644
--- a/common/ASC.Core.Common/Configuration/SmtpSettings.cs
+++ b/common/ASC.Core.Common/Configuration/SmtpSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/CoreContext.cs b/common/ASC.Core.Common/Context/CoreContext.cs
index aab938e19..51df89dea 100644
--- a/common/ASC.Core.Common/Context/CoreContext.cs
+++ b/common/ASC.Core.Common/Context/CoreContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/Impl/AuthManager.cs b/common/ASC.Core.Common/Context/Impl/AuthManager.cs
index fed961d5e..f2a137ba7 100644
--- a/common/ASC.Core.Common/Context/Impl/AuthManager.cs
+++ b/common/ASC.Core.Common/Context/Impl/AuthManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/Impl/AuthorizationManager.cs b/common/ASC.Core.Common/Context/Impl/AuthorizationManager.cs
index 6248620b6..4d97192fc 100644
--- a/common/ASC.Core.Common/Context/Impl/AuthorizationManager.cs
+++ b/common/ASC.Core.Common/Context/Impl/AuthorizationManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/Impl/CoreConfiguration.cs b/common/ASC.Core.Common/Context/Impl/CoreConfiguration.cs
index 2568c526e..e247b3cbf 100644
--- a/common/ASC.Core.Common/Context/Impl/CoreConfiguration.cs
+++ b/common/ASC.Core.Common/Context/Impl/CoreConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/Impl/PaymentManager.cs b/common/ASC.Core.Common/Context/Impl/PaymentManager.cs
index 24e512e30..4cc262355 100644
--- a/common/ASC.Core.Common/Context/Impl/PaymentManager.cs
+++ b/common/ASC.Core.Common/Context/Impl/PaymentManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/Impl/SubscriptionManager.cs b/common/ASC.Core.Common/Context/Impl/SubscriptionManager.cs
index baab95a5d..a724ddaaf 100644
--- a/common/ASC.Core.Common/Context/Impl/SubscriptionManager.cs
+++ b/common/ASC.Core.Common/Context/Impl/SubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/Impl/TenantManager.cs b/common/ASC.Core.Common/Context/Impl/TenantManager.cs
index d6e0894d7..4d64e3d53 100644
--- a/common/ASC.Core.Common/Context/Impl/TenantManager.cs
+++ b/common/ASC.Core.Common/Context/Impl/TenantManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/Impl/UserManager.cs b/common/ASC.Core.Common/Context/Impl/UserManager.cs
index e1c1b7fb2..95398c9b4 100644
--- a/common/ASC.Core.Common/Context/Impl/UserManager.cs
+++ b/common/ASC.Core.Common/Context/Impl/UserManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/SecurityContext.cs b/common/ASC.Core.Common/Context/SecurityContext.cs
index 8b33840bf..542f93ca6 100644
--- a/common/ASC.Core.Common/Context/SecurityContext.cs
+++ b/common/ASC.Core.Common/Context/SecurityContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Context/WorkContext.cs b/common/ASC.Core.Common/Context/WorkContext.cs
index 943bb7df6..c783efe95 100644
--- a/common/ASC.Core.Common/Context/WorkContext.cs
+++ b/common/ASC.Core.Common/Context/WorkContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Contracts/BackupServiceClient.cs b/common/ASC.Core.Common/Contracts/BackupServiceClient.cs
index 0abf53bc5..6970c1f50 100644
--- a/common/ASC.Core.Common/Contracts/BackupServiceClient.cs
+++ b/common/ASC.Core.Common/Contracts/BackupServiceClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Contracts/BackupServiceModel.cs b/common/ASC.Core.Common/Contracts/BackupServiceModel.cs
index 28e885c32..76ede0b6d 100644
--- a/common/ASC.Core.Common/Contracts/BackupServiceModel.cs
+++ b/common/ASC.Core.Common/Contracts/BackupServiceModel.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Contracts/IBackupService.cs b/common/ASC.Core.Common/Contracts/IBackupService.cs
index 2119ae533..a1e95d899 100644
--- a/common/ASC.Core.Common/Contracts/IBackupService.cs
+++ b/common/ASC.Core.Common/Contracts/IBackupService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/AzRecord.cs b/common/ASC.Core.Common/Core/AzRecord.cs
index 9a90353e5..55a98ed1f 100644
--- a/common/ASC.Core.Common/Core/AzRecord.cs
+++ b/common/ASC.Core.Common/Core/AzRecord.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/DBResourceManager.cs b/common/ASC.Core.Common/Core/DBResourceManager.cs
index df9d9fb92..26338ac6b 100644
--- a/common/ASC.Core.Common/Core/DBResourceManager.cs
+++ b/common/ASC.Core.Common/Core/DBResourceManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/EmployeeActivationStatus.cs b/common/ASC.Core.Common/Core/EmployeeActivationStatus.cs
index ea6348e1f..3e5e7c5b2 100644
--- a/common/ASC.Core.Common/Core/EmployeeActivationStatus.cs
+++ b/common/ASC.Core.Common/Core/EmployeeActivationStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/EmployeeStatus.cs b/common/ASC.Core.Common/Core/EmployeeStatus.cs
index 103f7fff8..0790cddf3 100644
--- a/common/ASC.Core.Common/Core/EmployeeStatus.cs
+++ b/common/ASC.Core.Common/Core/EmployeeStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/EmployeeType.cs b/common/ASC.Core.Common/Core/EmployeeType.cs
index f3df7b7a7..d6d52b7a2 100644
--- a/common/ASC.Core.Common/Core/EmployeeType.cs
+++ b/common/ASC.Core.Common/Core/EmployeeType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/Group.cs b/common/ASC.Core.Common/Core/Group.cs
index 56822bc13..45b35624c 100644
--- a/common/ASC.Core.Common/Core/Group.cs
+++ b/common/ASC.Core.Common/Core/Group.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/GroupInfo.cs b/common/ASC.Core.Common/Core/GroupInfo.cs
index 200cae316..420613da8 100644
--- a/common/ASC.Core.Common/Core/GroupInfo.cs
+++ b/common/ASC.Core.Common/Core/GroupInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/IAzService.cs b/common/ASC.Core.Common/Core/IAzService.cs
index 6a39a5843..a3620e8c4 100644
--- a/common/ASC.Core.Common/Core/IAzService.cs
+++ b/common/ASC.Core.Common/Core/IAzService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/IQuotaService.cs b/common/ASC.Core.Common/Core/IQuotaService.cs
index 6f29b0e34..8b8693908 100644
--- a/common/ASC.Core.Common/Core/IQuotaService.cs
+++ b/common/ASC.Core.Common/Core/IQuotaService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/ISubscriptionService.cs b/common/ASC.Core.Common/Core/ISubscriptionService.cs
index d4a618ad5..869edc9ae 100644
--- a/common/ASC.Core.Common/Core/ISubscriptionService.cs
+++ b/common/ASC.Core.Common/Core/ISubscriptionService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/ITenantService.cs b/common/ASC.Core.Common/Core/ITenantService.cs
index 2f0d845c8..b1daa1ba9 100644
--- a/common/ASC.Core.Common/Core/ITenantService.cs
+++ b/common/ASC.Core.Common/Core/ITenantService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/IUserService.cs b/common/ASC.Core.Common/Core/IUserService.cs
index 6720d05c1..09a4eead6 100644
--- a/common/ASC.Core.Common/Core/IUserService.cs
+++ b/common/ASC.Core.Common/Core/IUserService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/IncludeType.cs b/common/ASC.Core.Common/Core/IncludeType.cs
index d0fa0815f..7c81595a7 100644
--- a/common/ASC.Core.Common/Core/IncludeType.cs
+++ b/common/ASC.Core.Common/Core/IncludeType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/Partner.cs b/common/ASC.Core.Common/Core/Partner.cs
index 45f3d663e..3a23f6052 100644
--- a/common/ASC.Core.Common/Core/Partner.cs
+++ b/common/ASC.Core.Common/Core/Partner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/PartnerDisplayType.cs b/common/ASC.Core.Common/Core/PartnerDisplayType.cs
index 6491edd04..529c4015b 100644
--- a/common/ASC.Core.Common/Core/PartnerDisplayType.cs
+++ b/common/ASC.Core.Common/Core/PartnerDisplayType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/PartnerPaymentMethod.cs b/common/ASC.Core.Common/Core/PartnerPaymentMethod.cs
index 78fc26dd4..9ca514c6b 100644
--- a/common/ASC.Core.Common/Core/PartnerPaymentMethod.cs
+++ b/common/ASC.Core.Common/Core/PartnerPaymentMethod.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/PartnerStatus.cs b/common/ASC.Core.Common/Core/PartnerStatus.cs
index f9b00ae9a..7670387f8 100644
--- a/common/ASC.Core.Common/Core/PartnerStatus.cs
+++ b/common/ASC.Core.Common/Core/PartnerStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/PartnerType.cs b/common/ASC.Core.Common/Core/PartnerType.cs
index 2e5ab8f8d..9fc4b30b3 100644
--- a/common/ASC.Core.Common/Core/PartnerType.cs
+++ b/common/ASC.Core.Common/Core/PartnerType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/SubscriptionMethod.cs b/common/ASC.Core.Common/Core/SubscriptionMethod.cs
index 293fb6e93..50e1ddffc 100644
--- a/common/ASC.Core.Common/Core/SubscriptionMethod.cs
+++ b/common/ASC.Core.Common/Core/SubscriptionMethod.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/SubscriptionRecord.cs b/common/ASC.Core.Common/Core/SubscriptionRecord.cs
index 771f2a046..7785d7228 100644
--- a/common/ASC.Core.Common/Core/SubscriptionRecord.cs
+++ b/common/ASC.Core.Common/Core/SubscriptionRecord.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/UserGroupRef.cs b/common/ASC.Core.Common/Core/UserGroupRef.cs
index 7c4e8da90..73672347b 100644
--- a/common/ASC.Core.Common/Core/UserGroupRef.cs
+++ b/common/ASC.Core.Common/Core/UserGroupRef.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/UserGroupRefDictionary.cs b/common/ASC.Core.Common/Core/UserGroupRefDictionary.cs
index 53735ff4f..c5ba289a1 100644
--- a/common/ASC.Core.Common/Core/UserGroupRefDictionary.cs
+++ b/common/ASC.Core.Common/Core/UserGroupRefDictionary.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/UserGroupRefType.cs b/common/ASC.Core.Common/Core/UserGroupRefType.cs
index 920f1496f..7ef64fc19 100644
--- a/common/ASC.Core.Common/Core/UserGroupRefType.cs
+++ b/common/ASC.Core.Common/Core/UserGroupRefType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Core/UserInfo.cs b/common/ASC.Core.Common/Core/UserInfo.cs
index 2fcb8e9f5..03216ca90 100644
--- a/common/ASC.Core.Common/Core/UserInfo.cs
+++ b/common/ASC.Core.Common/Core/UserInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Data/DbAzService.cs b/common/ASC.Core.Common/Data/DbAzService.cs
index 51915b0a4..f8612ea74 100644
--- a/common/ASC.Core.Common/Data/DbAzService.cs
+++ b/common/ASC.Core.Common/Data/DbAzService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Data/DbBaseService.cs b/common/ASC.Core.Common/Data/DbBaseService.cs
index c6918dac2..6cfa73e23 100644
--- a/common/ASC.Core.Common/Data/DbBaseService.cs
+++ b/common/ASC.Core.Common/Data/DbBaseService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Data/DbQuotaService.cs b/common/ASC.Core.Common/Data/DbQuotaService.cs
index 877f363ad..7be744d4c 100644
--- a/common/ASC.Core.Common/Data/DbQuotaService.cs
+++ b/common/ASC.Core.Common/Data/DbQuotaService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Data/DbSettingsManager.cs b/common/ASC.Core.Common/Data/DbSettingsManager.cs
index 8df016f5b..12c2706d3 100644
--- a/common/ASC.Core.Common/Data/DbSettingsManager.cs
+++ b/common/ASC.Core.Common/Data/DbSettingsManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Data/DbSubscriptionService.cs b/common/ASC.Core.Common/Data/DbSubscriptionService.cs
index a0f976b40..eea963674 100644
--- a/common/ASC.Core.Common/Data/DbSubscriptionService.cs
+++ b/common/ASC.Core.Common/Data/DbSubscriptionService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Data/DbTenantService.cs b/common/ASC.Core.Common/Data/DbTenantService.cs
index 44c94f691..6a053b9c9 100644
--- a/common/ASC.Core.Common/Data/DbTenantService.cs
+++ b/common/ASC.Core.Common/Data/DbTenantService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Data/DbUserService.cs b/common/ASC.Core.Common/Data/DbUserService.cs
index aad359fc1..305f207ce 100644
--- a/common/ASC.Core.Common/Data/DbUserService.cs
+++ b/common/ASC.Core.Common/Data/DbUserService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/HostedSolution.cs b/common/ASC.Core.Common/HostedSolution.cs
index 98fc6606f..04bc9039f 100644
--- a/common/ASC.Core.Common/HostedSolution.cs
+++ b/common/ASC.Core.Common/HostedSolution.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/MultiRegionHostedSolution.cs b/common/ASC.Core.Common/MultiRegionHostedSolution.cs
index efdbaa993..f16950c38 100644
--- a/common/ASC.Core.Common/MultiRegionHostedSolution.cs
+++ b/common/ASC.Core.Common/MultiRegionHostedSolution.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/DirectSubscriptionProvider.cs b/common/ASC.Core.Common/Notify/DirectSubscriptionProvider.cs
index 54eed1888..b8b0c109e 100644
--- a/common/ASC.Core.Common/Notify/DirectSubscriptionProvider.cs
+++ b/common/ASC.Core.Common/Notify/DirectSubscriptionProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/EmailSenderSink.cs b/common/ASC.Core.Common/Notify/EmailSenderSink.cs
index f00baef3c..05a13e10b 100644
--- a/common/ASC.Core.Common/Notify/EmailSenderSink.cs
+++ b/common/ASC.Core.Common/Notify/EmailSenderSink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Jabber/IJabberService.cs b/common/ASC.Core.Common/Notify/Jabber/IJabberService.cs
index 2399ba0c5..50cce6ed1 100644
--- a/common/ASC.Core.Common/Notify/Jabber/IJabberService.cs
+++ b/common/ASC.Core.Common/Notify/Jabber/IJabberService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Jabber/IReverseJabberService.cs b/common/ASC.Core.Common/Notify/Jabber/IReverseJabberService.cs
index c835c1a6f..0666483b5 100644
--- a/common/ASC.Core.Common/Notify/Jabber/IReverseJabberService.cs
+++ b/common/ASC.Core.Common/Notify/Jabber/IReverseJabberService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Jabber/JabberServiceClient.cs b/common/ASC.Core.Common/Notify/Jabber/JabberServiceClient.cs
index 97b58d7c8..ea8d67e94 100644
--- a/common/ASC.Core.Common/Notify/Jabber/JabberServiceClient.cs
+++ b/common/ASC.Core.Common/Notify/Jabber/JabberServiceClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Jabber/JabberServiceClientWcf.cs b/common/ASC.Core.Common/Notify/Jabber/JabberServiceClientWcf.cs
index 7e5cdd56d..92359a6b7 100644
--- a/common/ASC.Core.Common/Notify/Jabber/JabberServiceClientWcf.cs
+++ b/common/ASC.Core.Common/Notify/Jabber/JabberServiceClientWcf.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Jabber/MessageStruct.cs b/common/ASC.Core.Common/Notify/Jabber/MessageStruct.cs
index 58d5ba99f..cfbe86758 100644
--- a/common/ASC.Core.Common/Notify/Jabber/MessageStruct.cs
+++ b/common/ASC.Core.Common/Notify/Jabber/MessageStruct.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/JabberSenderSink.cs b/common/ASC.Core.Common/Notify/JabberSenderSink.cs
index 01bf5f8d1..df3014f98 100644
--- a/common/ASC.Core.Common/Notify/JabberSenderSink.cs
+++ b/common/ASC.Core.Common/Notify/JabberSenderSink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/NotifyServiceClient.cs b/common/ASC.Core.Common/Notify/NotifyServiceClient.cs
index f1d56d154..a2ca0f980 100644
--- a/common/ASC.Core.Common/Notify/NotifyServiceClient.cs
+++ b/common/ASC.Core.Common/Notify/NotifyServiceClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/NotifySource.cs b/common/ASC.Core.Common/Notify/NotifySource.cs
index f29e25227..597d807bc 100644
--- a/common/ASC.Core.Common/Notify/NotifySource.cs
+++ b/common/ASC.Core.Common/Notify/NotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Push/Enums.cs b/common/ASC.Core.Common/Notify/Push/Enums.cs
index c938808e9..2e4664274 100644
--- a/common/ASC.Core.Common/Notify/Push/Enums.cs
+++ b/common/ASC.Core.Common/Notify/Push/Enums.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Push/IPushService.cs b/common/ASC.Core.Common/Notify/Push/IPushService.cs
index bb147ad16..50e7897f3 100644
--- a/common/ASC.Core.Common/Notify/Push/IPushService.cs
+++ b/common/ASC.Core.Common/Notify/Push/IPushService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Push/PushConstants.cs b/common/ASC.Core.Common/Notify/Push/PushConstants.cs
index 3bc1e9108..5aa4fdedb 100644
--- a/common/ASC.Core.Common/Notify/Push/PushConstants.cs
+++ b/common/ASC.Core.Common/Notify/Push/PushConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Push/PushNotification.cs b/common/ASC.Core.Common/Notify/Push/PushNotification.cs
index aac098d12..6f70b844a 100644
--- a/common/ASC.Core.Common/Notify/Push/PushNotification.cs
+++ b/common/ASC.Core.Common/Notify/Push/PushNotification.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Push/PushServiceClient.cs b/common/ASC.Core.Common/Notify/Push/PushServiceClient.cs
index 5bec891b6..4c8e9ed89 100644
--- a/common/ASC.Core.Common/Notify/Push/PushServiceClient.cs
+++ b/common/ASC.Core.Common/Notify/Push/PushServiceClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/PushSenderSink.cs b/common/ASC.Core.Common/Notify/PushSenderSink.cs
index 0874dd976..60ae62780 100644
--- a/common/ASC.Core.Common/Notify/PushSenderSink.cs
+++ b/common/ASC.Core.Common/Notify/PushSenderSink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/RecipientProviderImpl.cs b/common/ASC.Core.Common/Notify/RecipientProviderImpl.cs
index bd71781a1..7fc0d01a7 100644
--- a/common/ASC.Core.Common/Notify/RecipientProviderImpl.cs
+++ b/common/ASC.Core.Common/Notify/RecipientProviderImpl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/ReplyToTagProvider.cs b/common/ASC.Core.Common/Notify/ReplyToTagProvider.cs
index 4225d9767..69d97e075 100644
--- a/common/ASC.Core.Common/Notify/ReplyToTagProvider.cs
+++ b/common/ASC.Core.Common/Notify/ReplyToTagProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Senders/AWSSender.cs b/common/ASC.Core.Common/Notify/Senders/AWSSender.cs
index 522ecc2eb..ba3e12ccd 100644
--- a/common/ASC.Core.Common/Notify/Senders/AWSSender.cs
+++ b/common/ASC.Core.Common/Notify/Senders/AWSSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Senders/INotifySender.cs b/common/ASC.Core.Common/Notify/Senders/INotifySender.cs
index 24ea75eb7..402b45b79 100644
--- a/common/ASC.Core.Common/Notify/Senders/INotifySender.cs
+++ b/common/ASC.Core.Common/Notify/Senders/INotifySender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Senders/JabberSender.cs b/common/ASC.Core.Common/Notify/Senders/JabberSender.cs
index ebe1d6d0f..22f769c73 100644
--- a/common/ASC.Core.Common/Notify/Senders/JabberSender.cs
+++ b/common/ASC.Core.Common/Notify/Senders/JabberSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Senders/NoticeSendResult.cs b/common/ASC.Core.Common/Notify/Senders/NoticeSendResult.cs
index 038d173d7..8b0307fd2 100644
--- a/common/ASC.Core.Common/Notify/Senders/NoticeSendResult.cs
+++ b/common/ASC.Core.Common/Notify/Senders/NoticeSendResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Senders/NotifyServiceSender.cs b/common/ASC.Core.Common/Notify/Senders/NotifyServiceSender.cs
index 5954a841b..3a3adc623 100644
--- a/common/ASC.Core.Common/Notify/Senders/NotifyServiceSender.cs
+++ b/common/ASC.Core.Common/Notify/Senders/NotifyServiceSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Senders/SmtpSender.cs b/common/ASC.Core.Common/Notify/Senders/SmtpSender.cs
index 9f4a04807..615201b25 100644
--- a/common/ASC.Core.Common/Notify/Senders/SmtpSender.cs
+++ b/common/ASC.Core.Common/Notify/Senders/SmtpSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Signalr/ISignalrService.cs b/common/ASC.Core.Common/Notify/Signalr/ISignalrService.cs
index d2bb433b7..1c74a845e 100644
--- a/common/ASC.Core.Common/Notify/Signalr/ISignalrService.cs
+++ b/common/ASC.Core.Common/Notify/Signalr/ISignalrService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Notify/Signalr/SignalrServiceClient.cs b/common/ASC.Core.Common/Notify/Signalr/SignalrServiceClient.cs
index f984410ad..ac5adb357 100644
--- a/common/ASC.Core.Common/Notify/Signalr/SignalrServiceClient.cs
+++ b/common/ASC.Core.Common/Notify/Signalr/SignalrServiceClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/Authentication/CookieStorage.cs b/common/ASC.Core.Common/Security/Authentication/CookieStorage.cs
index 7abec4e59..f09612db1 100644
--- a/common/ASC.Core.Common/Security/Authentication/CookieStorage.cs
+++ b/common/ASC.Core.Common/Security/Authentication/CookieStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/Authentication/UserAccount.cs b/common/ASC.Core.Common/Security/Authentication/UserAccount.cs
index 153aec71c..499467a75 100644
--- a/common/ASC.Core.Common/Security/Authentication/UserAccount.cs
+++ b/common/ASC.Core.Common/Security/Authentication/UserAccount.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/Authorizing/PermissionProvider.cs b/common/ASC.Core.Common/Security/Authorizing/PermissionProvider.cs
index d150b775d..d87a6da57 100644
--- a/common/ASC.Core.Common/Security/Authorizing/PermissionProvider.cs
+++ b/common/ASC.Core.Common/Security/Authorizing/PermissionProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/Authorizing/PermissionResolver.cs b/common/ASC.Core.Common/Security/Authorizing/PermissionResolver.cs
index 27b93aed4..1f79d851c 100644
--- a/common/ASC.Core.Common/Security/Authorizing/PermissionResolver.cs
+++ b/common/ASC.Core.Common/Security/Authorizing/PermissionResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/Authorizing/RoleProvider.cs b/common/ASC.Core.Common/Security/Authorizing/RoleProvider.cs
index 79df2c9ed..52eaa09c6 100644
--- a/common/ASC.Core.Common/Security/Authorizing/RoleProvider.cs
+++ b/common/ASC.Core.Common/Security/Authorizing/RoleProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/Crypto.cs b/common/ASC.Core.Common/Security/Crypto.cs
index b84dd368e..1ae665d8c 100644
--- a/common/ASC.Core.Common/Security/Crypto.cs
+++ b/common/ASC.Core.Common/Security/Crypto.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs b/common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs
index 2f475da2b..43c5a306d 100644
--- a/common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs
+++ b/common/ASC.Core.Common/Security/EmailValidationKeyProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Security/UserSecurityProvider.cs b/common/ASC.Core.Common/Security/UserSecurityProvider.cs
index b6fab5b93..e1bf7af6c 100644
--- a/common/ASC.Core.Common/Security/UserSecurityProvider.cs
+++ b/common/ASC.Core.Common/Security/UserSecurityProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Settings/ISettings.cs b/common/ASC.Core.Common/Settings/ISettings.cs
index 1cc74f675..25766e4ae 100644
--- a/common/ASC.Core.Common/Settings/ISettings.cs
+++ b/common/ASC.Core.Common/Settings/ISettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Settings/SettingsManager.cs b/common/ASC.Core.Common/Settings/SettingsManager.cs
index a8146017e..86136d3fb 100644
--- a/common/ASC.Core.Common/Settings/SettingsManager.cs
+++ b/common/ASC.Core.Common/Settings/SettingsManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/Tenant.cs b/common/ASC.Core.Common/Tenants/Tenant.cs
index c1ec74e0d..2469bbc15 100644
--- a/common/ASC.Core.Common/Tenants/Tenant.cs
+++ b/common/ASC.Core.Common/Tenants/Tenant.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantAnalyticsSettings.cs b/common/ASC.Core.Common/Tenants/TenantAnalyticsSettings.cs
index 17479e908..4a952db99 100644
--- a/common/ASC.Core.Common/Tenants/TenantAnalyticsSettings.cs
+++ b/common/ASC.Core.Common/Tenants/TenantAnalyticsSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantAuditSettings.cs b/common/ASC.Core.Common/Tenants/TenantAuditSettings.cs
index 01c41caa4..88ab3a84e 100644
--- a/common/ASC.Core.Common/Tenants/TenantAuditSettings.cs
+++ b/common/ASC.Core.Common/Tenants/TenantAuditSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantCookieSettings.cs b/common/ASC.Core.Common/Tenants/TenantCookieSettings.cs
index 7692c11c2..dfc6594ac 100644
--- a/common/ASC.Core.Common/Tenants/TenantCookieSettings.cs
+++ b/common/ASC.Core.Common/Tenants/TenantCookieSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantDomainValidator.cs b/common/ASC.Core.Common/Tenants/TenantDomainValidator.cs
index 19ce7c8a6..6b36ccf7e 100644
--- a/common/ASC.Core.Common/Tenants/TenantDomainValidator.cs
+++ b/common/ASC.Core.Common/Tenants/TenantDomainValidator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantExceptions.cs b/common/ASC.Core.Common/Tenants/TenantExceptions.cs
index ad573ae65..36ada31c5 100644
--- a/common/ASC.Core.Common/Tenants/TenantExceptions.cs
+++ b/common/ASC.Core.Common/Tenants/TenantExceptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantIndustry.cs b/common/ASC.Core.Common/Tenants/TenantIndustry.cs
index d9b363b0b..88aa7f14d 100644
--- a/common/ASC.Core.Common/Tenants/TenantIndustry.cs
+++ b/common/ASC.Core.Common/Tenants/TenantIndustry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantQuota.cs b/common/ASC.Core.Common/Tenants/TenantQuota.cs
index 1967c1d9e..d174603d3 100644
--- a/common/ASC.Core.Common/Tenants/TenantQuota.cs
+++ b/common/ASC.Core.Common/Tenants/TenantQuota.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantQuotaException.cs b/common/ASC.Core.Common/Tenants/TenantQuotaException.cs
index 62a2ab07a..369c9f78a 100644
--- a/common/ASC.Core.Common/Tenants/TenantQuotaException.cs
+++ b/common/ASC.Core.Common/Tenants/TenantQuotaException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantQuotaRow.cs b/common/ASC.Core.Common/Tenants/TenantQuotaRow.cs
index dda906faf..f4af69d99 100644
--- a/common/ASC.Core.Common/Tenants/TenantQuotaRow.cs
+++ b/common/ASC.Core.Common/Tenants/TenantQuotaRow.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantQuotaRowQuery.cs b/common/ASC.Core.Common/Tenants/TenantQuotaRowQuery.cs
index d338fcb24..5a7b99643 100644
--- a/common/ASC.Core.Common/Tenants/TenantQuotaRowQuery.cs
+++ b/common/ASC.Core.Common/Tenants/TenantQuotaRowQuery.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantQuotaType.cs b/common/ASC.Core.Common/Tenants/TenantQuotaType.cs
index 252f49cdd..1ad55e8f1 100644
--- a/common/ASC.Core.Common/Tenants/TenantQuotaType.cs
+++ b/common/ASC.Core.Common/Tenants/TenantQuotaType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantRegistrationInfo.cs b/common/ASC.Core.Common/Tenants/TenantRegistrationInfo.cs
index cdce15a3c..4f0a0b86f 100644
--- a/common/ASC.Core.Common/Tenants/TenantRegistrationInfo.cs
+++ b/common/ASC.Core.Common/Tenants/TenantRegistrationInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantStatus.cs b/common/ASC.Core.Common/Tenants/TenantStatus.cs
index f2f42526a..72009078b 100644
--- a/common/ASC.Core.Common/Tenants/TenantStatus.cs
+++ b/common/ASC.Core.Common/Tenants/TenantStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantTrustedDomainsType.cs b/common/ASC.Core.Common/Tenants/TenantTrustedDomainsType.cs
index abfd287e4..7f61ef8de 100644
--- a/common/ASC.Core.Common/Tenants/TenantTrustedDomainsType.cs
+++ b/common/ASC.Core.Common/Tenants/TenantTrustedDomainsType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantUtil.cs b/common/ASC.Core.Common/Tenants/TenantUtil.cs
index 970fdb8d4..404340473 100644
--- a/common/ASC.Core.Common/Tenants/TenantUtil.cs
+++ b/common/ASC.Core.Common/Tenants/TenantUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tenants/TenantVersion.cs b/common/ASC.Core.Common/Tenants/TenantVersion.cs
index 3eb931cc5..347fe904f 100644
--- a/common/ASC.Core.Common/Tenants/TenantVersion.cs
+++ b/common/ASC.Core.Common/Tenants/TenantVersion.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/BillingClientTest.cs b/common/ASC.Core.Common/Tests/BillingClientTest.cs
index f194d9d8b..c08889d17 100644
--- a/common/ASC.Core.Common/Tests/BillingClientTest.cs
+++ b/common/ASC.Core.Common/Tests/BillingClientTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/CachedSubscriptionServiceTest.cs b/common/ASC.Core.Common/Tests/CachedSubscriptionServiceTest.cs
index 17ee1efff..d1a026020 100644
--- a/common/ASC.Core.Common/Tests/CachedSubscriptionServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/CachedSubscriptionServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/ClientPaymentManagerTest.cs b/common/ASC.Core.Common/Tests/ClientPaymentManagerTest.cs
index de33fa866..58ae20837 100644
--- a/common/ASC.Core.Common/Tests/ClientPaymentManagerTest.cs
+++ b/common/ASC.Core.Common/Tests/ClientPaymentManagerTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/CookieStorageTest.cs b/common/ASC.Core.Common/Tests/CookieStorageTest.cs
index cd305cc21..2cb64ac34 100644
--- a/common/ASC.Core.Common/Tests/CookieStorageTest.cs
+++ b/common/ASC.Core.Common/Tests/CookieStorageTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/DbAzServiceTest.cs b/common/ASC.Core.Common/Tests/DbAzServiceTest.cs
index c809b6a06..d9192002d 100644
--- a/common/ASC.Core.Common/Tests/DbAzServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/DbAzServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/DbBaseTest.cs b/common/ASC.Core.Common/Tests/DbBaseTest.cs
index 082da739c..93b84c0b7 100644
--- a/common/ASC.Core.Common/Tests/DbBaseTest.cs
+++ b/common/ASC.Core.Common/Tests/DbBaseTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/DbQuotaServiceTest.cs b/common/ASC.Core.Common/Tests/DbQuotaServiceTest.cs
index 3055a2d96..086dd3830 100644
--- a/common/ASC.Core.Common/Tests/DbQuotaServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/DbQuotaServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/DbSubscriptionServiceTest.cs b/common/ASC.Core.Common/Tests/DbSubscriptionServiceTest.cs
index f605d84be..872db9532 100644
--- a/common/ASC.Core.Common/Tests/DbSubscriptionServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/DbSubscriptionServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/DbTenantServiceTest.cs b/common/ASC.Core.Common/Tests/DbTenantServiceTest.cs
index a9f0479c0..bfc475466 100644
--- a/common/ASC.Core.Common/Tests/DbTenantServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/DbTenantServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/DbUserServiceTest.cs b/common/ASC.Core.Common/Tests/DbUserServiceTest.cs
index 0ac138316..0bcbc85eb 100644
--- a/common/ASC.Core.Common/Tests/DbUserServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/DbUserServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/EmailValidationKeyPairProvider_Test.cs b/common/ASC.Core.Common/Tests/EmailValidationKeyPairProvider_Test.cs
index 5b0f49889..61810cdbe 100644
--- a/common/ASC.Core.Common/Tests/EmailValidationKeyPairProvider_Test.cs
+++ b/common/ASC.Core.Common/Tests/EmailValidationKeyPairProvider_Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/HostedSolutionTest.cs b/common/ASC.Core.Common/Tests/HostedSolutionTest.cs
index e3f56d0d6..866a35c25 100644
--- a/common/ASC.Core.Common/Tests/HostedSolutionTest.cs
+++ b/common/ASC.Core.Common/Tests/HostedSolutionTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/SignatureTest.cs b/common/ASC.Core.Common/Tests/SignatureTest.cs
index 34221bf0f..5c72366bb 100644
--- a/common/ASC.Core.Common/Tests/SignatureTest.cs
+++ b/common/ASC.Core.Common/Tests/SignatureTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/TariffServiceTest.cs b/common/ASC.Core.Common/Tests/TariffServiceTest.cs
index 832dec2bf..2e836d784 100644
--- a/common/ASC.Core.Common/Tests/TariffServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/TariffServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/TariffSyncServiceTest.cs b/common/ASC.Core.Common/Tests/TariffSyncServiceTest.cs
index 3e0a3c23f..77c04c2bd 100644
--- a/common/ASC.Core.Common/Tests/TariffSyncServiceTest.cs
+++ b/common/ASC.Core.Common/Tests/TariffSyncServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/TopSubscriptionProviderTest.cs b/common/ASC.Core.Common/Tests/TopSubscriptionProviderTest.cs
index 51208b9ea..45b1caa57 100644
--- a/common/ASC.Core.Common/Tests/TopSubscriptionProviderTest.cs
+++ b/common/ASC.Core.Common/Tests/TopSubscriptionProviderTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Tests/UserManagerTest.cs b/common/ASC.Core.Common/Tests/UserManagerTest.cs
index ab090b432..a4d6b975e 100644
--- a/common/ASC.Core.Common/Tests/UserManagerTest.cs
+++ b/common/ASC.Core.Common/Tests/UserManagerTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Users/Constants.cs b/common/ASC.Core.Common/Users/Constants.cs
index 3d2e8527b..de78c92f9 100644
--- a/common/ASC.Core.Common/Users/Constants.cs
+++ b/common/ASC.Core.Common/Users/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Users/DisplayUserNameFormat.cs b/common/ASC.Core.Common/Users/DisplayUserNameFormat.cs
index f9f0148cd..cfe029fbf 100644
--- a/common/ASC.Core.Common/Users/DisplayUserNameFormat.cs
+++ b/common/ASC.Core.Common/Users/DisplayUserNameFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Users/PersonalQuotaSettings.cs b/common/ASC.Core.Common/Users/PersonalQuotaSettings.cs
index 7b94e1a9b..e78ceb99f 100644
--- a/common/ASC.Core.Common/Users/PersonalQuotaSettings.cs
+++ b/common/ASC.Core.Common/Users/PersonalQuotaSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Users/UserExtensions.cs b/common/ASC.Core.Common/Users/UserExtensions.cs
index 9e08c02b9..efcbe76db 100644
--- a/common/ASC.Core.Common/Users/UserExtensions.cs
+++ b/common/ASC.Core.Common/Users/UserExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Core.Common/Users/UserFormatter.cs b/common/ASC.Core.Common/Users/UserFormatter.cs
index 562e7809c..b63008a70 100644
--- a/common/ASC.Core.Common/Users/UserFormatter.cs
+++ b/common/ASC.Core.Common/Users/UserFormatter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup.Console/Program.cs b/common/ASC.Data.Backup.Console/Program.cs
index 250b8c042..fc447ab2f 100644
--- a/common/ASC.Data.Backup.Console/Program.cs
+++ b/common/ASC.Data.Backup.Console/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup.Restore/MainForm.cs b/common/ASC.Data.Backup.Restore/MainForm.cs
index a502ebb07..1d8b694f8 100644
--- a/common/ASC.Data.Backup.Restore/MainForm.cs
+++ b/common/ASC.Data.Backup.Restore/MainForm.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup.Restore/Program.cs b/common/ASC.Data.Backup.Restore/Program.cs
index 2952ad9d0..05dad3afe 100644
--- a/common/ASC.Data.Backup.Restore/Program.cs
+++ b/common/ASC.Data.Backup.Restore/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup.Restore/Restarter.cs b/common/ASC.Data.Backup.Restore/Restarter.cs
index 7546f40da..d6ac788c2 100644
--- a/common/ASC.Data.Backup.Restore/Restarter.cs
+++ b/common/ASC.Data.Backup.Restore/Restarter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup.RestoreDemo/Service.cs b/common/ASC.Data.Backup.RestoreDemo/Service.cs
index f84e77b67..29ce28bcd 100644
--- a/common/ASC.Data.Backup.RestoreDemo/Service.cs
+++ b/common/ASC.Data.Backup.RestoreDemo/Service.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/ActionInvoker.cs b/common/ASC.Data.Backup/ActionInvoker.cs
index e81d3c22b..257d5e5ad 100644
--- a/common/ASC.Data.Backup/ActionInvoker.cs
+++ b/common/ASC.Data.Backup/ActionInvoker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/BackupManager.cs b/common/ASC.Data.Backup/BackupManager.cs
index 97ede0d0c..831cabcf6 100644
--- a/common/ASC.Data.Backup/BackupManager.cs
+++ b/common/ASC.Data.Backup/BackupManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/DbBackupProvider.cs b/common/ASC.Data.Backup/DbBackupProvider.cs
index 22e8039b3..877506008 100644
--- a/common/ASC.Data.Backup/DbBackupProvider.cs
+++ b/common/ASC.Data.Backup/DbBackupProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Exceptions/DbBackupException.cs b/common/ASC.Data.Backup/Exceptions/DbBackupException.cs
index aed192fcd..74ee472f2 100644
--- a/common/ASC.Data.Backup/Exceptions/DbBackupException.cs
+++ b/common/ASC.Data.Backup/Exceptions/DbBackupException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Exceptions/ThrowHelper.cs b/common/ASC.Data.Backup/Exceptions/ThrowHelper.cs
index f90a3a996..c3482be80 100644
--- a/common/ASC.Data.Backup/Exceptions/ThrowHelper.cs
+++ b/common/ASC.Data.Backup/Exceptions/ThrowHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Extensions/DataExtensions.cs b/common/ASC.Data.Backup/Extensions/DataExtensions.cs
index 26f5c5aed..f4f49d4d8 100644
--- a/common/ASC.Data.Backup/Extensions/DataExtensions.cs
+++ b/common/ASC.Data.Backup/Extensions/DataExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Extensions/EnumerableExtensions.cs b/common/ASC.Data.Backup/Extensions/EnumerableExtensions.cs
index e6978898f..18dd19499 100644
--- a/common/ASC.Data.Backup/Extensions/EnumerableExtensions.cs
+++ b/common/ASC.Data.Backup/Extensions/EnumerableExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Extensions/XmlExtensions.cs b/common/ASC.Data.Backup/Extensions/XmlExtensions.cs
index 0f80841eb..9a2578c6a 100644
--- a/common/ASC.Data.Backup/Extensions/XmlExtensions.cs
+++ b/common/ASC.Data.Backup/Extensions/XmlExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/FileBackupProvider.cs b/common/ASC.Data.Backup/FileBackupProvider.cs
index 39f485b50..ddf58d917 100644
--- a/common/ASC.Data.Backup/FileBackupProvider.cs
+++ b/common/ASC.Data.Backup/FileBackupProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/IBackupProvider.cs b/common/ASC.Data.Backup/IBackupProvider.cs
index f63aff1c2..274f4fe0a 100644
--- a/common/ASC.Data.Backup/IBackupProvider.cs
+++ b/common/ASC.Data.Backup/IBackupProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/IDataOperator.cs b/common/ASC.Data.Backup/IDataOperator.cs
index 1c3e4dc89..c81b35e2b 100644
--- a/common/ASC.Data.Backup/IDataOperator.cs
+++ b/common/ASC.Data.Backup/IDataOperator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/NotifyHelper.cs b/common/ASC.Data.Backup/NotifyHelper.cs
index b5e46c194..c521c1800 100644
--- a/common/ASC.Data.Backup/NotifyHelper.cs
+++ b/common/ASC.Data.Backup/NotifyHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Service/BackupCleanerService.cs b/common/ASC.Data.Backup/Service/BackupCleanerService.cs
index 6be98c778..c48a70502 100644
--- a/common/ASC.Data.Backup/Service/BackupCleanerService.cs
+++ b/common/ASC.Data.Backup/Service/BackupCleanerService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Service/BackupConfiguration.cs b/common/ASC.Data.Backup/Service/BackupConfiguration.cs
index 0c325eae8..ba70427be 100644
--- a/common/ASC.Data.Backup/Service/BackupConfiguration.cs
+++ b/common/ASC.Data.Backup/Service/BackupConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Service/BackupSchedulerService.cs b/common/ASC.Data.Backup/Service/BackupSchedulerService.cs
index 8ed38e6a2..7e1ef7b56 100644
--- a/common/ASC.Data.Backup/Service/BackupSchedulerService.cs
+++ b/common/ASC.Data.Backup/Service/BackupSchedulerService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Service/BackupService.cs b/common/ASC.Data.Backup/Service/BackupService.cs
index a73678215..6eb80b347 100644
--- a/common/ASC.Data.Backup/Service/BackupService.cs
+++ b/common/ASC.Data.Backup/Service/BackupService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Service/BackupServiceLauncher.cs b/common/ASC.Data.Backup/Service/BackupServiceLauncher.cs
index 4b8f02505..3d8e8cb66 100644
--- a/common/ASC.Data.Backup/Service/BackupServiceLauncher.cs
+++ b/common/ASC.Data.Backup/Service/BackupServiceLauncher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Service/BackupWorker.cs b/common/ASC.Data.Backup/Service/BackupWorker.cs
index 4898e3113..4c021b6fa 100644
--- a/common/ASC.Data.Backup/Service/BackupWorker.cs
+++ b/common/ASC.Data.Backup/Service/BackupWorker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/BackupRecord.cs b/common/ASC.Data.Backup/Storage/BackupRecord.cs
index 89073b00e..a36bb6457 100644
--- a/common/ASC.Data.Backup/Storage/BackupRecord.cs
+++ b/common/ASC.Data.Backup/Storage/BackupRecord.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/BackupRepository.cs b/common/ASC.Data.Backup/Storage/BackupRepository.cs
index 29b564645..a5a3521dd 100644
--- a/common/ASC.Data.Backup/Storage/BackupRepository.cs
+++ b/common/ASC.Data.Backup/Storage/BackupRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/BackupStorageFactory.cs b/common/ASC.Data.Backup/Storage/BackupStorageFactory.cs
index ead53f15e..8dca49034 100644
--- a/common/ASC.Data.Backup/Storage/BackupStorageFactory.cs
+++ b/common/ASC.Data.Backup/Storage/BackupStorageFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/ConsumerBackupStorage.cs b/common/ASC.Data.Backup/Storage/ConsumerBackupStorage.cs
index f04dbdd94..c9055e70f 100644
--- a/common/ASC.Data.Backup/Storage/ConsumerBackupStorage.cs
+++ b/common/ASC.Data.Backup/Storage/ConsumerBackupStorage.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/common/ASC.Data.Backup/Storage/DataStoreBackupStorage.cs b/common/ASC.Data.Backup/Storage/DataStoreBackupStorage.cs
index a2fdf3ba3..b7a1dd840 100644
--- a/common/ASC.Data.Backup/Storage/DataStoreBackupStorage.cs
+++ b/common/ASC.Data.Backup/Storage/DataStoreBackupStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/DocumentsBackupStorage.cs b/common/ASC.Data.Backup/Storage/DocumentsBackupStorage.cs
index b6dae45bf..8f69c9b6f 100644
--- a/common/ASC.Data.Backup/Storage/DocumentsBackupStorage.cs
+++ b/common/ASC.Data.Backup/Storage/DocumentsBackupStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/IBackupRepository.cs b/common/ASC.Data.Backup/Storage/IBackupRepository.cs
index 1672c77da..4369a52b3 100644
--- a/common/ASC.Data.Backup/Storage/IBackupRepository.cs
+++ b/common/ASC.Data.Backup/Storage/IBackupRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/IBackupStorage.cs b/common/ASC.Data.Backup/Storage/IBackupStorage.cs
index 66ebd9b06..fdd824392 100644
--- a/common/ASC.Data.Backup/Storage/IBackupStorage.cs
+++ b/common/ASC.Data.Backup/Storage/IBackupStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/LocalBackupStorage.cs b/common/ASC.Data.Backup/Storage/LocalBackupStorage.cs
index 8d0cf53be..c6c8f1340 100644
--- a/common/ASC.Data.Backup/Storage/LocalBackupStorage.cs
+++ b/common/ASC.Data.Backup/Storage/LocalBackupStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/S3BackupStorage.cs b/common/ASC.Data.Backup/Storage/S3BackupStorage.cs
index 38a14fd58..6afde6534 100644
--- a/common/ASC.Data.Backup/Storage/S3BackupStorage.cs
+++ b/common/ASC.Data.Backup/Storage/S3BackupStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Storage/Schedule.cs b/common/ASC.Data.Backup/Storage/Schedule.cs
index 0ab123630..0533ed26d 100644
--- a/common/ASC.Data.Backup/Storage/Schedule.cs
+++ b/common/ASC.Data.Backup/Storage/Schedule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/BackupFileInfo.cs b/common/ASC.Data.Backup/Tasks/BackupFileInfo.cs
index d228194a3..8995d9bbc 100644
--- a/common/ASC.Data.Backup/Tasks/BackupFileInfo.cs
+++ b/common/ASC.Data.Backup/Tasks/BackupFileInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/BackupPortalTask.cs b/common/ASC.Data.Backup/Tasks/BackupPortalTask.cs
index be75c34f2..c86eaa7e2 100644
--- a/common/ASC.Data.Backup/Tasks/BackupPortalTask.cs
+++ b/common/ASC.Data.Backup/Tasks/BackupPortalTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/ColumnMapper.cs b/common/ASC.Data.Backup/Tasks/ColumnMapper.cs
index b9f416b3f..0b452ca63 100644
--- a/common/ASC.Data.Backup/Tasks/ColumnMapper.cs
+++ b/common/ASC.Data.Backup/Tasks/ColumnMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Data/DataRowInfo.cs b/common/ASC.Data.Backup/Tasks/Data/DataRowInfo.cs
index 1ef7c489b..0b76052a3 100644
--- a/common/ASC.Data.Backup/Tasks/Data/DataRowInfo.cs
+++ b/common/ASC.Data.Backup/Tasks/Data/DataRowInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Data/DataRowInfoReader.cs b/common/ASC.Data.Backup/Tasks/Data/DataRowInfoReader.cs
index aff7bdcca..09b817f2f 100644
--- a/common/ASC.Data.Backup/Tasks/Data/DataRowInfoReader.cs
+++ b/common/ASC.Data.Backup/Tasks/Data/DataRowInfoReader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Data/RelationInfo.cs b/common/ASC.Data.Backup/Tasks/Data/RelationInfo.cs
index 91cc7d820..ee57ae088 100644
--- a/common/ASC.Data.Backup/Tasks/Data/RelationInfo.cs
+++ b/common/ASC.Data.Backup/Tasks/Data/RelationInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Data/TableInfo.cs b/common/ASC.Data.Backup/Tasks/Data/TableInfo.cs
index 104c454e4..8b824765d 100644
--- a/common/ASC.Data.Backup/Tasks/Data/TableInfo.cs
+++ b/common/ASC.Data.Backup/Tasks/Data/TableInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/DbFactory.cs b/common/ASC.Data.Backup/Tasks/DbFactory.cs
index a49059f2a..08c7f83b0 100644
--- a/common/ASC.Data.Backup/Tasks/DbFactory.cs
+++ b/common/ASC.Data.Backup/Tasks/DbFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/DeletePortalTask.cs b/common/ASC.Data.Backup/Tasks/DeletePortalTask.cs
index f53da18c5..a83b00a6f 100644
--- a/common/ASC.Data.Backup/Tasks/DeletePortalTask.cs
+++ b/common/ASC.Data.Backup/Tasks/DeletePortalTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/KeyHelper.cs b/common/ASC.Data.Backup/Tasks/KeyHelper.cs
index d7f11f933..9cd97728e 100644
--- a/common/ASC.Data.Backup/Tasks/KeyHelper.cs
+++ b/common/ASC.Data.Backup/Tasks/KeyHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/AuditModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/AuditModuleSpecifics.cs
index a47e3ff44..e823d9f29 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/AuditModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/AuditModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/CalendarModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/CalendarModuleSpecifics.cs
index d85638d7e..315fdca3d 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/CalendarModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/CalendarModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/CommunityModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/CommunityModuleSpecifics.cs
index 13a742d89..3ad759f37 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/CommunityModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/CommunityModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/CoreModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/CoreModuleSpecifics.cs
index 82a2e6a48..5f93d0f48 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/CoreModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/CoreModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/CrmModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/CrmModuleSpecifics.cs
index 9a21000da..6a568aa63 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/CrmModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/CrmModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/FilesModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/FilesModuleSpecifics.cs
index f0fc5421b..6ce8a4609 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/FilesModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/FilesModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/Helpers.cs b/common/ASC.Data.Backup/Tasks/Modules/Helpers.cs
index 15e94585d..aa90c9aec 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/Helpers.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/Helpers.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/IModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/IModuleSpecifics.cs
index 47d91a358..aa6264bf7 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/IModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/IModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/MailModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/MailModuleSpecifics.cs
index d4994a41e..577e1f926 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/MailModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/MailModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/ModuleProvider.cs b/common/ASC.Data.Backup/Tasks/Modules/ModuleProvider.cs
index d9f13720a..90150d697 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/ModuleProvider.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/ModuleProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/ModuleSpecificsBase.cs b/common/ASC.Data.Backup/Tasks/Modules/ModuleSpecificsBase.cs
index a7ed483f6..88aa5a33b 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/ModuleSpecificsBase.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/ModuleSpecificsBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/ProjectsModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/ProjectsModuleSpecifics.cs
index 753653bfe..9cd47aaeb 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/ProjectsModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/ProjectsModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/TenantsModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/TenantsModuleSpecifics.cs
index c563de1c3..96c7eb891 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/TenantsModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/TenantsModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/Modules/WebStudioModuleSpecifics.cs b/common/ASC.Data.Backup/Tasks/Modules/WebStudioModuleSpecifics.cs
index f6db49746..717e19c18 100644
--- a/common/ASC.Data.Backup/Tasks/Modules/WebStudioModuleSpecifics.cs
+++ b/common/ASC.Data.Backup/Tasks/Modules/WebStudioModuleSpecifics.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/PortalTaskBase.cs b/common/ASC.Data.Backup/Tasks/PortalTaskBase.cs
index 686fc0b4f..08645445c 100644
--- a/common/ASC.Data.Backup/Tasks/PortalTaskBase.cs
+++ b/common/ASC.Data.Backup/Tasks/PortalTaskBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/RestoreDbModuleTask.cs b/common/ASC.Data.Backup/Tasks/RestoreDbModuleTask.cs
index 96428bb5a..d983e7c81 100644
--- a/common/ASC.Data.Backup/Tasks/RestoreDbModuleTask.cs
+++ b/common/ASC.Data.Backup/Tasks/RestoreDbModuleTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/RestorePortalTask.cs b/common/ASC.Data.Backup/Tasks/RestorePortalTask.cs
index 90ab54324..0d4847a5d 100644
--- a/common/ASC.Data.Backup/Tasks/RestorePortalTask.cs
+++ b/common/ASC.Data.Backup/Tasks/RestorePortalTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Tasks/TransferPortalTask.cs b/common/ASC.Data.Backup/Tasks/TransferPortalTask.cs
index 89bd0ebb1..5efae6e77 100644
--- a/common/ASC.Data.Backup/Tasks/TransferPortalTask.cs
+++ b/common/ASC.Data.Backup/Tasks/TransferPortalTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Utils/ConfigurationProvider.cs b/common/ASC.Data.Backup/Utils/ConfigurationProvider.cs
index a8970894f..fb95a2159 100644
--- a/common/ASC.Data.Backup/Utils/ConfigurationProvider.cs
+++ b/common/ASC.Data.Backup/Utils/ConfigurationProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Utils/FCKEditorPathUtility.cs b/common/ASC.Data.Backup/Utils/FCKEditorPathUtility.cs
index 675131518..1a9314fdc 100644
--- a/common/ASC.Data.Backup/Utils/FCKEditorPathUtility.cs
+++ b/common/ASC.Data.Backup/Utils/FCKEditorPathUtility.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/Utils/PathHelper.cs b/common/ASC.Data.Backup/Utils/PathHelper.cs
index a5db2bcdc..0a147c5e7 100644
--- a/common/ASC.Data.Backup/Utils/PathHelper.cs
+++ b/common/ASC.Data.Backup/Utils/PathHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Backup/ZipOperator.cs b/common/ASC.Data.Backup/ZipOperator.cs
index b7616568d..b09004eee 100644
--- a/common/ASC.Data.Backup/ZipOperator.cs
+++ b/common/ASC.Data.Backup/ZipOperator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage.Migration/Launcher.cs b/common/ASC.Data.Storage.Migration/Launcher.cs
index 04d03cc11..4244ab0dc 100644
--- a/common/ASC.Data.Storage.Migration/Launcher.cs
+++ b/common/ASC.Data.Storage.Migration/Launcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage.Migration/Service.cs b/common/ASC.Data.Storage.Migration/Service.cs
index e001a7ee0..d6e9509b0 100644
--- a/common/ASC.Data.Storage.Migration/Service.cs
+++ b/common/ASC.Data.Storage.Migration/Service.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/BaseStorage.cs b/common/ASC.Data.Storage/BaseStorage.cs
index 39735b94a..ebe14628a 100644
--- a/common/ASC.Data.Storage/BaseStorage.cs
+++ b/common/ASC.Data.Storage/BaseStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSession.cs b/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSession.cs
index 764048e19..da96d4907 100644
--- a/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSession.cs
+++ b/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSession.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSessionHolder.cs b/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSessionHolder.cs
index 184d7754d..a203f0d13 100644
--- a/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSessionHolder.cs
+++ b/common/ASC.Data.Storage/ChunkedUploader/CommonChunkedUploadSessionHolder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/ACL.cs b/common/ASC.Data.Storage/Configuration/ACL.cs
index 1c10577bb..e1bc3174e 100644
--- a/common/ASC.Data.Storage/Configuration/ACL.cs
+++ b/common/ASC.Data.Storage/Configuration/ACL.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/AppenderConfigurationCollection.cs b/common/ASC.Data.Storage/Configuration/AppenderConfigurationCollection.cs
index a38487311..a68f7f5d3 100644
--- a/common/ASC.Data.Storage/Configuration/AppenderConfigurationCollection.cs
+++ b/common/ASC.Data.Storage/Configuration/AppenderConfigurationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/AppenderConfigurationElement.cs b/common/ASC.Data.Storage/Configuration/AppenderConfigurationElement.cs
index 805c54ddb..1c6ec2e5a 100644
--- a/common/ASC.Data.Storage/Configuration/AppenderConfigurationElement.cs
+++ b/common/ASC.Data.Storage/Configuration/AppenderConfigurationElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/DomainConfigurationCollection.cs b/common/ASC.Data.Storage/Configuration/DomainConfigurationCollection.cs
index 57b49fac6..7c664c6f9 100644
--- a/common/ASC.Data.Storage/Configuration/DomainConfigurationCollection.cs
+++ b/common/ASC.Data.Storage/Configuration/DomainConfigurationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/DomainConfigurationElement.cs b/common/ASC.Data.Storage/Configuration/DomainConfigurationElement.cs
index d5b89f496..452013b4a 100644
--- a/common/ASC.Data.Storage/Configuration/DomainConfigurationElement.cs
+++ b/common/ASC.Data.Storage/Configuration/DomainConfigurationElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/HandlerConfigurationElement.cs b/common/ASC.Data.Storage/Configuration/HandlerConfigurationElement.cs
index 4ed52480d..2441fab67 100644
--- a/common/ASC.Data.Storage/Configuration/HandlerConfigurationElement.cs
+++ b/common/ASC.Data.Storage/Configuration/HandlerConfigurationElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/HandlersConfigurationCollection.cs b/common/ASC.Data.Storage/Configuration/HandlersConfigurationCollection.cs
index 681acf3d1..ed31f332e 100644
--- a/common/ASC.Data.Storage/Configuration/HandlersConfigurationCollection.cs
+++ b/common/ASC.Data.Storage/Configuration/HandlersConfigurationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/ModuleConfigurationCollection.cs b/common/ASC.Data.Storage/Configuration/ModuleConfigurationCollection.cs
index 0bb2e6ecf..934434eea 100644
--- a/common/ASC.Data.Storage/Configuration/ModuleConfigurationCollection.cs
+++ b/common/ASC.Data.Storage/Configuration/ModuleConfigurationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/ModuleConfigurationElement.cs b/common/ASC.Data.Storage/Configuration/ModuleConfigurationElement.cs
index f94247d8b..e1ff6e5ad 100644
--- a/common/ASC.Data.Storage/Configuration/ModuleConfigurationElement.cs
+++ b/common/ASC.Data.Storage/Configuration/ModuleConfigurationElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/Schema.cs b/common/ASC.Data.Storage/Configuration/Schema.cs
index 8c462abba..f87647392 100644
--- a/common/ASC.Data.Storage/Configuration/Schema.cs
+++ b/common/ASC.Data.Storage/Configuration/Schema.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/StorageConfigurationSection.cs b/common/ASC.Data.Storage/Configuration/StorageConfigurationSection.cs
index 2d50de6c4..9081b6e95 100644
--- a/common/ASC.Data.Storage/Configuration/StorageConfigurationSection.cs
+++ b/common/ASC.Data.Storage/Configuration/StorageConfigurationSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Configuration/StorageSettings.cs b/common/ASC.Data.Storage/Configuration/StorageSettings.cs
index 7c233e159..5870303bf 100644
--- a/common/ASC.Data.Storage/Configuration/StorageSettings.cs
+++ b/common/ASC.Data.Storage/Configuration/StorageSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Constants.cs b/common/ASC.Data.Storage/Constants.cs
index 6ec20d9cb..d7822677a 100644
--- a/common/ASC.Data.Storage/Constants.cs
+++ b/common/ASC.Data.Storage/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/CrossModuleTransferUtility.cs b/common/ASC.Data.Storage/CrossModuleTransferUtility.cs
index 4f33c09fc..e9c8a701e 100644
--- a/common/ASC.Data.Storage/CrossModuleTransferUtility.cs
+++ b/common/ASC.Data.Storage/CrossModuleTransferUtility.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/DataList.cs b/common/ASC.Data.Storage/DataList.cs
index c80e54ce7..fe152976d 100644
--- a/common/ASC.Data.Storage/DataList.cs
+++ b/common/ASC.Data.Storage/DataList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/DataStoreCache.cs b/common/ASC.Data.Storage/DataStoreCache.cs
index 85ca2746e..ff6ccea29 100644
--- a/common/ASC.Data.Storage/DataStoreCache.cs
+++ b/common/ASC.Data.Storage/DataStoreCache.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/DiscStorage/DiscDataHandler.cs b/common/ASC.Data.Storage/DiscStorage/DiscDataHandler.cs
index f5a6ab16a..4c00d6be3 100644
--- a/common/ASC.Data.Storage/DiscStorage/DiscDataHandler.cs
+++ b/common/ASC.Data.Storage/DiscStorage/DiscDataHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/DiscStorage/DiscDataStore.cs b/common/ASC.Data.Storage/DiscStorage/DiscDataStore.cs
index d28095d75..866e1c282 100644
--- a/common/ASC.Data.Storage/DiscStorage/DiscDataStore.cs
+++ b/common/ASC.Data.Storage/DiscStorage/DiscDataStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/DiscStorage/MappedPath.cs b/common/ASC.Data.Storage/DiscStorage/MappedPath.cs
index 985c9e971..fea0dccdc 100644
--- a/common/ASC.Data.Storage/DiscStorage/MappedPath.cs
+++ b/common/ASC.Data.Storage/DiscStorage/MappedPath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Extensions.cs b/common/ASC.Data.Storage/Extensions.cs
index 5d1e7ab58..ff8d942a9 100644
--- a/common/ASC.Data.Storage/Extensions.cs
+++ b/common/ASC.Data.Storage/Extensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/GoogleCloud/GoogleCloudStorage.cs b/common/ASC.Data.Storage/GoogleCloud/GoogleCloudStorage.cs
index 04e9e1f56..229a1bdd3 100644
--- a/common/ASC.Data.Storage/GoogleCloud/GoogleCloudStorage.cs
+++ b/common/ASC.Data.Storage/GoogleCloud/GoogleCloudStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/IDataStore.cs b/common/ASC.Data.Storage/IDataStore.cs
index 1b197294c..000820350 100644
--- a/common/ASC.Data.Storage/IDataStore.cs
+++ b/common/ASC.Data.Storage/IDataStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/IQuotaController.cs b/common/ASC.Data.Storage/IQuotaController.cs
index 0d4b14bdb..3844f7c36 100644
--- a/common/ASC.Data.Storage/IQuotaController.cs
+++ b/common/ASC.Data.Storage/IQuotaController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Migration/IService.cs b/common/ASC.Data.Storage/Migration/IService.cs
index 7715f83e4..fe664f8c7 100644
--- a/common/ASC.Data.Storage/Migration/IService.cs
+++ b/common/ASC.Data.Storage/Migration/IService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Migration/MigrateServiceClient.cs b/common/ASC.Data.Storage/Migration/MigrateServiceClient.cs
index 6ad5134ac..7c0593715 100644
--- a/common/ASC.Data.Storage/Migration/MigrateServiceClient.cs
+++ b/common/ASC.Data.Storage/Migration/MigrateServiceClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/PathUtils.cs b/common/ASC.Data.Storage/PathUtils.cs
index 76fa1aac5..2fd76d4c6 100644
--- a/common/ASC.Data.Storage/PathUtils.cs
+++ b/common/ASC.Data.Storage/PathUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/ProgressStream.cs b/common/ASC.Data.Storage/ProgressStream.cs
index 7530848df..adfd5b9b5 100644
--- a/common/ASC.Data.Storage/ProgressStream.cs
+++ b/common/ASC.Data.Storage/ProgressStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/RackspaceCloud/RackspaceCloudStorage.cs b/common/ASC.Data.Storage/RackspaceCloud/RackspaceCloudStorage.cs
index 2ff2dfcb5..ba6308b4b 100644
--- a/common/ASC.Data.Storage/RackspaceCloud/RackspaceCloudStorage.cs
+++ b/common/ASC.Data.Storage/RackspaceCloud/RackspaceCloudStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/S3/S3Storage.cs b/common/ASC.Data.Storage/S3/S3Storage.cs
index c532560f9..a7974e6c3 100644
--- a/common/ASC.Data.Storage/S3/S3Storage.cs
+++ b/common/ASC.Data.Storage/S3/S3Storage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/S3/S3UploadGuard.cs b/common/ASC.Data.Storage/S3/S3UploadGuard.cs
index ad31c9b1e..e8d137cfc 100644
--- a/common/ASC.Data.Storage/S3/S3UploadGuard.cs
+++ b/common/ASC.Data.Storage/S3/S3UploadGuard.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/S3/UnencodedUri.cs b/common/ASC.Data.Storage/S3/UnencodedUri.cs
index 665dcd285..5cbf73628 100644
--- a/common/ASC.Data.Storage/S3/UnencodedUri.cs
+++ b/common/ASC.Data.Storage/S3/UnencodedUri.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/SecureHelper.cs b/common/ASC.Data.Storage/SecureHelper.cs
index 65c03dd95..6a7b76da3 100644
--- a/common/ASC.Data.Storage/SecureHelper.cs
+++ b/common/ASC.Data.Storage/SecureHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Selectel/SelectelStorage.cs b/common/ASC.Data.Storage/Selectel/SelectelStorage.cs
index 96a7c55d7..9c9265aa6 100644
--- a/common/ASC.Data.Storage/Selectel/SelectelStorage.cs
+++ b/common/ASC.Data.Storage/Selectel/SelectelStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/StaticUploader.cs b/common/ASC.Data.Storage/StaticUploader.cs
index 4bfdea490..576edd409 100644
--- a/common/ASC.Data.Storage/StaticUploader.cs
+++ b/common/ASC.Data.Storage/StaticUploader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/StorageFactory.cs b/common/ASC.Data.Storage/StorageFactory.cs
index 62099e228..abb7432c8 100644
--- a/common/ASC.Data.Storage/StorageFactory.cs
+++ b/common/ASC.Data.Storage/StorageFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/StorageHandler.cs b/common/ASC.Data.Storage/StorageHandler.cs
index 84ee15fd8..6cfe928a4 100644
--- a/common/ASC.Data.Storage/StorageHandler.cs
+++ b/common/ASC.Data.Storage/StorageHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/StorageUploader.cs b/common/ASC.Data.Storage/StorageUploader.cs
index 3b9bd85c1..f6093f815 100644
--- a/common/ASC.Data.Storage/StorageUploader.cs
+++ b/common/ASC.Data.Storage/StorageUploader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/TenantPath.cs b/common/ASC.Data.Storage/TenantPath.cs
index 526e7f6c7..8e7f27521 100644
--- a/common/ASC.Data.Storage/TenantPath.cs
+++ b/common/ASC.Data.Storage/TenantPath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/TenantQuotaController.cs b/common/ASC.Data.Storage/TenantQuotaController.cs
index d8f61db9f..572216e9e 100644
--- a/common/ASC.Data.Storage/TenantQuotaController.cs
+++ b/common/ASC.Data.Storage/TenantQuotaController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/TennantPath.cs b/common/ASC.Data.Storage/TennantPath.cs
index 0dc83d3b3..4f6d095bb 100644
--- a/common/ASC.Data.Storage/TennantPath.cs
+++ b/common/ASC.Data.Storage/TennantPath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/TennantQuotaController.cs b/common/ASC.Data.Storage/TennantQuotaController.cs
index c8325cb86..8eb4e92b4 100644
--- a/common/ASC.Data.Storage/TennantQuotaController.cs
+++ b/common/ASC.Data.Storage/TennantQuotaController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Tests/DataStorageTest.cs b/common/ASC.Data.Storage/Tests/DataStorageTest.cs
index 83af2ef07..26a46b3a0 100644
--- a/common/ASC.Data.Storage/Tests/DataStorageTest.cs
+++ b/common/ASC.Data.Storage/Tests/DataStorageTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/WebPath.cs b/common/ASC.Data.Storage/WebPath.cs
index 7fbfadc5a..75b41aaf4 100644
--- a/common/ASC.Data.Storage/WebPath.cs
+++ b/common/ASC.Data.Storage/WebPath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Data.Storage/Wildcard.cs b/common/ASC.Data.Storage/Wildcard.cs
index b71765b0e..3ae9117be 100644
--- a/common/ASC.Data.Storage/Wildcard.cs
+++ b/common/ASC.Data.Storage/Wildcard.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.IPSecurity/IPAddressRange.cs b/common/ASC.IPSecurity/IPAddressRange.cs
index a9fa0caf1..daa701f92 100644
--- a/common/ASC.IPSecurity/IPAddressRange.cs
+++ b/common/ASC.IPSecurity/IPAddressRange.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.IPSecurity/IPRestriction.cs b/common/ASC.IPSecurity/IPRestriction.cs
index c53a60c36..6c5e481c3 100644
--- a/common/ASC.IPSecurity/IPRestriction.cs
+++ b/common/ASC.IPSecurity/IPRestriction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.IPSecurity/IPRestrictionsRepository.cs b/common/ASC.IPSecurity/IPRestrictionsRepository.cs
index 9ec95da36..1bf0fa8c6 100644
--- a/common/ASC.IPSecurity/IPRestrictionsRepository.cs
+++ b/common/ASC.IPSecurity/IPRestrictionsRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.IPSecurity/IPRestrictionsService.cs b/common/ASC.IPSecurity/IPRestrictionsService.cs
index 8e9248d28..f46e1f7fb 100644
--- a/common/ASC.IPSecurity/IPRestrictionsService.cs
+++ b/common/ASC.IPSecurity/IPRestrictionsService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.IPSecurity/IPSecurity.cs b/common/ASC.IPSecurity/IPSecurity.cs
index 8cdb59ed3..31cb19a92 100644
--- a/common/ASC.IPSecurity/IPSecurity.cs
+++ b/common/ASC.IPSecurity/IPSecurity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.IPSecurity/IPSecurityException.cs b/common/ASC.IPSecurity/IPSecurityException.cs
index 85484e283..4c278edbd 100644
--- a/common/ASC.IPSecurity/IPSecurityException.cs
+++ b/common/ASC.IPSecurity/IPSecurityException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Notify.Textile/JabberStyler.cs b/common/ASC.Notify.Textile/JabberStyler.cs
index fbe2c926f..b9e99a46e 100644
--- a/common/ASC.Notify.Textile/JabberStyler.cs
+++ b/common/ASC.Notify.Textile/JabberStyler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Notify.Textile/PushStyler.cs b/common/ASC.Notify.Textile/PushStyler.cs
index 79b6890bc..7ab77581a 100644
--- a/common/ASC.Notify.Textile/PushStyler.cs
+++ b/common/ASC.Notify.Textile/PushStyler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Notify.Textile/Resources/style.css b/common/ASC.Notify.Textile/Resources/style.css
index 17bb8c117..0f5b76ae7 100644
--- a/common/ASC.Notify.Textile/Resources/style.css
+++ b/common/ASC.Notify.Textile/Resources/style.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Notify.Textile/StylerTests.cs b/common/ASC.Notify.Textile/StylerTests.cs
index 022148fbe..0be6b496d 100644
--- a/common/ASC.Notify.Textile/StylerTests.cs
+++ b/common/ASC.Notify.Textile/StylerTests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/ASC.Notify.Textile/TextileStyler.cs b/common/ASC.Notify.Textile/TextileStyler.cs
index d2d7e3c62..a45aa4d92 100644
--- a/common/ASC.Notify.Textile/TextileStyler.cs
+++ b/common/ASC.Notify.Textile/TextileStyler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/LoginTests.cs b/common/LoginTests.cs
index b4975a45c..772c8ab2d 100644
--- a/common/LoginTests.cs
+++ b/common/LoginTests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/JsonManager.cs b/common/TMResourceManager/ASC.Resource.Data/JsonManager.cs
index d33ef28c6..db64e2583 100644
--- a/common/TMResourceManager/ASC.Resource.Data/JsonManager.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/JsonManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/Author.cs b/common/TMResourceManager/ASC.Resource.Data/Model/Author.cs
index d1892a4af..0271fdf75 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/Author.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/Author.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/ResCulture.cs b/common/TMResourceManager/ASC.Resource.Data/Model/ResCulture.cs
index a3ea4292b..ad3090556 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/ResCulture.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/ResCulture.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/ResCurrent.cs b/common/TMResourceManager/ASC.Resource.Data/Model/ResCurrent.cs
index 54da041df..a10f63fb9 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/ResCurrent.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/ResCurrent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/ResFile.cs b/common/TMResourceManager/ASC.Resource.Data/Model/ResFile.cs
index 6730dfbcb..b4276265e 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/ResFile.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/ResFile.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/ResModule.cs b/common/TMResourceManager/ASC.Resource.Data/Model/ResModule.cs
index 50894f35b..3c95514ea 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/ResModule.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/ResModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/ResProject.cs b/common/TMResourceManager/ASC.Resource.Data/Model/ResProject.cs
index 09cb15d68..9a3f6d5ce 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/ResProject.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/ResProject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/ResWord.cs b/common/TMResourceManager/ASC.Resource.Data/Model/ResWord.cs
index 80a3cae25..6992a1c24 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/ResWord.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/ResWord.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/StatisticModule.cs b/common/TMResourceManager/ASC.Resource.Data/Model/StatisticModule.cs
index f57e67463..dad8bb033 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/StatisticModule.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/StatisticModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/StatisticUser.cs b/common/TMResourceManager/ASC.Resource.Data/Model/StatisticUser.cs
index bca18aad9..b020d0e5d 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/StatisticUser.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/StatisticUser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/Model/WordStatusEnum.cs b/common/TMResourceManager/ASC.Resource.Data/Model/WordStatusEnum.cs
index 6c4bfaac5..e5833e5b6 100644
--- a/common/TMResourceManager/ASC.Resource.Data/Model/WordStatusEnum.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/Model/WordStatusEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/TMResourceManager/ASC.Resource.Data/ResourceData.cs b/common/TMResourceManager/ASC.Resource.Data/ResourceData.cs
index ff23ceaa3..3eb9a7d5c 100644
--- a/common/TMResourceManager/ASC.Resource.Data/ResourceData.cs
+++ b/common/TMResourceManager/ASC.Resource.Data/ResourceData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Data/DataTest.cs b/common/Tests/ASC.Common.Tests/Data/DataTest.cs
index 77b38e081..b79c65227 100644
--- a/common/Tests/ASC.Common.Tests/Data/DataTest.cs
+++ b/common/Tests/ASC.Common.Tests/Data/DataTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Data/ExpTest.cs b/common/Tests/ASC.Common.Tests/Data/ExpTest.cs
index 343fcde8c..fa8182fdc 100644
--- a/common/Tests/ASC.Common.Tests/Data/ExpTest.cs
+++ b/common/Tests/ASC.Common.Tests/Data/ExpTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Data/MultiRegionalDbTest.cs b/common/Tests/ASC.Common.Tests/Data/MultiRegionalDbTest.cs
index 088dcd3d9..59d4efea9 100644
--- a/common/Tests/ASC.Common.Tests/Data/MultiRegionalDbTest.cs
+++ b/common/Tests/ASC.Common.Tests/Data/MultiRegionalDbTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Geolocation/GeolocationTest.cs b/common/Tests/ASC.Common.Tests/Geolocation/GeolocationTest.cs
index 783000e23..cec07cc0a 100644
--- a/common/Tests/ASC.Common.Tests/Geolocation/GeolocationTest.cs
+++ b/common/Tests/ASC.Common.Tests/Geolocation/GeolocationTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Logging/ConvertTest.cs b/common/Tests/ASC.Common.Tests/Logging/ConvertTest.cs
index a3fc956f5..73a97d29a 100644
--- a/common/Tests/ASC.Common.Tests/Logging/ConvertTest.cs
+++ b/common/Tests/ASC.Common.Tests/Logging/ConvertTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Logging/SpecialFolderPathConverterTest.cs b/common/Tests/ASC.Common.Tests/Logging/SpecialFolderPathConverterTest.cs
index 45247ce18..1d06cea83 100644
--- a/common/Tests/ASC.Common.Tests/Logging/SpecialFolderPathConverterTest.cs
+++ b/common/Tests/ASC.Common.Tests/Logging/SpecialFolderPathConverterTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Notify/XmlPatternProvider2Test.cs b/common/Tests/ASC.Common.Tests/Notify/XmlPatternProvider2Test.cs
index aa837d458..9c9642d23 100644
--- a/common/Tests/ASC.Common.Tests/Notify/XmlPatternProvider2Test.cs
+++ b/common/Tests/ASC.Common.Tests/Notify/XmlPatternProvider2Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Security/Authorizing/AzManagerTest.cs b/common/Tests/ASC.Common.Tests/Security/Authorizing/AzManagerTest.cs
index e109b99ae..d6b6a88b2 100644
--- a/common/Tests/ASC.Common.Tests/Security/Authorizing/AzManagerTest.cs
+++ b/common/Tests/ASC.Common.Tests/Security/Authorizing/AzManagerTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Security/Authorizing/Class1.cs b/common/Tests/ASC.Common.Tests/Security/Authorizing/Class1.cs
index 44537485b..ca0077eee 100644
--- a/common/Tests/ASC.Common.Tests/Security/Authorizing/Class1.cs
+++ b/common/Tests/ASC.Common.Tests/Security/Authorizing/Class1.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Security/Authorizing/Domain.cs b/common/Tests/ASC.Common.Tests/Security/Authorizing/Domain.cs
index ec4391af5..e4ec6d6a6 100644
--- a/common/Tests/ASC.Common.Tests/Security/Authorizing/Domain.cs
+++ b/common/Tests/ASC.Common.Tests/Security/Authorizing/Domain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Security/Authorizing/DomainStub.cs b/common/Tests/ASC.Common.Tests/Security/Authorizing/DomainStub.cs
index a0b36baf2..4de347fb9 100644
--- a/common/Tests/ASC.Common.Tests/Security/Authorizing/DomainStub.cs
+++ b/common/Tests/ASC.Common.Tests/Security/Authorizing/DomainStub.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Security/Cryptography/Hasher_Test.cs b/common/Tests/ASC.Common.Tests/Security/Cryptography/Hasher_Test.cs
index 25659544f..3d859b841 100644
--- a/common/Tests/ASC.Common.Tests/Security/Cryptography/Hasher_Test.cs
+++ b/common/Tests/ASC.Common.Tests/Security/Cryptography/Hasher_Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Utils/DnsLookupTest.cs b/common/Tests/ASC.Common.Tests/Utils/DnsLookupTest.cs
index fadf27897..343e7937a 100644
--- a/common/Tests/ASC.Common.Tests/Utils/DnsLookupTest.cs
+++ b/common/Tests/ASC.Common.Tests/Utils/DnsLookupTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Utils/HtmlUtil_Test.cs b/common/Tests/ASC.Common.Tests/Utils/HtmlUtil_Test.cs
index 64e01008b..92ea4b468 100644
--- a/common/Tests/ASC.Common.Tests/Utils/HtmlUtil_Test.cs
+++ b/common/Tests/ASC.Common.Tests/Utils/HtmlUtil_Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Utils/MimeHeaderUtilsTest.cs b/common/Tests/ASC.Common.Tests/Utils/MimeHeaderUtilsTest.cs
index a99eb2a91..b7e93bf72 100644
--- a/common/Tests/ASC.Common.Tests/Utils/MimeHeaderUtilsTest.cs
+++ b/common/Tests/ASC.Common.Tests/Utils/MimeHeaderUtilsTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Common.Tests/Web/MimeMappingTest.cs b/common/Tests/ASC.Common.Tests/Web/MimeMappingTest.cs
index 82a1af9dc..6b0eb5ed0 100644
--- a/common/Tests/ASC.Common.Tests/Web/MimeMappingTest.cs
+++ b/common/Tests/ASC.Common.Tests/Web/MimeMappingTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/BillingClientTest.cs b/common/Tests/ASC.Core.Common.Tests/BillingClientTest.cs
index 54aae5221..edfdeabe9 100644
--- a/common/Tests/ASC.Core.Common.Tests/BillingClientTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/BillingClientTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/CachedSubscriptionServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/CachedSubscriptionServiceTest.cs
index e4b9aa04e..e749df375 100644
--- a/common/Tests/ASC.Core.Common.Tests/CachedSubscriptionServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/CachedSubscriptionServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/ClientPaymentManagerTest.cs b/common/Tests/ASC.Core.Common.Tests/ClientPaymentManagerTest.cs
index eed210fc4..d59524586 100644
--- a/common/Tests/ASC.Core.Common.Tests/ClientPaymentManagerTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/ClientPaymentManagerTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/CookieStorageTest.cs b/common/Tests/ASC.Core.Common.Tests/CookieStorageTest.cs
index e1f4ff71f..62a988489 100644
--- a/common/Tests/ASC.Core.Common.Tests/CookieStorageTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/CookieStorageTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/DbAzServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/DbAzServiceTest.cs
index ecdce495e..6ae55c2c6 100644
--- a/common/Tests/ASC.Core.Common.Tests/DbAzServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/DbAzServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/DbBaseTest.cs b/common/Tests/ASC.Core.Common.Tests/DbBaseTest.cs
index 3713a4630..398585d6f 100644
--- a/common/Tests/ASC.Core.Common.Tests/DbBaseTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/DbBaseTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/DbQuotaServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/DbQuotaServiceTest.cs
index 347121c1a..3f7d65d57 100644
--- a/common/Tests/ASC.Core.Common.Tests/DbQuotaServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/DbQuotaServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/DbSubscriptionServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/DbSubscriptionServiceTest.cs
index d387a79ad..3e485b020 100644
--- a/common/Tests/ASC.Core.Common.Tests/DbSubscriptionServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/DbSubscriptionServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/DbTenantServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/DbTenantServiceTest.cs
index 8499071fb..6f20211c5 100644
--- a/common/Tests/ASC.Core.Common.Tests/DbTenantServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/DbTenantServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/DbUserServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/DbUserServiceTest.cs
index 895e17d59..d122fc1bc 100644
--- a/common/Tests/ASC.Core.Common.Tests/DbUserServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/DbUserServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/EmailValidationKeyPairProvider_Test.cs b/common/Tests/ASC.Core.Common.Tests/EmailValidationKeyPairProvider_Test.cs
index 0eb2f853b..d898edeea 100644
--- a/common/Tests/ASC.Core.Common.Tests/EmailValidationKeyPairProvider_Test.cs
+++ b/common/Tests/ASC.Core.Common.Tests/EmailValidationKeyPairProvider_Test.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/HostedSolutionTest.cs b/common/Tests/ASC.Core.Common.Tests/HostedSolutionTest.cs
index f3351b65d..ff2926cc4 100644
--- a/common/Tests/ASC.Core.Common.Tests/HostedSolutionTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/HostedSolutionTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/SignatureTest.cs b/common/Tests/ASC.Core.Common.Tests/SignatureTest.cs
index 19ae3e9fb..7cc23322b 100644
--- a/common/Tests/ASC.Core.Common.Tests/SignatureTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/SignatureTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/TariffServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/TariffServiceTest.cs
index a368b17f8..baf1f34ed 100644
--- a/common/Tests/ASC.Core.Common.Tests/TariffServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/TariffServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/TariffSyncServiceTest.cs b/common/Tests/ASC.Core.Common.Tests/TariffSyncServiceTest.cs
index 8a40f01a8..addd28f31 100644
--- a/common/Tests/ASC.Core.Common.Tests/TariffSyncServiceTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/TariffSyncServiceTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/TopSubscriptionProviderTest.cs b/common/Tests/ASC.Core.Common.Tests/TopSubscriptionProviderTest.cs
index 0adb8b8fc..2c1e25e63 100644
--- a/common/Tests/ASC.Core.Common.Tests/TopSubscriptionProviderTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/TopSubscriptionProviderTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Core.Common.Tests/UserManagerTest.cs b/common/Tests/ASC.Core.Common.Tests/UserManagerTest.cs
index 9f6164701..ced9b73b5 100644
--- a/common/Tests/ASC.Core.Common.Tests/UserManagerTest.cs
+++ b/common/Tests/ASC.Core.Common.Tests/UserManagerTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/common/Tests/ASC.Data.Storage.Tests/DataStorageTest.cs b/common/Tests/ASC.Data.Storage.Tests/DataStorageTest.cs
index ffb5a0779..7c16edaeb 100644
--- a/common/Tests/ASC.Data.Storage.Tests/DataStorageTest.cs
+++ b/common/Tests/ASC.Data.Storage.Tests/DataStorageTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Cases.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Cases.cs
index 0451f9937..98a0caabf 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Cases.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Cases.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.ContactInfo.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.ContactInfo.cs
index d68c99008..24ed10b72 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.ContactInfo.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.ContactInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Contacts.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Contacts.cs
index 5f3900fb9..08b21808d 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Contacts.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Contacts.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.CurrencyRates.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.CurrencyRates.cs
index 74ecebcda..0e58cde2c 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.CurrencyRates.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.CurrencyRates.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.CustomFields.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.CustomFields.cs
index 5424ba50c..7d756d8b9 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.CustomFields.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.CustomFields.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Deals.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Deals.cs
index fa887b472..84f66c45a 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Deals.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Deals.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Invoices.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Invoices.cs
index 79308a0f9..8e537c34e 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Invoices.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Invoices.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.ListItem.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.ListItem.cs
index acd18888b..98d6a2c8a 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.ListItem.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.ListItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.RelationshipEvent.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.RelationshipEvent.cs
index ffa5a296e..8f5a4739d 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.RelationshipEvent.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.RelationshipEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Reports.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Reports.cs
index b20b055ef..147f9a642 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Reports.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Reports.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Tag.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Tag.cs
index 978421593..21d358bf3 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Tag.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Tag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.TaskTemplate.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.TaskTemplate.cs
index 275a68ff4..df6abd67c 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.TaskTemplate.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.TaskTemplate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Tasks.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Tasks.cs
index 55243a399..328f06e7a 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Tasks.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Tasks.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Utils.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Utils.cs
index cabe00f47..4bbef6c8b 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Utils.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.Voip.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.Voip.cs
index 0d3ad2b39..a9c8b0232 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.Voip.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.Voip.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApi.cs b/module/ASC.Api/ASC.Api.CRM/CRMApi.cs
index 231130c38..64a08dd2c 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApi.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMApiBase.cs b/module/ASC.Api/ASC.Api.CRM/CRMApiBase.cs
index 83bce243e..c114e897f 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMApiBase.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMApiBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMBootstrap.cs b/module/ASC.Api/ASC.Api.CRM/CRMBootstrap.cs
index ae6db01cc..50a721083 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMBootstrap.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMBootstrap.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/CRMCalendar.cs b/module/ASC.Api/ASC.Api.CRM/CRMCalendar.cs
index 270fa9192..8916c4542 100644
--- a/module/ASC.Api/ASC.Api.CRM/CRMCalendar.cs
+++ b/module/ASC.Api/ASC.Api.CRM/CRMCalendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/CasesWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/CasesWrapper.cs
index 25f495c19..0799e95f9 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/CasesWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/CasesWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactInfoWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactInfoWrapper.cs
index 688912367..18ef750d1 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactInfoWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactInfoWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactWrapper.cs
index 691221119..056190951 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/ContactWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyInfoWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyInfoWrapper.cs
index d33daf14a..fa75e592a 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyInfoWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyInfoWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyRateWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyRateWrapper.cs
index 9d068b855..1fb5689cb 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyRateWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/CurrencyRateWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/CustomFieldWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/CustomFieldWrapper.cs
index 1637dedd5..d23300eb8 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/CustomFieldWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/CustomFieldWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/InvoiceWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/InvoiceWrapper.cs
index 78aa4f915..65cd8526d 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/InvoiceWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/InvoiceWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/ListItemWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/ListItemWrapper.cs
index 30331984d..dd99fee57 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/ListItemWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/ListItemWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/ObjectWrapperBase.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/ObjectWrapperBase.cs
index 8a23a07a7..b7093e344 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/ObjectWrapperBase.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/ObjectWrapperBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/OpportunityWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/OpportunityWrapper.cs
index f15883e59..22921f86e 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/OpportunityWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/OpportunityWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/RelationshipEventWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/RelationshipEventWrapper.cs
index 2430266be..23a484c44 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/RelationshipEventWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/RelationshipEventWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/ReportWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/ReportWrapper.cs
index 1687cec40..94e6dfe5b 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/ReportWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/ReportWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/Subject.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/Subject.cs
index d2dcf847b..3f6aaf822 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/Subject.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/Subject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskTemplateContainerWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskTemplateContainerWrapper.cs
index 6d9b2bc29..b9849cf2b 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskTemplateContainerWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskTemplateContainerWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskWrapper.cs
index 984c0267c..3b9cd9f70 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/TaskWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.CRM/Wrappers/VoipCallWrapper.cs b/module/ASC.Api/ASC.Api.CRM/Wrappers/VoipCallWrapper.cs
index 92f53b6db..1a2a85d98 100644
--- a/module/ASC.Api/ASC.Api.CRM/Wrappers/VoipCallWrapper.cs
+++ b/module/ASC.Api/ASC.Api.CRM/Wrappers/VoipCallWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/AccessRights.cs b/module/ASC.Api/ASC.Api.Calendar/AccessRights.cs
index add9e2c0b..fb42a1adc 100644
--- a/module/ASC.Api/ASC.Api.Calendar/AccessRights.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/AccessRights.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Calendar.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Calendar.cs
index 62ebe9926..9f8a182e4 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Calendar.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Calendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/ColumnCollection.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/ColumnCollection.cs
index 87951d3d7..80393c7db 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/ColumnCollection.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/ColumnCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/DataProvider.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/DataProvider.cs
index af8959a1e..80c3d264e 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/DataProvider.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/DataProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Event.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Event.cs
index 25aed4f0b..70ee818f6 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Event.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Event.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventHistory.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventHistory.cs
index 7e634e511..ddd01efc6 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventHistory.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventHistory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventNotificationData.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventNotificationData.cs
index 16d05046d..b55484945 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventNotificationData.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/EventNotificationData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Todo.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Todo.cs
index fa346cfea..0b60cb971 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Todo.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/Todo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/UserViewSettings.cs b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/UserViewSettings.cs
index 1883b0484..4de0bc81e 100644
--- a/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/UserViewSettings.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/BusinessObjects/UserViewSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/CalendarApi.cs b/module/ASC.Api/ASC.Api.Calendar/CalendarApi.cs
index cea97722f..710799060 100644
--- a/module/ASC.Api/ASC.Api.Calendar/CalendarApi.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/CalendarApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/BirthdayReminderCalendar.cs b/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/BirthdayReminderCalendar.cs
index 9c38130dd..f2dc5c9f9 100644
--- a/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/BirthdayReminderCalendar.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/BirthdayReminderCalendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/SharedEventsCalendar.cs b/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/SharedEventsCalendar.cs
index 1448684db..001948f1f 100644
--- a/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/SharedEventsCalendar.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/ExternalCalendars/SharedEventsCalendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Notification/CalendarNotifySource.cs b/module/ASC.Api/ASC.Api.Calendar/Notification/CalendarNotifySource.cs
index 0c241cf1f..114679a63 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Notification/CalendarNotifySource.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Notification/CalendarNotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Tests/RecurrenceRuleTest.cs b/module/ASC.Api/ASC.Api.Calendar/Tests/RecurrenceRuleTest.cs
index 27642263a..c9c364e97 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Tests/RecurrenceRuleTest.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Tests/RecurrenceRuleTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/AccessOption.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/AccessOption.cs
index 41f5ad0ba..a04713586 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/AccessOption.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/AccessOption.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/CalendarWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/CalendarWrapper.cs
index b76a252c3..1cdea04c4 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/CalendarWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/CalendarWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventAlertWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventAlertWrapper.cs
index dd8ea2bb2..9d19cb0eb 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventAlertWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventAlertWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventHistoryWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventHistoryWrapper.cs
index 1990980a7..efe742d68 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventHistoryWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventHistoryWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventWrapper.cs
index 458411069..6b10f3274 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/EventWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/Permissions.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/Permissions.cs
index 4de74727a..65968a31d 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/Permissions.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/Permissions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemCollection.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemCollection.cs
index a2cbafa4a..ca9e53da0 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemCollection.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemWrapper.cs
index 87d55f89a..1a614112f 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/PublicItemWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/SubscriptionWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/SubscriptionWrapper.cs
index 993479b96..cc42fb628 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/SubscriptionWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/SubscriptionWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/TimeZoneWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/TimeZoneWrapper.cs
index e8a9c5559..440ee2ad6 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/TimeZoneWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/TimeZoneWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/Wrappers/TodoWrapper.cs b/module/ASC.Api/ASC.Api.Calendar/Wrappers/TodoWrapper.cs
index 0e941b74f..595714149 100644
--- a/module/ASC.Api/ASC.Api.Calendar/Wrappers/TodoWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/Wrappers/TodoWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/DDayICalParser.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/DDayICalParser.cs
index f6479d705..b75668bfd 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/DDayICalParser.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/DDayICalParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Emitter.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Emitter.cs
index 2d76fa468..de4826a10 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Emitter.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Emitter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Parser.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Parser.cs
index ac525fe20..96ba795b7 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Parser.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Parser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/ParserError.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/ParserError.cs
index b824855b7..6be6ece90 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/ParserError.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/ParserError.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Scanner.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Scanner.cs
index d267aaaa5..0f7d6e2b3 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Scanner.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Scanner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Token.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Token.cs
index 9df56d0fa..dec2f3fdc 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/Token.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/Token.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalEvent.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalEvent.cs
index 5f2777d25..c40c853e8 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalEvent.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendar.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendar.cs
index 154e4628e..cf90b6bcb 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendar.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarCache.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarCache.cs
index 6f5180e30..61d8aba26 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarCache.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarCache.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarEmitter.cs b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarEmitter.cs
index 9a82945d6..52a27fc8b 100644
--- a/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarEmitter.cs
+++ b/module/ASC.Api/ASC.Api.Calendar/iCalParser/iCalendarEmitter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/ApiClient.cs b/module/ASC.Api/ASC.Api.Client/ApiClient.cs
index e203cde69..fe6de256e 100644
--- a/module/ASC.Api/ASC.Api.Client/ApiClient.cs
+++ b/module/ASC.Api/ASC.Api.Client/ApiClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/ApiRequest.cs b/module/ASC.Api/ASC.Api.Client/ApiRequest.cs
index de5b300eb..3e9734ed7 100644
--- a/module/ASC.Api/ASC.Api.Client/ApiRequest.cs
+++ b/module/ASC.Api/ASC.Api.Client/ApiRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/ApiResponse.cs b/module/ASC.Api/ASC.Api.Client/ApiResponse.cs
index e268177c2..6f9545bd8 100644
--- a/module/ASC.Api/ASC.Api.Client/ApiResponse.cs
+++ b/module/ASC.Api/ASC.Api.Client/ApiResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/Configuration.cs b/module/ASC.Api/ASC.Api.Client/Configuration.cs
index bb29205d1..ecf0f7591 100644
--- a/module/ASC.Api/ASC.Api.Client/Configuration.cs
+++ b/module/ASC.Api/ASC.Api.Client/Configuration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/Enums.cs b/module/ASC.Api/ASC.Api.Client/Enums.cs
index 34f896072..2361fe47d 100644
--- a/module/ASC.Api/ASC.Api.Client/Enums.cs
+++ b/module/ASC.Api/ASC.Api.Client/Enums.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/Exceptions.cs b/module/ASC.Api/ASC.Api.Client/Exceptions.cs
index 4e57a4046..54049b4c5 100644
--- a/module/ASC.Api/ASC.Api.Client/Exceptions.cs
+++ b/module/ASC.Api/ASC.Api.Client/Exceptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/Extensions.cs b/module/ASC.Api/ASC.Api.Client/Extensions.cs
index 2f7c7454e..2190f6a25 100644
--- a/module/ASC.Api/ASC.Api.Client/Extensions.cs
+++ b/module/ASC.Api/ASC.Api.Client/Extensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/Parameters.cs b/module/ASC.Api/ASC.Api.Client/Parameters.cs
index 26b9eb1c1..6723d75b1 100644
--- a/module/ASC.Api/ASC.Api.Client/Parameters.cs
+++ b/module/ASC.Api/ASC.Api.Client/Parameters.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Client/ResponseParser.cs b/module/ASC.Api/ASC.Api.Client/ResponseParser.cs
index e4b69c6dd..9c25a4100 100644
--- a/module/ASC.Api/ASC.Api.Client/ResponseParser.cs
+++ b/module/ASC.Api/ASC.Api.Client/ResponseParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Blogs/BlogApi.cs b/module/ASC.Api/ASC.Api.Community/Blogs/BlogApi.cs
index 38e5f95e4..b21288096 100644
--- a/module/ASC.Api/ASC.Api.Community/Blogs/BlogApi.cs
+++ b/module/ASC.Api/ASC.Api.Community/Blogs/BlogApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostCommentWrapper.cs b/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostCommentWrapper.cs
index 1a4572f49..dc97c2669 100644
--- a/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostCommentWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostCommentWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperFull.cs b/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperFull.cs
index cbfd7ed4d..0f891563b 100644
--- a/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperSummary.cs b/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperSummary.cs
index d2dddd7dd..706761854 100644
--- a/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperSummary.cs
+++ b/module/ASC.Api/ASC.Api.Community/Blogs/BlogPostWrapperSummary.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Blogs/BlogTagWrapper.cs b/module/ASC.Api/ASC.Api.Community/Blogs/BlogTagWrapper.cs
index c9b05f151..cc3bf6b06 100644
--- a/module/ASC.Api/ASC.Api.Community/Blogs/BlogTagWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Blogs/BlogTagWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkApi.cs b/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkApi.cs
index db56f10ff..a0b2513fe 100644
--- a/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkApi.cs
+++ b/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkCommentWrapper.cs b/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkCommentWrapper.cs
index ac4221d87..c42255aa5 100644
--- a/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkCommentWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkCommentWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkWrapper.cs b/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkWrapper.cs
index 8a8179d98..bf8779748 100644
--- a/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Bookmarks/BookmarkWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Bookmarks/TagWrapper.cs b/module/ASC.Api/ASC.Api.Community/Bookmarks/TagWrapper.cs
index 78eda49c6..7f591d3af 100644
--- a/module/ASC.Api/ASC.Api.Community/Bookmarks/TagWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Bookmarks/TagWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Bookmarks/UserBookmarkWrapper.cs b/module/ASC.Api/ASC.Api.Community/Bookmarks/UserBookmarkWrapper.cs
index 9c736f6b6..e9754dfc1 100644
--- a/module/ASC.Api/ASC.Api.Community/Bookmarks/UserBookmarkWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Bookmarks/UserBookmarkWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/CommunityApi.cs b/module/ASC.Api/ASC.Api.Community/CommunityApi.cs
index b9b110003..8116a74db 100644
--- a/module/ASC.Api/ASC.Api.Community/CommunityApi.cs
+++ b/module/ASC.Api/ASC.Api.Community/CommunityApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/CommunityApiCommon.cs b/module/ASC.Api/ASC.Api.Community/CommunityApiCommon.cs
index c31e039e3..a720b2ddf 100644
--- a/module/ASC.Api/ASC.Api.Community/CommunityApiCommon.cs
+++ b/module/ASC.Api/ASC.Api.Community/CommunityApiCommon.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Events/EventApi.cs b/module/ASC.Api/ASC.Api.Community/Events/EventApi.cs
index 388c82737..54a4de0dc 100644
--- a/module/ASC.Api/ASC.Api.Community/Events/EventApi.cs
+++ b/module/ASC.Api/ASC.Api.Community/Events/EventApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Events/EventCommentWrapper.cs b/module/ASC.Api/ASC.Api.Community/Events/EventCommentWrapper.cs
index c83d80de2..01fed9382 100644
--- a/module/ASC.Api/ASC.Api.Community/Events/EventCommentWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Events/EventCommentWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Events/EventWrapper.cs b/module/ASC.Api/ASC.Api.Community/Events/EventWrapper.cs
index 8b2695ad8..7691026e8 100644
--- a/module/ASC.Api/ASC.Api.Community/Events/EventWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Events/EventWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Events/EventWrapperFull.cs b/module/ASC.Api/ASC.Api.Community/Events/EventWrapperFull.cs
index 526d20735..57c774f28 100644
--- a/module/ASC.Api/ASC.Api.Community/Events/EventWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Community/Events/EventWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Events/PollWrapper.cs b/module/ASC.Api/ASC.Api.Community/Events/PollWrapper.cs
index 8e5ade873..3e3f2891e 100644
--- a/module/ASC.Api/ASC.Api.Community/Events/PollWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Events/PollWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Events/VoteWrapper.cs b/module/ASC.Api/ASC.Api.Community/Events/VoteWrapper.cs
index 512748541..a192e0b2a 100644
--- a/module/ASC.Api/ASC.Api.Community/Events/VoteWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Events/VoteWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumApi.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumApi.cs
index 87c82a0ff..304c3cf77 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumApi.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumCategoryWrapper.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumCategoryWrapper.cs
index 00dee2017..fd48bad77 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumCategoryWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumCategoryWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapper.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapper.cs
index 19664ca46..db261f506 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapperFull.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapperFull.cs
index 4a6649aa6..ad977afc6 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumThreadWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostAttachmentWrapper.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostAttachmentWrapper.cs
index 2326022c2..6cf8f407e 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostAttachmentWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostAttachmentWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostWrapper.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostWrapper.cs
index 0adca6e13..6fef21304 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicPostWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapper.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapper.cs
index 364ba0177..4121c686c 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapperFull.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapperFull.cs
index e08838849..d22a03467 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumTopicWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Forums/ForumWrapper.cs b/module/ASC.Api/ASC.Api.Community/Forums/ForumWrapper.cs
index b56a46e44..7ff803815 100644
--- a/module/ASC.Api/ASC.Api.Community/Forums/ForumWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Forums/ForumWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Wiki/CommentWrapper.cs b/module/ASC.Api/ASC.Api.Community/Wiki/CommentWrapper.cs
index 2f199985f..28885d51e 100644
--- a/module/ASC.Api/ASC.Api.Community/Wiki/CommentWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Wiki/CommentWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Wiki/FileWrapper.cs b/module/ASC.Api/ASC.Api.Community/Wiki/FileWrapper.cs
index 85994c083..1c1f40054 100644
--- a/module/ASC.Api/ASC.Api.Community/Wiki/FileWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Wiki/FileWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Wiki/PageWrapper.cs b/module/ASC.Api/ASC.Api.Community/Wiki/PageWrapper.cs
index 404d55d03..9e1098b52 100644
--- a/module/ASC.Api/ASC.Api.Community/Wiki/PageWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Community/Wiki/PageWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Community/Wiki/WikiApi.cs b/module/ASC.Api/ASC.Api.Community/Wiki/WikiApi.cs
index c9d693578..6d10fe57b 100644
--- a/module/ASC.Api/ASC.Api.Community/Wiki/WikiApi.cs
+++ b/module/ASC.Api/ASC.Api.Community/Wiki/WikiApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Core.Tests/ApiDateTimeTests.cs b/module/ASC.Api/ASC.Api.Core.Tests/ApiDateTimeTests.cs
index dbbba3e4c..4bf2dc419 100644
--- a/module/ASC.Api/ASC.Api.Core.Tests/ApiDateTimeTests.cs
+++ b/module/ASC.Api/ASC.Api.Core.Tests/ApiDateTimeTests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Core.Tests/FormBinderTests.cs b/module/ASC.Api/ASC.Api.Core.Tests/FormBinderTests.cs
index 078562774..7a8c02701 100644
--- a/module/ASC.Api/ASC.Api.Core.Tests/FormBinderTests.cs
+++ b/module/ASC.Api/ASC.Api.Core.Tests/FormBinderTests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/BlockchainApi.cs b/module/ASC.Api/ASC.Api.Documents/BlockchainApi.cs
index 9d4bf8f3f..2ec402076 100644
--- a/module/ASC.Api/ASC.Api.Documents/BlockchainApi.cs
+++ b/module/ASC.Api/ASC.Api.Documents/BlockchainApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/DocumentsApi.cs b/module/ASC.Api/ASC.Api.Documents/DocumentsApi.cs
index d0d6c1871..b582691ce 100644
--- a/module/ASC.Api/ASC.Api.Documents/DocumentsApi.cs
+++ b/module/ASC.Api/ASC.Api.Documents/DocumentsApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/EncryptionApi.cs b/module/ASC.Api/ASC.Api.Documents/EncryptionApi.cs
index b2c79d520..2e9be52f6 100644
--- a/module/ASC.Api/ASC.Api.Documents/EncryptionApi.cs
+++ b/module/ASC.Api/ASC.Api.Documents/EncryptionApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/FileEntryWrapper.cs b/module/ASC.Api/ASC.Api.Documents/FileEntryWrapper.cs
index e7e4194f9..5d4204515 100644
--- a/module/ASC.Api/ASC.Api.Documents/FileEntryWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Documents/FileEntryWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/FileOperationWraper.cs b/module/ASC.Api/ASC.Api.Documents/FileOperationWraper.cs
index 2a11a3ae2..fc9922b63 100644
--- a/module/ASC.Api/ASC.Api.Documents/FileOperationWraper.cs
+++ b/module/ASC.Api/ASC.Api.Documents/FileOperationWraper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/FileShareParams.cs b/module/ASC.Api/ASC.Api.Documents/FileShareParams.cs
index 837215624..058def91a 100644
--- a/module/ASC.Api/ASC.Api.Documents/FileShareParams.cs
+++ b/module/ASC.Api/ASC.Api.Documents/FileShareParams.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/FileShareWrapper.cs b/module/ASC.Api/ASC.Api.Documents/FileShareWrapper.cs
index 49e75094f..8571083be 100644
--- a/module/ASC.Api/ASC.Api.Documents/FileShareWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Documents/FileShareWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/FileWrapper.cs b/module/ASC.Api/ASC.Api.Documents/FileWrapper.cs
index 96167a676..29f8be651 100644
--- a/module/ASC.Api/ASC.Api.Documents/FileWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Documents/FileWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/FolderContentWrapper.cs b/module/ASC.Api/ASC.Api.Documents/FolderContentWrapper.cs
index adb3581c4..86e404fea 100644
--- a/module/ASC.Api/ASC.Api.Documents/FolderContentWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Documents/FolderContentWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Documents/FolderWrapper.cs b/module/ASC.Api/ASC.Api.Documents/FolderWrapper.cs
index 2b0a20c5c..8a59e3c8c 100644
--- a/module/ASC.Api/ASC.Api.Documents/FolderWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Documents/FolderWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Feed/FeedApi.cs b/module/ASC.Api/ASC.Api.Feed/FeedApi.cs
index 3750c6ff9..dad38929d 100644
--- a/module/ASC.Api/ASC.Api.Feed/FeedApi.cs
+++ b/module/ASC.Api/ASC.Api.Feed/FeedApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Feed/FeedWrapper.cs b/module/ASC.Api/ASC.Api.Feed/FeedWrapper.cs
index 0c4fe2f86..33c3137dc 100644
--- a/module/ASC.Api/ASC.Api.Feed/FeedWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Feed/FeedWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Accounts.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Accounts.cs
index 150c81206..fd8cf29be 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Accounts.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Accounts.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Alerts.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Alerts.cs
index 8f31bc434..34dd0c069 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Alerts.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Alerts.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Attachments.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Attachments.cs
index 456e36c93..3f9f0df3f 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Attachments.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Attachments.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Autoreply.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Autoreply.cs
index 7718ed0ca..0bdc06f90 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Autoreply.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Autoreply.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Contacts.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Contacts.cs
index 9c790953e..a3360f01c 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Contacts.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Contacts.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Conversations.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Conversations.cs
index 597fe5154..9a489cb68 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Conversations.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Conversations.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Filters.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Filters.cs
index 3770ca8a2..79edbcdc3 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Filters.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Filters.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Folders.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Folders.cs
index 7b16f56e2..f291c6a3a 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Folders.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Folders.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.HelpCenter.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.HelpCenter.cs
index 2f865832b..3e5b36adb 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.HelpCenter.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.HelpCenter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Images.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Images.cs
index 4a7aa5a8c..ab9a57373 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Images.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Images.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.MailService.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.MailService.cs
index db1e04061..03e4a2525 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.MailService.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.MailService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Messages.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Messages.cs
index 74ceaa869..e688f59ba 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Messages.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Messages.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Settings.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Settings.cs
index 6698feed9..e646eb4fe 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Settings.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Settings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Signature.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Signature.cs
index 0c6c9617f..543a42425 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Signature.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Signature.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Tags.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Tags.cs
index 65abe26b2..ad9ad5056 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Tags.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Tags.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.Tests.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.Tests.cs
index 841e4b8c8..ee6eaec56 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.Tests.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.Tests.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Mail/MailApi.cs b/module/ASC.Api/ASC.Api.Mail/MailApi.cs
index 5347d08d2..fd4ed6fc8 100644
--- a/module/ASC.Api/ASC.Api.Mail/MailApi.cs
+++ b/module/ASC.Api/ASC.Api.Mail/MailApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Account.cs b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Account.cs
index e753fc763..5d26bdc21 100644
--- a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Account.cs
+++ b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Account.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.MailGroup.cs b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.MailGroup.cs
index f6d8501e1..f4ea0c3e7 100644
--- a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.MailGroup.cs
+++ b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.MailGroup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Mailbox.cs b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Mailbox.cs
index 7b8229e29..566b79fe2 100644
--- a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Mailbox.cs
+++ b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Mailbox.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Notification.cs b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Notification.cs
index 38c5bc3fc..ed136d16b 100644
--- a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Notification.cs
+++ b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Notification.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Server.cs b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Server.cs
index 72935f9e1..ba4352cb5 100644
--- a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Server.cs
+++ b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.WebDomain.cs b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.WebDomain.cs
index f36057581..58484999e 100644
--- a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.WebDomain.cs
+++ b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.WebDomain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.cs b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.cs
index 330f05267..696df082b 100644
--- a/module/ASC.Api/ASC.Api.MailServer/MailServerApi.cs
+++ b/module/ASC.Api/ASC.Api.MailServer/MailServerApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Portal/PortalApi.cs b/module/ASC.Api/ASC.Api.Portal/PortalApi.cs
index 8ec44b000..e4738fae3 100644
--- a/module/ASC.Api/ASC.Api.Portal/PortalApi.cs
+++ b/module/ASC.Api/ASC.Api.Portal/PortalApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Calendars/ProjectCalendar.cs b/module/ASC.Api/ASC.Api.Projects/Calendars/ProjectCalendar.cs
index 4d39905e3..0b301ddd5 100644
--- a/module/ASC.Api/ASC.Api.Projects/Calendars/ProjectCalendar.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Calendars/ProjectCalendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Comments.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Comments.cs
index 0a8d4b826..f5943862d 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Comments.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Comments.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Messages.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Messages.cs
index b793478bc..57b633cdf 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Messages.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Messages.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Milestones.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Milestones.cs
index b2e3775bd..49eb3b650 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Milestones.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Milestones.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Projects.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Projects.cs
index 95838049e..a60e3d1f7 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Projects.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Projects.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Reports.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Reports.cs
index bca8d7e24..89b24fc28 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Reports.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Reports.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tags.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tags.cs
index 10138227c..b1ed97e7d 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tags.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tags.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tasks.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tasks.cs
index 348f2aa62..e4984e1a6 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tasks.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.Tasks.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.TimeSpend.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.TimeSpend.cs
index f46977903..fb7ef93ad 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.TimeSpend.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.TimeSpend.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApi.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApi.cs
index 4e262db3c..06fc673da 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApi.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectApiBase.cs b/module/ASC.Api/ASC.Api.Projects/ProjectApiBase.cs
index a53a15110..c1785edc7 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectApiBase.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectApiBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/ProjectBootstrap.cs b/module/ASC.Api/ASC.Api.Projects/ProjectBootstrap.cs
index 6974c8431..8a968e522 100644
--- a/module/ASC.Api/ASC.Api.Projects/ProjectBootstrap.cs
+++ b/module/ASC.Api/ASC.Api.Projects/ProjectBootstrap.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/CommentWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/CommentWrapper.cs
index d098fdf98..6add44921 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/CommentWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/CommentWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapper.cs
index 91573e820..674f306d6 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapperFull.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapperFull.cs
index 393f320ec..8404828e2 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/MessageWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/MilestoneWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/MilestoneWrapper.cs
index 2a5ee8dc3..2dd460b55 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/MilestoneWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/MilestoneWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperBase.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperBase.cs
index 6d9de8dde..5345b42d3 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperBase.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperFullBase.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperFullBase.cs
index 623466d33..24c61e23b 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperFullBase.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/ObjectWrapperFullBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantFullWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantFullWrapper.cs
index 468749a4d..d55ea0fda 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantFullWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantFullWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantWrapper.cs
index 69877d64b..f1ecc0654 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/ParticipantWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapper.cs
index f04a7e788..13056c25e 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapperFull.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapperFull.cs
index 74136734e..a896de336 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/ProjectWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/ReportTemplateWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/ReportTemplateWrapper.cs
index 72d6f1519..5252e7dd0 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/ReportTemplateWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/ReportTemplateWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchItemWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchItemWrapper.cs
index 66de50ce7..7d5e0196d 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchItemWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchItemWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchWrapper.cs
index 7838d5068..65c90b607 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/SearchWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleMilestoneWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleMilestoneWrapper.cs
index 6f8ab0426..f34b82627 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleMilestoneWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleMilestoneWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleProjectWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleProjectWrapper.cs
index 987419189..a32a77bd7 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleProjectWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleProjectWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleTaskWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleTaskWrapper.cs
index 55ec48acd..426241f39 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleTaskWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/SimpleTaskWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapper.cs
index 74d97f38c..8f796464a 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapperFull.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapperFull.cs
index 0dd8e19cc..1fba45d89 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/SubtaskWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskLinkWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskLinkWrapper.cs
index c2e6fa97f..01ecee914 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskLinkWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskLinkWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapper.cs
index 2f0d4be05..4acd6a38d 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapperFull.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapperFull.cs
index 8b2704e3b..0b8dce7bb 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapperFull.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/TaskWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Projects/Wrappers/TimeWrapper.cs b/module/ASC.Api/ASC.Api.Projects/Wrappers/TimeWrapper.cs
index 7d6466f50..b168114be 100644
--- a/module/ASC.Api/ASC.Api.Projects/Wrappers/TimeWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Projects/Wrappers/TimeWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Sample/SampleApi.cs b/module/ASC.Api/ASC.Api.Sample/SampleApi.cs
index c01c3f17b..c96e066b4 100644
--- a/module/ASC.Api/ASC.Api.Sample/SampleApi.cs
+++ b/module/ASC.Api/ASC.Api.Sample/SampleApi.cs
@@ -1,4 +1,30 @@
-using System.Collections.Generic;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System.Collections.Generic;
using ASC.Api.Attributes;
using ASC.Api.Interfaces;
using ASC.Web.Sample.Classes;
diff --git a/module/ASC.Api/ASC.Api.Security/AuditEventWrapper.cs b/module/ASC.Api/ASC.Api.Security/AuditEventWrapper.cs
index f84d9e088..d5fe4ebab 100644
--- a/module/ASC.Api/ASC.Api.Security/AuditEventWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Security/AuditEventWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Security/LoginEventWrapper.cs b/module/ASC.Api/ASC.Api.Security/LoginEventWrapper.cs
index fb5dfebab..61fcca5de 100644
--- a/module/ASC.Api/ASC.Api.Security/LoginEventWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Security/LoginEventWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Security/SecurityApi.cs b/module/ASC.Api/ASC.Api.Security/SecurityApi.cs
index 159052c95..02ba52272 100644
--- a/module/ASC.Api/ASC.Api.Security/SecurityApi.cs
+++ b/module/ASC.Api/ASC.Api.Security/SecurityApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/BuildVersion.cs b/module/ASC.Api/ASC.Api.Settings/BuildVersion.cs
index ca022a233..7dce728a4 100644
--- a/module/ASC.Api/ASC.Api.Settings/BuildVersion.cs
+++ b/module/ASC.Api/ASC.Api.Settings/BuildVersion.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/LdapSettingsApi.cs b/module/ASC.Api/ASC.Api.Settings/LdapSettingsApi.cs
index faa8d6f11..29c394187 100644
--- a/module/ASC.Api/ASC.Api.Settings/LdapSettingsApi.cs
+++ b/module/ASC.Api/ASC.Api.Settings/LdapSettingsApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/SecurityWrapper.cs b/module/ASC.Api/ASC.Api.Settings/SecurityWrapper.cs
index 5274d3241..a908baac4 100644
--- a/module/ASC.Api/ASC.Api.Settings/SecurityWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Settings/SecurityWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/SettingsApi.cs b/module/ASC.Api/ASC.Api.Settings/SettingsApi.cs
index 3bfd18562..5c434e84a 100644
--- a/module/ASC.Api/ASC.Api.Settings/SettingsApi.cs
+++ b/module/ASC.Api/ASC.Api.Settings/SettingsApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/SettingsWrapper.cs b/module/ASC.Api/ASC.Api.Settings/SettingsWrapper.cs
index 09fa4d29a..2d40151b7 100644
--- a/module/ASC.Api/ASC.Api.Settings/SettingsWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Settings/SettingsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperation.cs b/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperation.cs
index 233544297..2a4c1eac5 100644
--- a/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperation.cs
+++ b/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperationStatus.cs b/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperationStatus.cs
index c41765006..281ed5739 100644
--- a/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperationStatus.cs
+++ b/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpOperationStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpSettingsWrapper.cs b/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpSettingsWrapper.cs
index 72ee62417..17b38db0f 100644
--- a/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpSettingsWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Settings/Smtp/SmtpSettingsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/SmtpSettingsApi.cs b/module/ASC.Api/ASC.Api.Settings/SmtpSettingsApi.cs
index a7b946600..1a4bf4100 100644
--- a/module/ASC.Api/ASC.Api.Settings/SmtpSettingsApi.cs
+++ b/module/ASC.Api/ASC.Api.Settings/SmtpSettingsApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/SsoSettingsV2Api.cs b/module/ASC.Api/ASC.Api.Settings/SsoSettingsV2Api.cs
index 53de213b2..dbfe752b7 100644
--- a/module/ASC.Api/ASC.Api.Settings/SsoSettingsV2Api.cs
+++ b/module/ASC.Api/ASC.Api.Settings/SsoSettingsV2Api.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/StatisticsWrapper.cs b/module/ASC.Api/ASC.Api.Settings/StatisticsWrapper.cs
index af3be789d..0cc92daa0 100644
--- a/module/ASC.Api/ASC.Api.Settings/StatisticsWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Settings/StatisticsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api.Settings/StorageWrapper.cs b/module/ASC.Api/ASC.Api.Settings/StorageWrapper.cs
index a5ae5dae5..0242b9f47 100644
--- a/module/ASC.Api/ASC.Api.Settings/StorageWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Settings/StorageWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.Api/ASC.Api.Settings/TenantVersionWrapper.cs b/module/ASC.Api/ASC.Api.Settings/TenantVersionWrapper.cs
index e31cca917..2eaa97b10 100644
--- a/module/ASC.Api/ASC.Api.Settings/TenantVersionWrapper.cs
+++ b/module/ASC.Api/ASC.Api.Settings/TenantVersionWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/ApiServer.cs b/module/ASC.Api/ASC.Api/ApiServer.cs
index 03bee2fbb..667bf1ed8 100644
--- a/module/ASC.Api/ASC.Api/ApiServer.cs
+++ b/module/ASC.Api/ASC.Api/ApiServer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/ApiSetup.cs b/module/ASC.Api/ASC.Api/ApiSetup.cs
index 0839b0e6e..f7269ee80 100644
--- a/module/ASC.Api/ASC.Api/ApiSetup.cs
+++ b/module/ASC.Api/ASC.Api/ApiSetup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/ApiSetupHttpModule.cs b/module/ASC.Api/ASC.Api/ApiSetupHttpModule.cs
index 287e36f7e..8fb3f46a6 100644
--- a/module/ASC.Api/ASC.Api/ApiSetupHttpModule.cs
+++ b/module/ASC.Api/ASC.Api/ApiSetupHttpModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Attributes/ApiAttribute.cs b/module/ASC.Api/ASC.Api/Attributes/ApiAttribute.cs
index b2340ffbb..da8a7aaa8 100644
--- a/module/ASC.Api/ASC.Api/Attributes/ApiAttribute.cs
+++ b/module/ASC.Api/ASC.Api/Attributes/ApiAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Attributes/ApiCallFilter.cs b/module/ASC.Api/ASC.Api/Attributes/ApiCallFilter.cs
index 0a81cc744..804fa25cf 100644
--- a/module/ASC.Api/ASC.Api/Attributes/ApiCallFilter.cs
+++ b/module/ASC.Api/ASC.Api/Attributes/ApiCallFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Attributes/CacheAttribute.cs b/module/ASC.Api/ASC.Api/Attributes/CacheAttribute.cs
index 93372456b..0a54a44ee 100644
--- a/module/ASC.Api/ASC.Api/Attributes/CacheAttribute.cs
+++ b/module/ASC.Api/ASC.Api/Attributes/CacheAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Attributes/NoAutoRegistrationAttribute.cs b/module/ASC.Api/ASC.Api/Attributes/NoAutoRegistrationAttribute.cs
index f9044733c..35efbdb1f 100644
--- a/module/ASC.Api/ASC.Api/Attributes/NoAutoRegistrationAttribute.cs
+++ b/module/ASC.Api/ASC.Api/Attributes/NoAutoRegistrationAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Batch/ApiBatchHttpHandler.cs b/module/ASC.Api/ASC.Api/Batch/ApiBatchHttpHandler.cs
index 208ca0eb0..a3c6d48d0 100644
--- a/module/ASC.Api/ASC.Api/Batch/ApiBatchHttpHandler.cs
+++ b/module/ASC.Api/ASC.Api/Batch/ApiBatchHttpHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Batch/ApiBatchRequest.cs b/module/ASC.Api/ASC.Api/Batch/ApiBatchRequest.cs
index bdac8eace..14e8cfb1c 100644
--- a/module/ASC.Api/ASC.Api/Batch/ApiBatchRequest.cs
+++ b/module/ASC.Api/ASC.Api/Batch/ApiBatchRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Batch/ApiBatchResponse.cs b/module/ASC.Api/ASC.Api/Batch/ApiBatchResponse.cs
index 78ac0693c..097281c39 100644
--- a/module/ASC.Api/ASC.Api/Batch/ApiBatchResponse.cs
+++ b/module/ASC.Api/ASC.Api/Batch/ApiBatchResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Batch/ApiBatchRouteHandler.cs b/module/ASC.Api/ASC.Api/Batch/ApiBatchRouteHandler.cs
index 999177f49..31439a097 100644
--- a/module/ASC.Api/ASC.Api/Batch/ApiBatchRouteHandler.cs
+++ b/module/ASC.Api/ASC.Api/Batch/ApiBatchRouteHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Batch/ApiWorkerRequest.cs b/module/ASC.Api/ASC.Api/Batch/ApiWorkerRequest.cs
index af8f14719..c61e3ce6b 100644
--- a/module/ASC.Api/ASC.Api/Batch/ApiWorkerRequest.cs
+++ b/module/ASC.Api/ASC.Api/Batch/ApiWorkerRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Collections/CompiledSmartList.cs b/module/ASC.Api/ASC.Api/Collections/CompiledSmartList.cs
index 5d94e5ddc..50b7b4482 100644
--- a/module/ASC.Api/ASC.Api/Collections/CompiledSmartList.cs
+++ b/module/ASC.Api/ASC.Api/Collections/CompiledSmartList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Collections/Extensions.cs b/module/ASC.Api/ASC.Api/Collections/Extensions.cs
index 18fb6f553..a01118e7e 100644
--- a/module/ASC.Api/ASC.Api/Collections/Extensions.cs
+++ b/module/ASC.Api/ASC.Api/Collections/Extensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Collections/ItemDictionary.cs b/module/ASC.Api/ASC.Api/Collections/ItemDictionary.cs
index a5a9028f7..1664d32ed 100644
--- a/module/ASC.Api/ASC.Api/Collections/ItemDictionary.cs
+++ b/module/ASC.Api/ASC.Api/Collections/ItemDictionary.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Collections/ItemKeyValuePair.cs b/module/ASC.Api/ASC.Api/Collections/ItemKeyValuePair.cs
index 7ee1ea486..2fbf623f1 100644
--- a/module/ASC.Api/ASC.Api/Collections/ItemKeyValuePair.cs
+++ b/module/ASC.Api/ASC.Api/Collections/ItemKeyValuePair.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Collections/ItemList.cs b/module/ASC.Api/ASC.Api/Collections/ItemList.cs
index 21b11d790..60de892ff 100644
--- a/module/ASC.Api/ASC.Api/Collections/ItemList.cs
+++ b/module/ASC.Api/ASC.Api/Collections/ItemList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Collections/SmartList.cs b/module/ASC.Api/ASC.Api/Collections/SmartList.cs
index 7b6121674..fb542407a 100644
--- a/module/ASC.Api/ASC.Api/Collections/SmartList.cs
+++ b/module/ASC.Api/ASC.Api/Collections/SmartList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Collections/SmartListFactory.cs b/module/ASC.Api/ASC.Api/Collections/SmartListFactory.cs
index e108450cc..944ec222c 100644
--- a/module/ASC.Api/ASC.Api/Collections/SmartListFactory.cs
+++ b/module/ASC.Api/ASC.Api/Collections/SmartListFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Constants.cs b/module/ASC.Api/ASC.Api/Constants.cs
index 8290d6541..2cf02fb10 100644
--- a/module/ASC.Api/ASC.Api/Constants.cs
+++ b/module/ASC.Api/ASC.Api/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Enums/ApiStatus.cs b/module/ASC.Api/ASC.Api/Enums/ApiStatus.cs
index e221a6de2..dfb71488e 100644
--- a/module/ASC.Api/ASC.Api/Enums/ApiStatus.cs
+++ b/module/ASC.Api/ASC.Api/Enums/ApiStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Exceptions/ApiArgumentMismatchException.cs b/module/ASC.Api/ASC.Api/Exceptions/ApiArgumentMismatchException.cs
index b5b070e90..b7d595da2 100644
--- a/module/ASC.Api/ASC.Api/Exceptions/ApiArgumentMismatchException.cs
+++ b/module/ASC.Api/ASC.Api/Exceptions/ApiArgumentMismatchException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Exceptions/ApiBadHttpMethodException.cs b/module/ASC.Api/ASC.Api/Exceptions/ApiBadHttpMethodException.cs
index 50fe6bb81..d911be432 100644
--- a/module/ASC.Api/ASC.Api/Exceptions/ApiBadHttpMethodException.cs
+++ b/module/ASC.Api/ASC.Api/Exceptions/ApiBadHttpMethodException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Exceptions/ApiDuplicateRouteException.cs b/module/ASC.Api/ASC.Api/Exceptions/ApiDuplicateRouteException.cs
index 3f9e0db4c..4851d397a 100644
--- a/module/ASC.Api/ASC.Api/Exceptions/ApiDuplicateRouteException.cs
+++ b/module/ASC.Api/ASC.Api/Exceptions/ApiDuplicateRouteException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Exceptions/ItemNotFound.cs b/module/ASC.Api/ASC.Api/Exceptions/ItemNotFound.cs
index b621fb391..0297f33a0 100644
--- a/module/ASC.Api/ASC.Api/Exceptions/ItemNotFound.cs
+++ b/module/ASC.Api/ASC.Api/Exceptions/ItemNotFound.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Global.asax.cs b/module/ASC.Api/ASC.Api/Global.asax.cs
index 67a1c0b62..b5d66353e 100644
--- a/module/ASC.Api/ASC.Api/Global.asax.cs
+++ b/module/ASC.Api/ASC.Api/Global.asax.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiAllowAllAuthorization.cs b/module/ASC.Api/ASC.Api/Impl/ApiAllowAllAuthorization.cs
index 1c6ee2034..6c3be451a 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiAllowAllAuthorization.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiAllowAllAuthorization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiArgumentBuilder.cs b/module/ASC.Api/ASC.Api/Impl/ApiArgumentBuilder.cs
index 73eafba81..958f3db49 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiArgumentBuilder.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiArgumentBuilder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiContext.cs b/module/ASC.Api/ASC.Api/Impl/ApiContext.cs
index ccbec9f67..e9718d5bb 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiContext.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiHttpHandler.cs b/module/ASC.Api/ASC.Api/Impl/ApiHttpHandler.cs
index 1ba0c7336..dd21c7bec 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiHttpHandler.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiHttpHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiHttpHandlerBase.cs b/module/ASC.Api/ASC.Api/Impl/ApiHttpHandlerBase.cs
index 8d3c328bf..71c119513 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiHttpHandlerBase.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiHttpHandlerBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiKeyValueInMemoryStorage.cs b/module/ASC.Api/ASC.Api/Impl/ApiKeyValueInMemoryStorage.cs
index 08a71e659..7893f9cb1 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiKeyValueInMemoryStorage.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiKeyValueInMemoryStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiManager.cs b/module/ASC.Api/ASC.Api/Impl/ApiManager.cs
index 8a51fab6a..72d3c9884 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiManager.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiMethodCall.cs b/module/ASC.Api/ASC.Api/Impl/ApiMethodCall.cs
index 899a33a43..421e16580 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiMethodCall.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiMethodCall.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiRouteConfigurator.cs b/module/ASC.Api/ASC.Api/Impl/ApiRouteConfigurator.cs
index 89f3320d6..637d22489 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiRouteConfigurator.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiRouteConfigurator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiRouteHandler.cs b/module/ASC.Api/ASC.Api/Impl/ApiRouteHandler.cs
index c8a38aaf5..d582c11e5 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiRouteHandler.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiRouteHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiSmartListResponceFilter.cs b/module/ASC.Api/ASC.Api/Impl/ApiSmartListResponceFilter.cs
index 831dfc794..710847e4d 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiSmartListResponceFilter.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiSmartListResponceFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiStandartResponce.cs b/module/ASC.Api/ASC.Api/Impl/ApiStandartResponce.cs
index ca8c78d8f..f3e0e91af 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiStandartResponce.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiStandartResponce.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/ApiStoragePath.cs b/module/ASC.Api/ASC.Api/Impl/ApiStoragePath.cs
index 63c4002ad..6df14fd9e 100644
--- a/module/ASC.Api/ASC.Api/Impl/ApiStoragePath.cs
+++ b/module/ASC.Api/ASC.Api/Impl/ApiStoragePath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Constraints/ApiHttpMethodConstraint.cs b/module/ASC.Api/ASC.Api/Impl/Constraints/ApiHttpMethodConstraint.cs
index 79d5774ab..b8f2bb58a 100644
--- a/module/ASC.Api/ASC.Api/Impl/Constraints/ApiHttpMethodConstraint.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Constraints/ApiHttpMethodConstraint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Invokers/ApiSimpleMethodInvoker.cs b/module/ASC.Api/ASC.Api/Impl/Invokers/ApiSimpleMethodInvoker.cs
index f5bb22a09..a22fe34e8 100644
--- a/module/ASC.Api/ASC.Api/Impl/Invokers/ApiSimpleMethodInvoker.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Invokers/ApiSimpleMethodInvoker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Responders/ContentResponder.cs b/module/ASC.Api/ASC.Api/Impl/Responders/ContentResponder.cs
index 25932d87e..f3dcc5d7e 100644
--- a/module/ASC.Api/ASC.Api/Impl/Responders/ContentResponder.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Responders/ContentResponder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Responders/DirectResponder.cs b/module/ASC.Api/ASC.Api/Impl/Responders/DirectResponder.cs
index 8ae72b5ee..064b48e26 100644
--- a/module/ASC.Api/ASC.Api/Impl/Responders/DirectResponder.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Responders/DirectResponder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Routing/ApiAccessControlRouteRegistrator.cs b/module/ASC.Api/ASC.Api/Impl/Routing/ApiAccessControlRouteRegistrator.cs
index aad87e8d1..3e98a6840 100644
--- a/module/ASC.Api/ASC.Api/Impl/Routing/ApiAccessControlRouteRegistrator.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Routing/ApiAccessControlRouteRegistrator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Routing/ApiBatchRouteRegitrator.cs b/module/ASC.Api/ASC.Api/Impl/Routing/ApiBatchRouteRegitrator.cs
index 9e56b79b2..f9a2cbfaa 100644
--- a/module/ASC.Api/ASC.Api/Impl/Routing/ApiBatchRouteRegitrator.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Routing/ApiBatchRouteRegitrator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistrator.cs b/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistrator.cs
index 727342c70..09642972f 100644
--- a/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistrator.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistrator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistratorBase.cs b/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistratorBase.cs
index fae31ec30..87b025e14 100644
--- a/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistratorBase.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Routing/ApiRouteRegistratorBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Serializers/JsonNetSerializer.cs b/module/ASC.Api/ASC.Api/Impl/Serializers/JsonNetSerializer.cs
index fb522516e..6543015b1 100644
--- a/module/ASC.Api/ASC.Api/Impl/Serializers/JsonNetSerializer.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Serializers/JsonNetSerializer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Serializers/JsonStringConverter.cs b/module/ASC.Api/ASC.Api/Impl/Serializers/JsonStringConverter.cs
index 8381e8248..1643c3380 100644
--- a/module/ASC.Api/ASC.Api/Impl/Serializers/JsonStringConverter.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Serializers/JsonStringConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerContractResolver.cs b/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerContractResolver.cs
index f91003832..792cf2ad0 100644
--- a/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerContractResolver.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerContractResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerResponder.cs b/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerResponder.cs
index cc9f6b075..10e7c588a 100644
--- a/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerResponder.cs
+++ b/module/ASC.Api/ASC.Api/Impl/Serializers/SerializerResponder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Impl/SimpleApiParamInspector.cs b/module/ASC.Api/ASC.Api/Impl/SimpleApiParamInspector.cs
index 14f5f8ff7..52d95e95a 100644
--- a/module/ASC.Api/ASC.Api/Impl/SimpleApiParamInspector.cs
+++ b/module/ASC.Api/ASC.Api/Impl/SimpleApiParamInspector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiArgumentBuilder.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiArgumentBuilder.cs
index 84d9217c8..fbadcf289 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiArgumentBuilder.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiArgumentBuilder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiAuthorization.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiAuthorization.cs
index c7e57f189..fb02819ae 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiAuthorization.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiAuthorization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiBootstrapper.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiBootstrapper.cs
index fd18b7c86..3eef56c16 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiBootstrapper.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiBootstrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiConfiguration.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiConfiguration.cs
index ff65a9e61..7b1b99667 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiConfiguration.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiDateTime.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiDateTime.cs
index f8a3874b8..5db149681 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiDateTime.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiDateTime.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiEntryPoint.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiEntryPoint.cs
index a9776c8df..6f4d25287 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiEntryPoint.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiEntryPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiHttpHandler.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiHttpHandler.cs
index bce44ff35..c6ac370bd 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiHttpHandler.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiHttpHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiManager.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiManager.cs
index dc670d73f..1cd376b5c 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiManager.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiMethodCall.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiMethodCall.cs
index 273234f86..9a2304e0d 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiMethodCall.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiMethodCall.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiMethodInvoker.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiMethodInvoker.cs
index c4f4435bf..bf559fd54 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiMethodInvoker.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiMethodInvoker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiParamInspector.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiParamInspector.cs
index e6bd9958e..1f89c59c1 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiParamInspector.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiParamInspector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiResponceFilter.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiResponceFilter.cs
index 53ebff9cb..6db11bceb 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiResponceFilter.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiResponceFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiResponder.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiResponder.cs
index d5b1e203f..b84fa70cb 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiResponder.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiResponder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiRouteConfigurator.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiRouteConfigurator.cs
index c6f3da100..185c569ce 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiRouteConfigurator.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiRouteConfigurator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiRouteHandler.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiRouteHandler.cs
index 168657d43..86d962eb0 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiRouteHandler.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiRouteHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiRouteRegistrator.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiRouteRegistrator.cs
index ece6516c2..d2a3f3cc8 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiRouteRegistrator.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiRouteRegistrator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiSerializer.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiSerializer.cs
index 2a57f7046..d8c1e62bc 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiSerializer.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiSerializer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiStandartResponce.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiStandartResponce.cs
index fec8cfd17..45cb33aec 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiStandartResponce.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiStandartResponce.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/IApiStoragePath.cs b/module/ASC.Api/ASC.Api/Interfaces/IApiStoragePath.cs
index 56df7a1a5..fc9410b5d 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/IApiStoragePath.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/IApiStoragePath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiContentResponce.cs b/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiContentResponce.cs
index d5582bf99..25fcffda3 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiContentResponce.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiContentResponce.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiDirectResponce.cs b/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiDirectResponce.cs
index e39d005d2..b05e07173 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiDirectResponce.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/ResponseTypes/IApiDirectResponce.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Interfaces/Storage/IApiKeyValueStorage.cs b/module/ASC.Api/ASC.Api/Interfaces/Storage/IApiKeyValueStorage.cs
index adbb88a31..1ec8f860b 100644
--- a/module/ASC.Api/ASC.Api/Interfaces/Storage/IApiKeyValueStorage.cs
+++ b/module/ASC.Api/ASC.Api/Interfaces/Storage/IApiKeyValueStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Routing/RouteCallInfo.cs b/module/ASC.Api/ASC.Api/Routing/RouteCallInfo.cs
index ed8f74947..d0819518a 100644
--- a/module/ASC.Api/ASC.Api/Routing/RouteCallInfo.cs
+++ b/module/ASC.Api/ASC.Api/Routing/RouteCallInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Routing/UrlPath.cs b/module/ASC.Api/ASC.Api/Routing/UrlPath.cs
index 50e22c118..584bdbd43 100644
--- a/module/ASC.Api/ASC.Api/Routing/UrlPath.cs
+++ b/module/ASC.Api/ASC.Api/Routing/UrlPath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/Binder.cs b/module/ASC.Api/ASC.Api/Utils/Binder.cs
index b844099cc..616f97fa1 100644
--- a/module/ASC.Api/ASC.Api/Utils/Binder.cs
+++ b/module/ASC.Api/ASC.Api/Utils/Binder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/ConvertUtils.cs b/module/ASC.Api/ASC.Api/Utils/ConvertUtils.cs
index 62b20d074..6d81047f8 100644
--- a/module/ASC.Api/ASC.Api/Utils/ConvertUtils.cs
+++ b/module/ASC.Api/ASC.Api/Utils/ConvertUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/ErrorHttpHandler.cs b/module/ASC.Api/ASC.Api/Utils/ErrorHttpHandler.cs
index e0fc4791c..d08e629ff 100644
--- a/module/ASC.Api/ASC.Api/Utils/ErrorHttpHandler.cs
+++ b/module/ASC.Api/ASC.Api/Utils/ErrorHttpHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/HttpUtils.cs b/module/ASC.Api/ASC.Api/Utils/HttpUtils.cs
index 57a3ebdeb..abaf5aa4c 100644
--- a/module/ASC.Api/ASC.Api/Utils/HttpUtils.cs
+++ b/module/ASC.Api/ASC.Api/Utils/HttpUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/PathUtils.cs b/module/ASC.Api/ASC.Api/Utils/PathUtils.cs
index cc4f2b643..8e14a20cf 100644
--- a/module/ASC.Api/ASC.Api/Utils/PathUtils.cs
+++ b/module/ASC.Api/ASC.Api/Utils/PathUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/StringIgnoreCaseComparer.cs b/module/ASC.Api/ASC.Api/Utils/StringIgnoreCaseComparer.cs
index c553b7bb1..e19d6f2e6 100644
--- a/module/ASC.Api/ASC.Api/Utils/StringIgnoreCaseComparer.cs
+++ b/module/ASC.Api/ASC.Api/Utils/StringIgnoreCaseComparer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/StringUtils.cs b/module/ASC.Api/ASC.Api/Utils/StringUtils.cs
index 46f71add4..3f0315980 100644
--- a/module/ASC.Api/ASC.Api/Utils/StringUtils.cs
+++ b/module/ASC.Api/ASC.Api/Utils/StringUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/Update.cs b/module/ASC.Api/ASC.Api/Utils/Update.cs
index 7babbcadc..715ed1589 100644
--- a/module/ASC.Api/ASC.Api/Utils/Update.cs
+++ b/module/ASC.Api/ASC.Api/Utils/Update.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Api/Utils/Validate.cs b/module/ASC.Api/ASC.Api/Utils/Validate.cs
index 7fd6be080..eea04e3fb 100644
--- a/module/ASC.Api/ASC.Api/Utils/Validate.cs
+++ b/module/ASC.Api/ASC.Api/Utils/Validate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/Contact.cs b/module/ASC.Api/ASC.Employee/Contact.cs
index 13b9495fd..718882a37 100644
--- a/module/ASC.Api/ASC.Employee/Contact.cs
+++ b/module/ASC.Api/ASC.Employee/Contact.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/EmployeeApi.cs b/module/ASC.Api/ASC.Employee/EmployeeApi.cs
index 6474fc789..561e91885 100644
--- a/module/ASC.Api/ASC.Employee/EmployeeApi.cs
+++ b/module/ASC.Api/ASC.Employee/EmployeeApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/EmployeeWraper.cs b/module/ASC.Api/ASC.Employee/EmployeeWraper.cs
index e889b8158..e3eb2c773 100644
--- a/module/ASC.Api/ASC.Employee/EmployeeWraper.cs
+++ b/module/ASC.Api/ASC.Employee/EmployeeWraper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/EmployeeWraperFull.cs b/module/ASC.Api/ASC.Employee/EmployeeWraperFull.cs
index 1ad6a2af9..938d43664 100644
--- a/module/ASC.Api/ASC.Employee/EmployeeWraperFull.cs
+++ b/module/ASC.Api/ASC.Employee/EmployeeWraperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/GroupWrapperFull.cs b/module/ASC.Api/ASC.Employee/GroupWrapperFull.cs
index df45cd6b6..572bc570e 100644
--- a/module/ASC.Api/ASC.Employee/GroupWrapperFull.cs
+++ b/module/ASC.Api/ASC.Employee/GroupWrapperFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/GroupWrapperSummary.cs b/module/ASC.Api/ASC.Employee/GroupWrapperSummary.cs
index 34d53a7d3..ea5b3ca7e 100644
--- a/module/ASC.Api/ASC.Employee/GroupWrapperSummary.cs
+++ b/module/ASC.Api/ASC.Employee/GroupWrapperSummary.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/GroupsApi.cs b/module/ASC.Api/ASC.Employee/GroupsApi.cs
index 7991c9926..d48d2cc1c 100644
--- a/module/ASC.Api/ASC.Employee/GroupsApi.cs
+++ b/module/ASC.Api/ASC.Employee/GroupsApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Employee/ThumbnailsDataWrapper.cs b/module/ASC.Api/ASC.Employee/ThumbnailsDataWrapper.cs
index e8174f0f9..0bbdb8003 100644
--- a/module/ASC.Api/ASC.Employee/ThumbnailsDataWrapper.cs
+++ b/module/ASC.Api/ASC.Employee/ThumbnailsDataWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/ASCBasicAuthorization.cs b/module/ASC.Api/ASC.Specific/ASCBasicAuthorization.cs
index 67ae8fc5e..69a4ac533 100644
--- a/module/ASC.Api/ASC.Specific/ASCBasicAuthorization.cs
+++ b/module/ASC.Api/ASC.Specific/ASCBasicAuthorization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/ASCBearerAuthorization.cs b/module/ASC.Api/ASC.Specific/ASCBearerAuthorization.cs
index 90264d89f..90a978631 100644
--- a/module/ASC.Api/ASC.Specific/ASCBearerAuthorization.cs
+++ b/module/ASC.Api/ASC.Specific/ASCBearerAuthorization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/ASCCookieAuthorization.cs b/module/ASC.Api/ASC.Specific/ASCCookieAuthorization.cs
index f4c80a912..e77f1be4a 100644
--- a/module/ASC.Api/ASC.Specific/ASCCookieAuthorization.cs
+++ b/module/ASC.Api/ASC.Specific/ASCCookieAuthorization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/AntiXssParamInspector.cs b/module/ASC.Api/ASC.Specific/AntiXssParamInspector.cs
index 291abd823..22ee844fd 100644
--- a/module/ASC.Api/ASC.Specific/AntiXssParamInspector.cs
+++ b/module/ASC.Api/ASC.Specific/AntiXssParamInspector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/ApiDateTime.cs b/module/ASC.Api/ASC.Specific/ApiDateTime.cs
index 2ce58a665..136b20a7f 100644
--- a/module/ASC.Api/ASC.Specific/ApiDateTime.cs
+++ b/module/ASC.Api/ASC.Specific/ApiDateTime.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/AscApiConfiguration.cs b/module/ASC.Api/ASC.Specific/AscApiConfiguration.cs
index 8a563be86..65e5b3655 100644
--- a/module/ASC.Api/ASC.Specific/AscApiConfiguration.cs
+++ b/module/ASC.Api/ASC.Specific/AscApiConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationEntryPoint.cs b/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationEntryPoint.cs
index 5fefc8921..ed6c15dda 100644
--- a/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationEntryPoint.cs
+++ b/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationEntryPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationTokenData.cs b/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationTokenData.cs
index c280144c3..87001d5ef 100644
--- a/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationTokenData.cs
+++ b/module/ASC.Api/ASC.Specific/AuthorizationApi/AuthenticationTokenData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesData.cs b/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesData.cs
index 39669283f..329ece3c7 100644
--- a/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesData.cs
+++ b/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesEntryPoint.cs b/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesEntryPoint.cs
index 1533d5747..5637342b1 100644
--- a/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesEntryPoint.cs
+++ b/module/ASC.Api/ASC.Specific/CapabilitiesApi/CapabilitiesEntryPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/GlobalFilters/ProductSecurityFilter.cs b/module/ASC.Api/ASC.Specific/GlobalFilters/ProductSecurityFilter.cs
index 27133b2f2..3aae13f5c 100644
--- a/module/ASC.Api/ASC.Specific/GlobalFilters/ProductSecurityFilter.cs
+++ b/module/ASC.Api/ASC.Specific/GlobalFilters/ProductSecurityFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/IApiSortableDate.cs b/module/ASC.Api/ASC.Specific/IApiSortableDate.cs
index c51734ab8..48b5545f1 100644
--- a/module/ASC.Api/ASC.Specific/IApiSortableDate.cs
+++ b/module/ASC.Api/ASC.Specific/IApiSortableDate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Api/ASC.Specific/SerializationFilters/CustomSerializer.cs b/module/ASC.Api/ASC.Specific/SerializationFilters/CustomSerializer.cs
index 7643a99e8..3e19667bd 100644
--- a/module/ASC.Api/ASC.Specific/SerializationFilters/CustomSerializer.cs
+++ b/module/ASC.Api/ASC.Specific/SerializationFilters/CustomSerializer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/AuditActionsMapper.cs b/module/ASC.AuditTrail/AuditActionsMapper.cs
index c181bd4b5..00758ac12 100644
--- a/module/ASC.AuditTrail/AuditActionsMapper.cs
+++ b/module/ASC.AuditTrail/AuditActionsMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/AuditEvent.cs b/module/ASC.AuditTrail/AuditEvent.cs
index f66f13089..b22ccbaf4 100644
--- a/module/ASC.AuditTrail/AuditEvent.cs
+++ b/module/ASC.AuditTrail/AuditEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/AuditEventsRepository.cs b/module/ASC.AuditTrail/AuditEventsRepository.cs
index ea93738e6..6ec09241b 100644
--- a/module/ASC.AuditTrail/AuditEventsRepository.cs
+++ b/module/ASC.AuditTrail/AuditEventsRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/AuditReportCreator.cs b/module/ASC.AuditTrail/AuditReportCreator.cs
index 38378929b..74003656a 100644
--- a/module/ASC.AuditTrail/AuditReportCreator.cs
+++ b/module/ASC.AuditTrail/AuditReportCreator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/BaseEvent.cs b/module/ASC.AuditTrail/BaseEvent.cs
index e858b9f31..8f59c08c4 100644
--- a/module/ASC.AuditTrail/BaseEvent.cs
+++ b/module/ASC.AuditTrail/BaseEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/LoginEvent.cs b/module/ASC.AuditTrail/LoginEvent.cs
index cfd862fcf..45b66ecda 100644
--- a/module/ASC.AuditTrail/LoginEvent.cs
+++ b/module/ASC.AuditTrail/LoginEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/LoginEventsRepository.cs b/module/ASC.AuditTrail/LoginEventsRepository.cs
index 2f5d0a158..e55f8654a 100644
--- a/module/ASC.AuditTrail/LoginEventsRepository.cs
+++ b/module/ASC.AuditTrail/LoginEventsRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/AuditActionMapper.cs b/module/ASC.AuditTrail/Mappers/AuditActionMapper.cs
index 8ce1da5d1..f5b8fe81e 100644
--- a/module/ASC.AuditTrail/Mappers/AuditActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/AuditActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/CrmActionMapper.cs b/module/ASC.AuditTrail/Mappers/CrmActionMapper.cs
index c784476df..dd139c3a9 100644
--- a/module/ASC.AuditTrail/Mappers/CrmActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/CrmActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/DocumentsActionMapper.cs b/module/ASC.AuditTrail/Mappers/DocumentsActionMapper.cs
index d4a2cc0bd..dd8eb9a76 100644
--- a/module/ASC.AuditTrail/Mappers/DocumentsActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/DocumentsActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/LoginActionMapper.cs b/module/ASC.AuditTrail/Mappers/LoginActionMapper.cs
index a1ea292e8..c9c31c89f 100644
--- a/module/ASC.AuditTrail/Mappers/LoginActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/LoginActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/MessageMaps.cs b/module/ASC.AuditTrail/Mappers/MessageMaps.cs
index 8582e2d8f..9f4887823 100644
--- a/module/ASC.AuditTrail/Mappers/MessageMaps.cs
+++ b/module/ASC.AuditTrail/Mappers/MessageMaps.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/OthersActionMapper.cs b/module/ASC.AuditTrail/Mappers/OthersActionMapper.cs
index 71d180775..bc51251ec 100644
--- a/module/ASC.AuditTrail/Mappers/OthersActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/OthersActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/PeopleActionMapper.cs b/module/ASC.AuditTrail/Mappers/PeopleActionMapper.cs
index a480156a0..b2b82ef98 100644
--- a/module/ASC.AuditTrail/Mappers/PeopleActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/PeopleActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/ProjectsActionMapper.cs b/module/ASC.AuditTrail/Mappers/ProjectsActionMapper.cs
index dc6b57b8d..234915f67 100644
--- a/module/ASC.AuditTrail/Mappers/ProjectsActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/ProjectsActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.AuditTrail/Mappers/SettingsActionMapper.cs b/module/ASC.AuditTrail/Mappers/SettingsActionMapper.cs
index c1a0faf34..eb02e1ff4 100644
--- a/module/ASC.AuditTrail/Mappers/SettingsActionMapper.cs
+++ b/module/ASC.AuditTrail/Mappers/SettingsActionMapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/400.js b/module/ASC.CdnCheck/400.js
index 79269d8bc..0aad84b2c 100644
--- a/module/ASC.CdnCheck/400.js
+++ b/module/ASC.CdnCheck/400.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/403.js b/module/ASC.CdnCheck/403.js
index 3cc9e025c..1306cff00 100644
--- a/module/ASC.CdnCheck/403.js
+++ b/module/ASC.CdnCheck/403.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/404.js b/module/ASC.CdnCheck/404.js
index 8cdce67b1..6af07da44 100644
--- a/module/ASC.CdnCheck/404.js
+++ b/module/ASC.CdnCheck/404.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/500.js b/module/ASC.CdnCheck/500.js
index 4518da741..2487e503b 100644
--- a/module/ASC.CdnCheck/500.js
+++ b/module/ASC.CdnCheck/500.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/501.js b/module/ASC.CdnCheck/501.js
index f9b0eb10d..538268149 100644
--- a/module/ASC.CdnCheck/501.js
+++ b/module/ASC.CdnCheck/501.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/502.js b/module/ASC.CdnCheck/502.js
index 274ea47cf..28a7e3de3 100644
--- a/module/ASC.CdnCheck/502.js
+++ b/module/ASC.CdnCheck/502.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/503.js b/module/ASC.CdnCheck/503.js
index fa1fbd409..1413fbc7d 100644
--- a/module/ASC.CdnCheck/503.js
+++ b/module/ASC.CdnCheck/503.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/504.js b/module/ASC.CdnCheck/504.js
index b93c717fd..d55a14991 100644
--- a/module/ASC.CdnCheck/504.js
+++ b/module/ASC.CdnCheck/504.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/App_Start/FilterConfig.cs b/module/ASC.CdnCheck/App_Start/FilterConfig.cs
index 424e24efe..cadf0dcf6 100644
--- a/module/ASC.CdnCheck/App_Start/FilterConfig.cs
+++ b/module/ASC.CdnCheck/App_Start/FilterConfig.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/App_Start/RouteConfig.cs b/module/ASC.CdnCheck/App_Start/RouteConfig.cs
index 860cb6348..e9c2b4014 100644
--- a/module/ASC.CdnCheck/App_Start/RouteConfig.cs
+++ b/module/ASC.CdnCheck/App_Start/RouteConfig.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/App_Start/WebApiConfig.cs b/module/ASC.CdnCheck/App_Start/WebApiConfig.cs
index bf43393f3..d60a1d30a 100644
--- a/module/ASC.CdnCheck/App_Start/WebApiConfig.cs
+++ b/module/ASC.CdnCheck/App_Start/WebApiConfig.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/Controllers/CdnController.cs b/module/ASC.CdnCheck/Controllers/CdnController.cs
index b38e2d1b3..cc7c612da 100644
--- a/module/ASC.CdnCheck/Controllers/CdnController.cs
+++ b/module/ASC.CdnCheck/Controllers/CdnController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/CorsHandler.cs b/module/ASC.CdnCheck/CorsHandler.cs
index 419e75298..7ffae1e12 100644
--- a/module/ASC.CdnCheck/CorsHandler.cs
+++ b/module/ASC.CdnCheck/CorsHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.CdnCheck/Global.asax.cs b/module/ASC.CdnCheck/Global.asax.cs
index 4ede9799f..08059dc43 100644
--- a/module/ASC.CdnCheck/Global.asax.cs
+++ b/module/ASC.CdnCheck/Global.asax.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Data.Reassigns/ProgressStatus.cs b/module/ASC.Data.Reassigns/ProgressStatus.cs
index f2104fcbe..f6e89c757 100644
--- a/module/ASC.Data.Reassigns/ProgressStatus.cs
+++ b/module/ASC.Data.Reassigns/ProgressStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Data.Reassigns/QueueWorker.cs b/module/ASC.Data.Reassigns/QueueWorker.cs
index 818e5c5bd..58b529814 100644
--- a/module/ASC.Data.Reassigns/QueueWorker.cs
+++ b/module/ASC.Data.Reassigns/QueueWorker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Data.Reassigns/ReassignProgressItem.cs b/module/ASC.Data.Reassigns/ReassignProgressItem.cs
index a6e00d227..507c2a244 100644
--- a/module/ASC.Data.Reassigns/ReassignProgressItem.cs
+++ b/module/ASC.Data.Reassigns/ReassignProgressItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Data.Reassigns/RemoveProgressItem.cs b/module/ASC.Data.Reassigns/RemoveProgressItem.cs
index cbef0b33e..977104426 100644
--- a/module/ASC.Data.Reassigns/RemoveProgressItem.cs
+++ b/module/ASC.Data.Reassigns/RemoveProgressItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.ElasticSearch/Attributes/ColumnAttribute.cs b/module/ASC.ElasticSearch/Attributes/ColumnAttribute.cs
index 046fa4f93..e2d6ddc94 100644
--- a/module/ASC.ElasticSearch/Attributes/ColumnAttribute.cs
+++ b/module/ASC.ElasticSearch/Attributes/ColumnAttribute.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
namespace ASC.ElasticSearch
diff --git a/module/ASC.ElasticSearch/Attributes/JoinAttribute.cs b/module/ASC.ElasticSearch/Attributes/JoinAttribute.cs
index b09e34728..332ae8caa 100644
--- a/module/ASC.ElasticSearch/Attributes/JoinAttribute.cs
+++ b/module/ASC.ElasticSearch/Attributes/JoinAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.ElasticSearch/Config/ElasticSection.cs b/module/ASC.ElasticSearch/Config/ElasticSection.cs
index f3adbf88b..28d77868b 100644
--- a/module/ASC.ElasticSearch/Config/ElasticSection.cs
+++ b/module/ASC.ElasticSearch/Config/ElasticSection.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Configuration;
diff --git a/module/ASC.ElasticSearch/Core/Document.cs b/module/ASC.ElasticSearch/Core/Document.cs
index c4afa1bc3..db0f5d156 100644
--- a/module/ASC.ElasticSearch/Core/Document.cs
+++ b/module/ASC.ElasticSearch/Core/Document.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.ElasticSearch/Core/SearchSettings.cs b/module/ASC.ElasticSearch/Core/SearchSettings.cs
index e9cf5426e..17a3209bf 100644
--- a/module/ASC.ElasticSearch/Core/SearchSettings.cs
+++ b/module/ASC.ElasticSearch/Core/SearchSettings.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.ElasticSearch/Core/Selector.cs b/module/ASC.ElasticSearch/Core/Selector.cs
index 3eaad1ce6..7871334b9 100644
--- a/module/ASC.ElasticSearch/Core/Selector.cs
+++ b/module/ASC.ElasticSearch/Core/Selector.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Globalization;
using System.Linq;
diff --git a/module/ASC.ElasticSearch/Core/State.cs b/module/ASC.ElasticSearch/Core/State.cs
index 1cf804622..7024b63bd 100644
--- a/module/ASC.ElasticSearch/Core/State.cs
+++ b/module/ASC.ElasticSearch/Core/State.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Runtime.Serialization;
namespace ASC.ElasticSearch.Core
diff --git a/module/ASC.ElasticSearch/Core/Wrapper.cs b/module/ASC.ElasticSearch/Core/Wrapper.cs
index bfd786a04..5c82e7331 100644
--- a/module/ASC.ElasticSearch/Core/Wrapper.cs
+++ b/module/ASC.ElasticSearch/Core/Wrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections;
using System.Collections.Generic;
diff --git a/module/ASC.ElasticSearch/Core/WrapperWithDoc.cs b/module/ASC.ElasticSearch/Core/WrapperWithDoc.cs
index ec8f5c7d0..3dc35b20e 100644
--- a/module/ASC.ElasticSearch/Core/WrapperWithDoc.cs
+++ b/module/ASC.ElasticSearch/Core/WrapperWithDoc.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.IO;
using System.Text;
diff --git a/module/ASC.ElasticSearch/Engine/BaseIndexer.cs b/module/ASC.ElasticSearch/Engine/BaseIndexer.cs
index 0d4059673..201970535 100644
--- a/module/ASC.ElasticSearch/Engine/BaseIndexer.cs
+++ b/module/ASC.ElasticSearch/Engine/BaseIndexer.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections;
using System.Collections.Generic;
diff --git a/module/ASC.ElasticSearch/Engine/Client.cs b/module/ASC.ElasticSearch/Engine/Client.cs
index 453a4a064..f48ea19ef 100644
--- a/module/ASC.ElasticSearch/Engine/Client.cs
+++ b/module/ASC.ElasticSearch/Engine/Client.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Text;
using ASC.Common.Logging;
diff --git a/module/ASC.ElasticSearch/Engine/FactoryIndexer.cs b/module/ASC.ElasticSearch/Engine/FactoryIndexer.cs
index ba510b7f8..4c3b5f586 100644
--- a/module/ASC.ElasticSearch/Engine/FactoryIndexer.cs
+++ b/module/ASC.ElasticSearch/Engine/FactoryIndexer.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections;
using System.Collections.Generic;
diff --git a/module/ASC.ElasticSearch/Engine/IIndexer.cs b/module/ASC.ElasticSearch/Engine/IIndexer.cs
index 94b78916f..8711e3930 100644
--- a/module/ASC.ElasticSearch/Engine/IIndexer.cs
+++ b/module/ASC.ElasticSearch/Engine/IIndexer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.ElasticSearch/Service/IService.cs b/module/ASC.ElasticSearch/Service/IService.cs
index 7311e92ee..4125cffe2 100644
--- a/module/ASC.ElasticSearch/Service/IService.cs
+++ b/module/ASC.ElasticSearch/Service/IService.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System.Collections.Generic;
using System.ServiceModel;
using ASC.ElasticSearch.Core;
diff --git a/module/ASC.ElasticSearch/Service/Launcher.cs b/module/ASC.ElasticSearch/Service/Launcher.cs
index f2e5519f5..d47805c9a 100644
--- a/module/ASC.ElasticSearch/Service/Launcher.cs
+++ b/module/ASC.ElasticSearch/Service/Launcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.ElasticSearch/Service/Service.cs b/module/ASC.ElasticSearch/Service/Service.cs
index 0e46e82b3..221f8b0d1 100644
--- a/module/ASC.ElasticSearch/Service/Service.cs
+++ b/module/ASC.ElasticSearch/Service/Service.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.ElasticSearch/Service/ServiceClient.cs b/module/ASC.ElasticSearch/Service/ServiceClient.cs
index f61df3218..13a510413 100644
--- a/module/ASC.ElasticSearch/Service/ServiceClient.cs
+++ b/module/ASC.ElasticSearch/Service/ServiceClient.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System.Collections.Generic;
using ASC.Common.Module;
using ASC.ElasticSearch.Core;
diff --git a/module/ASC.ElasticSearch/Service/Settings.cs b/module/ASC.ElasticSearch/Service/Settings.cs
index 9b4d3cc8d..797e5607e 100644
--- a/module/ASC.ElasticSearch/Service/Settings.cs
+++ b/module/ASC.ElasticSearch/Service/Settings.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System.Configuration;
using ASC.ElasticSearch.Config;
diff --git a/module/ASC.Feed.Aggregator/Config/FeedConfigurationSection.cs b/module/ASC.Feed.Aggregator/Config/FeedConfigurationSection.cs
index e7bedb42e..c40e7db1a 100644
--- a/module/ASC.Feed.Aggregator/Config/FeedConfigurationSection.cs
+++ b/module/ASC.Feed.Aggregator/Config/FeedConfigurationSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/FeedAggregatorLauncher.cs b/module/ASC.Feed.Aggregator/FeedAggregatorLauncher.cs
index d688bd58c..e5a9fd7c5 100644
--- a/module/ASC.Feed.Aggregator/FeedAggregatorLauncher.cs
+++ b/module/ASC.Feed.Aggregator/FeedAggregatorLauncher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/FeedAggregatorService.cs b/module/ASC.Feed.Aggregator/FeedAggregatorService.cs
index 0e48609d6..398623895 100644
--- a/module/ASC.Feed.Aggregator/FeedAggregatorService.cs
+++ b/module/ASC.Feed.Aggregator/FeedAggregatorService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Helper.cs b/module/ASC.Feed.Aggregator/Helper.cs
index 997b62b5d..b43fd0d64 100644
--- a/module/ASC.Feed.Aggregator/Helper.cs
+++ b/module/ASC.Feed.Aggregator/Helper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/CRM/CasesModule.cs b/module/ASC.Feed.Aggregator/Modules/CRM/CasesModule.cs
index 581204240..6d410ab98 100644
--- a/module/ASC.Feed.Aggregator/Modules/CRM/CasesModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/CRM/CasesModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/CRM/ContactsModule.cs b/module/ASC.Feed.Aggregator/Modules/CRM/ContactsModule.cs
index 1bfcc5b58..af5456410 100644
--- a/module/ASC.Feed.Aggregator/Modules/CRM/ContactsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/CRM/ContactsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/CRM/CrmTasksModule.cs b/module/ASC.Feed.Aggregator/Modules/CRM/CrmTasksModule.cs
index 193b7ff3c..d3342db7f 100644
--- a/module/ASC.Feed.Aggregator/Modules/CRM/CrmTasksModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/CRM/CrmTasksModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/CRM/DealsModule.cs b/module/ASC.Feed.Aggregator/Modules/CRM/DealsModule.cs
index c7b665d9d..047adc14f 100644
--- a/module/ASC.Feed.Aggregator/Modules/CRM/DealsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/CRM/DealsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Community/BlogsModule.cs b/module/ASC.Feed.Aggregator/Modules/Community/BlogsModule.cs
index 5028592a5..021fce1f6 100644
--- a/module/ASC.Feed.Aggregator/Modules/Community/BlogsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Community/BlogsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Community/BookmarksModule.cs b/module/ASC.Feed.Aggregator/Modules/Community/BookmarksModule.cs
index fa90de247..abd4f84e3 100644
--- a/module/ASC.Feed.Aggregator/Modules/Community/BookmarksModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Community/BookmarksModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Community/EventsModule.cs b/module/ASC.Feed.Aggregator/Modules/Community/EventsModule.cs
index 3c5494deb..c87104952 100644
--- a/module/ASC.Feed.Aggregator/Modules/Community/EventsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Community/EventsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Community/ForumPostsModule.cs b/module/ASC.Feed.Aggregator/Modules/Community/ForumPostsModule.cs
index b66049307..aa27a1958 100644
--- a/module/ASC.Feed.Aggregator/Modules/Community/ForumPostsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Community/ForumPostsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Community/ForumTopicsModule.cs b/module/ASC.Feed.Aggregator/Modules/Community/ForumTopicsModule.cs
index 33778013f..348432c43 100644
--- a/module/ASC.Feed.Aggregator/Modules/Community/ForumTopicsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Community/ForumTopicsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Documents/DocumentsDbHelper.cs b/module/ASC.Feed.Aggregator/Modules/Documents/DocumentsDbHelper.cs
index 1be27ae64..33140be0c 100644
--- a/module/ASC.Feed.Aggregator/Modules/Documents/DocumentsDbHelper.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Documents/DocumentsDbHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Documents/FilesModule.cs b/module/ASC.Feed.Aggregator/Modules/Documents/FilesModule.cs
index a66a5863e..dc67c16c9 100644
--- a/module/ASC.Feed.Aggregator/Modules/Documents/FilesModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Documents/FilesModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Documents/FoldersModule.cs b/module/ASC.Feed.Aggregator/Modules/Documents/FoldersModule.cs
index 4828bc631..7783609a3 100644
--- a/module/ASC.Feed.Aggregator/Modules/Documents/FoldersModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Documents/FoldersModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/FeedModule.cs b/module/ASC.Feed.Aggregator/Modules/FeedModule.cs
index 564064192..9b0c46e09 100644
--- a/module/ASC.Feed.Aggregator/Modules/FeedModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/FeedModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/IFeedModule.cs b/module/ASC.Feed.Aggregator/Modules/IFeedModule.cs
index dec488ae9..0d4ae7c20 100644
--- a/module/ASC.Feed.Aggregator/Modules/IFeedModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/IFeedModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/ModulesHelper.cs b/module/ASC.Feed.Aggregator/Modules/ModulesHelper.cs
index 180c70d28..1b2215085 100644
--- a/module/ASC.Feed.Aggregator/Modules/ModulesHelper.cs
+++ b/module/ASC.Feed.Aggregator/Modules/ModulesHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Projects/DiscussionsModule.cs b/module/ASC.Feed.Aggregator/Modules/Projects/DiscussionsModule.cs
index d630523f3..ca8dd9105 100644
--- a/module/ASC.Feed.Aggregator/Modules/Projects/DiscussionsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Projects/DiscussionsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Projects/MilestonesModule.cs b/module/ASC.Feed.Aggregator/Modules/Projects/MilestonesModule.cs
index 5cdba7953..3b4fa1124 100644
--- a/module/ASC.Feed.Aggregator/Modules/Projects/MilestonesModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Projects/MilestonesModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Projects/ParticipantsModule.cs b/module/ASC.Feed.Aggregator/Modules/Projects/ParticipantsModule.cs
index 987ef1d52..5760c36ed 100644
--- a/module/ASC.Feed.Aggregator/Modules/Projects/ParticipantsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Projects/ParticipantsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Projects/ProjectsModule.cs b/module/ASC.Feed.Aggregator/Modules/Projects/ProjectsModule.cs
index 4bf846256..28ecc95cf 100644
--- a/module/ASC.Feed.Aggregator/Modules/Projects/ProjectsModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Projects/ProjectsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed.Aggregator/Modules/Projects/TasksModule.cs b/module/ASC.Feed.Aggregator/Modules/Projects/TasksModule.cs
index aebb61a48..3b4664876 100644
--- a/module/ASC.Feed.Aggregator/Modules/Projects/TasksModule.cs
+++ b/module/ASC.Feed.Aggregator/Modules/Projects/TasksModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/Constants.cs b/module/ASC.Feed/Constants.cs
index 11d9b1c52..ab88f7338 100644
--- a/module/ASC.Feed/Constants.cs
+++ b/module/ASC.Feed/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/Data/FeedAggregateDataProvider.cs b/module/ASC.Feed/Data/FeedAggregateDataProvider.cs
index bc65e1e8a..787c08210 100644
--- a/module/ASC.Feed/Data/FeedAggregateDataProvider.cs
+++ b/module/ASC.Feed/Data/FeedAggregateDataProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/Data/FeedReadedDataProvider.cs b/module/ASC.Feed/Data/FeedReadedDataProvider.cs
index 7253ad04f..ae4f6c259 100644
--- a/module/ASC.Feed/Data/FeedReadedDataProvider.cs
+++ b/module/ASC.Feed/Data/FeedReadedDataProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/Data/FeedRow.cs b/module/ASC.Feed/Data/FeedRow.cs
index 549d377d5..d0d7f0204 100644
--- a/module/ASC.Feed/Data/FeedRow.cs
+++ b/module/ASC.Feed/Data/FeedRow.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/Feed.cs b/module/ASC.Feed/Feed.cs
index b4680cb0e..d4ec014b9 100644
--- a/module/ASC.Feed/Feed.cs
+++ b/module/ASC.Feed/Feed.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/FeedAction.cs b/module/ASC.Feed/FeedAction.cs
index 3050c2c9a..3e3646824 100644
--- a/module/ASC.Feed/FeedAction.cs
+++ b/module/ASC.Feed/FeedAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/FeedApiFilter.cs b/module/ASC.Feed/FeedApiFilter.cs
index b4ea05b9d..18b45ea9b 100644
--- a/module/ASC.Feed/FeedApiFilter.cs
+++ b/module/ASC.Feed/FeedApiFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/FeedComment.cs b/module/ASC.Feed/FeedComment.cs
index 6068e6926..1217894a4 100644
--- a/module/ASC.Feed/FeedComment.cs
+++ b/module/ASC.Feed/FeedComment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/FeedFilter.cs b/module/ASC.Feed/FeedFilter.cs
index b7dcd4a78..adaf9ba27 100644
--- a/module/ASC.Feed/FeedFilter.cs
+++ b/module/ASC.Feed/FeedFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/FeedMin.cs b/module/ASC.Feed/FeedMin.cs
index 77df4591c..d7a841b3d 100644
--- a/module/ASC.Feed/FeedMin.cs
+++ b/module/ASC.Feed/FeedMin.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/FeedModule.cs b/module/ASC.Feed/FeedModule.cs
index 151fae045..eae71a981 100644
--- a/module/ASC.Feed/FeedModule.cs
+++ b/module/ASC.Feed/FeedModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/IFeedProvider.cs b/module/ASC.Feed/IFeedProvider.cs
index e0e1ff5c5..3cc09b7ad 100644
--- a/module/ASC.Feed/IFeedProvider.cs
+++ b/module/ASC.Feed/IFeedProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Feed/TimeInterval.cs b/module/ASC.Feed/TimeInterval.cs
index d1d2bf671..957bc5380 100644
--- a/module/ASC.Feed/TimeInterval.cs
+++ b/module/ASC.Feed/TimeInterval.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Box/BoxDaoBase.cs b/module/ASC.Files.Thirdparty/Box/BoxDaoBase.cs
index b22967d7c..e46c15295 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxDaoBase.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxDaoBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Box/BoxDaoSelector.cs b/module/ASC.Files.Thirdparty/Box/BoxDaoSelector.cs
index 20f006c8c..413895d72 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Box/BoxFileDao.cs b/module/ASC.Files.Thirdparty/Box/BoxFileDao.cs
index 5bfccf4bd..6d0f944b8 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxFileDao.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxFileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Box/BoxFolderDao.cs b/module/ASC.Files.Thirdparty/Box/BoxFolderDao.cs
index 674a78c01..8560854e6 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxFolderDao.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxFolderDao.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.Files.Thirdparty/Box/BoxProviderInfo.cs b/module/ASC.Files.Thirdparty/Box/BoxProviderInfo.cs
index 06fc7dc2c..b56d5154a 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxProviderInfo.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxProviderInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Box/BoxSecurityDao.cs b/module/ASC.Files.Thirdparty/Box/BoxSecurityDao.cs
index db72b0b58..25fc8b06f 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxSecurityDao.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxSecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Box/BoxStorage.cs b/module/ASC.Files.Thirdparty/Box/BoxStorage.cs
index af39b04f7..a2edf1746 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxStorage.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Box/BoxTagDao.cs b/module/ASC.Files.Thirdparty/Box/BoxTagDao.cs
index f8666548e..ecdb39402 100644
--- a/module/ASC.Files.Thirdparty/Box/BoxTagDao.cs
+++ b/module/ASC.Files.Thirdparty/Box/BoxTagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/CachedProviderAccountDao.cs b/module/ASC.Files.Thirdparty/CachedProviderAccountDao.cs
index c3d880707..ad2d99b2a 100644
--- a/module/ASC.Files.Thirdparty/CachedProviderAccountDao.cs
+++ b/module/ASC.Files.Thirdparty/CachedProviderAccountDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/DbDaoSelector.cs b/module/ASC.Files.Thirdparty/DbDaoSelector.cs
index fc4f239b4..565f57780 100644
--- a/module/ASC.Files.Thirdparty/DbDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/DbDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoBase.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoBase.cs
index 92185eecd..9aa15e9ff 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoBase.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoSelector.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoSelector.cs
index d200378f3..37685d321 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxFileDao.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxFileDao.cs
index 9c1ce8e0c..924c9f206 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxFileDao.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxFileDao.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxFolderDao.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxFolderDao.cs
index 3ff6cb365..213a979da 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxFolderDao.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxFolderDao.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxProviderInfo.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxProviderInfo.cs
index e6ae585e7..1e5b5a355 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxProviderInfo.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxProviderInfo.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Diagnostics;
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxSecurityDao.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxSecurityDao.cs
index 5e874e662..92bb20333 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxSecurityDao.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxSecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxStorage.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxStorage.cs
index 64e4855a1..506d9d5ea 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxStorage.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxStorage.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/module/ASC.Files.Thirdparty/Dropbox/DropboxTagDao.cs b/module/ASC.Files.Thirdparty/Dropbox/DropboxTagDao.cs
index 410beeab2..80b2e74ed 100644
--- a/module/ASC.Files.Thirdparty/Dropbox/DropboxTagDao.cs
+++ b/module/ASC.Files.Thirdparty/Dropbox/DropboxTagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoBase.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoBase.cs
index b19f57b81..a7cc20ac0 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoBase.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoSelector.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoSelector.cs
index 1544ff9d0..28b28cba4 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFileDao.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFileDao.cs
index 78fc00782..dda26e419 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFileDao.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs
index 84ecf9c09..02ccc6e13 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveProviderInfo.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveProviderInfo.cs
index 1fd7b58a7..24191e0b8 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveProviderInfo.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveProviderInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveSecurityDao.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveSecurityDao.cs
index 46a7af52a..3f1eeacd0 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveSecurityDao.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveSecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveStorage.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveStorage.cs
index 0ed8c9803..fc455becb 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveStorage.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveTagDao.cs b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveTagDao.cs
index 2a0e9aeb4..4d9d837be 100644
--- a/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveTagDao.cs
+++ b/module/ASC.Files.Thirdparty/GoogleDrive/GoogleDriveTagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/IDaoSelector.cs b/module/ASC.Files.Thirdparty/IDaoSelector.cs
index aaba6f977..eb84e0ac9 100644
--- a/module/ASC.Files.Thirdparty/IDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/IDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoBase.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoBase.cs
index 3baf2954e..94fc05dd7 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoBase.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoBase.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Globalization;
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoSelector.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoSelector.cs
index ec3cfebbe..507a0e08f 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveFileDao.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveFileDao.cs
index debef8eea..e869235f6 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveFileDao.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveFileDao.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveFolderDao.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveFolderDao.cs
index 5fae506d8..a871bb40f 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveFolderDao.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveFolderDao.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveProviderInfo.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveProviderInfo.cs
index dd96461ae..106b5fa4f 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveProviderInfo.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveProviderInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveSecurityDao.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveSecurityDao.cs
index 84080b800..287dd901c 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveSecurityDao.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveSecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveStorage.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveStorage.cs
index ced8096f4..142d95d9d 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveStorage.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveStorage.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/module/ASC.Files.Thirdparty/OneDrive/OneDriveTagDao.cs b/module/ASC.Files.Thirdparty/OneDrive/OneDriveTagDao.cs
index eb499efe2..791eaeef2 100644
--- a/module/ASC.Files.Thirdparty/OneDrive/OneDriveTagDao.cs
+++ b/module/ASC.Files.Thirdparty/OneDrive/OneDriveTagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/ProviderAccountDao.cs b/module/ASC.Files.Thirdparty/ProviderAccountDao.cs
index 78d9002da..9c25fc979 100644
--- a/module/ASC.Files.Thirdparty/ProviderAccountDao.cs
+++ b/module/ASC.Files.Thirdparty/ProviderAccountDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoBase.cs b/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoBase.cs
index ea3df05d0..914322a62 100644
--- a/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoBase.cs
+++ b/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoFactory.cs b/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoFactory.cs
index eed33be64..ba9af8119 100644
--- a/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoFactory.cs
+++ b/module/ASC.Files.Thirdparty/ProviderDao/ProviderDaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/ProviderDao/ProviderFileDao.cs b/module/ASC.Files.Thirdparty/ProviderDao/ProviderFileDao.cs
index b340f52c2..fef77257f 100644
--- a/module/ASC.Files.Thirdparty/ProviderDao/ProviderFileDao.cs
+++ b/module/ASC.Files.Thirdparty/ProviderDao/ProviderFileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/ProviderDao/ProviderFolderDao.cs b/module/ASC.Files.Thirdparty/ProviderDao/ProviderFolderDao.cs
index 1f387ce28..3efaf8ecb 100644
--- a/module/ASC.Files.Thirdparty/ProviderDao/ProviderFolderDao.cs
+++ b/module/ASC.Files.Thirdparty/ProviderDao/ProviderFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/ProviderDao/ProviderSecutiryDao.cs b/module/ASC.Files.Thirdparty/ProviderDao/ProviderSecutiryDao.cs
index 3bed773ff..16067f3e7 100644
--- a/module/ASC.Files.Thirdparty/ProviderDao/ProviderSecutiryDao.cs
+++ b/module/ASC.Files.Thirdparty/ProviderDao/ProviderSecutiryDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/ProviderDao/ProviderTagDao.cs b/module/ASC.Files.Thirdparty/ProviderDao/ProviderTagDao.cs
index bb0ef3c6c..b9c793bda 100644
--- a/module/ASC.Files.Thirdparty/ProviderDao/ProviderTagDao.cs
+++ b/module/ASC.Files.Thirdparty/ProviderDao/ProviderTagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/RegexDaoSelectorBase.cs b/module/ASC.Files.Thirdparty/RegexDaoSelectorBase.cs
index 8f362c2c4..a295995ff 100644
--- a/module/ASC.Files.Thirdparty/RegexDaoSelectorBase.cs
+++ b/module/ASC.Files.Thirdparty/RegexDaoSelectorBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoBase.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoBase.cs
index cf6ffada6..bf41cecc2 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoBase.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoSelector.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoSelector.cs
index a8ec20b6e..9d3274c90 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointErrorEntry.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointErrorEntry.cs
index 66183cc08..ccaab7ee6 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointErrorEntry.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointErrorEntry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointFileDao.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointFileDao.cs
index 46c2fef65..6a4f0d260 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointFileDao.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointFileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointFolderDao.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointFolderDao.cs
index 3e8c795e7..291d38ff0 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointFolderDao.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointProviderInfo.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointProviderInfo.cs
index fc9ff4557..04ef9a7bd 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointProviderInfo.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointProviderInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointSecurityDao.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointSecurityDao.cs
index b2746f1a8..d532913ab 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointSecurityDao.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointSecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/SharePoint/SharePointTagDao.cs b/module/ASC.Files.Thirdparty/SharePoint/SharePointTagDao.cs
index e11908cf4..ef22ed70a 100644
--- a/module/ASC.Files.Thirdparty/SharePoint/SharePointTagDao.cs
+++ b/module/ASC.Files.Thirdparty/SharePoint/SharePointTagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoBase.cs b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoBase.cs
index 83f8890c8..d2082f0f8 100644
--- a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoBase.cs
+++ b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoSelector.cs b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoSelector.cs
index 5d6892294..f9eeb90ad 100644
--- a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoSelector.cs
+++ b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxDaoSelector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFileDao.cs b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFileDao.cs
index d47e34394..40788273b 100644
--- a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFileDao.cs
+++ b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFolderDao.cs b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFolderDao.cs
index 0a5196967..02392f2df 100644
--- a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFolderDao.cs
+++ b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxProviderInfo.cs b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxProviderInfo.cs
index 77172505f..90c25af12 100644
--- a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxProviderInfo.cs
+++ b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxProviderInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxSecurityDao.cs b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxSecurityDao.cs
index dc4b43cce..e9564e400 100644
--- a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxSecurityDao.cs
+++ b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxSecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxTagDao.cs b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxTagDao.cs
index 9e91eee34..3e9401759 100644
--- a/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxTagDao.cs
+++ b/module/ASC.Files.Thirdparty/Sharpbox/SharpBoxTagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/DriveSpaceChecker.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/DriveSpaceChecker.cs
index ea2bb10e0..98d1da0ff 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/DriveSpaceChecker.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/DriveSpaceChecker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckRunner.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckRunner.cs
index 86905bf9d..9afda1ac8 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckRunner.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckRunner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckServiceManager.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckServiceManager.cs
index 3eced468b..fc7310f7e 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckServiceManager.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/HealthCheckServiceManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/IDriveSpaceChecker.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/IDriveSpaceChecker.cs
index cd271d722..e387afebb 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/IDriveSpaceChecker.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/IDriveSpaceChecker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ILogHelper.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ILogHelper.cs
index 8afe4a751..70ff2997e 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ILogHelper.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ILogHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ISmsSender.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ISmsSender.cs
index 5bc95d9df..bf5a714c0 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ISmsSender.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ISmsSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/LogHelper.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/LogHelper.cs
index 63d2eab93..9edfa69d7 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/LogHelper.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/LogHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ResultHelper.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ResultHelper.cs
index 378eb8c9d..1f7170f6c 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ResultHelper.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ResultHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ShellExe.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ShellExe.cs
index 41ffe74bd..2ee625d44 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ShellExe.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/ShellExe.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/SmsSender.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/SmsSender.cs
index c7684539a..b79b79c59 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Classes/SmsSender.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Classes/SmsSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/CheckServiceApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/CheckServiceApiController.cs
index 73aaea34e..d0397f57b 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/CheckServiceApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/CheckServiceApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/ClearCacheApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/ClearCacheApiController.cs
index 9e50edad4..d8310387a 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/ClearCacheApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/ClearCacheApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DefaultApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DefaultApiController.cs
index b512fe668..481459950 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DefaultApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DefaultApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DownloadLogsApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DownloadLogsApiController.cs
index bfed5e152..b5aa46544 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DownloadLogsApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DownloadLogsApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DriveSpaceApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DriveSpaceApiController.cs
index f83987a59..cbbb2e58c 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DriveSpaceApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/DriveSpaceApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/NotifiersApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/NotifiersApiController.cs
index 79fabd5c7..9d235502f 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/NotifiersApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/NotifiersApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/PortsCheckApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/PortsCheckApiController.cs
index 41e4b9f67..d62e89d8a 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/PortsCheckApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/PortsCheckApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/StartStopServiceApiController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/StartStopServiceApiController.cs
index 301bbe91a..7f0b51dc5 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/StartStopServiceApiController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Controllers/StartStopServiceApiController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/AddAccessControlAllowOriginHeaderFilter.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/AddAccessControlAllowOriginHeaderFilter.cs
index 1ead78c06..76a92e9b0 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/AddAccessControlAllowOriginHeaderFilter.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/AddAccessControlAllowOriginHeaderFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckAuthorizationFilter.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckAuthorizationFilter.cs
index 01dda9e6a..f0c1eb30b 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckAuthorizationFilter.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckAuthorizationFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckLauncher.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckLauncher.cs
index 1ae80551a..32265ae84 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckLauncher.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/HealthCheckLauncher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/Startup.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/Startup.cs
index 55953e044..f77a36c05 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/Startup.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/Startup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/WarmingUpper.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/WarmingUpper.cs
index 6951bb6ac..5b39b9d23 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/WarmingUpper.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Infrastructure/WarmingUpper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/IServiceRepository.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/IServiceRepository.cs
index fafb10f8b..51a054218 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/IServiceRepository.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/IServiceRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/Port.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/Port.cs
index 2d8780cf1..90b51aefe 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/Port.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/Port.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/PortStatus.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/PortStatus.cs
index 43b7a8210..7b8b0d3c5 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/PortStatus.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/PortStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/Service.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/Service.cs
index 9c8f63e5b..597ff0290 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/Service.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/Service.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceEnum.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceEnum.cs
index eecc1cdb0..fed634dd3 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceEnum.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceRepository.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceRepository.cs
index 27dede7c5..e7c8d3b02 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceRepository.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceStatus.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceStatus.cs
index 7659e56d8..673af3af1 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceStatus.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/ServiceStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Models/XplatServiceController.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Models/XplatServiceController.cs
index a60967d53..a026de38d 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Models/XplatServiceController.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Models/XplatServiceController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckCfgSectionHandler.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckCfgSectionHandler.cs
index 625758d1d..4f1759285 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckCfgSectionHandler.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckCfgSectionHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettings.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettings.cs
index a097d1bd1..fc103415f 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettings.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettingsAccessor.cs b/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettingsAccessor.cs
index 6709d3ebd..525e5ed0c 100644
--- a/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettingsAccessor.cs
+++ b/module/ASC.HealthCheck/ASC.HealthCheck/Settings/HealthCheckSettingsAccessor.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.TestHealthCheck/CheckServiceApiControllerUnitTest.cs b/module/ASC.HealthCheck/ASC.TestHealthCheck/CheckServiceApiControllerUnitTest.cs
index b64188971..5d52e4b47 100644
--- a/module/ASC.HealthCheck/ASC.TestHealthCheck/CheckServiceApiControllerUnitTest.cs
+++ b/module/ASC.HealthCheck/ASC.TestHealthCheck/CheckServiceApiControllerUnitTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.TestHealthCheck/ClearCacheApiControllerUnitTest.cs b/module/ASC.HealthCheck/ASC.TestHealthCheck/ClearCacheApiControllerUnitTest.cs
index 67ef4897a..6d1786efa 100644
--- a/module/ASC.HealthCheck/ASC.TestHealthCheck/ClearCacheApiControllerUnitTest.cs
+++ b/module/ASC.HealthCheck/ASC.TestHealthCheck/ClearCacheApiControllerUnitTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.TestHealthCheck/DownloadLogsApiControllerUnitTest.cs b/module/ASC.HealthCheck/ASC.TestHealthCheck/DownloadLogsApiControllerUnitTest.cs
index 9052ab630..bf2a3687e 100644
--- a/module/ASC.HealthCheck/ASC.TestHealthCheck/DownloadLogsApiControllerUnitTest.cs
+++ b/module/ASC.HealthCheck/ASC.TestHealthCheck/DownloadLogsApiControllerUnitTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.TestHealthCheck/DriveSpaceApiControllerUnitTest.cs b/module/ASC.HealthCheck/ASC.TestHealthCheck/DriveSpaceApiControllerUnitTest.cs
index 248851498..4a7bc8c3d 100644
--- a/module/ASC.HealthCheck/ASC.TestHealthCheck/DriveSpaceApiControllerUnitTest.cs
+++ b/module/ASC.HealthCheck/ASC.TestHealthCheck/DriveSpaceApiControllerUnitTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.TestHealthCheck/NotifiersApiControllerUnitTest.cs b/module/ASC.HealthCheck/ASC.TestHealthCheck/NotifiersApiControllerUnitTest.cs
index 6275b8b30..bc0c68f46 100644
--- a/module/ASC.HealthCheck/ASC.TestHealthCheck/NotifiersApiControllerUnitTest.cs
+++ b/module/ASC.HealthCheck/ASC.TestHealthCheck/NotifiersApiControllerUnitTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.TestHealthCheck/PortsCheckApiControllerUnitTest.cs b/module/ASC.HealthCheck/ASC.TestHealthCheck/PortsCheckApiControllerUnitTest.cs
index cc6713888..77b1b5def 100644
--- a/module/ASC.HealthCheck/ASC.TestHealthCheck/PortsCheckApiControllerUnitTest.cs
+++ b/module/ASC.HealthCheck/ASC.TestHealthCheck/PortsCheckApiControllerUnitTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.HealthCheck/ASC.TestHealthCheck/ServiceRepositoryUnitTest.cs b/module/ASC.HealthCheck/ASC.TestHealthCheck/ServiceRepositoryUnitTest.cs
index a822d05c3..b6db67b4f 100644
--- a/module/ASC.HealthCheck/ASC.TestHealthCheck/ServiceRepositoryUnitTest.cs
+++ b/module/ASC.HealthCheck/ASC.TestHealthCheck/ServiceRepositoryUnitTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/Adler32.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/Adler32.cs
index f7bf8a294..ec5726395 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/Adler32.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/Adler32.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/IChecksum.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/IChecksum.cs
index 25069b6dc..5738ad039 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/IChecksum.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Checksums/IChecksum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Deflater.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Deflater.cs
index 1c17e0a5e..a716674ca 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Deflater.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Deflater.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterConstants.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterConstants.cs
index e3014806b..0c4fdaedb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterConstants.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterEngine.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterEngine.cs
index 07ba16f6d..2a8533d36 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterEngine.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterHuffman.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterHuffman.cs
index 4c080438b..97f905b51 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterHuffman.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterHuffman.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterPending.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterPending.cs
index 8111336e0..52981eb83 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterPending.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/DeflaterPending.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Inflater.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Inflater.cs
index 5c5f6e484..90280c1eb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Inflater.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Inflater.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterDynHeader.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterDynHeader.cs
index cfd115d10..1dfb1490e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterDynHeader.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterDynHeader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterHuffmanTree.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterHuffmanTree.cs
index f3f6aecb4..619edf4d5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterHuffmanTree.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/InflaterHuffmanTree.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/PendingBuffer.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/PendingBuffer.cs
index 9445f8561..6c10e9b3b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/PendingBuffer.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/PendingBuffer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/SharpZipBaseException.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/SharpZipBaseException.cs
index bbc6efe2f..06ca35d57 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/SharpZipBaseException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/SharpZipBaseException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/OutputWindow.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/OutputWindow.cs
index d83f65985..dda9824d4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/OutputWindow.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/OutputWindow.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/StreamManipulator.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/StreamManipulator.cs
index 3acdc3611..6e9604e98 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/StreamManipulator.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/Compression/Streams/StreamManipulator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/IO/StringWriterWithEncoding.cs b/module/ASC.Jabber/ASC.Xmpp.Core/IO/StringWriterWithEncoding.cs
index 73f3f8df5..05ea01dfc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/IO/StringWriterWithEncoding.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/IO/StringWriterWithEncoding.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step1.cs b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step1.cs
index 2665eccf0..49dc890f8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step1.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step1.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step2.cs b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step2.cs
index 2a0e2fd27..8eebc18c2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step2.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/DigestMD5/Step2.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Mechanism.cs b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Mechanism.cs
index 70ccbbe43..160198856 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Mechanism.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Mechanism.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Plain/PlainMechanism.cs b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Plain/PlainMechanism.cs
index 97334184f..e57a3b2a1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Plain/PlainMechanism.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/Plain/PlainMechanism.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslEventArgs.cs b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslEventArgs.cs
index cef7bc5fb..38540146f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslEventArgs.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslHandler.cs
index 103d865e6..d48d61616 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/authorization/SaslHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Avatar.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Avatar.cs
index 4f271b918..da66936ab 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Avatar.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Avatar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/DirectionalElement.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/DirectionalElement.cs
index 7810c98be..e4f057804 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/DirectionalElement.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/DirectionalElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Group.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Group.cs
index 3238abfac..ad14dde49 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Group.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Group.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Item.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Item.cs
index 1cca9a12c..080212874 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Item.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/RosterItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/RosterItem.cs
index 71b80063e..2fca7e7da 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/RosterItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/RosterItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stanza.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stanza.cs
index 8cbfdc851..2220a37ce 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stanza.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stanza.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stream.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stream.cs
index a77e0e41c..2f63225f2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stream.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Base/Stream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementFactory.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementFactory.cs
index 6c8ed9856..813decb9d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementFactory.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementType.cs
index eb2e9079e..f2648d9d1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/ElementType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Error.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Error.cs
index 3df010198..bbc923bf4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Error.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Error.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Id.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Id.cs
index e8351892b..1c889ddca 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Id.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Id.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Jid.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Jid.cs
index e0b64a239..88922a974 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Jid.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Jid.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Stream.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Stream.cs
index 49371ea64..394fb13ab 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Stream.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Stream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Uri.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Uri.cs
index 36c226af9..d0b0b602c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Uri.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/Uri.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Error.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Error.cs
index ef3e9b5b4..a2bb78763 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Error.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Error.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Handler.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Handler.cs
index 2fd5725e7..5d1a0c1fc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Handler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Handler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/IQ.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/IQ.cs
index 1a880b515..5956abe9d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/IQ.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/IQ.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Message.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Message.cs
index bdacdd4bd..5598a55fe 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Message.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/MessageType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/MessageType.cs
index 1a8465d93..b53840a9b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/MessageType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/MessageType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Presence.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Presence.cs
index 86ce41d40..3ef21c429 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Presence.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/Presence.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/PresenceType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/PresenceType.cs
index bef44372c..bdedf4a6e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/PresenceType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/PresenceType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/ShowType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/ShowType.cs
index 2c81fdbab..20870982d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/ShowType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/client/ShowType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Error.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Error.cs
index 78b8c5703..6dde0e654 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Error.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Error.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handler.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handler.cs
index 2c48a6a58..a3921b54e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handshake.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handshake.cs
index 6c3f096cf..847ba0fd2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handshake.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Handshake.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/IQ.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/IQ.cs
index 227fba645..8c411bd60 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/IQ.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/IQ.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Log.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Log.cs
index 8c02277b8..291323b5c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Log.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Log.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Message.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Message.cs
index 6c527b074..de011a09b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Message.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Presence.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Presence.cs
index 0cffeabb6..803350eff 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Presence.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Presence.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Route.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Route.cs
index 5da4ab15c..109d21fba 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Route.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/component/Route.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Action.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Action.cs
index 143c48c68..d7a7b8f5c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Action.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Action.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Amp.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Amp.cs
index 124af6952..1eafd3fdc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Amp.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Amp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Condition.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Condition.cs
index efe7adf9f..3d275cdeb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Condition.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Condition.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Rule.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Rule.cs
index 483efc49e..ab80ec4cf 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Rule.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/amp/Rule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Conference.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Conference.cs
index 47301299b..56965db5c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Conference.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Conference.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Storage.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Storage.cs
index 40dd5bed0..4b0ef859c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Storage.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Storage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/StorageIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/StorageIq.cs
index d88f63b5f..9c9814f38 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/StorageIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/StorageIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Url.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Url.cs
index 3e6f25b5f..91df74239 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Url.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bookmarks/Url.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/Body.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/Body.cs
index f4a6f059d..e5300123e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/Body.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/Body.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/BoshType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/BoshType.cs
index 59cb1c099..83d703bd0 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/BoshType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bosh/BoshType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Activate.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Activate.cs
index ec0165000..e14f52700 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Activate.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Activate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStream.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStream.cs
index a9ec253d1..366e1a484 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStream.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStreamIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStreamIq.cs
index 05195c171..fd859ce9b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStreamIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/ByteStreamIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Mode.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Mode.cs
index 2e8307b61..8a4a4bc33 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Mode.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/Mode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHost.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHost.cs
index 38ff551c9..1c59b07f7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHost.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHost.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHostUsed.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHostUsed.cs
index f40440cbf..415559637 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHostUsed.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/StreamHostUsed.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/UdpSuccess.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/UdpSuccess.cs
index 3e73b3fa2..4fbaabac2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/UdpSuccess.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/bytestreams/UdpSuccess.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/caps/Capabilities.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/caps/Capabilities.cs
index 5def051fd..4ba975b1f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/caps/Capabilities.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/caps/Capabilities.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Active.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Active.cs
index b202156c8..ff20c6e2e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Active.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Active.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Chatstate.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Chatstate.cs
index b14050495..760e964f8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Chatstate.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Chatstate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Composing.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Composing.cs
index 63a00e91e..accf7447d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Composing.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Composing.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Gone.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Gone.cs
index 46d9a28b2..dd0c06050 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Gone.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Gone.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Inactive.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Inactive.cs
index 58b66168b..8c937ab7a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Inactive.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Inactive.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Paused.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Paused.cs
index 42d2f4857..deb14be1b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Paused.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/chatstates/Paused.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Action.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Action.cs
index fcd6af656..11f7b0d02 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Action.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Action.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Actions.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Actions.cs
index fe08d1960..6523bd01a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Actions.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Actions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Command.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Command.cs
index f6db3ae3d..cbf8dc6ed 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Command.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Command.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Note.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Note.cs
index 8cc98ecc9..00575ebdc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Note.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Note.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/NoteType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/NoteType.cs
index ddab99777..be8819248 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/NoteType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/NoteType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Status.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Status.cs
index ebc27dc80..bc9c6a025 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Status.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/commands/Status.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compress.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compress.cs
index d61f1cdcf..383846fea 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compress.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compressed.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compressed.cs
index 5db997396..b408386e1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compressed.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Compressed.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/CompressionMethod.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/CompressionMethod.cs
index d165d5693..a07217f97 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/CompressionMethod.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/CompressionMethod.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Failure.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Failure.cs
index e380ae7ad..035f282ab 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Failure.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/compression/Failure.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNeg.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNeg.cs
index 9b3d2b2d7..0eb746ae2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNeg.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNeg.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNegIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNegIq.cs
index 5b1c90ad8..43737a5ec 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNegIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/featureneg/FeatureNegIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/File.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/File.cs
index a0e49d3fa..58d6f435f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/File.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/File.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/Range.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/Range.cs
index a3dd3d498..25f0187d6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/Range.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/filetransfer/Range.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLoc.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLoc.cs
index 6db2ee585..369c7d32c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLoc.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLoc.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLocIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLocIq.cs
index a91a4ca81..666af62b4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLocIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/geoloc/GeoLocIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Body.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Body.cs
index 31629a4b7..6b883115f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Body.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Body.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Html.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Html.cs
index 63534bee3..d4833306e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Html.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/html/Html.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Base.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Base.cs
index 3332bb3b0..70ed16096 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Base.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Base.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Close.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Close.cs
index 1cd9d6552..153927f71 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Close.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Close.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Data.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Data.cs
index 36d8e766d..c62b39ae7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Data.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Data.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Open.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Open.cs
index 986a7eec9..b1c25f074 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Open.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ibb/Open.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/ActionType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/ActionType.cs
index bc6d97226..9811c1fe9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/ActionType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/ActionType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneAction.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneAction.cs
index 6bbf38c86..e30e4bbe4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneAction.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneEvent.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneEvent.cs
index f23041e34..e00dd5a63 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneEvent.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatus.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatus.cs
index 93d495abd..bc461df77 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatus.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatusType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatusType.cs
index 628ec588d..d630d6e01 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatusType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/jivesoftware/phone/PhoneStatusType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Received.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Received.cs
index 7724cfb55..80abe7ca1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Received.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Received.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Request.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Request.cs
index f2529c1e0..3b162500e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Request.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/msgreceipts/Request.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Address.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Address.cs
index 7316a415e..4ce187827 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Address.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Address.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/AddressType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/AddressType.cs
index a3a3b1b29..d5e197dd3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/AddressType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/AddressType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Addresses.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Addresses.cs
index 2f5aa20fa..3ad4c5d8d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Addresses.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/multicast/Addresses.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/nickname/Nickname.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/nickname/Nickname.cs
index f144b29ec..abbdfaed6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/nickname/Nickname.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/nickname/Nickname.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/Ping.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/Ping.cs
index bb1d0594d..5ac635a58 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/Ping.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/Ping.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/PingIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/PingIq.cs
index 7132f65fd..30c4c2239 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/PingIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/ping/PingIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/primary/Primary.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/primary/Primary.cs
index 2f3f9eb7e..6530afe9f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/primary/Primary.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/primary/Primary.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Access.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Access.cs
index d7d02ab65..666c13e66 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Access.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Access.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliation.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliation.cs
index 08225fdec..75b79110e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliation.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/AffiliationType.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/AffiliationType.cs
index 15d35787c..f0634d1e9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/AffiliationType.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/AffiliationType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliations.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliations.cs
index 1967dab18..4e2bc8856 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliations.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Affiliations.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Configure.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Configure.cs
index 6d8ade296..1df00705c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Configure.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Configure.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Create.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Create.cs
index 3e9de55a7..a52e9dbcb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Create.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Create.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Item.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Item.cs
index cda4b6231..c379d2031 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Item.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Items.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Items.cs
index 6f3ebfbf3..f522684e4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Items.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Items.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Options.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Options.cs
index 639c4d318..1586fbb2f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Options.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Options.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSub.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSub.cs
index e1b661048..87cb41ac6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSub.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSub.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubAction.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubAction.cs
index e3cb3b5d3..b556f84d2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubAction.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubIq.cs
index 0f1dc1d75..87b92a319 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/PubSubIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Publish.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Publish.cs
index 79088a6c7..f7ed23b07 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Publish.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Publish.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Retract.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Retract.cs
index dd2bf4a88..58fce50ad 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Retract.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Retract.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscribe.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscribe.cs
index 36c3545ca..811693a23 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscribe.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscribe.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscribeOptions.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscribeOptions.cs
index 6c6c9f828..479df16b6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscribeOptions.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscribeOptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscription.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscription.cs
index 82f4e2ff6..49dd09609 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscription.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscription.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscriptionState.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscriptionState.cs
index 918c39e82..419dc5955 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscriptionState.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/SubscriptionState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscriptions.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscriptions.cs
index e3ae9f9e0..461bc8f18 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscriptions.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Subscriptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Type.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Type.cs
index ddcc42955..f60642380 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Type.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Type.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Unsubscribe.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Unsubscribe.cs
index 4084d18fa..7c0cea120 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Unsubscribe.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/Unsubscribe.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Delete.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Delete.cs
index ef89b44e0..a77f0ad1d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Delete.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Delete.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Event.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Event.cs
index 8c3ece15e..f4228c300 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Event.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Event.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Item.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Item.cs
index 2c08ea5f7..f114eb423 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Item.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Items.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Items.cs
index 251943a65..aebd69745 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Items.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Items.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Purge.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Purge.cs
index d6b5ef36a..586be325c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Purge.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/event/Purge.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliate.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliate.cs
index 8257de835..3d9a303d8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliate.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliates.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliates.cs
index 3cd7dd3be..69ce3d278 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliates.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Affiliates.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Configure.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Configure.cs
index 85310e326..cad6eb729 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Configure.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Configure.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Delete.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Delete.cs
index 1d85ce72d..569886111 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Delete.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Delete.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Pending.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Pending.cs
index ab402e565..d5584354d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Pending.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Pending.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSub.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSub.cs
index 674cf4a9a..13122d480 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSub.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSub.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSubIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSubIq.cs
index 487ba2ae3..35dc3d670 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSubIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/PubSubIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Purge.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Purge.cs
index 873880ca7..79b7eaf08 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Purge.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Purge.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscriber.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscriber.cs
index ef9ad9527..c6a1440db 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscriber.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscriber.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscribers.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscribers.cs
index 2d0ed01a3..db3bc8636 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscribers.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/pubsub/owner/Subscribers.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Header.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Header.cs
index fb2e7e900..01fab50e9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Header.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Header.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Headers.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Headers.cs
index 6aac30e2d..7fc918df6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Headers.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/shim/Headers.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SI.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SI.cs
index 5e30f2f71..01bbed079 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SI.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SI.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SIIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SIIq.cs
index dd65fcce0..505be7ae6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SIIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/extensions/si/SIIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agent.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agent.cs
index 258375e71..6b02dc3dc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agent.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agents.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agents.cs
index 6e781e46e..7668d22f0 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agents.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/Agents.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/AgentsIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/AgentsIq.cs
index 5b240f073..f5173c3de 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/AgentsIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/agent/AgentsIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/Auth.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/Auth.cs
index c35ce626b..a0d96a280 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/Auth.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/Auth.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/AuthIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/AuthIq.cs
index 34e2937c4..116f19c0c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/AuthIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/auth/AuthIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/Avatar.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/Avatar.cs
index 980a512d2..9fb52b96c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/Avatar.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/Avatar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/AvatarIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/AvatarIq.cs
index f8425e88e..699adbc26 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/AvatarIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/avatar/AvatarIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/Bind.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/Bind.cs
index 988f9969c..56ebe10a8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/Bind.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/Bind.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/BindIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/BindIq.cs
index db680fc68..a1412ee33 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/BindIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/bind/BindIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/BlockItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/BlockItem.cs
index b37bed1b1..9793f0820 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/BlockItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/BlockItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/Blocklist.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/Blocklist.cs
index 24048cfbc..859c0eefd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/Blocklist.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/blocklist/Blocklist.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Browse.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Browse.cs
index e2e021093..40ed1319d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Browse.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Browse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseIq.cs
index 0c1ee7a65..99addb966 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseItem.cs
index aff56251b..f5122ece7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/BrowseItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Service.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Service.cs
index 0a743777c..ca9f22fec 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Service.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/browse/Service.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/chatmarkers/Chatmarkers.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/chatmarkers/Chatmarkers.cs
index 736f90c73..08eb02cf0 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/chatmarkers/Chatmarkers.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/chatmarkers/Chatmarkers.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoFeature.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoFeature.cs
index 6345642da..713029246 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoFeature.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoFeature.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoIdentity.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoIdentity.cs
index 11a82d1d7..4bca3dacb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoIdentity.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoIdentity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfo.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfo.cs
index 8286e3e1b..d2a2bf941 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfo.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfoIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfoIq.cs
index 85e954933..53ab6bc17 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfoIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoInfoIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItem.cs
index b2b90e432..10d1a8db3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItems.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItems.cs
index 494ced332..a87b216ea 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItems.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItems.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItemsIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItemsIq.cs
index 7ff13774e..cad54e0a7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItemsIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoItemsIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoManager.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoManager.cs
index ea9b1c174..98f342f5c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/DiscoManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/Features.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/Features.cs
index 2b8446219..6b8c95741 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/Features.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/disco/Features.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/GoogleJingle.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/GoogleJingle.cs
index b6bcf4b49..d898d4047 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/GoogleJingle.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/GoogleJingle.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/Jingle.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/Jingle.cs
index de7bf0cad..1ddbbc2f2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/Jingle.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/jingle/Jingle.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/Last.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/Last.cs
index 9a6b8a0a6..4a2c3e5b6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/Last.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/Last.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/LastIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/LastIq.cs
index 910d2a5fd..8066b0fc5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/LastIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/last/LastIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/Oob.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/Oob.cs
index 876a9f548..34317006b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/Oob.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/Oob.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/OobIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/OobIq.cs
index 81fa729b7..191aeedda 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/OobIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/oob/OobIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Action.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Action.cs
index cee6e2ca3..f35e44e50 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Action.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Action.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Active.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Active.cs
index 98c6efb67..e96a1c845 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Active.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Active.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Default.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Default.cs
index 520487cfd..f1e2d9bb3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Default.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Default.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Item.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Item.cs
index b22317521..42c3ee8d4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Item.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/List.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/List.cs
index 3bc9ae56d..e1970f135 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/List.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/List.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Privacy.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Privacy.cs
index 316f3e39d..e6b2ff2ac 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Privacy.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Privacy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyIq.cs
index f58650f6d..36bc65e1a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyManager.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyManager.cs
index 7d7fd0f73..e8a55feb4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/PrivacyManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/RuleManager.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/RuleManager.cs
index 5be69dedb..593930756 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/RuleManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/RuleManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Stanza.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Stanza.cs
index 5b2bc49ee..3350621bf 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Stanza.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Stanza.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Type.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Type.cs
index b55cd477e..dfdd911be 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Type.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/privacy/Type.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/Private.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/Private.cs
index 3f95f11b4..e45785033 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/Private.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/Private.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/PrivateIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/PrivateIq.cs
index 3b852fbb2..c75bac5fb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/PrivateIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/private/PrivateIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/Register.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/Register.cs
index d0fa55295..28c749414 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/Register.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/Register.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterEventArgs.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterEventArgs.cs
index 508407d3e..f16b343d2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterEventArgs.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterIq.cs
index dccc92b90..33469c746 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/register/RegisterIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Delimiter.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Delimiter.cs
index 78e24be6e..9d741cb03 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Delimiter.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Delimiter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Roster.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Roster.cs
index 58caac67e..1a92a2f2b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Roster.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/Roster.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterIq.cs
index e21885f63..1aba58159 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterItem.cs
index f7f290bfd..c1da444e4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterManager.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterManager.cs
index 518ad8dab..64b5a6a4c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/roster/RosterManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodCall.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodCall.cs
index ed4649324..717bb15f5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodCall.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodCall.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodResponse.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodResponse.cs
index 007420f43..f19b8b01f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodResponse.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/MethodResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/Rpc.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/Rpc.cs
index 61eb4a0f7..86be134d9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/Rpc.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/Rpc.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/RpcIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/RpcIq.cs
index 25a619fa5..7d3b8c234 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/RpcIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/rpc/RpcIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/Search.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/Search.cs
index 3bf6d9f09..c6e8d633e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/Search.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/Search.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchIq.cs
index 4ea058d80..1e826a690 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchItem.cs
index 695f94899..ed37b2c80 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/search/SearchItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/Session.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/Session.cs
index 921e14b57..f5f2906f8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/Session.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/SessionIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/SessionIq.cs
index 4f3e649c6..9cee12835 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/SessionIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/session/SessionIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/EntityTime.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/EntityTime.cs
index c7877e227..28c10219a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/EntityTime.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/EntityTime.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/Time.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/Time.cs
index c3797c0e0..aa60ffa8b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/Time.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/Time.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/TimeIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/TimeIq.cs
index 3c8039c0c..a14971386 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/TimeIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/time/TimeIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Address.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Address.cs
index 67edffce8..320435846 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Address.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Address.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Email.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Email.cs
index eefade48c..a9f25765a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Email.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Email.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Gender.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Gender.cs
index 7d5fd7d2e..3bf642687 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Gender.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Gender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Name.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Name.cs
index 63d2e8a6c..ebe36feff 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Name.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Name.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Organization.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Organization.cs
index 957377333..1b4924652 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Organization.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Organization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Photo.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Photo.cs
index 1e793de46..da079d183 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Photo.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Photo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Telephone.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Telephone.cs
index 33980028a..44a36dce1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Telephone.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Telephone.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Vcard.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Vcard.cs
index d59a17c1f..101062056 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Vcard.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/Vcard.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/VcardIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/VcardIq.cs
index 866e93cae..ec504613c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/VcardIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/vcard/VcardIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/Version.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/Version.cs
index addda074a..b04cbac10 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/Version.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/Version.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/VersionIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/VersionIq.cs
index ac5a5a59f..690e3ff2f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/VersionIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/iq/version/VersionIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Abort.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Abort.cs
index 4a011aa3a..0ba4fa273 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Abort.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Abort.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Auth.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Auth.cs
index c789be8be..9c755046a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Auth.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Auth.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Challenge.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Challenge.cs
index 0c64e0a7f..412095617 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Challenge.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Challenge.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Failure.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Failure.cs
index bd28f53ea..325191524 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Failure.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Failure.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/FailureCondition.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/FailureCondition.cs
index 7adc5f2a4..f53572269 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/FailureCondition.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/FailureCondition.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanism.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanism.cs
index 4fb6b48d5..44d9714b9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanism.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanism.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanisms.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanisms.cs
index 702f0c540..662714109 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanisms.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Mechanisms.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Response.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Response.cs
index 2e752295b..3b068f359 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Response.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Response.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Success.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Success.cs
index e5b3872e0..79b3b92e4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Success.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/Success.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/TMToken.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/TMToken.cs
index 04e838b7d..ffb8c147f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/TMToken.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/sasl/TMToken.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/server/Presence.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/server/Presence.cs
index 256bddf04..7e14698a4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/server/Presence.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/server/Presence.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/Avatar.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/Avatar.cs
index 9604c28ce..e41ea0e5d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/Avatar.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/Avatar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/AvatarIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/AvatarIq.cs
index caa759014..28c17afe2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/AvatarIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/storage/AvatarIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/Features.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/Features.cs
index 45bc60231..5eb7f6b99 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/Features.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/Features.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/Register.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/Register.cs
index f3a38d151..f346c29e8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/Register.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/Register.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Compression.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Compression.cs
index f0cdcbc9f..b41dfbe86 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Compression.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Compression.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Method.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Method.cs
index 571bce4ea..cd6933ff1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Method.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/stream/feature/compression/Method.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Failure.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Failure.cs
index afc1926a3..b6bd688e6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Failure.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Failure.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Proceed.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Proceed.cs
index ab193daa3..94f6b2fc8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Proceed.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/Proceed.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/StartTls.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/StartTls.cs
index 7d6eccc01..20bf15346 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/StartTls.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/tls/StartTls.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Avatar.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Avatar.cs
index 1417c0568..48db18968 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Avatar.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Avatar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Conference.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Conference.cs
index 6444d60e9..dcc729a2d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Conference.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Conference.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Delay.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Delay.cs
index 19d1be213..6e105bbac 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Delay.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Delay.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Event.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Event.cs
index 8832cf00a..4831af10c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Event.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/Event.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Data.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Data.cs
index 0f639c3e3..d0c6dc76b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Data.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Data.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Field.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Field.cs
index bdb308072..e30b35532 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Field.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Field.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldContainer.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldContainer.cs
index e9d0fba1b..868f2040a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldContainer.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldContainer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldTypes.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldTypes.cs
index b1ca74795..7fe5aaff2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldTypes.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/FieldTypes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Item.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Item.cs
index 29461730d..f2be2d57a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Item.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Option.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Option.cs
index 12ccc56d7..08289da29 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Option.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Option.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Reported.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Reported.cs
index e9dfdf975..f3767f8bc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Reported.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Reported.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Value.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Value.cs
index fe7793685..3cd0f839c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Value.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/data/Value.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Actor.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Actor.cs
index 10bfb5d85..d48e5df0a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Actor.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Actor.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Affiliation.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Affiliation.cs
index 577c4a0cd..7a9b872f5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Affiliation.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Affiliation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Decline.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Decline.cs
index 692a2ca78..7e3dcc00a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Decline.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Decline.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Destroy.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Destroy.cs
index a79b23af8..e4d42383f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Destroy.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Destroy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/History.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/History.cs
index c92ca1a46..642414b5a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/History.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/History.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invitation.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invitation.cs
index 1d4455f7c..80d059214 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invitation.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invitation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invite.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invite.cs
index 17a76188f..650dcf749 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invite.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Invite.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Item.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Item.cs
index 762e587b0..6f746d041 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Item.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Muc.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Muc.cs
index 55d556ecf..b05387092 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Muc.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Muc.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/MucManager.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/MucManager.cs
index fe5eecf22..577fc38cc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/MucManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/MucManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Role.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Role.cs
index 1dc196872..19d4fc36b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Role.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Role.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Status.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Status.cs
index f949db341..323843aae 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Status.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/Status.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/StatusCode.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/StatusCode.cs
index dbc775124..ba3797189 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/StatusCode.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/StatusCode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/User.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/User.cs
index 786553033..1f7699524 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/User.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/User.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/Unique.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/Unique.cs
index dff5f8b45..542d90f11 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/Unique.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/Unique.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/UniqueIQ.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/UniqueIQ.cs
index 46fa005e3..72de03a91 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/UniqueIQ.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/UniqueIQ.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Admin.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Admin.cs
index 57a703e9f..0090c91c3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Admin.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Admin.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/AdminIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/AdminIq.cs
index 9b363bcb2..29da4906c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/AdminIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/AdminIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Item.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Item.cs
index 93b72dd46..1122a45be 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Item.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/admin/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/Owner.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/Owner.cs
index 58787eb09..42209664d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/Owner.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/Owner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/OwnerIq.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/OwnerIq.cs
index 9ce1ea12f..5a8f9572e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/OwnerIq.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/muc/iq/owner/OwnerIq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterItem.cs
index 296903357..78c190f2c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterX.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterX.cs
index c09d11ef9..0939886ff 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterX.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/rosterx/RosterX.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/History.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/History.cs
index 511f7c49b..2e2ffc5ba 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/History.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/History.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/HistoryItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/HistoryItem.cs
index e3f4e8a51..7e3a950dc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/HistoryItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/HistoryItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLog.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLog.cs
index a86281208..c741db85c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLog.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLog.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLogItem.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLogItem.cs
index 7bf9bc629..b514566bf 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLogItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/tm/history/PrivateLogItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/vcard_update/VcardUpdate.cs b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/vcard_update/VcardUpdate.cs
index 3ae86e194..4fe8620cd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/vcard_update/VcardUpdate.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/protocol/x/vcard_update/VcardUpdate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/BareJidComparer.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/BareJidComparer.cs
index 6b4849c6f..7b9e4620e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/BareJidComparer.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/BareJidComparer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/FullJidComparer.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/FullJidComparer.cs
index dab91cd9f..628ac5a0d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/FullJidComparer.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Collections/FullJidComparer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Date.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Date.cs
index aeeebd419..87bc04234 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Date.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Date.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/ElementSerializer.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/ElementSerializer.cs
index 849249ecd..a63e317ce 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/ElementSerializer.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/ElementSerializer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Enum.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Enum.cs
index f1e5cab35..17142c97a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Enum.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Exceptions.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Exceptions.cs
index a24d22218..11a556d91 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Exceptions.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Exceptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Hash.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Hash.cs
index 275f1775f..b8957145f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Hash.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Hash.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/CombiningClass.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/CombiningClass.cs
index b72d62a55..7ba73a983 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/CombiningClass.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/CombiningClass.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Composition.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Composition.cs
index cc24e1049..0c268a949 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Composition.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Composition.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionKeys.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionKeys.cs
index 408250ed8..42c17638c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionKeys.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionKeys.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionMappings.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionMappings.cs
index d335306b4..2799670a6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionMappings.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/DecompositionMappings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNA.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNA.cs
index 5b3538cba..52c81a50a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNA.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNA.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNAException.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNAException.cs
index a8f662f9e..ff7ea02f8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNAException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/IDNAException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/NFKC.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/NFKC.cs
index d778009cf..8d25a2946 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/NFKC.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/NFKC.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Punycode.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Punycode.cs
index 303df6018..82d204051 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Punycode.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Punycode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/PunycodeException.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/PunycodeException.cs
index d41d42410..ae9891e4a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/PunycodeException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/PunycodeException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/RFC3454.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/RFC3454.cs
index 62ad8b185..52445f8b2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/RFC3454.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/RFC3454.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Stringprep.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Stringprep.cs
index c9697f380..436f549e3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Stringprep.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/Stringprep.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/StringprepException.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/StringprepException.cs
index 8613549a7..f21cf416a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/StringprepException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Idn/StringprepException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/RNGCryptoServiceProvider.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/RNGCryptoServiceProvider.cs
index 1b91835fd..3817d1755 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/RNGCryptoServiceProvider.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/RNGCryptoServiceProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/RandomNumberGenerator.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/RandomNumberGenerator.cs
index 2d291520f..ba5b13e5b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/RandomNumberGenerator.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/RandomNumberGenerator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/WinCeApi.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/WinCeApi.cs
index 834026acc..40ea1f2bd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/WinCeApi.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/WinCeApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Comment.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Comment.cs
index 9198f78e7..bd2a98cb9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Comment.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Comment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Document.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Document.cs
index b44fc7011..be6f268c3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Document.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Document.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/DomLoader.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/DomLoader.cs
index 6f559d0b9..50bb9444e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/DomLoader.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/DomLoader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Element.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Element.cs
index 86535c554..767870148 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Element.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Element.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/ElementList.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/ElementList.cs
index 340b94666..1612ee57d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/ElementList.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/ElementList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Node.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Node.cs
index bd2e364a1..9111babd9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Node.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Node.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/NodeList.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/NodeList.cs
index 5203010d3..c6dbd0430 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/NodeList.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/NodeList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Text.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Text.cs
index 1b7fbd937..26e925ab6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Text.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/Dom/Text.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/StreamParser.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/StreamParser.cs
index 5cbda3e9c..6e31c2af3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/StreamParser.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/StreamParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/BufferAggregate.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/BufferAggregate.cs
index 5966cf950..d2ac0d729 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/BufferAggregate.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/BufferAggregate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/ContentToken.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/ContentToken.cs
index 6f6e6eba9..f0a6c071a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/ContentToken.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/ContentToken.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Encoding.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Encoding.cs
index dba482f4e..30a775a45 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Encoding.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Encoding.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Exceptions.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Exceptions.cs
index 1a3d39a77..b5efd9cb6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Exceptions.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Exceptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/NS.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/NS.cs
index f0175aed2..3d5a3f240 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/NS.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/NS.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Position.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Position.cs
index 24a0e89fe..a7a63c90c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Position.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Position.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Token.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Token.cs
index 4c6ab6093..77eba9ba9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Token.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/Token.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/UTF8Encoding.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/UTF8Encoding.cs
index 68426e411..52247ec4b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/UTF8Encoding.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/Xml/xpnet/UTF8Encoding.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/JidException.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/JidException.cs
index f75a6f2b4..4746aca93 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/JidException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/JidException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/RegisterException.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/RegisterException.cs
index ab736f75e..720771b02 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/RegisterException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/RegisterException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/XmlRpcException.cs b/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/XmlRpcException.cs
index b845c05fe..b85abfc7a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/XmlRpcException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Core/utils/exceptions/XmlRpcException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/ASCContext.cs b/module/ASC.Jabber/ASC.Xmpp.Host/ASCContext.cs
index 7dcadc2b7..83f92091e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/ASCContext.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/ASCContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/ASCRosterStore.cs b/module/ASC.Jabber/ASC.Xmpp.Host/ASCRosterStore.cs
index 974a77acd..f6a10a316 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/ASCRosterStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/ASCRosterStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/ASCUserStore.cs b/module/ASC.Jabber/ASC.Xmpp.Host/ASCUserStore.cs
index 0f37092fe..d7171eb5c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/ASCUserStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/ASCUserStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/ASCVCardStore.cs b/module/ASC.Jabber/ASC.Xmpp.Host/ASCVCardStore.cs
index b9ef0563b..613a88039 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/ASCVCardStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/ASCVCardStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/CreatorService.cs b/module/ASC.Jabber/ASC.Xmpp.Host/CreatorService.cs
index ac0fb5e55..87e6351fa 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/CreatorService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/CreatorService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/JabberService.cs b/module/ASC.Jabber/ASC.Xmpp.Host/JabberService.cs
index 77b88dd7b..e47745886 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/JabberService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/JabberService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerCleaner.cs b/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerCleaner.cs
index 59d47f974..4be267091 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerCleaner.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerCleaner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerLauncher.cs b/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerLauncher.cs
index 22a44a4e5..ed3cf5590 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerLauncher.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Host/XmppServerLauncher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandler.cs
index 9e77c54c7..5dae3eeca 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandshakeHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandshakeHandler.cs
index b7f8862fb..564d80af3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandshakeHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthHandshakeHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthIQHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthIQHandler.cs
index 3bc3cb7bf..95c9f8fa5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthIQHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthIQHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthManager.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthManager.cs
index 97da31aa3..299002ff2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthTMTokenHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthTMTokenHandler.cs
index 5a8268637..955466b50 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthTMTokenHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/AuthTMTokenHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/XmppFailureError.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/XmppFailureError.cs
index 06c3ff9f8..a371c8330 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/XmppFailureError.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Authorization/XmppFailureError.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/IConfigurable.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/IConfigurable.cs
index 8426c0bc6..77d10205d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/IConfigurable.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/IConfigurable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfiguration.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfiguration.cs
index 729dc290a..6317a50c8 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfiguration.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationCollection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationCollection.cs
index fe651e5af..268dfb182 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationCollection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationElement.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationElement.cs
index 4acef9b9b..32036704c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationElement.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationSection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationSection.cs
index b0e6c91f9..2a29fddce 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationSection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/JabberConfigurationSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/Schema.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/Schema.cs
index fcb28625a..41cc63cb6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/Schema.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/Schema.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationCollection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationCollection.cs
index 588652464..29ec10228 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationCollection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationElement.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationElement.cs
index 4ffe644d1..4a92d8153 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationElement.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Configuration/ServiceConfigurationElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppConnection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppConnection.cs
index af2726a8a..0619ecadc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppConnection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppConnection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppHelper.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppHelper.cs
index f27c71e10..1992fe6c4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppHelper.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppListener.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppListener.cs
index 3fa05c0e7..155b55fdb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppListener.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppListener.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppRequest.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppRequest.cs
index 0517c1553..771edb8a3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppRequest.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/BoshXmppRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppConnection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppConnection.cs
index 4be2c1b4c..a39185e3b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppConnection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppConnection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppListener.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppListener.cs
index ac596394e..a8374ae24 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppListener.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppListener.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppReceiver.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppReceiver.cs
index d3f180d2c..9b2b75454 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppReceiver.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppReceiver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppSender.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppSender.cs
index ac9ce0b95..6d14dfa42 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppSender.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/IXmppSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppConnection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppConnection.cs
index 36c7c5f7e..c36ce9728 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppConnection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppConnection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppListener.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppListener.cs
index 4129f4944..ed62cc045 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppListener.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/SignalRXmppListener.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpSslXmppConnection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpSslXmppConnection.cs
index 9b31a12d5..390b5d9a5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpSslXmppConnection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpSslXmppConnection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppConnection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppConnection.cs
index d1c43e74d..68e950e60 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppConnection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppConnection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppListener.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppListener.cs
index 700b186fd..c228f9a23 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppListener.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/TcpXmppListener.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppGateway.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppGateway.cs
index f9d92bcae..9cf174789 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppGateway.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppGateway.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppListenerBase.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppListenerBase.cs
index 25abdd1c0..a96f05d80 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppListenerBase.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppListenerBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppSender.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppSender.cs
index fdcf29ed1..1e7190c93 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppSender.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppStartTlsOption.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppStartTlsOption.cs
index f5d3544a5..a2f764fbd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppStartTlsOption.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Gateway/XmppStartTlsOption.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppHandler.cs
index 630ddfc32..2340a9ce1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStanzaHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStanzaHandler.cs
index ab5b0e32d..21ac6b26b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStanzaHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStanzaHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamHandler.cs
index 208b2e705..0a63bada1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamStartHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamStartHandler.cs
index 9cde35dec..cf5cb5a88 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamStartHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/IXmppStreamStartHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerAttribute.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerAttribute.cs
index bc5945063..45181641a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerAttribute.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerContext.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerContext.cs
index aa27840f7..cd62bd2c2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerContext.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerManager.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerManager.cs
index 1c02e520f..c16d1c7e7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerStorage.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerStorage.cs
index 2b0e45949..868386895 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerStorage.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppHandlerStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStanzaHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStanzaHandler.cs
index 1bd0b385c..7ea6b5a63 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStanzaHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStanzaHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamHandler.cs
index cf4f53f0c..1fc6a6055 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamValidator.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamValidator.cs
index fc6344a70..5ef25e4cc 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamValidator.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Handler/XmppStreamValidator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/JabberException.cs b/module/ASC.Jabber/ASC.Xmpp.Server/JabberException.cs
index 01d771eae..8c2e9deda 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/JabberException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/JabberException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/IXmppService.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/IXmppService.cs
index a9d23bcd2..b63ea1654 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/IXmppService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/IXmppService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/BindSessionHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/BindSessionHandler.cs
index 9e4419ff0..ca8147020 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/BindSessionHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/BindSessionHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/CommandHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/CommandHandler.cs
index 8dfcbbd9b..5360a5c87 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/CommandHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/CommandHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/DiscoHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/DiscoHandler.cs
index db5ec6ca4..ae24f25e7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/DiscoHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/DiscoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/JabberService.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/JabberService.cs
index ae2de5993..20942ef4c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/JabberService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/JabberService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/LastHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/LastHandler.cs
index 713157ed1..c998302e7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/LastHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/LastHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageAnnounceHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageAnnounceHandler.cs
index 435f408c4..fb64aded5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageAnnounceHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageAnnounceHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageArchiveHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageArchiveHandler.cs
index 900e90d9c..8c98400c7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageArchiveHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageArchiveHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageHandler.cs
index 0cbec40f8..6f791ceeb 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/MessageHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/NotFoundException.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/NotFoundException.cs
index 8931a25fc..460c0ee17 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/NotFoundException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/NotFoundException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/OfflineProvider.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/OfflineProvider.cs
index 7a4df18ba..a17176b94 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/OfflineProvider.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/OfflineProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PresenceHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PresenceHandler.cs
index daa476ed6..be877548a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PresenceHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PresenceHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PrivateHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PrivateHandler.cs
index 6bcf61edb..c34a2068d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PrivateHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/PrivateHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RegisterHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RegisterHandler.cs
index e63af04e5..371be3485 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RegisterHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RegisterHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RosterHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RosterHandler.cs
index cb42fec53..9a90e6205 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RosterHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/RosterHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/StartTlsHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/StartTlsHandler.cs
index d009b63e5..9b3313045 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/StartTlsHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/StartTlsHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TestService.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TestService.cs
index 4a209f58e..98faf672d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TestService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TestService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TransferHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TransferHandler.cs
index 5ad03ea44..577e19ef2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TransferHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/TransferHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VCardHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VCardHandler.cs
index 1fec074d2..28a415321 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VCardHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VCardHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VerTimePingHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VerTimePingHandler.cs
index e4eafa30a..d6cdd3f4a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VerTimePingHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Jabber/VerTimePingHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Exceptions/MucMemberExistsException.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Exceptions/MucMemberExistsException.cs
index 24a978050..d38c27683 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Exceptions/MucMemberExistsException.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Exceptions/MucMemberExistsException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Helpers/MucHelpers.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Helpers/MucHelpers.cs
index 6e1fbd88c..164299cef 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Helpers/MucHelpers.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Helpers/MucHelpers.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucService.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucService.cs
index 265663439..22f166f5c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucStanzaHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucStanzaHandler.cs
index 68cc6814f..9aded2716 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucStanzaHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/MucStanzaHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMember.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMember.cs
index 621920bfa..86e3b49c2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMember.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMember.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberDiscoHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberDiscoHandler.cs
index accff838f..2a404c91c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberDiscoHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberDiscoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberInfo.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberInfo.cs
index ae966af29..0bc6dc665 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberInfo.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberStanzaHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberStanzaHandler.cs
index 7cd898f0d..1bd565d05 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberStanzaHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Member/MucRoomMemberStanzaHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoom.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoom.cs
index e9ba5e1cd..6b76047b0 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoom.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoom.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomMemberCollection.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomMemberCollection.cs
index 87a8ce5ba..07c84395c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomMemberCollection.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomMemberCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomStanzaHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomStanzaHandler.cs
index b0d2c4d2e..e460ec88e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomStanzaHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/MucRoomStanzaHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomInfo.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomInfo.cs
index 0cec08b40..3b5863d5b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomInfo.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomSettings.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomSettings.cs
index aa89a988f..233eaafdd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomSettings.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Muc2/Room/Settings/MucRoomSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastHandler.cs
index 575cf1fb8..0f38fe986 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastService.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastService.cs
index 96eb7c331..e044f0459 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/Multicast/MulticastService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/ServiceDiscoHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/ServiceDiscoHandler.cs
index 5afc5efdb..2b6c63d01 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/ServiceDiscoHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/ServiceDiscoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchHandler.cs
index 578e5335b..2f51e644b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchService.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchService.cs
index cb4bc11e8..9efde6c65 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchService.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/VCardSearch/VCardSearchService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceBase.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceBase.cs
index c1ec068bd..6f88136d1 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceBase.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceManager.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceManager.cs
index 0e142d590..04a693327 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Services/XmppServiceManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Session/ClientInfo.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Session/ClientInfo.cs
index 6e015f579..8b12e88ed 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Session/ClientInfo.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Session/ClientInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSession.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSession.cs
index 19b307b82..a771cd7d5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSession.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSession.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionArgs.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionArgs.cs
index 96782b6af..835098356 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionArgs.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionManager.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionManager.cs
index 82118bd8e..d1f38c7ff 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Session/XmppSessionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/SignalRHelper.cs b/module/ASC.Jabber/ASC.Xmpp.Server/SignalRHelper.cs
index 4939201cc..f163fdfca 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/SignalRHelper.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/SignalRHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCRosterStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCRosterStore.cs
index 77392c055..67b6e2c0c 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCRosterStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCRosterStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCVCardStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCVCardStore.cs
index 27a3c8204..72234b89e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCVCardStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/ASCVCardStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbLdapSettingsStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbLdapSettingsStore.cs
index 685a47d9f..c594e5bb2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbLdapSettingsStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbLdapSettingsStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMessageArchive.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMessageArchive.cs
index e55b112cd..0a5004975 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMessageArchive.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMessageArchive.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMucStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMucStore.cs
index b4791ce32..a48709e22 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMucStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbMucStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbOfflineStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbOfflineStore.cs
index d93866a08..ea96cdfd5 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbOfflineStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbOfflineStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPrivateStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPrivateStore.cs
index 8e3941be3..8e2f0b3f9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPrivateStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPrivateStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPushStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPushStore.cs
index 8417dfefb..d179fd382 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPushStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbPushStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbRosterStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbRosterStore.cs
index efbb41fc2..fdd04ead4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbRosterStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbRosterStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbStoreBase.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbStoreBase.cs
index 430f896ca..12236a2c6 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbStoreBase.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbStoreBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbUserStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbUserStore.cs
index 872945c33..e604303dd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbUserStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbUserStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbVCardStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbVCardStore.cs
index bead91b5e..86549ac7e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbVCardStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/DbVCardStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IMucStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IMucStore.cs
index 3646e9a4f..858632bcd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IMucStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IMucStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IOfflineStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IOfflineStore.cs
index f821fc500..eb322babd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IOfflineStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IOfflineStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IPrivateStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IPrivateStore.cs
index c17a35fcf..0378b57e2 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IPrivateStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IPrivateStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStorage.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStorage.cs
index 67a375302..6b447c6e4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStorage.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStore.cs
index dc99e8243..0f635c811 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IRosterStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IUserStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IUserStore.cs
index 9a0141a7f..cc3c7b81e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IUserStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IUserStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IVCardStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IVCardStore.cs
index 97e746f2a..75a6d4551 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IVCardStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/Interface/IVCardStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/LastActivity.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/LastActivity.cs
index e28a3a07a..dfa502bb3 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/LastActivity.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/LastActivity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/StorageManager.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/StorageManager.cs
index a9105a0c5..fc4ca1504 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/StorageManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/StorageManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/UserRosterItem.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/UserRosterItem.cs
index b577ca168..1566a0e6a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/UserRosterItem.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/UserRosterItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/VCardStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/VCardStore.cs
index 27b5b8ce2..807447ae0 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/VCardStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/VCardStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/XMLUserStore.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/XMLUserStore.cs
index dc76a9746..1d36cdcc9 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Storage/XMLUserStore.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Storage/XMLUserStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ClientNamespaceHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ClientNamespaceHandler.cs
index 5c1e5e0c0..2c095d15e 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ClientNamespaceHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ClientNamespaceHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ComponentNamespaceHandler.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ComponentNamespaceHandler.cs
index 9ab3a4810..1192b8f18 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ComponentNamespaceHandler.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/ComponentNamespaceHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStream.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStream.cs
index 717661797..8a316041a 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStream.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStreamManager.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStreamManager.cs
index 439d3183c..2f2522232 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStreamManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Streams/XmppStreamManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Users/User.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Users/User.cs
index cbd299eb0..e21874cd7 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Users/User.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Users/User.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Users/UserManager.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Users/UserManager.cs
index 349847f8b..eef6c1e94 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Users/UserManager.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Users/UserManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/IdleWatcher.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/IdleWatcher.cs
index d5e363e43..a9afa21fd 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/IdleWatcher.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/IdleWatcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/PathUtils.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/PathUtils.cs
index 81767860a..7928eb17f 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/PathUtils.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/PathUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/UniqueId.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/UniqueId.cs
index 71d84fd64..9d0812216 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/UniqueId.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/UniqueId.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/XDataUtils.cs b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/XDataUtils.cs
index a2be3961f..1e3c8044b 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/Utils/XDataUtils.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/Utils/XDataUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/XmppServer.cs b/module/ASC.Jabber/ASC.Xmpp.Server/XmppServer.cs
index 5e497082f..2c2d7e5c4 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/XmppServer.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/XmppServer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/XmppStanzaError.cs b/module/ASC.Jabber/ASC.Xmpp.Server/XmppStanzaError.cs
index 9e4910cbf..9f92832ac 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/XmppStanzaError.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/XmppStanzaError.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Jabber/ASC.Xmpp.Server/XmppStreamError.cs b/module/ASC.Jabber/ASC.Xmpp.Server/XmppStreamError.cs
index 5c80f8837..0f601677d 100644
--- a/module/ASC.Jabber/ASC.Xmpp.Server/XmppStreamError.cs
+++ b/module/ASC.Jabber/ASC.Xmpp.Server/XmppStreamError.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/AddressParser.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/AddressParser.cs
index fb10e6d42..72273bf57 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/AddressParser.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/AddressParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommentAddressParser.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommentAddressParser.cs
index fedfd5fb9..f223810e6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommentAddressParser.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommentAddressParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommunityAddressParser.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommunityAddressParser.cs
index 1b86aaca6..7ad6a3904 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommunityAddressParser.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/CommunityAddressParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/FileAddressParser.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/FileAddressParser.cs
index 62f2c6d5e..f5c7bc63d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/FileAddressParser.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/FileAddressParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/IAddressParser.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/IAddressParser.cs
index dc728e798..c13910700 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/IAddressParser.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/IAddressParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/ProjectAddressParser.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/ProjectAddressParser.cs
index 5ccd2f8f1..20d81896d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/ProjectAddressParser.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AddressParsers/ProjectAddressParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiRequest.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiRequest.cs
index 1002407a0..5fe58d198 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiRequest.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiService.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiService.cs
index c7559e5ef..6af481708 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiService.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ApiService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyService.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyService.cs
index 5e8bd65df..784f931e6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyService.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyServiceController.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyServiceController.cs
index 26c1eb16a..f7a751add 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyServiceController.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/AutoreplyServiceController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Configuration.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Configuration.cs
index 83032a58c..147ce0ff4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Configuration.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Configuration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/CooldownInspector.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/CooldownInspector.cs
index d3c78ed85..da507a349 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/CooldownInspector.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/CooldownInspector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/BlogTagsResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/BlogTagsResolver.cs
index 842d4f660..d8976ff78 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/BlogTagsResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/BlogTagsResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/ContentResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/ContentResolver.cs
index 853ef5f44..94a54debc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/ContentResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/ContentResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/IParameterResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/IParameterResolver.cs
index 558f4fca1..80ca31383 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/IParameterResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/IParameterResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskDeadlineResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskDeadlineResolver.cs
index 6d0c9c9b5..6e48647e5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskDeadlineResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskDeadlineResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskMilestoneResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskMilestoneResolver.cs
index 72740daca..bd61f85fb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskMilestoneResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskMilestoneResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskPriorityResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskPriorityResolver.cs
index 48665994a..3c44ea0d1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskPriorityResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskPriorityResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskResponsiblesResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskResponsiblesResolver.cs
index 3b21f3dca..1020cef3a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskResponsiblesResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TaskResponsiblesResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TitleResolver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TitleResolver.cs
index 42914892f..13ba3a18b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TitleResolver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/ParameterResolvers/TitleResolver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Html2TextConverter.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Html2TextConverter.cs
index 504249977..55169c904 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Html2TextConverter.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Html2TextConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/HtmlSanitizer.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/HtmlSanitizer.cs
index f667c01c9..9861acd75 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/HtmlSanitizer.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/HtmlSanitizer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Text2HtmlConverter.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Text2HtmlConverter.cs
index fa635fca4..762aae2f1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Text2HtmlConverter.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/Html/Text2HtmlConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringDistance.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringDistance.cs
index fe7f37e58..aeeb22490 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringDistance.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringDistance.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringExtensions.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringExtensions.cs
index 0bd92cc07..db0425520 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringExtensions.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Autoreply/Utility/StringExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN.cs
index f7ebf3768..4cc8a5191 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN_Group.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN_Group.cs
index 8218b40b4..cf48523ce 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN_Group.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABFN_Group.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Alternation.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Alternation.cs
index cdf90343c..dfc183002 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Alternation.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Alternation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_BinVal.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_BinVal.cs
index d651c7c1e..e578cbeb9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_BinVal.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_BinVal.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_CharVal.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_CharVal.cs
index 292b2d22c..fcb7d179d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_CharVal.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_CharVal.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Concatenation.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Concatenation.cs
index 4241b885d..098d1232e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Concatenation.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Concatenation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_DecVal.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_DecVal.cs
index e8cad8c96..6542cce58 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_DecVal.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_DecVal.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Element.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Element.cs
index b735497d3..a52ea8401 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Element.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Element.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_HexVal.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_HexVal.cs
index ffbe88ff0..0c8c6c6fb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_HexVal.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_HexVal.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Option.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Option.cs
index fbdc04377..a8bc8ae86 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Option.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Option.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_ProseVal.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_ProseVal.cs
index 76c3c2f1d..3d750a7b2 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_ProseVal.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_ProseVal.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Repetition.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Repetition.cs
index 2b42895ff..e10696826 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Repetition.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Repetition.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Rule.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Rule.cs
index e59a3fa73..b30f85e27 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Rule.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_Rule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_RuleName.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_RuleName.cs
index ce3c9a3ef..8bd96ceba 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_RuleName.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ABNF/ABNF_RuleName.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism.cs
index 80699898d..7317180fc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_CramMd5.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_CramMd5.cs
index 67d46eefc..319032a6f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_CramMd5.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_CramMd5.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_DigestMd5.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_DigestMd5.cs
index 4aac617bc..c4820d6cb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_DigestMd5.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_DigestMd5.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Login.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Login.cs
index a25770af9..3adccdeeb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Login.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Login.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Plain.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Plain.cs
index e225b7859..7cf855eea 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Plain.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_SASL_ServerMechanism_Plain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_Authenticate.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_Authenticate.cs
index 50440a203..29e205860 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_Authenticate.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_Authenticate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_UserInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_UserInfo.cs
index ff151f901..5f8bbc577 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_UserInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AUTH_e_UserInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthHelper.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthHelper.cs
index 7ff2e1122..9ea448f94 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthHelper.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthType.cs
index 0a64efdbb..44883ad38 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/AuthType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest.cs
index dfcb1e7b5..805ef2ee7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest_NonceManager.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest_NonceManager.cs
index 074db979b..38e2bd9ae 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest_NonceManager.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AUTH/Auth_HttpDigest_NonceManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AsyncOP.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AsyncOP.cs
index 11ccfe714..a4116de3d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AsyncOP.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/AsyncOP.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BalanceMode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BalanceMode.cs
index c31d4a7d4..7de2e00dd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BalanceMode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BalanceMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BindInfoProtocol.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BindInfoProtocol.cs
index f888c366a..924475b46 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BindInfoProtocol.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/BindInfoProtocol.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/CircleCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/CircleCollection.cs
index 307b2e2f7..898d89729 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/CircleCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/CircleCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_Client.cs
index dc6c25c82..4e20bd775 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_ClientException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_ClientException.cs
index bccfdea94..29ec38f51 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_ClientException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_ClientException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_A.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_A.cs
index 680cb2a62..b099d94cf 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_A.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_A.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_AAAA.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_AAAA.cs
index 2757bd9a0..45b6b98b1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_AAAA.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_AAAA.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_CNAME.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_CNAME.cs
index 88d39da45..2392cce93 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_CNAME.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_CNAME.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_HINFO.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_HINFO.cs
index 14834360a..e02838832 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_HINFO.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_HINFO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_MX.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_MX.cs
index 87f26011c..56d1bd589 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_MX.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_MX.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NAPTR.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NAPTR.cs
index 8d98bb57c..7987a75e0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NAPTR.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NAPTR.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NS.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NS.cs
index 65c871a76..a1f1fbe6b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NS.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_NS.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_PTR.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_PTR.cs
index 0fa9de86a..693f77c2c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_PTR.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_PTR.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SOA.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SOA.cs
index b0e67b5b7..18062108e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SOA.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SOA.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SRV.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SRV.cs
index e5e4401a7..f1efab16d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SRV.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_SRV.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_TXT.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_TXT.cs
index 9f9b7e623..2aabbf993 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_TXT.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_TXT.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_base.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_base.cs
index a6cb389aa..25b4e24b3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_base.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DNS_rr_base.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsCache.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsCache.cs
index 1c2360102..c0720cb00 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsCache.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsCache.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsServerResponse.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsServerResponse.cs
index c4f5d20c5..601810f62 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsServerResponse.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/DnsServerResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/QTYPE.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/QTYPE.cs
index 93ce0b106..5c58f2b82 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/QTYPE.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/QTYPE.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/RCODE.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/RCODE.cs
index f7b988227..67a93d7c6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/RCODE.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/RCODE.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/_OPCODE.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/_OPCODE.cs
index e4b313e4b..e176a2703 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/_OPCODE.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/DNS/Client/_OPCODE.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/DbFile.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/DbFile.cs
index 3be8f2df4..3905a7c2b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/DbFile.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/DbFile.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumn.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumn.cs
index c27843053..6f7569803 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumn.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumn.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumnCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumnCollection.cs
index 25b8710d5..76e1c1dfd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumnCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataColumnCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataType.cs
index 4ac4af1ff..acf6235a4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_DataType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_Record.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_Record.cs
index b1defe9fc..73867ddb1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_Record.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/LDB_Record.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_DataPage.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_DataPage.cs
index a8fa9c4c1..8b54e1dd9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_DataPage.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_DataPage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_ldb_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_ldb_Utils.cs
index 9c09322cb..67ce055c7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_ldb_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/_ldb_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthRecord.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthRecord.cs
index c9d310ed8..b9000725c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthRecord.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthRecord.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthTable.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthTable.cs
index 694dc0124..521db5da3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthTable.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Data/lsDB_FixedLengthTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EncodingTools.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EncodingTools.cs
index c4a9da8f6..3bda08db8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EncodingTools.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EncodingTools.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EventArgs.cs
index cb97454ad..8f69a3ace 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ExceptionEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ExceptionEventArgs.cs
index 44a6f5a2a..033425d6f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ExceptionEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ExceptionEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_Client.cs
index cb6c2a7b0..74b687378 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_ClientException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_ClientException.cs
index b835376b8..d307868c9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_ClientException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Client/FTP_ClientException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_ListItem.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_ListItem.cs
index 6fe7d7728..424ba4e5f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_ListItem.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_ListItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_TransferMode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_TransferMode.cs
index d185a2519..21253093d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_TransferMode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/FTP_TransferMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/AuthUser_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/AuthUser_EventArgs.cs
index a14bb9c1e..97b03d08e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/AuthUser_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/AuthUser_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Server.cs
index 1bc5886dc..784fc1928 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Session.cs
index d2bdffec2..140883214 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FTP_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FileSysEntry_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FileSysEntry_EventArgs.cs
index 04c77327f..c90ce730b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FileSysEntry_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/FTP/Server/FileSysEntry_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Server.cs
index 5feea59c0..0ddc462d2 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Session.cs
index 07e29d9f4..c91f42ba8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HTTP/Server/HTTP_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HostEndPoint.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HostEndPoint.cs
index 97a655bc0..28eed1e15 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HostEndPoint.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/HostEndPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ICMP/Icmp.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ICMP/Icmp.cs
index 0d020740e..580327e5f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ICMP/Icmp.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ICMP/Icmp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Acl.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Acl.cs
index 2b313d4e6..210d64985 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Acl.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Acl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Client.cs
index 0d3d39651..5d6897501 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_ClientException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_ClientException.cs
index aa54cce1a..4d7898225 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_ClientException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_ClientException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem.cs
index 97e1e7e70..51c3391f3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem_Flags.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem_Flags.cs
index 7fedf034c..9effa726d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem_Flags.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_FetchItem_Flags.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Namespace.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Namespace.cs
index ccd68b4d6..40efd36a3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Namespace.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Namespace.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_NamespacesInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_NamespacesInfo.cs
index 90a126d0a..c4c8d7764 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_NamespacesInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_NamespacesInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Quota.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Quota.cs
index ecdc7bb9d..9aaff5843 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Quota.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Client/IMAP_Quota.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_ACL_Flags.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_ACL_Flags.cs
index 15815e53b..ec11faf89 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_ACL_Flags.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_ACL_Flags.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY.cs
index 630e4bc00..853e459e9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY_Entity.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY_Entity.cs
index 7dda8e1c1..b952a8979 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY_Entity.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_BODY_Entity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Envelope.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Envelope.cs
index 3256eb266..abc20c2bb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Envelope.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Envelope.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Flags_SetType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Flags_SetType.cs
index 73099acb6..3f3ec264d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Flags_SetType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_Flags_SetType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_MessageFlags.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_MessageFlags.cs
index d0084c3c0..637c7fc10 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_MessageFlags.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_MessageFlags.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_SequenceSet.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_SequenceSet.cs
index 7084be597..ef29e0e25 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_SequenceSet.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/IMAP_SequenceSet.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/AuthUser_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/AuthUser_EventArgs.cs
index 63407bd1d..4d510080f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/AuthUser_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/AuthUser_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Folder_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Folder_EventArgs.cs
index ed7ff2d50..25c7b21a1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Folder_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Folder_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folder.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folder.cs
index 971a846a5..5f1780da0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folder.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folders.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folders.cs
index 52122ed50..aa5df1cd6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folders.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Folders.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Message.cs
index f4edf75ec..316d502df 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageCollection.cs
index df8a89246..f4d1b696d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageItems_enum.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageItems_enum.cs
index 825c7302d..b0696ea48 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageItems_enum.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_MessageItems_enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchGroup.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchGroup.cs
index db3dd91bd..4dd23bdcd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchGroup.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchGroup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchKey.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchKey.cs
index e2a7b062b..ceedd908c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchKey.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchKey.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchMatcher.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchMatcher.cs
index d28f90f95..fc1465d9c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchMatcher.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SearchMatcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SelectedFolder.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SelectedFolder.cs
index 609ae0e27..69f089c3d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SelectedFolder.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_SelectedFolder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Server.cs
index 5dac9a422..f338f45e8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Session.cs
index 2a9e32c6b..54ef4d2aa 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Utils.cs
index f3e50e405..08e4f97e5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_DELETEACL.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_DELETEACL.cs
index 3449c1431..8e99b91aa 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_DELETEACL.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_DELETEACL.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GETACL.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GETACL.cs
index 3913a2154..b34c2c3ff 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GETACL.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GETACL.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetMessagesInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetMessagesInfo.cs
index f3bc6ecd5..f7883b62e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetMessagesInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetMessagesInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetQuota.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetQuota.cs
index 5a4a53658..a040e4ece 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetQuota.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetQuota.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetUserACL.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetUserACL.cs
index f73be5c3f..0efdba9a0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetUserACL.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_GetUserACL.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_MessageItems.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_MessageItems.cs
index a2762d8f3..5c0cb6ffe 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_MessageItems.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_MessageItems.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_SETACL.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_SETACL.cs
index cb86e6f21..7118e97b6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_SETACL.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_SETACL.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_Search.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_Search.cs
index a1911901c..3da841ab7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_Search.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/IMAP_eArgs_Search.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Message_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Message_EventArgs.cs
index 947aa652a..185d86d23 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Message_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/Message_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/SharedRootFolders_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/SharedRootFolders_EventArgs.cs
index 250f56e03..e3f2fbcb1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/SharedRootFolders_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/SharedRootFolders_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/_FetchHelper.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/_FetchHelper.cs
index 5c17aef1e..be989f0ec 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/_FetchHelper.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IMAP/Server/_FetchHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/Base64Stream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/Base64Stream.cs
index e646a9eb6..4bac50cbf 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/Base64Stream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/Base64Stream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/DataSizeExceededException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/DataSizeExceededException.cs
index 6a6585c96..33b4f5e96 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/DataSizeExceededException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/DataSizeExceededException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/IncompleteDataException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/IncompleteDataException.cs
index 22941552c..67191e739 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/IncompleteDataException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/IncompleteDataException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineReader.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineReader.cs
index 11af5257e..c8badc48c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineReader.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineReader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineSizeExceededException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineSizeExceededException.cs
index 19bb40fe3..a9c614e35 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineSizeExceededException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/LineSizeExceededException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/MultiStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/MultiStream.cs
index d3cff623c..e68cd4e46 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/MultiStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/MultiStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/PartialStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/PartialStream.cs
index 8855c37d2..e9aff7159 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/PartialStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/PartialStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/QuotedPrintableStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/QuotedPrintableStream.cs
index 8c01ffe9c..2ce505ecd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/QuotedPrintableStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/QuotedPrintableStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadLineEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadLineEventArgs.cs
index ac18903ad..746117592 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadLineEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadLineEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadWriteControlledStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadWriteControlledStream.cs
index de1144548..70720ef6a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadWriteControlledStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/ReadWriteControlledStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SizeExceededAction.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SizeExceededAction.cs
index 7c6929b66..f2fc428aa 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SizeExceededAction.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SizeExceededAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SmartStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SmartStream.cs
index c797b53a3..9d964a12d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SmartStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IO/SmartStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IPBindInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IPBindInfo.cs
index f5a3a8347..9ca1fedb8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IPBindInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/IPBindInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/JunkingStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/JunkingStream.cs
index e58d5b2d9..711826dcb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/JunkingStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/JunkingStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntry.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntry.cs
index d52f29893..be6149e2e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntry.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntryType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntryType.cs
index 1f4a89dfe..74998baac 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntryType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/LogEntryType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/Logger.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/Logger.cs
index 61053d5f3..b7b00bea7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/Logger.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/Logger.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/WriteLogEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/WriteLogEventArgs.cs
index 9f579bd92..82be7bcd8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/WriteLogEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Log/WriteLogEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_DispositionTypes .cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_DispositionTypes .cs
index d65639137..b71e6f253 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_DispositionTypes .cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_DispositionTypes .cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EncodedWordEncoding.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EncodedWordEncoding.cs
index fdf5b24e0..7c496bcec 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EncodedWordEncoding.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EncodedWordEncoding.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Encoding_EncodedWord.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Encoding_EncodedWord.cs
index 227c719b2..a9830b825 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Encoding_EncodedWord.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Encoding_EncodedWord.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Entity.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Entity.cs
index f2a6daf44..b011799a1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Entity.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Entity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EntityCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EntityCollection.cs
index f28c78531..af86126ed 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EntityCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_EntityCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_MediaTypes.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_MediaTypes.cs
index 3870fe1d7..c8df45ed1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_MediaTypes.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_MediaTypes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Message.cs
index 94ef14340..db0866047 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Reader.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Reader.cs
index 2f72dacd5..e0a4b5494 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Reader.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Reader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_TransferEncodings.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_TransferEncodings.cs
index 83a064639..7203eb3cc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_TransferEncodings.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_TransferEncodings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Utils.cs
index 62e3fa579..0c1de57d9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b.cs
index 29a2b710f..377f1562b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Application.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Application.cs
index 9ffe9a65f..96f88b1d0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Application.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Application.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Audio.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Audio.cs
index 80d47295f..22e5678c3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Audio.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Audio.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Image.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Image.cs
index 1f5119fb5..7420d4df4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Image.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Image.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Message.cs
index a3771a5fc..6788513b3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MessageRfc822.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MessageRfc822.cs
index 9e2ab32c2..a5ea54581 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MessageRfc822.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MessageRfc822.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Multipart.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Multipart.cs
index 740cb656a..6dd07226e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Multipart.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Multipart.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartAlternative.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartAlternative.cs
index f58dbdd22..a669e3bf4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartAlternative.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartAlternative.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartDigest.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartDigest.cs
index 24d8b1672..f86845d9c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartDigest.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartDigest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartEncrypted.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartEncrypted.cs
index eba16c791..dd0381dc8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartEncrypted.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartEncrypted.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartFormData.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartFormData.cs
index dce860df3..e2c3d880d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartFormData.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartFormData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartMixed.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartMixed.cs
index ebbfbc6e6..3bdde43c9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartMixed.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartMixed.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartParallel.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartParallel.cs
index a16f4dad6..20b6d126b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartParallel.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartParallel.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartRelated.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartRelated.cs
index bb8e53fdf..a6320f4cc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartRelated.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartRelated.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartReport.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartReport.cs
index f3a331df7..b9e175130 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartReport.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartReport.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartSigned.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartSigned.cs
index d50720f67..3bd504c62 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartSigned.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_MultipartSigned.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Provider.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Provider.cs
index 5606e4cb3..8df3ec7c5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Provider.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Provider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_SinglepartBase.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_SinglepartBase.cs
index f994433d1..234ec98a9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_SinglepartBase.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_SinglepartBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Text.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Text.cs
index f3f27101c..310f96b10 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Text.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Text.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Video.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Video.cs
index af35ba7ac..3d8b88440 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Video.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_b_Video.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h.cs
index 93c1d5aea..d665ff1a2 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Collection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Collection.cs
index b6c3843a5..77fdaa61e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Collection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Collection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentDisposition.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentDisposition.cs
index e6892e1af..d7ab6bb97 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentDisposition.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentDisposition.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentType.cs
index ca5d59ab0..9a1a3dfd7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ContentType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Parameter.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Parameter.cs
index 74429739a..e913d4273 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Parameter.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Parameter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ParameterCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ParameterCollection.cs
index 677933cdd..4b133e81a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ParameterCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_ParameterCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Provider.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Provider.cs
index 288158688..862a1789a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Provider.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Provider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unparsed.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unparsed.cs
index 3acc5c40e..6c865744a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unparsed.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unparsed.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unstructured.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unstructured.cs
index e0fffeddf..46d25c88b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unstructured.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/MIME_h_Unstructured.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/O/MIME_MultipartBody.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/O/MIME_MultipartBody.cs
index ac4085e38..057e0218d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/O/MIME_MultipartBody.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/MIME/O/MIME_MultipartBody.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Message.cs
index 8040fd2f5..a62da8d50 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Utils.cs
index 547332430..629fcdb80 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_AddressList.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_AddressList.cs
index ae30c9a4f..705639939 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_AddressList.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_AddressList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_DispositionNotificationOptions.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_DispositionNotificationOptions.cs
index 2eea4e0a9..8c0f5e3f2 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_DispositionNotificationOptions.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_DispositionNotificationOptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Mailbox.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Mailbox.cs
index fc3e4f61b..8f906ade7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Mailbox.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Mailbox.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_MailboxList.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_MailboxList.cs
index 8c9d82b6d..e72a7044c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_MailboxList.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_MailboxList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Received.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Received.cs
index e3cffb443..7d08ec0d9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Received.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_Received.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_ReturnPath.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_ReturnPath.cs
index 2971412f5..730591f86 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_ReturnPath.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_h_ReturnPath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Address.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Address.cs
index 572f5b851..8e3135c1f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Address.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Address.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_AddressList.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_AddressList.cs
index e4248ba40..eb2d4f37b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_AddressList.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_AddressList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Group.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Group.cs
index 6bff7e556..0eec03c2d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Group.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Group.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Mailbox.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Mailbox.cs
index 440d519e7..837590397 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Mailbox.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_Mailbox.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_MailboxList.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_MailboxList.cs
index 5d2d4a9a7..b3716a265 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_MailboxList.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_MailboxList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_TcpInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_TcpInfo.cs
index 5aae7a8eb..70975b1a0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_TcpInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Mail/Mail_t_TcpInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharset.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharset.cs
index 500ee89f0..226bb8234 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharset.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharset.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharsetClass.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharsetClass.cs
index 3b794da2b..f200df866 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharsetClass.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangConvertCharsetClass.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangString.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangString.cs
index 04fe6e190..4ba167a34 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangString.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangString.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangStringClass.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangStringClass.cs
index 2ba6f6c84..d1c973a62 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangStringClass.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMLangStringClass.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguage.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguage.cs
index ef8827c32..29ce37fc6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguage.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguageClass.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguageClass.cs
index 1cb0ba8fc..a6d7f2715 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguageClass.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/CMultiLanguageClass.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumCodePage.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumCodePage.cs
index d0d66cd2d..5688c61ea 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumCodePage.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumCodePage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumRfc1766.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumRfc1766.cs
index 7c71ec386..e5cd8ec49 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumRfc1766.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumRfc1766.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumScript.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumScript.cs
index 3f3341627..16f5da605 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumScript.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IEnumScript.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangCodePages.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangCodePages.cs
index 89950579c..688940d44 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangCodePages.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangCodePages.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangConvertCharset.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangConvertCharset.cs
index 8443a40c8..54f0e2f2a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangConvertCharset.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangConvertCharset.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink.cs
index 24bc04a71..13f4f1ba4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink2.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink2.cs
index 313510c51..7e5541e21 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink2.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangFontLink2.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangLineBreakConsole.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangLineBreakConsole.cs
index 095388294..df1f66533 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangLineBreakConsole.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangLineBreakConsole.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangString.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangString.cs
index 963359ef9..1313e2359 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangString.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangString.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringAStr.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringAStr.cs
index 8adc152e8..437bade23 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringAStr.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringAStr.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufA.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufA.cs
index 18373b3de..6b888358c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufA.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufA.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufW.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufW.cs
index 8bee7d7d7..0277337ed 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufW.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringBufW.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringWStr.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringWStr.cs
index 49f313b1e..8b2dee0ad 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringWStr.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMLangStringWStr.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage.cs
index a6c37eba9..831923754 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage2.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage2.cs
index 44ddf2e18..4e076e09a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage2.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage2.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage3.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage3.cs
index 658a40938..9604eefb9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage3.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IMultiLanguage3.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/ISequentialStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/ISequentialStream.cs
index 13edf8984..204e05e62 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/ISequentialStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/ISequentialStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IStream.cs
index d55c6e04e..ebcb42beb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/IStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_FILETIME.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_FILETIME.cs
index 9f7ba49d8..f68aca747 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_FILETIME.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_FILETIME.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_LARGE_INTEGER.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_LARGE_INTEGER.cs
index d4cd718c2..f6bb7a458 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_LARGE_INTEGER.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_LARGE_INTEGER.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_RemotableHandle.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_RemotableHandle.cs
index 2dac849bc..d365a5531 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_RemotableHandle.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_RemotableHandle.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_ULARGE_INTEGER.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_ULARGE_INTEGER.cs
index e79901c38..ce6bb9a42 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_ULARGE_INTEGER.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/_ULARGE_INTEGER.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/__MIDL_IWinTypes_0009.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/__MIDL_IWinTypes_0009.cs
index 27bd67738..76f3c6c8f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/__MIDL_IWinTypes_0009.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/__MIDL_IWinTypes_0009.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagDetectEncodingInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagDetectEncodingInfo.cs
index a8b1b3cad..f17b5e8b3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagDetectEncodingInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagDetectEncodingInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECONTF.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECONTF.cs
index e7ebe0b0f..cdc704c2a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECONTF.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECONTF.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECPINFO.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECPINFO.cs
index 7869227cd..126f71b95 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECPINFO.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECPINFO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECSETINFO.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECSETINFO.cs
index 5ed633c71..e6fec1d04 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECSETINFO.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMIMECSETINFO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLCPF.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLCPF.cs
index e80501a4a..b96030c6a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLCPF.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLCPF.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLDETECTCP.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLDETECTCP.cs
index dad4b3d93..802ae4aaa 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLDETECTCP.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLDETECTCP.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLSTR_FLAGS.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLSTR_FLAGS.cs
index c738175fb..e7afd33b4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLSTR_FLAGS.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagMLSTR_FLAGS.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagRFC1766INFO.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagRFC1766INFO.cs
index aa6fdd4a3..10d4d97cc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagRFC1766INFO.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagRFC1766INFO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPFONTINFO.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPFONTINFO.cs
index 1d61a98d6..b3765ab1a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPFONTINFO.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPFONTINFO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPTINFO.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPTINFO.cs
index e86ae3465..e5b735c7f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPTINFO.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSCRIPTINFO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSTATSTG.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSTATSTG.cs
index fc87cabe5..567799186 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSTATSTG.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagSTATSTG.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagUNICODERANGE.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagUNICODERANGE.cs
index 5d28e907c..a0665bffa 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagUNICODERANGE.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Multilang/tagUNICODERANGE.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/NNTP/Client/NNTP_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/NNTP/Client/NNTP_Client.cs
index 7c3aa8f22..7be65401f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/NNTP/Client/NNTP_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/NNTP/Client/NNTP_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Core.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Core.cs
index e869f3ac0..c8d218915 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Core.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Core.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Utils.cs
index f917bc0e0..5a934c8ae 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Net_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_Client.cs
index 1c1d6572e..c1b0e212a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientException.cs
index a6201abca..b0e8c6941 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessage.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessage.cs
index ebf1753f9..f65e9ecfd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessage.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessageCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessageCollection.cs
index 54277c845..8a0bc8407 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessageCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Client/POP3_ClientMessageCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/POP3_ExtendedCapabilities.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/POP3_ExtendedCapabilities.cs
index f1ab2d764..f6ce26dad 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/POP3_ExtendedCapabilities.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/POP3_ExtendedCapabilities.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/AuthUser_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/AuthUser_EventArgs.cs
index a289ad0b3..377d9f5f9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/AuthUser_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/AuthUser_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/GetMessagesInfo_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/GetMessagesInfo_EventArgs.cs
index 6eab6ec9e..9dd925bc4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/GetMessagesInfo_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/GetMessagesInfo_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message.cs
index 7e10f02fb..54083bc63 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_MessageCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_MessageCollection.cs
index 7254adcb5..3bc8eb635 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_MessageCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_MessageCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message_EventArgs.cs
index 7dddf2c8e..9ca2ad8c7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Message_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Server.cs
index d286ddaa1..41e8b96cf 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Session.cs
index a66073b75..ac1228d78 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_eArgs_GetMessageStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_eArgs_GetMessageStream.cs
index f9b9f8956..943c14b49 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_eArgs_GetMessageStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/POP3/Server/POP3_eArgs_GetMessageStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ParseException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ParseException.cs
index 00b8f5ead..858078ff7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ParseException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ParseException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/PortRange.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/PortRange.cs
index 9935b40f0..f0010d59f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/PortRange.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/PortRange.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/Debug/wfrm_RTP_Debug.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/Debug/wfrm_RTP_Debug.cs
index 60533b6d6..495bd2a5b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/Debug/wfrm_RTP_Debug.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/Debug/wfrm_RTP_Debug.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_CompoundPacket.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_CompoundPacket.cs
index 65c2a96ec..9eb5dfc5a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_CompoundPacket.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_CompoundPacket.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet.cs
index 57de390d0..74a6388ab 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_PacketType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_PacketType.cs
index c0a643c12..65504029d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_PacketType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_PacketType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_APP.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_APP.cs
index f94b2528a..ca9c9648c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_APP.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_APP.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_BYE.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_BYE.cs
index 4bf211e73..608564d44 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_BYE.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_BYE.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_RR.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_RR.cs
index d119daa57..75abc8164 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_RR.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_RR.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_ReportBlock.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_ReportBlock.cs
index ba8e5a8a9..18a7f4f03 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_ReportBlock.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_ReportBlock.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES.cs
index 350bd1bd4..802745a62 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES_Chunk.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES_Chunk.cs
index 3ab808f3e..320ebb645 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES_Chunk.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SDES_Chunk.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SR.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SR.cs
index bc008c46f..0740b6dd5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SR.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_SR.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_Unknown.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_Unknown.cs
index 899f5bf55..6c3124e6d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_Unknown.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Packet_Unknown.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Receiver.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Receiver.cs
index 325669a04..503c1a7ab 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Receiver.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Receiver.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Sender.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Sender.cs
index c602cd74a..3ef3cee41 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Sender.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTCP_Report_Sender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Address.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Address.cs
index e5993d9ac..55ecf388c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Address.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Address.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Clock.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Clock.cs
index 26337c278..3349225c4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Clock.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Clock.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_MultimediaSession.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_MultimediaSession.cs
index 3db8c0fee..80d6d200f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_MultimediaSession.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_MultimediaSession.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Packet.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Packet.cs
index 4e2067300..04a6e8c28 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Packet.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Packet.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PacketEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PacketEventArgs.cs
index 565b1911c..9bb7291bd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PacketEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PacketEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant.cs
index d101eb201..84c2a224a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ParticipantEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ParticipantEventArgs.cs
index 952dadf69..5de59ebe6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ParticipantEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ParticipantEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Local.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Local.cs
index 9c106a144..7514d34da 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Local.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Local.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Remote.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Remote.cs
index f8769a1e6..6b4a970f4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Remote.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Participant_Remote.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PayloadTypes.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PayloadTypes.cs
index a274ae7b6..484b2cb17 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PayloadTypes.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_PayloadTypes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStream.cs
index 8a21adfc4..f1db71e0d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStreamEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStreamEventArgs.cs
index 578f4726b..a8e551cdb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStreamEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_ReceiveStreamEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStream.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStream.cs
index 062789d02..1d152b24e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStream.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStreamEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStreamEventArgs.cs
index 0cbd53a44..dc4d403c1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStreamEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SendStreamEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Session.cs
index f107d7d0f..c1226a593 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source.cs
index b1db3d583..e86b50ee0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceEventArgs.cs
index ed1398eaa..9f100d84f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceState.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceState.cs
index cb2c0735d..1881d85a4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceState.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_SourceState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Local.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Local.cs
index 23847cd02..1d4e7b915 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Local.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Local.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Remote.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Remote.cs
index fedf067b3..d6553bbcd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Remote.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Source_Remote.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Utils.cs
index 15761cab0..c0dcd6aee 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/RTP/RTP_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Attribute.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Attribute.cs
index a8de528a5..7e652a74c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Attribute.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Attribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_ConnectionData.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_ConnectionData.cs
index bc77d5662..a0ad356d1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_ConnectionData.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_ConnectionData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Media.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Media.cs
index c64e1cae2..ce967be1a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Media.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Media.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_MediaDescription.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_MediaDescription.cs
index 089c61c47..70300f633 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_MediaDescription.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_MediaDescription.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Message.cs
index 112975304..6be9a98ca 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Time.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Time.cs
index 180ae4ee8..5ab9a6319 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Time.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SDP/SDP_Time.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderField.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderField.cs
index 4bfb1cd50..6e99727e8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderField.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderField.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderFieldCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderFieldCollection.cs
index 738cf1ee6..31fe0ad84 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderFieldCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_HeaderFieldCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MVGroupHFCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MVGroupHFCollection.cs
index 6ffaaa1ce..5fd7da79b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MVGroupHFCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MVGroupHFCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Message.cs
index 2b2123ebc..8ce8a9b27 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MultiValueHF.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MultiValueHF.cs
index ce1fdc77f..54307907b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MultiValueHF.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_MultiValueHF.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_OptionTags.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_OptionTags.cs
index d275d3422..922b0207a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_OptionTags.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_OptionTags.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Parameter.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Parameter.cs
index d07b61164..3fd969aa1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Parameter.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_Parameter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParameterCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParameterCollection.cs
index 9989f89cf..bf5492564 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParameterCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParameterCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParseException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParseException.cs
index a054987d7..34715c1ad 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParseException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_ParseException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SVGroupHFCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SVGroupHFCollection.cs
index ed58b87ae..de64b321a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SVGroupHFCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SVGroupHFCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SingleValueHF.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SingleValueHF.cs
index 6e8eb22ce..f7fce6b93 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SingleValueHF.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_SingleValueHF.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_WarningCodes.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_WarningCodes.cs
index 323ab4751..d91377e00 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_WarningCodes.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_WarningCodes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ACValue.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ACValue.cs
index ae3b062ad..332153ba8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ACValue.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ACValue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AcceptRange.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AcceptRange.cs
index fcb3f0703..332baa7d2 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AcceptRange.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AcceptRange.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AddressParam.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AddressParam.cs
index b047e3fed..8a57cc5b5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AddressParam.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AddressParam.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AlertParam.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AlertParam.cs
index 3137c3239..afaf742f6 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AlertParam.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AlertParam.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AuthenticationInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AuthenticationInfo.cs
index 1aa2f493b..e1d973034 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AuthenticationInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_AuthenticationInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CSeq.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CSeq.cs
index 17a89ae5d..a38550b0d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CSeq.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CSeq.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CallID.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CallID.cs
index aa6de5d8d..9a0b11ad1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CallID.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_CallID.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Challenge.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Challenge.cs
index 01d5c880f..525603efc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Challenge.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Challenge.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContactParam.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContactParam.cs
index 145cf04f2..22a35dbdb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContactParam.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContactParam.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentCoding.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentCoding.cs
index 3eb4fb78e..bbecd5aa0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentCoding.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentCoding.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentDisposition.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentDisposition.cs
index aac8bea4b..d2a23e701 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentDisposition.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ContentDisposition.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Credentials.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Credentials.cs
index 9381d7153..196af41c7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Credentials.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Credentials.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Directive.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Directive.cs
index 9c21aa5a2..7d7dc2cbe 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Directive.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Directive.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Encoding.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Encoding.cs
index 948c566ab..37747472a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Encoding.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Encoding.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ErrorUri.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ErrorUri.cs
index fc0da7e43..00f108040 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ErrorUri.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ErrorUri.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Event.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Event.cs
index 7d9357c64..9dde7d33a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Event.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Event.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_EventType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_EventType.cs
index cdb7f81c3..488f6f4d7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_EventType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_EventType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_From.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_From.cs
index 9620da6f3..ddfdfdc74 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_From.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_From.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_HiEntry.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_HiEntry.cs
index 4cae872bd..57497a33c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_HiEntry.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_HiEntry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_IdentityInfo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_IdentityInfo.cs
index c0cfaa3d4..ce134c0f1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_IdentityInfo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_IdentityInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Info.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Info.cs
index b2656f738..7fa309c01 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Info.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Info.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Join.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Join.cs
index 9365163c0..71538d43a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Join.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Join.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Language.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Language.cs
index d891ea13c..cf3c9254b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Language.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Language.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_LanguageTag.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_LanguageTag.cs
index c3dc64d4e..1407ca25b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_LanguageTag.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_LanguageTag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Method.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Method.cs
index 72ef9a70e..b06580fe5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Method.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Method.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_MinSE.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_MinSE.cs
index 4d0b308d3..d70bc68e1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_MinSE.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_MinSE.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_NameAddress.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_NameAddress.cs
index ffb1daa5f..8a42ec082 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_NameAddress.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_NameAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_OptionTag.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_OptionTag.cs
index e6adbeb41..d277a67da 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_OptionTag.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_OptionTag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RAck.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RAck.cs
index 35bfa993b..93d99ace4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RAck.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RAck.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RCValue.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RCValue.cs
index dd84fd62b..d1f24912b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RCValue.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RCValue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RValue.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RValue.cs
index f3ca26b54..741313adb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RValue.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RValue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReasonValue.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReasonValue.cs
index 24989927a..290349160 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReasonValue.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReasonValue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferSub.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferSub.cs
index 6ed3e69ff..980bf6270 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferSub.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferSub.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferredBy.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferredBy.cs
index e26beba30..85544a899 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferredBy.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ReferredBy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Replaces.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Replaces.cs
index d1b31a546..29aece007 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Replaces.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Replaces.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RetryAfter.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RetryAfter.cs
index b383d2a15..318eff87d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RetryAfter.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_RetryAfter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SecMechanism.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SecMechanism.cs
index 6d52aef97..04da34ed3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SecMechanism.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SecMechanism.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SessionExpires.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SessionExpires.cs
index e4b4e1dcc..fca21f61e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SessionExpires.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SessionExpires.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SubscriptionState.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SubscriptionState.cs
index 4d7a1f422..b927dd8fe 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SubscriptionState.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_SubscriptionState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_TargetDialog.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_TargetDialog.cs
index a807b12e3..f571066b4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_TargetDialog.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_TargetDialog.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Timestamp.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Timestamp.cs
index 0e18606b8..d1a898d05 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Timestamp.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Timestamp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_To.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_To.cs
index e73e0a552..6eb6e3a99 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_To.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_To.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Value.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Value.cs
index a98996707..923dedc77 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Value.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_Value.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ValueWithParams.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ValueWithParams.cs
index 61e9312b2..548546404 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ValueWithParams.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ValueWithParams.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ViaParm.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ViaParm.cs
index 8f38b9902..c9103c7c0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ViaParm.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_ViaParm.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_WarningValue.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_WarningValue.cs
index 561ef860f..550976a8c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_WarningValue.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Message/SIP_t_WarningValue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_AuthenticateEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_AuthenticateEventArgs.cs
index 1a8b687fa..7217854c3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_AuthenticateEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_AuthenticateEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA.cs
index 9420ee3c5..0698819ae 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA_Call.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA_Call.cs
index ea854c9f9..f06c7cc83 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA_Call.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_B2BUA_Call.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ForkingMode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ForkingMode.cs
index 5312ed074..0409dd5ff 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ForkingMode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ForkingMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Gateway.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Gateway.cs
index c1b4e564b..bb0e4d80a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Gateway.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Gateway.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_GatewayEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_GatewayEventArgs.cs
index 6e55e579f..3a11fe6dd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_GatewayEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_GatewayEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Presence.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Presence.cs
index 228eeedf2..b43c63e54 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Presence.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Presence.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyContext.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyContext.cs
index 588918dfc..4d9d33091 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyContext.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyCore.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyCore.cs
index 3a575859d..622109660 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyCore.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyCore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyMode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyMode.cs
index fd495b29f..584a6736e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyMode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyTarget.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyTarget.cs
index a86f04bb4..005d0fc2b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyTarget.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_ProxyTarget.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registrar.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registrar.cs
index f615b9a96..645b8d5a8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registrar.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registrar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registration.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registration.cs
index 075de68e3..f58c5d865 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registration.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Registration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationBinding.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationBinding.cs
index 0f3edab4c..1f29b8e0c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationBinding.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationBinding.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationCollection.cs
index dfa248f0c..f636298d7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationEventArgs.cs
index c619a2bf3..c5644d9a0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_RegistrationEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Route.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Route.cs
index 8f254ec61..284e37c53 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Route.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Proxy/SIP_Route.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_Utils.cs
index 501fb215d..a5cdd004b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_ValidateRequestEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_ValidateRequestEventArgs.cs
index 877aa5861..7e47c05cf 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_ValidateRequestEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/SIP_ValidateRequestEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ClientTransaction.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ClientTransaction.cs
index 258948930..1d8998337 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ClientTransaction.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ClientTransaction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog.cs
index 982261683..98d3c6672 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_DialogState.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_DialogState.cs
index 5d29d80e6..683cf47d5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_DialogState.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_DialogState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Invite.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Invite.cs
index 3241ac955..edef5cffb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Invite.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Invite.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Subscribe.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Subscribe.cs
index 45e5ed604..48fed0f23 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Subscribe.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Dialog_Subscribe.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Flow.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Flow.cs
index cc757a2b2..42fff27d0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Flow.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Flow.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Hop.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Hop.cs
index 790bf4503..1d7c977ef 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Hop.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Hop.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Methods.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Methods.cs
index c98afeb28..a544be0f7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Methods.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Methods.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Request.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Request.cs
index a3ca7f683..35e80f487 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Request.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Request.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestLine.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestLine.cs
index a54d9d94e..024363291 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestLine.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestLine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestReceivedEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestReceivedEventArgs.cs
index 20e986ef7..2d7a02585 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestReceivedEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestReceivedEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestSender.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestSender.cs
index 0d2c3eb10..45f72946e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestSender.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_RequestSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Response.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Response.cs
index 3d3ae990f..903b7c4e8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Response.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Response.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseCodes.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseCodes.cs
index c5c8079b3..a3050263f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseCodes.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseCodes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseReceivedEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseReceivedEventArgs.cs
index 8621f0309..1c202073c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseReceivedEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseReceivedEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseSentEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseSentEventArgs.cs
index 5c7769f09..62042bd2d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseSentEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ResponseSentEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ServerTransaction.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ServerTransaction.cs
index 81dea5216..91afb6936 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ServerTransaction.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_ServerTransaction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Stack.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Stack.cs
index e9514ceee..74a67eaa0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Stack.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Stack.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusCodeType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusCodeType.cs
index 7352ea404..3c9a61b2c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusCodeType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusCodeType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusLine.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusLine.cs
index 338cfa3ea..e4dfabc58 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusLine.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_StatusLine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TimerConstants.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TimerConstants.cs
index bc315cb45..c2ef3fc7b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TimerConstants.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TimerConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transaction.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transaction.cs
index e339a1953..628bebbe3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transaction.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transaction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionLayer.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionLayer.cs
index 5183f3120..1eced5846 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionLayer.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionLayer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionState.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionState.cs
index de913a912..7cfae7e79 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionState.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransactionState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transport.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transport.cs
index f1be5c73a..032ea7a64 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transport.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_Transport.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportException.cs
index 30e04a874..cdd2f8cbb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportLayer.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportLayer.cs
index a5ef50b16..f58a3dd9a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportLayer.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_TransportLayer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_Registration.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_Registration.cs
index 7480b3b4b..e89b10fd0 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_Registration.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_Registration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_RegistrationState.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_RegistrationState.cs
index adbb44363..2d502c3ea 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_RegistrationState.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/Stack/SIP_UA_RegistrationState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA.cs
index 5e88df220..623e9b4a4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call.cs
index d5d941508..838e0a563 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_CallState.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_CallState.cs
index fa29c6b86..a770366d4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_CallState.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_CallState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call_EventArgs.cs
index c756f3827..5592b60a9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SIP/UA/SIP_UA_Call_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_Client.cs
index 7ea284ac6..086084861 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_ClientException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_ClientException.cs
index 1c8624c44..bf015227e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_ClientException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Client/SMTP_ClientException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Mode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Mode.cs
index cf68788fb..7e21d13ca 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Mode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Mode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Queue.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Queue.cs
index 5680fe3e6..0e62470c7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Queue.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Queue.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_QueueItem.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_QueueItem.cs
index b70fd247a..7ae8854e5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_QueueItem.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_QueueItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Server.cs
index 13346e60e..67775268a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Session.cs
index f3ba4829c..e27528c9e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SessionCompletedEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SessionCompletedEventArgs.cs
index 2370a7be6..364494ec8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SessionCompletedEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SessionCompletedEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SmartHost.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SmartHost.cs
index 7bf302254..2a820e838 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SmartHost.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Relay/Relay_SmartHost.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Notify.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Notify.cs
index 7952a770d..d3619ddfa 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Notify.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Notify.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_ServiceExtensions.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_ServiceExtensions.cs
index 469d29b76..2e3d594ce 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_ServiceExtensions.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_ServiceExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Utils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Utils.cs
index 96fe52740..a8a7021cc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Utils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_Utils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_t_Mailbox.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_t_Mailbox.cs
index 0d45a483b..f91c6ee44 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_t_Mailbox.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/SMTP_t_Mailbox.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_MailFrom.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_MailFrom.cs
index 5ba58cb47..5bf80b9c9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_MailFrom.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_MailFrom.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_RcptTo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_RcptTo.cs
index 52056624d..9e919ec2d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_RcptTo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_RcptTo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Reply.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Reply.cs
index b7c457647..01761f7e3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Reply.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Reply.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Server.cs
index 61a9cbec7..31cd518dc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Session.cs
index ee7c14ea9..6b49625ec 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Ehlo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Ehlo.cs
index ea59a4aff..428fcde29 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Ehlo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Ehlo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MailFrom.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MailFrom.cs
index d27a97ca0..8a36e34be 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MailFrom.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MailFrom.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Message.cs
index 146520ed6..e62f90aad 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MessageStored.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MessageStored.cs
index cdb8142c7..cab241de1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MessageStored.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_MessageStored.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_RcptTo.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_RcptTo.cs
index dae1713f9..aa1c67d1e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_RcptTo.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_RcptTo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Started.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Started.cs
index 210c40ad8..5d49c1727 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Started.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/SMTP_e_Started.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/AuthUser_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/AuthUser_EventArgs.cs
index 674414a22..b510ddf81 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/AuthUser_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/AuthUser_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/GetMessageStoreStream_eArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/GetMessageStoreStream_eArgs.cs
index a07450371..499ab0738 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/GetMessageStoreStream_eArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/GetMessageStoreStream_eArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/MessageStoringCompleted_eArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/MessageStoringCompleted_eArgs.cs
index 71c884f24..eebeb208f 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/MessageStoringCompleted_eArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/MessageStoringCompleted_eArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Server.cs
index 8adbf5c62..d79381d1c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Session.cs
index aace0cce0..a7b0055ae 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SMTP_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SmtpServerReply.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SmtpServerReply.cs
index 33cf02499..35a1b9254 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SmtpServerReply.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/SmtpServerReply.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateMailboxSize_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateMailboxSize_EventArgs.cs
index 5c3cf619d..a922bab67 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateMailboxSize_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateMailboxSize_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateRecipient_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateRecipient_EventArgs.cs
index 9f61d4fd2..1cdea2df3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateRecipient_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateRecipient_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateSender_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateSender_EventArgs.cs
index 9ad2c5cc2..9798e88f1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateSender_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SMTP/Server/old/ValidateSender_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SNTP/Client/SNTP_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SNTP/Client/SNTP_Client.cs
index c62c46aba..b24f0b4e1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SNTP/Client/SNTP_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SNTP/Client/SNTP_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Client.cs
index 6cd24ad54..4d7ed58dd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_NetType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_NetType.cs
index 10230a4f2..58f947385 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_NetType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_NetType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Result.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Result.cs
index 49e527329..bb837506a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Result.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Client/STUN_Result.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_Message.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_Message.cs
index 235f9feba..a1ba42f42 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_Message.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_MessageType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_MessageType.cs
index 7e8421f2e..7245c9132 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_MessageType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_MessageType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ChangeRequest.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ChangeRequest.cs
index a814fcfd3..41d03b92a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ChangeRequest.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ChangeRequest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ErrorCode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ErrorCode.cs
index 738afb913..94294147e 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ErrorCode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/STUN/Message/STUN_t_ErrorCode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/Error_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/Error_EventArgs.cs
index e5a7e4b99..14eeb39a2 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/Error_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/Error_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/SocketBufferedWriter.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/SocketBufferedWriter.cs
index 35b604bbc..59da091aa 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/SocketBufferedWriter.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/SocketBufferedWriter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/ValidateIP_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/ValidateIP_EventArgs.cs
index e71b2c894..d86e4e127 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/ValidateIP_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/ValidateIP_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/commonDelegates.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/commonDelegates.cs
index 42ee1c075..a5d42f4d7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/commonDelegates.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/ServersCore/commonDelegates.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SslMode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SslMode.cs
index a004ec32b..bd29fbe2b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SslMode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/SslMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/StringReader.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/StringReader.cs
index 5fec8f359..9ca3abad3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/StringReader.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/StringReader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Client.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Client.cs
index 3f844094e..e158cd678 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Client.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Client.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Server.cs
index 1f199eb0a..44eb5f572 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSession.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSession.cs
index b2711ce12..d5192cb27 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSession.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSession.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSessionEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSessionEventArgs.cs
index d00b8f867..cd8de8594 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSessionEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_ServerSessionEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Session.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Session.cs
index 107236c91..c5a25fd3d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Session.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_Session.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_SessionCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_SessionCollection.cs
index 53e2e7647..b6ee7c0fc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_SessionCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TCP/TCP_SessionCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TextUtils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TextUtils.cs
index f5b5ba8ae..e19033874 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TextUtils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TextUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TimerEx.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TimerEx.cs
index c162cb387..980dc185c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TimerEx.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/TimerEx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_PacketEventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_PacketEventArgs.cs
index 3017a4845..7d2bb27dc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_PacketEventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_PacketEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_ProcessMode.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_ProcessMode.cs
index 5f4f15b0a..94c7d10d8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_ProcessMode.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_ProcessMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_Server.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_Server.cs
index 97840719c..393514255 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_Server.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/UDP/UDP_Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/AbsoluteUri.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/AbsoluteUri.cs
index cd49ca2bd..5d223d6cd 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/AbsoluteUri.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/AbsoluteUri.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/SIP_Uri.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/SIP_Uri.cs
index 31bfa0755..daac0afe8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/SIP_Uri.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/SIP_Uri.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/TEL_Uri.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/TEL_Uri.cs
index 515e94038..90028a16a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/TEL_Uri.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/TEL_Uri.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/UriSchemes.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/UriSchemes.cs
index ac1070b36..1267ad706 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/UriSchemes.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/URI/UriSchemes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/WellKnownPorts.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/WellKnownPorts.cs
index 00f44101a..c4b4138fb 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/WellKnownPorts.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/WellKnownPorts.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Workaround/Definitions.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Workaround/Definitions.cs
index a971bc997..7fa954cd5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Workaround/Definitions.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/Workaround/Definitions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_AsyncResultState.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_AsyncResultState.cs
index 8f8cf72b8..ac0ef1dfc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_AsyncResultState.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_AsyncResultState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Debug/BitDebuger.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Debug/BitDebuger.cs
index 919caeedb..ea716a6ae 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Debug/BitDebuger.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Debug/BitDebuger.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Log_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Log_EventArgs.cs
index 1ce65fdf1..908a2d703 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Log_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Log_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Address.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Address.cs
index 7f3b6aa3c..7edd0be40 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Address.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Address.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/AddressList.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/AddressList.cs
index 217210cea..0a9cfa259 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/AddressList.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/AddressList.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentDisposition_enum.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentDisposition_enum.cs
index afa1938ba..8bda48a45 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentDisposition_enum.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentDisposition_enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentTransferEncoding_enum.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentTransferEncoding_enum.cs
index 48c016084..c13518ff5 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentTransferEncoding_enum.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ContentTransferEncoding_enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/GroupAddress.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/GroupAddress.cs
index fa560643a..caea2360d 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/GroupAddress.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/GroupAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderField.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderField.cs
index 0c2045112..d23deadad 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderField.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderField.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldCollection.cs
index f23167907..98b7e1e06 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameter.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameter.cs
index b1240ebf8..32de20c90 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameter.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameterCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameterCollection.cs
index dbe85cfc5..9179c2f0b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameterCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/HeaderFieldParameterCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddress.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddress.cs
index 2cf5c07e6..902c46af1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddress.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddressCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddressCollection.cs
index 62659572c..a9625b7ec 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddressCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MailboxAddressCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MediaType_enum.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MediaType_enum.cs
index 07ad56c35..85ad9ab2c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MediaType_enum.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MediaType_enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Mime.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Mime.cs
index fc2b8cc3c..7a77075ac 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Mime.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/Mime.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntity.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntity.cs
index b7333835b..daeb961fc 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntity.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntityCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntityCollection.cs
index 2e31b8e20..1f43ff077 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntityCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeEntityCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeUtils.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeUtils.cs
index 08e238b27..ce16d1775 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeUtils.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/MimeUtils.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ParametizedHeaderField.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ParametizedHeaderField.cs
index e25a971f2..735e3fdf1 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ParametizedHeaderField.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/MIME/ParametizedHeaderField.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadException.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadException.cs
index f05372d0f..8ec9eee16 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadException.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadLine_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadLine_EventArgs.cs
index 8ca6f18f2..61bce50e4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadLine_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadLine_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadToStream_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadToStream_EventArgs.cs
index 17d227e41..f137c39c9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadToStream_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/ReadToStream_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_RequestSender.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_RequestSender.cs
index 6672fb712..8feb8704b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_RequestSender.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_RequestSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_Target.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_Target.cs
index d3f8418cf..6dd186056 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_Target.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SIP_Target.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SaslAuthTypes.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SaslAuthTypes.cs
index 8e8388b0b..ee79a50f7 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SaslAuthTypes.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SaslAuthTypes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SmtpClientEx.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SmtpClientEx.cs
index fb3d6f769..370bd43d8 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SmtpClientEx.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SmtpClientEx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketCallBackResult.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketCallBackResult.cs
index f1122ef5d..06a1df9d9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketCallBackResult.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketCallBackResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketEx.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketEx.cs
index 2e002b951..e1321d4b3 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketEx.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketEx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntry.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntry.cs
index abfeacd32..963e00562 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntry.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntryType.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntryType.cs
index f91ec8364..ca3087e1c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntryType.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogEntryType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogger.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogger.cs
index 7f6a19952..57acc6264 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogger.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketLogger.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServer.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServer.cs
index c2f43e8a1..80a2c2777 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServer.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServerSession.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServerSession.cs
index 1f11a6012..070da9427 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServerSession.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/SocketServerSession.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamHelper.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamHelper.cs
index 1b06bd3dd..b35f13bd4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamHelper.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamLineReader.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamLineReader.cs
index 0e5695724..f9f83afa4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamLineReader.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/StreamLineReader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/WriteStream_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/WriteStream_EventArgs.cs
index ff87a7139..5f604b895 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/WriteStream_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/WriteStream_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Write_EventArgs.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Write_EventArgs.cs
index 83fcf0e17..a3b22100b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Write_EventArgs.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/_Obsolete/Write_EventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddress.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddress.cs
index 8325e086d..c6337443b 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddress.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressCollection.cs
index 25801e49f..b8db25203 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressType_enum.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressType_enum.cs
index 93f6c79e2..557ccd975 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressType_enum.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/DeliveryAddressType_enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddress.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddress.cs
index 721e35841..6bc4455d4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddress.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressCollection.cs
index 1c0635552..355df0b10 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressType_enum.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressType_enum.cs
index 3bbfb05ce..5320ebbd4 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressType_enum.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/EmailAddressType_enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Item.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Item.cs
index 87bb6ed02..904c1eb5c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Item.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Item.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/ItemCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/ItemCollection.cs
index c83e42a08..6f7ecf792 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/ItemCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/ItemCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Name.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Name.cs
index b823c7df4..6ed918984 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Name.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/Name.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumber.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumber.cs
index 753ab7ef9..c616170f9 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumber.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumber.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberCollection.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberCollection.cs
index 1eb3713f5..27bcf6497 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberCollection.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberType_enum.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberType_enum.cs
index c5dc2184b..2cfa75f4a 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberType_enum.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/PhoneNumberType_enum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/vCard.cs b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/vCard.cs
index 013d8cebd..80f5cd26c 100644
--- a/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/vCard.cs
+++ b/module/ASC.Mail.Autoreply/ASC.Mail.Core/Net/vCard/vCard.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/AliasDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/AliasDao.cs
index c5813f262..85c6abb06 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/AliasDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/AliasDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/BaseDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/BaseDao.cs
index 8e600f87f..ffe74f7e8 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/BaseDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/BaseDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DkimDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DkimDao.cs
index db8bf245c..c8ae9cd84 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DkimDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DkimDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DomainDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DomainDao.cs
index e22a570a3..c31188564 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DomainDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/DomainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IAliasDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IAliasDao.cs
index 5c79e70b6..1e2fdda4d 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IAliasDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IAliasDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDkimDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDkimDao.cs
index edabade6d..cf3b3a515 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDkimDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDkimDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDomainDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDomainDao.cs
index 57f75119c..6c0cf6144 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDomainDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IDomainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IMailboxDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IMailboxDao.cs
index 80af894e7..21665ee6e 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IMailboxDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/Interfaces/IMailboxDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/MailboxDao.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/MailboxDao.cs
index 0357717c9..a89468a95 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/MailboxDao.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Dao/MailboxDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITable.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITable.cs
index 0743b8d34..d6eba05be 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITable.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITableFactory.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITableFactory.cs
index d05f22e0f..f68f7df78 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITableFactory.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Interfaces/ITableFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/MailServerTableFactory.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/MailServerTableFactory.cs
index 2d95f7d3a..9097d1f6f 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/MailServerTableFactory.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/MailServerTableFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/AliasTable.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/AliasTable.cs
index 41aec30e4..14eb2a535 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/AliasTable.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/AliasTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DkimTable.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DkimTable.cs
index 6835fefb1..72d20705e 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DkimTable.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DkimTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DomainTable.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DomainTable.cs
index 9290bbf4b..13518397c 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DomainTable.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/DomainTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/MailboxTable.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/MailboxTable.cs
index 9afb0095f..efb4d42e1 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/MailboxTable.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/DbSchema/Tables/MailboxTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Alias.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Alias.cs
index e64fa2baf..de6a4dbd6 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Alias.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Alias.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Dkim.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Dkim.cs
index 5aa17d494..26407ea0e 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Dkim.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Dkim.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Domain.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Domain.cs
index 568a4a63c..56d7581dc 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Domain.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Domain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Mailbox.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Mailbox.cs
index 5179c3d8e..590c1691e 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Mailbox.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/Mailbox.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/ServerApi.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/ServerApi.cs
index 940c50145..d577c975f 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/ServerApi.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/Entities/ServerApi.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Core/ServerEngine.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Core/ServerEngine.cs
index bcf0aeeb4..93581c7e2 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Core/ServerEngine.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Core/ServerEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/InvalidPostfixConnectionStringException.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/InvalidPostfixConnectionStringException.cs
index 5637e22a6..83844a28d 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/InvalidPostfixConnectionStringException.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/InvalidPostfixConnectionStringException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/PostfixEncryptorException.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/PostfixEncryptorException.cs
index 07e14a44c..567506f6c 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/PostfixEncryptorException.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Exceptions/PostfixEncryptorException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Extensions/StringExtensions.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Extensions/StringExtensions.cs
index 2830694c3..b1e80c02b 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Extensions/StringExtensions.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Extensions/StringExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/MD5Crypt.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/MD5Crypt.cs
index 8d0955419..39a05a22f 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/MD5Crypt.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/MD5Crypt.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PasswordGenerator.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PasswordGenerator.cs
index 3bd1db2a0..93fc3f717 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PasswordGenerator.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PasswordGenerator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixConnectionStringParser.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixConnectionStringParser.cs
index 0eb5413fa..a4f8d54a6 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixConnectionStringParser.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixConnectionStringParser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixMaildirUtil.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixMaildirUtil.cs
index ae1398696..3e5489be4 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixMaildirUtil.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixMaildirUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixPasswordEncryptor.cs b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixPasswordEncryptor.cs
index 67bdd9527..baa4b5e0b 100644
--- a/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixPasswordEncryptor.cs
+++ b/module/ASC.Mail.Server/ASC.Mail.Server/Utils/PostfixPasswordEncryptor.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationServiceType.cs b/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationServiceType.cs
index bb13bb9fb..652494bb1 100644
--- a/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationServiceType.cs
+++ b/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationServiceType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationTracker.cs b/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationTracker.cs
index adce988a5..c2a45f0c4 100644
--- a/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationTracker.cs
+++ b/module/ASC.Mail/ASC.Mail/Authorization/AuthorizationTracker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Authorization/BaseOAuth2Authorization.cs b/module/ASC.Mail/ASC.Mail/Authorization/BaseOAuth2Authorization.cs
index 957096d80..d87fdf460 100644
--- a/module/ASC.Mail/ASC.Mail/Authorization/BaseOAuth2Authorization.cs
+++ b/module/ASC.Mail/ASC.Mail/Authorization/BaseOAuth2Authorization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Authorization/GoogleOAuth2Authorization.cs b/module/ASC.Mail/ASC.Mail/Authorization/GoogleOAuth2Authorization.cs
index 08494bf6d..d2cf9d2fc 100644
--- a/module/ASC.Mail/ASC.Mail/Authorization/GoogleOAuth2Authorization.cs
+++ b/module/ASC.Mail/ASC.Mail/Authorization/GoogleOAuth2Authorization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Clients/DsnSmtpClient.cs b/module/ASC.Mail/ASC.Mail/Clients/DsnSmtpClient.cs
index 72caba424..fe1839ba6 100644
--- a/module/ASC.Mail/ASC.Mail/Clients/DsnSmtpClient.cs
+++ b/module/ASC.Mail/ASC.Mail/Clients/DsnSmtpClient.cs
@@ -1,4 +1,30 @@
-using MailKit;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using MailKit;
using MailKit.Net.Smtp;
using MimeKit;
diff --git a/module/ASC.Mail/ASC.Mail/Clients/LoginResult.cs b/module/ASC.Mail/ASC.Mail/Clients/LoginResult.cs
index 1802fa191..d617937f7 100644
--- a/module/ASC.Mail/ASC.Mail/Clients/LoginResult.cs
+++ b/module/ASC.Mail/ASC.Mail/Clients/LoginResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Clients/MailClient.cs b/module/ASC.Mail/ASC.Mail/Clients/MailClient.cs
index 59e92f755..f5187a48c 100644
--- a/module/ASC.Mail/ASC.Mail/Clients/MailClient.cs
+++ b/module/ASC.Mail/ASC.Mail/Clients/MailClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Clients/MailClientEventArgs.cs b/module/ASC.Mail/ASC.Mail/Clients/MailClientEventArgs.cs
index 6227f4dcc..e94e62743 100644
--- a/module/ASC.Mail/ASC.Mail/Clients/MailClientEventArgs.cs
+++ b/module/ASC.Mail/ASC.Mail/Clients/MailClientEventArgs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/AccountDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/AccountDao.cs
index a43045f6b..0620fcce2 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/AccountDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/AccountDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/AlertDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/AlertDao.cs
index 9e7bb62bb..be2395860 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/AlertDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/AlertDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/AttachmentDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/AttachmentDao.cs
index 4445a280d..e94ae274c 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/AttachmentDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/AttachmentDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/BaseDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/BaseDao.cs
index 56d41e9f9..12b632732 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/BaseDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/BaseDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ChainDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ChainDao.cs
index 2620b4829..bfba6e18d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ChainDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ChainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ContactCardDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ContactCardDao.cs
index 361b5e117..cb63869ed 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ContactCardDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ContactCardDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ContactDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ContactDao.cs
index 8af23cceb..f923543ae 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ContactDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ContactDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ContactInfoDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ContactInfoDao.cs
index 5d05a5dca..e6b8bffaf 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ContactInfoDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ContactInfoDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/CrmContactDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/CrmContactDao.cs
index 7482351d0..d512a609f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/CrmContactDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/CrmContactDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/CrmLinkDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/CrmLinkDao.cs
index a9686faa6..a0276cd82 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/CrmLinkDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/CrmLinkDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/DisplayImagesAddressDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/DisplayImagesAddressDao.cs
index b9a2966cb..30ef9e052 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/DisplayImagesAddressDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/DisplayImagesAddressDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteContentAttachmentExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteContentAttachmentExp.cs
index 51c043ea9..c41e9e488 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteContentAttachmentExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteContentAttachmentExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMailboxAttachmentsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMailboxAttachmentsExp.cs
index 1f71be866..c36aa29f3 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMailboxAttachmentsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMailboxAttachmentsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessageAttachmentsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessageAttachmentsExp.cs
index 5dfd08580..d157d56ef 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessageAttachmentsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessageAttachmentsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessagesAttachmentsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessagesAttachmentsExp.cs
index cd200a29d..758df5a73 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessagesAttachmentsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteMessagesAttachmentsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteTenantAttachmentExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteTenantAttachmentExp.cs
index f75885c5b..bd4158767 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteTenantAttachmentExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteTenantAttachmentExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteUserAttachmentExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteUserAttachmentExp.cs
index bcd432599..4dca4e665 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteUserAttachmentExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/ConcreteUserAttachmentExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentExp.cs
index 1f00cc3c5..a9f9de768 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentsExp.cs
index 8315d941f..7c0348400 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/IAttachmentsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentExp.cs
index e3ca4daee..5445c5b5a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentsExp.cs
index 6c25fccee..f356160b1 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/SimpleAttachmentsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentExp.cs
index 56bc3d3cf..f02e8c7ec 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentsExp.cs
index 4e30ea412..0a5e94735 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/TenantAttachmentsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentExp.cs
index 53967d110..bc71e29fc 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentsExp.cs
index d5565d2e4..dea167086 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Attachment/UserAttachmentsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/FullFilterContactsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/FullFilterContactsExp.cs
index 20ed84ea2..d3c2d706b 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/FullFilterContactsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/FullFilterContactsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/IContactsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/IContactsExp.cs
index 8fb119b70..5009d6a8a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/IContactsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/IContactsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/SimpleFilterContactsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/SimpleFilterContactsExp.cs
index 61a7abae4..033f00a68 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/SimpleFilterContactsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Contact/SimpleFilterContactsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/ConversationsExpBuilder.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/ConversationsExpBuilder.cs
index 6b55047c4..9eff2e028 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/ConversationsExpBuilder.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/ConversationsExpBuilder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/IConversationsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/IConversationsExp.cs
index 36cf9a8a9..dda142049 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/IConversationsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/IConversationsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/SimpleConversationsExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/SimpleConversationsExp.cs
index 68c3373ae..907cab561 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/SimpleConversationsExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Conversation/SimpleConversationsExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleMailboxExp.cs
index 5821e3d22..26123329a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleNextMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleNextMailboxExp.cs
index da9166363..902044bb6 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleNextMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteSimpleNextMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantMailboxExp.cs
index 88114f11f..7fc91f128 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantNextMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantNextMailboxExp.cs
index 401b06243..798ab651e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantNextMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantNextMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantServerMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantServerMailboxExp.cs
index c88938717..68bd6303e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantServerMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteTenantServerMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserMailboxExp.cs
index 3b67c9c2d..fc942d272 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserNextMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserNextMailboxExp.cs
index 6f3bb2a72..238852454 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserNextMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserNextMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserServerMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserServerMailboxExp.cs
index d3d2d9b47..61b360e92 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserServerMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/ConcreteUserServerMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxExp.cs
index 6aa75e66a..3048f29d0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxesExp.cs
index 0187faf10..4e40325e5 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/IMailboxesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/MailboxesForProcessingExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/MailboxesForProcessingExp.cs
index b4f43be65..28c674da8 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/MailboxesForProcessingExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/MailboxesForProcessingExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxExp.cs
index 27223732a..2bfb05798 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxesExp.cs
index 1d607d3e6..70f0898f8 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/SimpleMailboxesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxExp.cs
index 0e9bcae2f..a1477b071 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxesExp.cs
index af145dbc9..292ac0bad 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantMailboxesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantServerMailboxesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantServerMailboxesExp.cs
index 8818ba3df..a145b230e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantServerMailboxesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/TenantServerMailboxesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxExp.cs
index c7977355a..45478ae68 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxesExp.cs
index a6c7fdadf..c51d7376e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Mailbox/UserMailboxesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteNextUserMessageExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteNextUserMessageExp.cs
index 8deee1b95..99bcc94bf 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteNextUserMessageExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteNextUserMessageExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteUserMessageExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteUserMessageExp.cs
index ada2de657..b447493d7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteUserMessageExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/ConcreteUserMessageExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterChainMessagesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterChainMessagesExp.cs
index 29c4c21ec..e47cfc844 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterChainMessagesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterChainMessagesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterMessagesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterMessagesExp.cs
index 839ca00f7..cac1f2486 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterMessagesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterMessagesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterNextMessageExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterNextMessageExp.cs
index 348590367..1262b3bd1 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterNextMessageExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterNextMessageExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterSieveMessagesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterSieveMessagesExp.cs
index 672eca94a..387d02401 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterSieveMessagesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/FilterSieveMessagesExp.cs
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessageExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessageExp.cs
index e9f3cb5ad..d8414346d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessageExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessageExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessagesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessagesExp.cs
index 6f5235a9c..0ca95b283 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessagesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/IMessagesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/MessagesExpBuilder.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/MessagesExpBuilder.cs
index 4c8f13da6..0c256ad52 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/MessagesExpBuilder.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/MessagesExpBuilder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessageExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessageExp.cs
index bff04972e..383f39b87 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessageExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessageExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessagesExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessagesExp.cs
index 1d6501b56..e64cc37e5 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessagesExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/SimpleMessagesExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/TenantMessageExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/TenantMessageExp.cs
index c0385023c..fa8011880 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/TenantMessageExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/TenantMessageExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/UserMessageExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/UserMessageExp.cs
index c90fdfa40..e9235eec5 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/UserMessageExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/Message/UserMessageExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersExp.cs
index ac225ec6d..c870e1b89 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersTreeExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersTreeExp.cs
index e6ff578d1..f91a06666 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersTreeExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/IUserFoldersTreeExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersExp.cs
index a2c5c8098..306ce01ca 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersTreeExp.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersTreeExp.cs
index e4057329d..8b23c455c 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersTreeExp.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/SimpleUserFoldersTreeExp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersExpBuilder.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersExpBuilder.cs
index 8625d6824..e8f8bf2d2 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersExpBuilder.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersExpBuilder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersTreeExpBuilder.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersTreeExpBuilder.cs
index b2e808caa..1f4928196 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersTreeExpBuilder.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Expressions/UserFolder/UserFoldersTreeExpBuilder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/FilterDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/FilterDao.cs
index d84aea759..f1b76da17 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/FilterDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/FilterDao.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.Linq;
using ASC.Common.Data;
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/FolderDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/FolderDao.cs
index 0d4b016f4..e957ab3dd 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/FolderDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/FolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ImapFlagsDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ImapFlagsDao.cs
index 6679a126f..96d785389 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ImapFlagsDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ImapFlagsDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ImapSpecialMailboxDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ImapSpecialMailboxDao.cs
index c49ce32ab..244a8c067 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ImapSpecialMailboxDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ImapSpecialMailboxDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAccountDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAccountDao.cs
index 55cb2da3c..41f1e0043 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAccountDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAccountDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAlertDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAlertDao.cs
index 146ac4c19..0f5f4cbbb 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAlertDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAlertDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAttachmentDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAttachmentDao.cs
index 117f1cbaa..e42689d3d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAttachmentDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IAttachmentDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IChainDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IChainDao.cs
index 82eee9f6e..67d2bc788 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IChainDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IChainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactCardDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactCardDao.cs
index ca40aebcd..4f5dfa432 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactCardDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactCardDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactDao.cs
index 65fae1ef4..7cfe9d37a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactInfoDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactInfoDao.cs
index fe1111d99..5071d5d45 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactInfoDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IContactInfoDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmContactDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmContactDao.cs
index 5ddf268c2..3928d35b2 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmContactDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmContactDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmLinkDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmLinkDao.cs
index 6e383ebbd..b31305139 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmLinkDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ICrmLinkDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDaoFactory.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDaoFactory.cs
index 876c92645..b472c6b10 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDaoFactory.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDisplayImagesAddressDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDisplayImagesAddressDao.cs
index c46a7b161..0e1d49e49 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDisplayImagesAddressDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IDisplayImagesAddressDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFilterDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFilterDao.cs
index 2b33dc4a9..669ccdf92 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFilterDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFilterDao.cs
@@ -1,4 +1,30 @@
-using System.Collections.Generic;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System.Collections.Generic;
using ASC.Mail.Core.Entities;
namespace ASC.Mail.Core.Dao.Interfaces
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFolderDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFolderDao.cs
index 07f0ffda5..65a3f56e2 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFolderDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapFlagsDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapFlagsDao.cs
index 0582fe6e4..bcb2b127c 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapFlagsDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapFlagsDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapSpecialMailboxDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapSpecialMailboxDao.cs
index 681f907e3..c599f830f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapSpecialMailboxDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IImapSpecialMailboxDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailDao.cs
index b31b09d9e..2324754fa 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailInfoDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailInfoDao.cs
index ea0226a5f..f0cb116cc 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailInfoDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailInfoDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyDao.cs
index 12d89c6c1..a34abacc2 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyHistoryDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyHistoryDao.cs
index b3ba36684..57feb39a8 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyHistoryDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxAutoreplyHistoryDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDao.cs
index 4cf3c8543..570f2b757 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDomainDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDomainDao.cs
index 82a9022db..1c29be09d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDomainDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxDomainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxProviderDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxProviderDao.cs
index 85024b69b..a8df9c23d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxProviderDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxProviderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxServerDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxServerDao.cs
index c60e5e46d..0ba9ad6ed 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxServerDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxServerDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxSignatureDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxSignatureDao.cs
index 6dd61ca6e..0e89b1ac0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxSignatureDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IMailboxSignatureDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerAddressDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerAddressDao.cs
index b232bab1e..5c0115f90 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerAddressDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerAddressDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDao.cs
index 6af19a6dc..c313828b7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDnsDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDnsDao.cs
index 72b7a2315..af8fd210d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDnsDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDnsDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDomainDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDomainDao.cs
index d889896a8..caea7c692 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDomainDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerDomainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerGroupDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerGroupDao.cs
index ff7e91de4..4b07ec969 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerGroupDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IServerGroupDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagAddressDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagAddressDao.cs
index 4bfe47772..5bf252c8d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagAddressDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagAddressDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagDao.cs
index 0dfa16cea..9add312a7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagMailDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagMailDao.cs
index 930adba4f..adf25ec48 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagMailDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/ITagMailDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderDao.cs
index 8cafa7229..bb6017116 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderTreeDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderTreeDao.cs
index 61a6c21e7..d9fa6ae60 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderTreeDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderTreeDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderXMailDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderXMailDao.cs
index 23cd17ca6..7472e74e4 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderXMailDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/Interfaces/IUserFolderXMailDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailDao.cs
index 8061a67d1..313cea5bb 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailGarbageDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailGarbageDao.cs
index b230c5575..41cc26624 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailGarbageDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailGarbageDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailInfoDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailInfoDao.cs
index 3d9f1d2f3..07f9f6468 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailInfoDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailInfoDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyDao.cs
index f05946038..ac4484bfd 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyHistoryDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyHistoryDao.cs
index 979f3c5af..47a3430b8 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyHistoryDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxAutoreplyHistoryDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDao.cs
index 68b255c4c..728da2e7a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDomainDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDomainDao.cs
index 5b3221e42..85f5980e5 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDomainDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxDomainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxProviderDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxProviderDao.cs
index e3280e997..867b7cd76 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxProviderDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxProviderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxServerDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxServerDao.cs
index ab5fad2fb..95a17d15e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxServerDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxServerDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxSignatureDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxSignatureDao.cs
index b37d6a7df..042dad1b7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxSignatureDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/MailboxSignatureDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerAddressDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerAddressDao.cs
index 14b11e7c5..6cf593a27 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerAddressDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerAddressDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDao.cs
index 7b2a33458..efd3ce801 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDnsDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDnsDao.cs
index af5cef763..ef56a5297 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDnsDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDnsDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDomainDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDomainDao.cs
index d08230e24..9de86e2e9 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDomainDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerDomainDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerGroupDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerGroupDao.cs
index a8a8863bd..156244c8f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/ServerGroupDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/ServerGroupDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/TagAddressDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/TagAddressDao.cs
index b8f8b91b5..e28c18885 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/TagAddressDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/TagAddressDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/TagDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/TagDao.cs
index 796a52e06..5cbd3dd9e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/TagDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/TagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/TagMailDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/TagMailDao.cs
index e274364c3..8a187f54f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/TagMailDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/TagMailDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderDao.cs
index d83491962..cf61e0a4f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderTreeDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderTreeDao.cs
index 1ad9bdb19..ad9a2fe00 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderTreeDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderTreeDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderXMailDao.cs b/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderXMailDao.cs
index c98181000..11c5e610c 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderXMailDao.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Dao/UserFolderXMailDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DaoFactory.cs b/module/ASC.Mail/ASC.Mail/Core/DaoFactory.cs
index bef6bd678..b87498bfb 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DaoFactory.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITable.cs
index da5fdda7c..65e702b3a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITableFactory.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITableFactory.cs
index b6700ed17..c0c4f82e9 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITableFactory.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Interfaces/ITableFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/MailTableFactory.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/MailTableFactory.cs
index 9b698ab19..6340b74dd 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/MailTableFactory.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/MailTableFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AlertsTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AlertsTable.cs
index 7bfd33f0a..976558524 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AlertsTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AlertsTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AttachmentTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AttachmentTable.cs
index 433f1566a..d301e9e76 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AttachmentTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/AttachmentTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainTable.cs
index 31827a853..74f821142 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainXCrmContactEntityTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainXCrmContactEntityTable.cs
index 2baa01f20..ca2f5aa30 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainXCrmContactEntityTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ChainXCrmContactEntityTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactInfoTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactInfoTable.cs
index 2120d205b..91c2ec486 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactInfoTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactInfoTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactsTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactsTable.cs
index c2520ceca..c51b140aa 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactsTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ContactsTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactInfoTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactInfoTable.cs
index e9e2b06bf..035fff2df 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactInfoTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactInfoTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactTable.cs
index 7a06e8623..73661ecdb 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmContactTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmEntityTagTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmEntityTagTable.cs
index a4b940cdd..84c15d7f6 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmEntityTagTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmEntityTagTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmTagTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmTagTable.cs
index 725431fe2..a9ca1bfc4 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmTagTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/CrmTagTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/DisplayImagesTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/DisplayImagesTable.cs
index a772dcb4f..9643c2848 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/DisplayImagesTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/DisplayImagesTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FilterTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FilterTable.cs
index dfe569fe2..1e52a2ab7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FilterTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FilterTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -15,14 +15,15 @@
* The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
* Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
*
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
* relevant author attributions when distributing the software. If the display of the logo in its graphic
* form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
* in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
*/
+
// ReSharper disable InconsistentNaming
using System.Collections.Generic;
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FolderCountersTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FolderCountersTable.cs
index c4a3ef2e0..3ac282dc6 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FolderCountersTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/FolderCountersTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/GarbageTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/GarbageTable.cs
index af7156972..ad69288fc 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/GarbageTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/GarbageTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapFlagsTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapFlagsTable.cs
index afc84947e..ef73d5b95 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapFlagsTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapFlagsTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapSpecialMailboxTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapSpecialMailboxTable.cs
index 60809b30f..5725ba815 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapSpecialMailboxTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ImapSpecialMailboxTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailTable.cs
index 71a47fe8f..9a1fbb8cf 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyHistoryTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyHistoryTable.cs
index caf2df372..b656c9ea0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyHistoryTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyHistoryTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyTable.cs
index 7833b0789..0bc10632a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxAutoreplyTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxDomainTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxDomainTable.cs
index 6b07cb2d6..f58a2ed04 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxDomainTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxDomainTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxProviderTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxProviderTable.cs
index 54910c60d..b91db1206 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxProviderTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxProviderTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxServerTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxServerTable.cs
index 567911f10..3610819c0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxServerTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxServerTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxSignatureTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxSignatureTable.cs
index 9335f8f63..de94b3770 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxSignatureTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxSignatureTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxTable.cs
index 8bb4fa71d..59b28b568 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/MailboxTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerAddressTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerAddressTable.cs
index bfc83945a..e3979b331 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerAddressTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerAddressTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDnsTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDnsTable.cs
index 3e9c11db7..334e5246a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDnsTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDnsTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDomainTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDomainTable.cs
index 1286c4755..e11bdf6dd 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDomainTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerDomainTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupTable.cs
index bb893d312..3ab391f56 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupXAddressesTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupXAddressesTable.cs
index 2805532d5..c70ea63a7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupXAddressesTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerMailGroupXAddressesTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTable.cs
index d836f6eab..244d62190 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTypeTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTypeTable.cs
index ad4f3e208..429aa25dd 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTypeTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerTypeTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerXTenantTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerXTenantTable.cs
index 054f6da27..eb9b136bd 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerXTenantTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/ServerXTenantTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagAddressTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagAddressTable.cs
index 0fd9d9b2f..0b4b6c8c8 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagAddressTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagAddressTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagMailTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagMailTable.cs
index 2b04b6023..f5ddf2568 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagMailTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagMailTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagTable.cs
index e0a62569f..1a272025f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TagTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TenantXServerTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TenantXServerTable.cs
index 8e1779364..482b9958c 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TenantXServerTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/TenantXServerTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTable.cs
index 2ac61e393..d243c3339 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTreeTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTreeTable.cs
index b74379d93..0a0c35ef5 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTreeTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFolderTreeTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFoldertXMailTable.cs b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFoldertXMailTable.cs
index 41f391a5d..9273390a7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFoldertXMailTable.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/DbSchema/Tables/UserFoldertXMailTable.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/AccountEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/AccountEngine.cs
index 5b6f4afed..c99af1954 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/AccountEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/AccountEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/AlertEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/AlertEngine.cs
index 55276948d..30c4e7e8e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/AlertEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/AlertEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/AttachmentEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/AttachmentEngine.cs
index 871eff385..732fd1049 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/AttachmentEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/AttachmentEngine.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Data;
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/AutoreplyEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/AutoreplyEngine.cs
index 8fe2bd974..9b13674af 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/AutoreplyEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/AutoreplyEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Base/ComposeEngineBase.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Base/ComposeEngineBase.cs
index 031558bc0..1aba91893 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Base/ComposeEngineBase.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Base/ComposeEngineBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/CacheEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/CacheEngine.cs
index 849b2de8c..edc184eb3 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/CacheEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/CacheEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/CalendarEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/CalendarEngine.cs
index 80d1f51a3..b6040c128 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/CalendarEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/CalendarEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/ChainEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/ChainEngine.cs
index 3652fe577..f1b52862e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/ChainEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/ChainEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/ContactEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/ContactEngine.cs
index b61fcbd38..05983e58f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/ContactEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/ContactEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/CrmLinkEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/CrmLinkEngine.cs
index fe135bd2f..a78271697 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/CrmLinkEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/CrmLinkEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/DisplayImagesAddressEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/DisplayImagesAddressEngine.cs
index c2ef2d673..06e695f4b 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/DisplayImagesAddressEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/DisplayImagesAddressEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/DocumentsEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/DocumentsEngine.cs
index 8005c1c63..eb6fd9c6a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/DocumentsEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/DocumentsEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/DraftEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/DraftEngine.cs
index 1347609d9..57820292e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/DraftEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/DraftEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/EmailInEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/EmailInEngine.cs
index 7233fc4a1..badc09742 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/EmailInEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/EmailInEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/FilterEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/FilterEngine.cs
index bfdde49ec..882cb63c0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/FilterEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/FilterEngine.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/FolderEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/FolderEngine.cs
index 72867faf2..443a31524 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/FolderEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/FolderEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/IndexEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/IndexEngine.cs
index 3b5484f47..52a0f48ee 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/IndexEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/IndexEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/MailBoxSettingEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/MailBoxSettingEngine.cs
index 4b727fb4a..09f91baed 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/MailBoxSettingEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/MailBoxSettingEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/MailGarbageEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/MailGarbageEngine.cs
index 58f35d58e..e599fe39f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/MailGarbageEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/MailGarbageEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/MailboxEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/MailboxEngine.cs
index 062217708..86fa97c66 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/MailboxEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/MailboxEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/MessageEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/MessageEngine.cs
index fec241565..90c85e88d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/MessageEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/MessageEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/OperationEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/OperationEngine.cs
index 21ac9b3a7..3c5fa08af 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/OperationEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/OperationEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFilterOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFilterOperation.cs
index ab1cdaa3a..f2a094e8a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFilterOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFilterOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFiltersOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFiltersOperation.cs
index a12f8271f..c26b185de 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFiltersOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/ApplyFiltersOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperation.cs
index 2a018e2dd..a26f8c0c0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationException.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationException.cs
index efe328bc9..700018e62 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationException.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationStatus.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationStatus.cs
index 7c0b40fad..df9854cd8 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationStatus.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationType.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationType.cs
index cb00b2de4..175729a42 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationType.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/Base/MailOperationType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailCheckMailserverDomainsDnsOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailCheckMailserverDomainsDnsOperation.cs
index 76c8f65f8..32d96a69e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailCheckMailserverDomainsDnsOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailCheckMailserverDomainsDnsOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailDownloadAllAttachmentsOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailDownloadAllAttachmentsOperation.cs
index 682cd78d2..e6bd0cad9 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailDownloadAllAttachmentsOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailDownloadAllAttachmentsOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRecalculateFoldersOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRecalculateFoldersOperation.cs
index 101685a0d..c2abd4526 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRecalculateFoldersOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRecalculateFoldersOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailboxOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailboxOperation.cs
index cb3fc4a0f..882510570 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailboxOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailboxOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverDomainOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverDomainOperation.cs
index 1d8684384..0e9cf6809 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverDomainOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverDomainOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverMailboxOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverMailboxOperation.cs
index 80f9e3850..4d0ed69a0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverMailboxOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveMailserverMailboxOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveUserFolderOperation.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveUserFolderOperation.cs
index 9370458b1..96d3ddb6c 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveUserFolderOperation.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/Operations/MailRemoveUserFolderOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/QuotaEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/QuotaEngine.cs
index d41c47e34..8f182fc05 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/QuotaEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/QuotaEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerDomainEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerDomainEngine.cs
index 6d37abb3d..ff7fc8258 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerDomainEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerDomainEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerEngine.cs
index 76b0310cc..5b552f9de 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerEngine.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailboxEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailboxEngine.cs
index f777f50e5..50b2884de 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailboxEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailboxEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailgroupEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailgroupEngine.cs
index 5e49a2b80..4a79cc1be 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailgroupEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/ServerMailgroupEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/SignatureEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/SignatureEngine.cs
index 4346bc9d9..a2a3eafde 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/SignatureEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/SignatureEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/SpamEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/SpamEngine.cs
index 5ae6a919a..20c4aac73 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/SpamEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/SpamEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/TagEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/TagEngine.cs
index 05476483d..b988a8e83 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/TagEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/TagEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/TemplateEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/TemplateEngine.cs
index 298263831..de38f01cf 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/TemplateEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/TemplateEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/TestEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/TestEngine.cs
index 64b56516e..9f4332ffb 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/TestEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/TestEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Engine/UserFolderEngine.cs b/module/ASC.Mail/ASC.Mail/Core/Engine/UserFolderEngine.cs
index cb4cb9c20..b45e0160f 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Engine/UserFolderEngine.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Engine/UserFolderEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/EngineFactory.cs b/module/ASC.Mail/ASC.Mail/Core/EngineFactory.cs
index 0909c16fb..89c09f7b1 100644
--- a/module/ASC.Mail/ASC.Mail/Core/EngineFactory.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/EngineFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Account.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Account.cs
index 6313b8eee..6dfdb41be 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Account.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Account.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Alert.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Alert.cs
index 423b9a144..47ce38989 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Alert.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Alert.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Attachment.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Attachment.cs
index 6ef7480ba..f23cae66d 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Attachment.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Attachment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Chain.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Chain.cs
index 5fd382232..3a69f7332 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Chain.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Chain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ChainInfo.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ChainInfo.cs
index 5dc794721..0c9df07e8 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ChainInfo.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ChainInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Contact.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Contact.cs
index 8dba65103..385fb0bf6 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Contact.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Contact.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ContactCard.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ContactCard.cs
index 255c68d5c..0bfea2fd7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ContactCard.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ContactCard.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ContactInfo.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ContactInfo.cs
index 0e0e5e131..23e3d9270 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ContactInfo.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ContactInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Filter.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Filter.cs
index dc3b283bb..3aae28c3c 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Filter.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Filter.cs
@@ -1,4 +1,30 @@
-namespace ASC.Mail.Core.Entities
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+namespace ASC.Mail.Core.Entities
{
public class Filter
{
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Folder.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Folder.cs
index 68dba0fc9..b0806fe17 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Folder.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Folder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ImapFlag.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ImapFlag.cs
index 1cf323c19..a871bf51e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ImapFlag.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ImapFlag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ImapSpecialMailbox.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ImapSpecialMailbox.cs
index d5d8ffbf0..943f94e31 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ImapSpecialMailbox.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ImapSpecialMailbox.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Mail.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Mail.cs
index 25823f1a3..4a6e48409 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Mail.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Mail.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailGarbage.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailGarbage.cs
index 5490ff743..80c67c328 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailGarbage.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailGarbage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailInfo.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailInfo.cs
index cf2476827..9a061154a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailInfo.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Mailbox.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Mailbox.cs
index 2f4b30a57..d793e63f7 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Mailbox.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Mailbox.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreply.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreply.cs
index dc8148e2d..bea2158c1 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreply.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreply.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreplyHistory.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreplyHistory.cs
index b5349fa72..3a5c68c1a 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreplyHistory.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxAutoreplyHistory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxDomain.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxDomain.cs
index 43e3ef6ea..470e10cd3 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxDomain.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxDomain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxProvider.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxProvider.cs
index 5fc649604..8a624a77e 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxProvider.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxServer.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxServer.cs
index 3d69962b8..ac5747002 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxServer.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxServer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxSignature.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxSignature.cs
index fd7cb87d2..52ecbd512 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxSignature.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxSignature.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxStatus.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxStatus.cs
index a7b8d58fe..8f074fca3 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxStatus.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/MailboxStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Server.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Server.cs
index d928b802f..447f25a82 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Server.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Server.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerAddress.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerAddress.cs
index b0f2c4356..27c1109fa 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerAddress.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDns.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDns.cs
index 2015ea1d7..09dc473b0 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDns.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDns.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDomain.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDomain.cs
index 9de4aef7e..5a66dfab4 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDomain.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerDomain.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerGroup.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerGroup.cs
index bbfc35b6a..f23a6f073 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/ServerGroup.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/ServerGroup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/Tag.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/Tag.cs
index f25668e25..0ccdc3a32 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/Tag.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/Tag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/TagMail.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/TagMail.cs
index e8310ce6b..e071393f4 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/TagMail.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/TagMail.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolder.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolder.cs
index 74809cf72..3eca11885 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolder.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderTreeItem.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderTreeItem.cs
index b79985f8b..a8bf27459 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderTreeItem.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderTreeItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderXMail.cs b/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderXMail.cs
index 3d85d9cf1..3384b60b6 100644
--- a/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderXMail.cs
+++ b/module/ASC.Mail/ASC.Mail/Core/Entities/UserFolderXMail.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/AccountInfo.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/AccountInfo.cs
index 0303101fb..3521adb84 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/AccountInfo.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/AccountInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/Address.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/Address.cs
index 11b670046..cdfba13a8 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/Address.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/Address.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/Base/MailComposeBase.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/Base/MailComposeBase.cs
index 112f2d5b1..473b5af6f 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/Base/MailComposeBase.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/Base/MailComposeBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ContactInfo.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ContactInfo.cs
index a29585fab..6ecb7fe2e 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ContactInfo.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ContactInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/CrmContactData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/CrmContactData.cs
index e4be679f0..0e05cb7c6 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/CrmContactData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/CrmContactData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAccountData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAccountData.cs
index 0ad63de16..6cd20a0c9 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAccountData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAccountData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAddressInfo.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAddressInfo.cs
index 21116da61..5b3aaf9b1 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAddressInfo.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAddressInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAlertData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAlertData.cs
index 900b017da..acfaad34e 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAlertData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAlertData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAttachmentData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAttachmentData.cs
index ef8de8289..7baab3fe0 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAttachmentData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAttachmentData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAutoreplyData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAutoreplyData.cs
index e5c83fa16..8523d89d3 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAutoreplyData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailAutoreplyData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxAccountSettings.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxAccountSettings.cs
index 97a388efd..affec8808 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxAccountSettings.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxAccountSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxData.cs
index 47d17e87b..2e3d311c0 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailBoxData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailClientConfig.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailClientConfig.cs
index 59a597298..23d517f3b 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailClientConfig.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailClientConfig.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCommonSettings.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCommonSettings.cs
index c5463bc48..b262a151f 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCommonSettings.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCommonSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailContactData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailContactData.cs
index f2cc1f4d2..203df3713 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailContactData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailContactData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCrmStatus.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCrmStatus.cs
index e451e5620..e4c0973d7 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCrmStatus.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailCrmStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailDraftData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailDraftData.cs
index 0f4b57383..6db253144 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailDraftData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailDraftData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolder.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolder.cs
index 4b67460dc..d15c56a6e 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolder.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolderData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolderData.cs
index bb424c6da..906b12cb0 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolderData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailFolderData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailGarbageEraserConfig.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailGarbageEraserConfig.cs
index 3a30aca0b..d9ce08224 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailGarbageEraserConfig.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailGarbageEraserConfig.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailMessageData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailMessageData.cs
index 39b85514d..8d845fd20 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailMessageData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailMessageData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSearchFilterData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSearchFilterData.cs
index 97391a236..6f4dd4ebb 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSearchFilterData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSearchFilterData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterActionData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterActionData.cs
index e32c182a6..fb42e1993 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterActionData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterActionData.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Runtime.Serialization;
using ASC.Mail.Enums.Filter;
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterApplyToFolderData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterApplyToFolderData.cs
index cfe64ae8d..7c31896c3 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterApplyToFolderData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterApplyToFolderData.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Runtime.Serialization;
using ASC.Mail.Enums;
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterConditionData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterConditionData.cs
index 56e91fbe0..73798916b 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterConditionData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterConditionData.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Runtime.Serialization;
using ASC.Mail.Enums.Filter;
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterData.cs
index eceb8e8f0..a549cc764 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterData.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.Runtime.Serialization;
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterOptionsData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterOptionsData.cs
index 7d0965d06..3c52ee344 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterOptionsData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSieveFilterOptionsData.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Runtime.Serialization;
using ASC.Mail.Enums;
using ASC.Mail.Enums.Filter;
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSignatureData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSignatureData.cs
index 596393d95..fb8b249ba 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSignatureData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailSignatureData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTagData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTagData.cs
index 13be2e5b3..9a7e0f1cc 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTagData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTagData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTemplateData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTemplateData.cs
index d96bfd90d..37efee063 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTemplateData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailTemplateData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailUserFolderData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailUserFolderData.cs
index 3e9c84a60..7cbdf6658 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/MailUserFolderData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/MailUserFolderData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerData.cs
index c30bf3171..b7a546209 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainAddressData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainAddressData.cs
index 3e4580cc4..ae3d115ae 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainAddressData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainAddressData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDKIMRecordData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDKIMRecordData.cs
index f8f36851b..454477d30 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDKIMRecordData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDKIMRecordData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDNSRecordData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDNSRecordData.cs
index 94e9eab85..262f2d3bc 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDNSRecordData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDNSRecordData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainData.cs
index 1632a2dda..e65a92cfd 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDnsData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDnsData.cs
index 495fd4ccf..5df811aa0 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDnsData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainDnsData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainGroupData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainGroupData.cs
index e98c7c223..3da2ef89b 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainGroupData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainGroupData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainMXRecordData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainMXRecordData.cs
index c9c94c3cf..7f073ac7b 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainMXRecordData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerDomainMXRecordData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerFullData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerFullData.cs
index c0cca8076..81ff5976a 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerFullData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerFullData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerLimitData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerLimitData.cs
index b50baecb6..b6b021bcd 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerLimitData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerLimitData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerMailboxData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerMailboxData.cs
index 983f08f7d..1a1ca1ef3 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerMailboxData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerMailboxData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressData.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressData.cs
index 7c79dc9a2..4b923dbd3 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressData.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressSettings.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressSettings.cs
index 39ed8841d..f9e36f6c3 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressSettings.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/ServerNotificationAddressSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Contracts/TasksConfig.cs b/module/ASC.Mail/ASC.Mail/Data/Contracts/TasksConfig.cs
index e4df17451..4e67e25b1 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Contracts/TasksConfig.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Contracts/TasksConfig.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Imap/ImapFolderUids.cs b/module/ASC.Mail/ASC.Mail/Data/Imap/ImapFolderUids.cs
index f6f9b596c..d8f0ca7d5 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Imap/ImapFolderUids.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Imap/ImapFolderUids.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Imap/ImapIntervals.cs b/module/ASC.Mail/ASC.Mail/Data/Imap/ImapIntervals.cs
index b70de4f94..5f498b576 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Imap/ImapIntervals.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Imap/ImapIntervals.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Imap/UidInterval.cs b/module/ASC.Mail/ASC.Mail/Data/Imap/UidInterval.cs
index 427d41b82..187d5a0b4 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Imap/UidInterval.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Imap/UidInterval.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Search/MailContactsWrapper.cs b/module/ASC.Mail/ASC.Mail/Data/Search/MailContactsWrapper.cs
index 0577b4c2e..f47a5868b 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Search/MailContactsWrapper.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Search/MailContactsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Search/MailWrapper.cs b/module/ASC.Mail/ASC.Mail/Data/Search/MailWrapper.cs
index 33cd194d2..bbc7fba69 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Search/MailWrapper.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Search/MailWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentManager.cs b/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentManager.cs
index 53b0e5915..469f0bee6 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentManager.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentManager.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using ASC.Mail.Data.Contracts;
diff --git a/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentStream.cs b/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentStream.cs
index 95476c18c..3a02b9ae7 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentStream.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Storage/AttachmentStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Storage/ContactPhotoManager.cs b/module/ASC.Mail/ASC.Mail/Data/Storage/ContactPhotoManager.cs
index ce96a4d2e..bd4ebf6f4 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Storage/ContactPhotoManager.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Storage/ContactPhotoManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Storage/MailDataStore.cs b/module/ASC.Mail/ASC.Mail/Data/Storage/MailDataStore.cs
index f57ee888e..ca75720c1 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Storage/MailDataStore.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Storage/MailDataStore.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Storage/MailStoragePathCombiner.cs b/module/ASC.Mail/ASC.Mail/Data/Storage/MailStoragePathCombiner.cs
index 29e423c54..b9db89dc2 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Storage/MailStoragePathCombiner.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Storage/MailStoragePathCombiner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Data/Storage/StorageManager.cs b/module/ASC.Mail/ASC.Mail/Data/Storage/StorageManager.cs
index 4f21cb2ea..cefd0aa4a 100644
--- a/module/ASC.Mail/ASC.Mail/Data/Storage/StorageManager.cs
+++ b/module/ASC.Mail/ASC.Mail/Data/Storage/StorageManager.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Globalization;
using System.IO;
diff --git a/module/ASC.Mail/ASC.Mail/Defines.cs b/module/ASC.Mail/ASC.Mail/Defines.cs
index 7c809b0fd..82a1326db 100644
--- a/module/ASC.Mail/ASC.Mail/Defines.cs
+++ b/module/ASC.Mail/ASC.Mail/Defines.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/ContactInfoType.cs b/module/ASC.Mail/ASC.Mail/Enums/ContactInfoType.cs
index d3f6dbb8d..dbc18259d 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/ContactInfoType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/ContactInfoType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/ContactType.cs b/module/ASC.Mail/ASC.Mail/Enums/ContactType.cs
index cf0ae35f5..b92470edb 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/ContactType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/ContactType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/EncryptionType.cs b/module/ASC.Mail/ASC.Mail/Enums/EncryptionType.cs
index aa48aef39..84a28b889 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/EncryptionType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/EncryptionType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/Filter/ActionType.cs b/module/ASC.Mail/ASC.Mail/Enums/Filter/ActionType.cs
index a3d9b0820..2b151350e 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/Filter/ActionType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/Filter/ActionType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToAttachmentsType.cs b/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToAttachmentsType.cs
index 749a4a42c..04a9d748c 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToAttachmentsType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToAttachmentsType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToMessagesType.cs b/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToMessagesType.cs
index 5833b556c..80e1c64b0 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToMessagesType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/Filter/ApplyToMessagesType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionKeyType.cs b/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionKeyType.cs
index 4c73b7709..3aa058ef4 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionKeyType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionKeyType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionOperationType.cs b/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionOperationType.cs
index 017b84e64..a4c907a26 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionOperationType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/Filter/ConditionOperationType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/Filter/MatchMultiConditionsType.cs b/module/ASC.Mail/ASC.Mail/Enums/Filter/MatchMultiConditionsType.cs
index 3ba040643..de2155035 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/Filter/MatchMultiConditionsType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/Filter/MatchMultiConditionsType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/FolderType.cs b/module/ASC.Mail/ASC.Mail/Enums/FolderType.cs
index c25a9ab85..2fbe635c5 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/FolderType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/FolderType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/MailAlertTypes.cs b/module/ASC.Mail/ASC.Mail/Enums/MailAlertTypes.cs
index 796ff4ca2..265987ce5 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/MailAlertTypes.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/MailAlertTypes.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/SaslMechanism.cs b/module/ASC.Mail/ASC.Mail/Enums/SaslMechanism.cs
index d4468d989..43c542a91 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/SaslMechanism.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/SaslMechanism.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/ServerType.cs b/module/ASC.Mail/ASC.Mail/Enums/ServerType.cs
index 0c4f84334..46bc5a0cf 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/ServerType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/ServerType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/UploadToDocumentsErrorType.cs b/module/ASC.Mail/ASC.Mail/Enums/UploadToDocumentsErrorType.cs
index 70b5b8f9b..63ab9392b 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/UploadToDocumentsErrorType.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/UploadToDocumentsErrorType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Enums/WellKnownPorts.cs b/module/ASC.Mail/ASC.Mail/Enums/WellKnownPorts.cs
index 54f6249d5..57acd1d98 100644
--- a/module/ASC.Mail/ASC.Mail/Enums/WellKnownPorts.cs
+++ b/module/ASC.Mail/ASC.Mail/Enums/WellKnownPorts.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/AlreadyExistsFolderException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/AlreadyExistsFolderException.cs
index 2fe71ff61..5eecb9b59 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/AlreadyExistsFolderException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/AlreadyExistsFolderException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/ApiHelperException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/ApiHelperException.cs
index 51571a311..9d8095ad3 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/ApiHelperException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/ApiHelperException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/AttachmentsException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/AttachmentsException.cs
index 2732f70ef..343748b98 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/AttachmentsException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/AttachmentsException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/DraftException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/DraftException.cs
index 9fbb55aab..cc03c5f5e 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/DraftException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/DraftException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/EmptyFolderException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/EmptyFolderException.cs
index bc28c5d5c..d6a6c91d5 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/EmptyFolderException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/EmptyFolderException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionException.cs
index 7231fd69a..eb3f6568c 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionTimeoutException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionTimeoutException.cs
index 8b793c8c3..54f6c3a4d 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionTimeoutException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/ImapConnectionTimeoutException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/MailBoxOutException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/MailBoxOutException.cs
index 02cc6940a..ba6521bcb 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/MailBoxOutException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/MailBoxOutException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/MoveFolderException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/MoveFolderException.cs
index 856eeb61d..ddf4f737c 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/MoveFolderException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/MoveFolderException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/NotFoundFilterDataException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/NotFoundFilterDataException.cs
index 2ec04b41f..3d97b220c 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/NotFoundFilterDataException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/NotFoundFilterDataException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionException.cs
index 4ed7c1a4c..cf1f98253 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionTimeoutException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionTimeoutException.cs
index 27d2cb525..07b8abd7b 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionTimeoutException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/Pop3ConnectionTimeoutException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionException.cs
index ef8a07c90..7da75514c 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionTimeoutException.cs b/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionTimeoutException.cs
index f5eba5fd1..c1c3c82a9 100644
--- a/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionTimeoutException.cs
+++ b/module/ASC.Mail/ASC.Mail/Exceptions/SmtpConnectionTimeoutException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/DataContractsExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/DataContractsExtensions.cs
index 7daa68643..c343ef42b 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/DataContractsExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/DataContractsExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/DateTimeExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/DateTimeExtensions.cs
index 22ebaae15..28ca4d342 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/DateTimeExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/DateTimeExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/EnumerableExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/EnumerableExtensions.cs
index cfe48e310..cdb6afb00 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/EnumerableExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/EnumerableExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/MailBoxExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/MailBoxExtensions.cs
index 2f5948ad3..37d1d000b 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/MailBoxExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/MailBoxExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/MailDraftExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/MailDraftExtensions.cs
index 725e36b0a..ee3340c87 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/MailDraftExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/MailDraftExtensions.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/MailMessageExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/MailMessageExtensions.cs
index e09e2b738..346e1e325 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/MailMessageExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/MailMessageExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/MimeMessageExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/MimeMessageExtensions.cs
index 625b244cc..b1745d0bc 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/MimeMessageExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/MimeMessageExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/QueueExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/QueueExtensions.cs
index a65df199b..ac13348f1 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/QueueExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/QueueExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/RestClientExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/RestClientExtensions.cs
index 570b19823..7bbc7e82e 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/RestClientExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/RestClientExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/ServerDomainDnsExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/ServerDomainDnsExtensions.cs
index 164df1c6d..d27de735b 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/ServerDomainDnsExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/ServerDomainDnsExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/StackExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/StackExtensions.cs
index 7134eb488..30e63493d 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/StackExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/StackExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/StreamExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/StreamExtensions.cs
index 2a87fc830..0fd62b25a 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/StreamExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/StreamExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Extensions/StringExtensions.cs b/module/ASC.Mail/ASC.Mail/Extensions/StringExtensions.cs
index fdae9b564..abe5b8365 100644
--- a/module/ASC.Mail/ASC.Mail/Extensions/StringExtensions.cs
+++ b/module/ASC.Mail/ASC.Mail/Extensions/StringExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Iterators/IMailboxIterator.cs b/module/ASC.Mail/ASC.Mail/Iterators/IMailboxIterator.cs
index 4c73a9a9c..bd852682b 100644
--- a/module/ASC.Mail/ASC.Mail/Iterators/IMailboxIterator.cs
+++ b/module/ASC.Mail/ASC.Mail/Iterators/IMailboxIterator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Iterators/MailboxIterator.cs b/module/ASC.Mail/ASC.Mail/Iterators/MailboxIterator.cs
index 47cdf7811..573aacf2c 100644
--- a/module/ASC.Mail/ASC.Mail/Iterators/MailboxIterator.cs
+++ b/module/ASC.Mail/ASC.Mail/Iterators/MailboxIterator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Iterators/MailboxMessagesIterator.cs b/module/ASC.Mail/ASC.Mail/Iterators/MailboxMessagesIterator.cs
index 177c607cf..72541fbe0 100644
--- a/module/ASC.Mail/ASC.Mail/Iterators/MailboxMessagesIterator.cs
+++ b/module/ASC.Mail/ASC.Mail/Iterators/MailboxMessagesIterator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Utils/ApiHelper.cs b/module/ASC.Mail/ASC.Mail/Utils/ApiHelper.cs
index 161db277c..8fca6db48 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/ApiHelper.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/ApiHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Utils/Converter.cs b/module/ASC.Mail/ASC.Mail/Utils/Converter.cs
index 7c2aa74dd..e7bdc3fbc 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/Converter.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/Converter.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/module/ASC.Mail/ASC.Mail/Utils/CryptoUtil.cs b/module/ASC.Mail/ASC.Mail/Utils/CryptoUtil.cs
index 067b35a4a..1e0ddfa4c 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/CryptoUtil.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/CryptoUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Utils/EncodingTools.cs b/module/ASC.Mail/ASC.Mail/Utils/EncodingTools.cs
index 94c1739c6..f3e4760a7 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/EncodingTools.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/EncodingTools.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Utils/HtmlSanitizer.cs b/module/ASC.Mail/ASC.Mail/Utils/HtmlSanitizer.cs
index a0211c2d5..fbabd8cb7 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/HtmlSanitizer.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/HtmlSanitizer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Utils/MailUtil.cs b/module/ASC.Mail/ASC.Mail/Utils/MailUtil.cs
index 267239d9f..3eb47e290 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/MailUtil.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/MailUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Utils/MimeTypeMap.cs b/module/ASC.Mail/ASC.Mail/Utils/MimeTypeMap.cs
index 9ead96a8d..922088cf3 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/MimeTypeMap.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/MimeTypeMap.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/ASC.Mail/Utils/Parser.cs b/module/ASC.Mail/ASC.Mail/Utils/Parser.cs
index ef51c2a20..9fc912b58 100644
--- a/module/ASC.Mail/ASC.Mail/Utils/Parser.cs
+++ b/module/ASC.Mail/ASC.Mail/Utils/Parser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/AggregatorService.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/AggregatorService.cs
index 6e761cd0c..678277464 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/AggregatorService.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/AggregatorService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.Options.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.Options.cs
index 125b952fd..0aab45d5b 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.Options.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.Options.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.cs
index 1ca619ba7..ac21a6af0 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/Extensions.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/Extensions.cs
index 2f9aef41f..c6b78b8fb 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/Extensions.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/Extensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/MailboxData.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/MailboxData.cs
index f7d961be6..06adb096e 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/MailboxData.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/MailboxData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TaskData.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TaskData.cs
index bac04eb7d..2c362b8ea 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TaskData.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TaskData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TenantData.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TenantData.cs
index 16455506a..36d3225d0 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TenantData.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/Data/TenantData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/MailQueueItemSettings.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/MailQueueItemSettings.cs
index 4e198f76b..3bcb4920e 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/MailQueueItemSettings.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/MailQueueItemSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/QueueManager.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/QueueManager.cs
index 09252a895..816ea1fb6 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/QueueManager.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/QueueManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/SignalrWorker.cs b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/SignalrWorker.cs
index 83e60883e..b9be9b226 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/SignalrWorker.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Aggregator.CollectionService/Queue/SignalrWorker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.DomainParser/Program.cs b/module/ASC.Mail/Services/ASC.Mail.DomainParser/Program.cs
index 58c74a7b2..765f0c0ed 100644
--- a/module/ASC.Mail/Services/ASC.Mail.DomainParser/Program.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.DomainParser/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.Options.cs b/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.Options.cs
index c2a96bc9e..b4cccef91 100644
--- a/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.Options.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.Options.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.cs b/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.cs
index 216489909..a5451b84e 100644
--- a/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.EmlDownloader/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.Options.cs b/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.Options.cs
index 58a14afd1..a45156f19 100644
--- a/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.Options.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.Options.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.cs b/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.cs
index cc35be059..168129c06 100644
--- a/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.PasswordFinder/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.Options.cs b/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.Options.cs
index 4ea9be864..5ea99a246 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.Options.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.Options.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.cs b/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.cs
index 575290f2b..5ffc191ce 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Reloader/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/Program.cs b/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/Program.cs
index a06bfc5fe..37db60ab9 100644
--- a/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/Program.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/StorageCleanerService.cs b/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/StorageCleanerService.cs
index 1fbe9d14e..486d57d2a 100644
--- a/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/StorageCleanerService.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.StorageCleaner/StorageCleanerService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.Options.cs b/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.Options.cs
index f95d457f6..7c1d184e5 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.Options.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.Options.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.cs b/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.cs
index 818498f72..697711211 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/WatchdogService.cs b/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/WatchdogService.cs
index 984de1683..a9f701ff8 100644
--- a/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/WatchdogService.cs
+++ b/module/ASC.Mail/Services/ASC.Mail.Watchdog.Service/WatchdogService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/DbSender/DbMessageSender.cs b/module/ASC.MessagingSystem/DbSender/DbMessageSender.cs
index f1a42ce17..2453cf1c5 100644
--- a/module/ASC.MessagingSystem/DbSender/DbMessageSender.cs
+++ b/module/ASC.MessagingSystem/DbSender/DbMessageSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/DbSender/MessagesRepository.cs b/module/ASC.MessagingSystem/DbSender/MessagesRepository.cs
index 33812fe84..953f752aa 100644
--- a/module/ASC.MessagingSystem/DbSender/MessagesRepository.cs
+++ b/module/ASC.MessagingSystem/DbSender/MessagesRepository.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/EventMessage.cs b/module/ASC.MessagingSystem/EventMessage.cs
index 92ac5b4eb..81afd6616 100644
--- a/module/ASC.MessagingSystem/EventMessage.cs
+++ b/module/ASC.MessagingSystem/EventMessage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/IMessageSender.cs b/module/ASC.MessagingSystem/IMessageSender.cs
index 3ca91706b..1eeae252e 100644
--- a/module/ASC.MessagingSystem/IMessageSender.cs
+++ b/module/ASC.MessagingSystem/IMessageSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/MessageAction.cs b/module/ASC.MessagingSystem/MessageAction.cs
index b2f0213f6..f7fda19f3 100644
--- a/module/ASC.MessagingSystem/MessageAction.cs
+++ b/module/ASC.MessagingSystem/MessageAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/MessageFactory.cs b/module/ASC.MessagingSystem/MessageFactory.cs
index 3974209c9..0fb80e679 100644
--- a/module/ASC.MessagingSystem/MessageFactory.cs
+++ b/module/ASC.MessagingSystem/MessageFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/MessageInitiator.cs b/module/ASC.MessagingSystem/MessageInitiator.cs
index 5e8e9a8eb..577bb3054 100644
--- a/module/ASC.MessagingSystem/MessageInitiator.cs
+++ b/module/ASC.MessagingSystem/MessageInitiator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/MessagePolicy.cs b/module/ASC.MessagingSystem/MessagePolicy.cs
index 78846a0f2..556b66539 100644
--- a/module/ASC.MessagingSystem/MessagePolicy.cs
+++ b/module/ASC.MessagingSystem/MessagePolicy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/MessageService.cs b/module/ASC.MessagingSystem/MessageService.cs
index 31d801964..960486583 100644
--- a/module/ASC.MessagingSystem/MessageService.cs
+++ b/module/ASC.MessagingSystem/MessageService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/MessageTarget.cs b/module/ASC.MessagingSystem/MessageTarget.cs
index 99a642909..3469ad4c0 100644
--- a/module/ASC.MessagingSystem/MessageTarget.cs
+++ b/module/ASC.MessagingSystem/MessageTarget.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.MessagingSystem/MessageUserData.cs b/module/ASC.MessagingSystem/MessageUserData.cs
index 80c5e639d..4bef98d4f 100644
--- a/module/ASC.MessagingSystem/MessageUserData.cs
+++ b/module/ASC.MessagingSystem/MessageUserData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfg.cs b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfg.cs
index bc5cb8c7c..684940338 100644
--- a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfg.cs
+++ b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfg.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgProcessElement.cs b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgProcessElement.cs
index 53654e755..48c48a1fa 100644
--- a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgProcessElement.cs
+++ b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgProcessElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulerElement.cs b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulerElement.cs
index c89ff9b6a..0f3fe7d77 100644
--- a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulerElement.cs
+++ b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulerElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulersCollection.cs b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulersCollection.cs
index 8507dc445..eee3da364 100644
--- a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulersCollection.cs
+++ b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSchedulersCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSectionHandler.cs b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSectionHandler.cs
index 97178cf7e..f9d4c8f37 100644
--- a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSectionHandler.cs
+++ b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSectionHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSenderElement.cs b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSenderElement.cs
index 2b95cd4ee..ae15c7ca7 100644
--- a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSenderElement.cs
+++ b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSenderElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSendersCollection.cs b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSendersCollection.cs
index 086a8bde0..ae60fd43a 100644
--- a/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSendersCollection.cs
+++ b/module/ASC.Notify/ASC.Notify/Config/NotifyServiceCfgSendersCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/DbWorker.cs b/module/ASC.Notify/ASC.Notify/DbWorker.cs
index 415fc79f9..383f4aeb3 100644
--- a/module/ASC.Notify/ASC.Notify/DbWorker.cs
+++ b/module/ASC.Notify/ASC.Notify/DbWorker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/FakeMailAgregator.cs b/module/ASC.Notify/ASC.Notify/FakeMailAgregator.cs
index 25d190eaa..2010bdda4 100644
--- a/module/ASC.Notify/ASC.Notify/FakeMailAgregator.cs
+++ b/module/ASC.Notify/ASC.Notify/FakeMailAgregator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/JabberAgregator.cs b/module/ASC.Notify/ASC.Notify/JabberAgregator.cs
index 0b09f97ba..d81f38e38 100644
--- a/module/ASC.Notify/ASC.Notify/JabberAgregator.cs
+++ b/module/ASC.Notify/ASC.Notify/JabberAgregator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/MailAgregator.cs b/module/ASC.Notify/ASC.Notify/MailAgregator.cs
index a7ae34e25..d4841a85a 100644
--- a/module/ASC.Notify/ASC.Notify/MailAgregator.cs
+++ b/module/ASC.Notify/ASC.Notify/MailAgregator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/MailSendingState.cs b/module/ASC.Notify/ASC.Notify/MailSendingState.cs
index 39883ba39..cab0fd320 100644
--- a/module/ASC.Notify/ASC.Notify/MailSendingState.cs
+++ b/module/ASC.Notify/ASC.Notify/MailSendingState.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/NotifyCleaner.cs b/module/ASC.Notify/ASC.Notify/NotifyCleaner.cs
index 701cda96d..89fb532d7 100644
--- a/module/ASC.Notify/ASC.Notify/NotifyCleaner.cs
+++ b/module/ASC.Notify/ASC.Notify/NotifyCleaner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/NotifySender.cs b/module/ASC.Notify/ASC.Notify/NotifySender.cs
index e16f04b9f..33285f9af 100644
--- a/module/ASC.Notify/ASC.Notify/NotifySender.cs
+++ b/module/ASC.Notify/ASC.Notify/NotifySender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/NotifyService.cs b/module/ASC.Notify/ASC.Notify/NotifyService.cs
index 57eed5418..e9bf58f8f 100644
--- a/module/ASC.Notify/ASC.Notify/NotifyService.cs
+++ b/module/ASC.Notify/ASC.Notify/NotifyService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Notify/ASC.Notify/NotifyServiceLauncher.cs b/module/ASC.Notify/ASC.Notify/NotifyServiceLauncher.cs
index fb9e3e24b..7c1f286e5 100644
--- a/module/ASC.Notify/ASC.Notify/NotifyServiceLauncher.cs
+++ b/module/ASC.Notify/ASC.Notify/NotifyServiceLauncher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Radicale/Launcher.cs b/module/ASC.Radicale/Launcher.cs
index 6ab3a4a01..b93d45a25 100644
--- a/module/ASC.Radicale/Launcher.cs
+++ b/module/ASC.Radicale/Launcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -15,11 +15,11 @@
* The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
* Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
*
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
* relevant author attributions when distributing the software. If the display of the logo in its graphic
* form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
* in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
*/
diff --git a/module/ASC.Radicale/RadicaleCfgSectionHandler.cs b/module/ASC.Radicale/RadicaleCfgSectionHandler.cs
index da8d77364..d143247af 100644
--- a/module/ASC.Radicale/RadicaleCfgSectionHandler.cs
+++ b/module/ASC.Radicale/RadicaleCfgSectionHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Socket.IO.Svc/Launcher.cs b/module/ASC.Socket.IO.Svc/Launcher.cs
index 7a86e8f40..ac2b22354 100644
--- a/module/ASC.Socket.IO.Svc/Launcher.cs
+++ b/module/ASC.Socket.IO.Svc/Launcher.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Configuration;
using System.Diagnostics;
diff --git a/module/ASC.Socket.IO.Svc/SocketIOCfgSectionHandler.cs b/module/ASC.Socket.IO.Svc/SocketIOCfgSectionHandler.cs
index d0fb9de2c..19fc66f5d 100644
--- a/module/ASC.Socket.IO.Svc/SocketIOCfgSectionHandler.cs
+++ b/module/ASC.Socket.IO.Svc/SocketIOCfgSectionHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationCollection.cs b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationCollection.cs
index 0115697da..9aab28b83 100644
--- a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationCollection.cs
+++ b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationCollection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationElement.cs b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationElement.cs
index 84447d4f4..bdadefaf0 100644
--- a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationElement.cs
+++ b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationElement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationSection.cs b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationSection.cs
index 87a045ce8..b6960d3a9 100644
--- a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationSection.cs
+++ b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Configuration/TeamLabSvcConfigurationSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Program.cs b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Program.cs
index f799d4d90..c81f2bafc 100644
--- a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Program.cs
+++ b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Program.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Tests/TestService1.cs b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Tests/TestService1.cs
index 0b2d1688e..579689fc7 100644
--- a/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Tests/TestService1.cs
+++ b/module/ASC.TeamLabSvc/ASC.TeamLabSvc/Tests/TestService1.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/AccountLinker.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/AccountLinker.cs
index f50ef35ff..b23a4b0e6 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/AccountLinker.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/AccountLinker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/DictionaryExtensions.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/DictionaryExtensions.cs
index 6c2c87e10..fe8eb2c53 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/DictionaryExtensions.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/DictionaryExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/HashHelper.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/HashHelper.cs
index a3cb0de59..ae81bfe60 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/HashHelper.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/HashHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/JsCallbackHelper.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/JsCallbackHelper.cs
index f69e81895..751ff6157 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/JsCallbackHelper.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/JsCallbackHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/OAuth20TokenHelper.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/OAuth20TokenHelper.cs
index 35ec9e354..f0c660499 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/OAuth20TokenHelper.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/OAuth20TokenHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/RequestHelper.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/RequestHelper.cs
index 65eebdc28..bae7c48d2 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/RequestHelper.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/RequestHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XmlExtensions.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XmlExtensions.cs
index 1aeb77f09..f8e445dca 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XmlExtensions.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XmlExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XrdsHelper.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XrdsHelper.cs
index 9e91e3095..60d07bcb3 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XrdsHelper.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Helpers/XrdsHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Login.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Login.cs
index 2c4a14803..827ca6846 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Login.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Login.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginMode.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginMode.cs
index baeee41d7..639b49fd3 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginMode.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BaseLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BaseLoginProvider.cs
index 68cf271c4..7f1ed2c2d 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BaseLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BaseLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BitlyLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BitlyLoginProvider.cs
index d3cf64303..1ca8e2d61 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BitlyLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BitlyLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BlockchainLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BlockchainLoginProvider.cs
index e72e5a554..1dde4ce29 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BlockchainLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BlockchainLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BoxLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BoxLoginProvider.cs
index a607a48a6..4cb11b70f 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BoxLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/BoxLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DocuSignLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DocuSignLoginProvider.cs
index c6f424924..1dcdae1c6 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DocuSignLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DocuSignLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DropboxLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DropboxLoginProvider.cs
index 16eb27b84..e1890b042 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DropboxLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/DropboxLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/EncryptionLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/EncryptionLoginProvider.cs
index 3508302ab..dfeb1266b 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/EncryptionLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/EncryptionLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/FacebookLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/FacebookLoginProvider.cs
index 4f0945d95..f6d501e55 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/FacebookLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/FacebookLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GoogleLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GoogleLoginProvider.cs
index c26b4635b..d97969bb6 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GoogleLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GoogleLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GosUslugiLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GosUslugiLoginProvider.cs
index c54909836..708010c98 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GosUslugiLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/GosUslugiLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ILoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ILoginProvider.cs
index 96864f9e7..28fa71a17 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ILoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ILoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/IValidateKeysProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/IValidateKeysProvider.cs
index b3a1f95be..e44a5c328 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/IValidateKeysProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/IValidateKeysProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/LinkedInLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/LinkedInLoginProvider.cs
index 0971d132f..d8ae9a4cb 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/LinkedInLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/LinkedInLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/MailRuLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/MailRuLoginProvider.cs
index eec8f5d44..a71ca804d 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/MailRuLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/MailRuLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OneDriveLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OneDriveLoginProvider.cs
index c7061e5cf..9551ec970 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OneDriveLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OneDriveLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OpenIdLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OpenIdLoginProvider.cs
index 88e06e5ec..96b316b55 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OpenIdLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/OpenIdLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ProviderManager.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ProviderManager.cs
index 36d88655b..6073e8158 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ProviderManager.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/ProviderManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/TwitterLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/TwitterLoginProvider.cs
index d55e1e383..c3d8272dc 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/TwitterLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/TwitterLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/VKLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/VKLoginProvider.cs
index f47b74333..1c9c225c1 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/VKLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/VKLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/WordpressLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/WordpressLoginProvider.cs
index 247167b94..a8b48d5a5 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/WordpressLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/WordpressLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YahooLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YahooLoginProvider.cs
index d4e7bb9aa..a8ed55ae3 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YahooLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YahooLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YandexLoginProvider.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YandexLoginProvider.cs
index 8085143c7..d4747ca14 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YandexLoginProvider.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/LoginProviders/YandexLoginProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/MultiRegionAccountLinker.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/MultiRegionAccountLinker.cs
index 0a47419e9..6c89a4f31 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/MultiRegionAccountLinker.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/MultiRegionAccountLinker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/OAuth20Token.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/OAuth20Token.cs
index e9830976a..a1ebbc919 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/OAuth20Token.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/OAuth20Token.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfile.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfile.cs
index 1d32cf712..0cd5b90c0 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfile.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfile.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfileExtensions.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfileExtensions.cs
index 5492089ec..a8107cb7e 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfileExtensions.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/LoginProfileExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/WellKnownFields.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/WellKnownFields.cs
index acce11684..25ea0d661 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/WellKnownFields.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/Profile/WellKnownFields.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.FederatedLogin/ProviderConstants.cs b/module/ASC.Thrdparty/ASC.FederatedLogin/ProviderConstants.cs
index 01adf90e5..3169cf996 100644
--- a/module/ASC.Thrdparty/ASC.FederatedLogin/ProviderConstants.cs
+++ b/module/ASC.Thrdparty/ASC.FederatedLogin/ProviderConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/InMemoryTokenManager.cs b/module/ASC.Thrdparty/ASC.Thrdparty/InMemoryTokenManager.cs
index 958addf8b..69cadf224 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/InMemoryTokenManager.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/InMemoryTokenManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/Message.cs b/module/ASC.Thrdparty/ASC.Thrdparty/Message.cs
index 68bed4edc..dda8e6b03 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/Message.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/SocialMediaException.cs b/module/ASC.Thrdparty/ASC.Thrdparty/SocialMediaException.cs
index 28501826a..98844f63a 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/SocialMediaException.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/SocialMediaException.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/SocialNetworks.cs b/module/ASC.Thrdparty/ASC.Thrdparty/SocialNetworks.cs
index ea119bfea..9c73a05f7 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/SocialNetworks.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/SocialNetworks.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/Exceptions.cs b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/Exceptions.cs
index 9bd2725e4..a65368d8c 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/Exceptions.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/Exceptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterApiInfo.cs b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterApiInfo.cs
index a86c07805..172b07b3a 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterApiInfo.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterApiInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterConsumer.cs b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterConsumer.cs
index 220cbbe1f..6bf885a53 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterConsumer.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterConsumer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterDataProvider.cs b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterDataProvider.cs
index 24dbf81e7..9ef8bc8df 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterDataProvider.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterDataProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterMessage.cs b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterMessage.cs
index 0e7c42ebb..7370a5c7d 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterMessage.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterMessage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterUserInfo.cs b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterUserInfo.cs
index accc698f0..3e211213c 100644
--- a/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterUserInfo.cs
+++ b/module/ASC.Thrdparty/ASC.Thrdparty/Twitter/TwitterUserInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thumbnails.Svc/ConfigHandler.cs b/module/ASC.Thumbnails.Svc/ConfigHandler.cs
index a70341a9d..bf567aed3 100644
--- a/module/ASC.Thumbnails.Svc/ConfigHandler.cs
+++ b/module/ASC.Thumbnails.Svc/ConfigHandler.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System.Configuration;
namespace ASC.Thumbnails.Svc
diff --git a/module/ASC.Thumbnails.Svc/Launcher.cs b/module/ASC.Thumbnails.Svc/Launcher.cs
index efe162ce1..0e0b612d9 100644
--- a/module/ASC.Thumbnails.Svc/Launcher.cs
+++ b/module/ASC.Thumbnails.Svc/Launcher.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Configuration;
using System.Diagnostics;
diff --git a/module/ASC.Thumbnails/app/log.js b/module/ASC.Thumbnails/app/log.js
index f40e82333..3d6cad445 100644
--- a/module/ASC.Thumbnails/app/log.js
+++ b/module/ASC.Thumbnails/app/log.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thumbnails/app/thumb.js b/module/ASC.Thumbnails/app/thumb.js
index 9ba0dce87..bff278da9 100644
--- a/module/ASC.Thumbnails/app/thumb.js
+++ b/module/ASC.Thumbnails/app/thumb.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thumbnails/app/webshot/options.js b/module/ASC.Thumbnails/app/webshot/options.js
index 51d998940..0c93a1513 100644
--- a/module/ASC.Thumbnails/app/webshot/options.js
+++ b/module/ASC.Thumbnails/app/webshot/options.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
// Options for the phantom script
exports.phantom = {
windowSize: {
diff --git a/module/ASC.Thumbnails/app/webshot/webshot.js b/module/ASC.Thumbnails/app/webshot/webshot.js
index b0dc5e0dd..babe3db16 100644
--- a/module/ASC.Thumbnails/app/webshot/webshot.js
+++ b/module/ASC.Thumbnails/app/webshot/webshot.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
var url = require('url')
, fs = require('graceful-fs')
, tmp = require('tmp')
diff --git a/module/ASC.Thumbnails/app/webshot/webshot.phantom.js b/module/ASC.Thumbnails/app/webshot/webshot.phantom.js
index 71159403d..6ec144e6b 100644
--- a/module/ASC.Thumbnails/app/webshot/webshot.phantom.js
+++ b/module/ASC.Thumbnails/app/webshot/webshot.phantom.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
var system = require('system')
, page = require('webpage').create()
, fs = require('fs')
diff --git a/module/ASC.Thumbnails/config/index.js b/module/ASC.Thumbnails/config/index.js
index 0f5dc6319..5dfab651b 100644
--- a/module/ASC.Thumbnails/config/index.js
+++ b/module/ASC.Thumbnails/config/index.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.Thumbnails/index.js b/module/ASC.Thumbnails/index.js
index 2ed03c49c..45d9ef3e0 100644
--- a/module/ASC.Thumbnails/index.js
+++ b/module/ASC.Thumbnails/index.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.UrlShortener.Svc/ConfigHandler.cs b/module/ASC.UrlShortener.Svc/ConfigHandler.cs
index be56dbee9..7ce801756 100644
--- a/module/ASC.UrlShortener.Svc/ConfigHandler.cs
+++ b/module/ASC.UrlShortener.Svc/ConfigHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.UrlShortener.Svc/Launcher.cs b/module/ASC.UrlShortener.Svc/Launcher.cs
index 7cd63eb0d..e94b80518 100644
--- a/module/ASC.UrlShortener.Svc/Launcher.cs
+++ b/module/ASC.UrlShortener.Svc/Launcher.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Configuration;
diff --git a/module/ASC.UrlShortener/app/app.js b/module/ASC.UrlShortener/app/app.js
index 09c303e4d..b382b7c90 100644
--- a/module/ASC.UrlShortener/app/app.js
+++ b/module/ASC.UrlShortener/app/app.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
const queryConsts = require('./sqlConsts');
const shortUrl = require('./urlShortener');
const auth = require('../middleware/auth');
diff --git a/module/ASC.UrlShortener/app/log.js b/module/ASC.UrlShortener/app/log.js
index d602a7461..9820da538 100644
--- a/module/ASC.UrlShortener/app/log.js
+++ b/module/ASC.UrlShortener/app/log.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
const winston = require('winston');
require('winston-daily-rotate-file');
diff --git a/module/ASC.UrlShortener/app/sql.js b/module/ASC.UrlShortener/app/sql.js
index b62db1666..e7b11d2e1 100644
--- a/module/ASC.UrlShortener/app/sql.js
+++ b/module/ASC.UrlShortener/app/sql.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
const sql = require('mysql');
const log = require('./log');
const config = require('../config');
diff --git a/module/ASC.UrlShortener/app/sqlConsts.js b/module/ASC.UrlShortener/app/sqlConsts.js
index 1123187a9..38c2fb14d 100644
--- a/module/ASC.UrlShortener/app/sqlConsts.js
+++ b/module/ASC.UrlShortener/app/sqlConsts.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
module.exports = {
exists: "SELECT short,id FROM short_links WHERE link = ?",
insert: "INSERT INTO short_links SET link = ?",
diff --git a/module/ASC.UrlShortener/app/urlShortener.js b/module/ASC.UrlShortener/app/urlShortener.js
index c1cd2b36f..1d016a5c1 100644
--- a/module/ASC.UrlShortener/app/urlShortener.js
+++ b/module/ASC.UrlShortener/app/urlShortener.js
@@ -1,4 +1,30 @@
/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+/*
* ShortURL (https://github.com/delight-im/ShortURL)
* Copyright (c) delight.im (https://www.delight.im/)
* Licensed under the MIT License (https://opensource.org/licenses/MIT)
diff --git a/module/ASC.UrlShortener/config/index.js b/module/ASC.UrlShortener/config/index.js
index 9b90ad1fb..d443ef3eb 100644
--- a/module/ASC.UrlShortener/config/index.js
+++ b/module/ASC.UrlShortener/config/index.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
const nconf = require("nconf");
const path = require("path");
diff --git a/module/ASC.UrlShortener/index.js b/module/ASC.UrlShortener/index.js
index 4385eb29f..c5349c647 100644
--- a/module/ASC.UrlShortener/index.js
+++ b/module/ASC.UrlShortener/index.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
const express = require('express');
const cookieParser = require('cookie-parser');
diff --git a/module/ASC.UrlShortener/middleware/auth.js b/module/ASC.UrlShortener/middleware/auth.js
index 88826bc6e..a5859717a 100644
--- a/module/ASC.UrlShortener/middleware/auth.js
+++ b/module/ASC.UrlShortener/middleware/auth.js
@@ -1,3 +1,28 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
const
config = require('../config'),
diff --git a/module/ASC.VoipService/Dao/AbstractDao.cs b/module/ASC.VoipService/Dao/AbstractDao.cs
index 150080ba4..63d9ac3ae 100644
--- a/module/ASC.VoipService/Dao/AbstractDao.cs
+++ b/module/ASC.VoipService/Dao/AbstractDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/Dao/CachedVoipDao.cs b/module/ASC.VoipService/Dao/CachedVoipDao.cs
index c5afaa085..301b9f251 100644
--- a/module/ASC.VoipService/Dao/CachedVoipDao.cs
+++ b/module/ASC.VoipService/Dao/CachedVoipDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/Dao/VoIPCallFilter.cs b/module/ASC.VoipService/Dao/VoIPCallFilter.cs
index 4a248cc43..7b5933191 100644
--- a/module/ASC.VoipService/Dao/VoIPCallFilter.cs
+++ b/module/ASC.VoipService/Dao/VoIPCallFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/Dao/VoipDao.cs b/module/ASC.VoipService/Dao/VoipDao.cs
index 27c77cd1e..7016e7757 100644
--- a/module/ASC.VoipService/Dao/VoipDao.cs
+++ b/module/ASC.VoipService/Dao/VoipDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/IVoipProvider.cs b/module/ASC.VoipService/IVoipProvider.cs
index 6fddaf50b..b00b70149 100644
--- a/module/ASC.VoipService/IVoipProvider.cs
+++ b/module/ASC.VoipService/IVoipProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/Twilio/TwilioPhone.cs b/module/ASC.VoipService/Twilio/TwilioPhone.cs
index 2684be5d3..ac78e1657 100644
--- a/module/ASC.VoipService/Twilio/TwilioPhone.cs
+++ b/module/ASC.VoipService/Twilio/TwilioPhone.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/Twilio/TwilioProvider.cs b/module/ASC.VoipService/Twilio/TwilioProvider.cs
index 0da2197d9..2482aa306 100644
--- a/module/ASC.VoipService/Twilio/TwilioProvider.cs
+++ b/module/ASC.VoipService/Twilio/TwilioProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/Twilio/TwilioResponseHelper.cs b/module/ASC.VoipService/Twilio/TwilioResponseHelper.cs
index c420a30e5..1df20f86c 100644
--- a/module/ASC.VoipService/Twilio/TwilioResponseHelper.cs
+++ b/module/ASC.VoipService/Twilio/TwilioResponseHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/Twilio/TwilioVoipSettings.cs b/module/ASC.VoipService/Twilio/TwilioVoipSettings.cs
index 789a11859..10dbaf77d 100644
--- a/module/ASC.VoipService/Twilio/TwilioVoipSettings.cs
+++ b/module/ASC.VoipService/Twilio/TwilioVoipSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoipCall.cs b/module/ASC.VoipService/VoipCall.cs
index 8c39bd088..8c397fa81 100644
--- a/module/ASC.VoipService/VoipCall.cs
+++ b/module/ASC.VoipService/VoipCall.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoipModel.cs b/module/ASC.VoipService/VoipModel.cs
index c5fd439c6..fc7c7b06d 100644
--- a/module/ASC.VoipService/VoipModel.cs
+++ b/module/ASC.VoipService/VoipModel.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoipPhone.cs b/module/ASC.VoipService/VoipPhone.cs
index 166eeec40..7de12af6d 100644
--- a/module/ASC.VoipService/VoipPhone.cs
+++ b/module/ASC.VoipService/VoipPhone.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoipSettings.cs b/module/ASC.VoipService/VoipSettings.cs
index f75d12992..3b60618fd 100644
--- a/module/ASC.VoipService/VoipSettings.cs
+++ b/module/ASC.VoipService/VoipSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/AttachedPhoneInfoTypeResponse.cs b/module/ASC.VoipService/VoxImplant/AttachedPhoneInfoTypeResponse.cs
index 8d51ff48a..967f40e52 100644
--- a/module/ASC.VoipService/VoxImplant/AttachedPhoneInfoTypeResponse.cs
+++ b/module/ASC.VoipService/VoxImplant/AttachedPhoneInfoTypeResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/NewPhoneInfoTypeResponse.cs b/module/ASC.VoipService/VoxImplant/NewPhoneInfoTypeResponse.cs
index d02d84226..f02b98adc 100644
--- a/module/ASC.VoipService/VoxImplant/NewPhoneInfoTypeResponse.cs
+++ b/module/ASC.VoipService/VoxImplant/NewPhoneInfoTypeResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/ScenarioResponse.cs b/module/ASC.VoipService/VoxImplant/ScenarioResponse.cs
index f172faabd..923d93967 100644
--- a/module/ASC.VoipService/VoxImplant/ScenarioResponse.cs
+++ b/module/ASC.VoipService/VoxImplant/ScenarioResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/VoxImplantBaseResponse.cs b/module/ASC.VoipService/VoxImplant/VoxImplantBaseResponse.cs
index fe9a343aa..44cbac9f9 100644
--- a/module/ASC.VoipService/VoxImplant/VoxImplantBaseResponse.cs
+++ b/module/ASC.VoipService/VoxImplant/VoxImplantBaseResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/VoxImplantPhone.cs b/module/ASC.VoipService/VoxImplant/VoxImplantPhone.cs
index 8cfa569d1..b1dd54e64 100644
--- a/module/ASC.VoipService/VoxImplant/VoxImplantPhone.cs
+++ b/module/ASC.VoipService/VoxImplant/VoxImplantPhone.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/VoxImplantProvider.cs b/module/ASC.VoipService/VoxImplant/VoxImplantProvider.cs
index f5843c49e..3e28d5f85 100644
--- a/module/ASC.VoipService/VoxImplant/VoxImplantProvider.cs
+++ b/module/ASC.VoipService/VoxImplant/VoxImplantProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/VoxImplantSettings.cs b/module/ASC.VoipService/VoxImplant/VoxImplantSettings.cs
index d2acb6b5d..598fd074b 100644
--- a/module/ASC.VoipService/VoxImplant/VoxImplantSettings.cs
+++ b/module/ASC.VoipService/VoxImplant/VoxImplantSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/module/ASC.VoipService/VoxImplant/application.js b/module/ASC.VoipService/VoxImplant/application.js
index 3c0515667..039b14034 100644
--- a/module/ASC.VoipService/VoxImplant/application.js
+++ b/module/ASC.VoipService/VoxImplant/application.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/AddonContext.cs b/web/core/ASC.Web.Core/AddonContext.cs
index 034d5b82b..794ec15ea 100644
--- a/web/core/ASC.Web.Core/AddonContext.cs
+++ b/web/core/ASC.Web.Core/AddonContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/BasePage.cs b/web/core/ASC.Web.Core/BasePage.cs
index 4d8e1fd2f..f38d5180a 100644
--- a/web/core/ASC.Web.Core/BasePage.cs
+++ b/web/core/ASC.Web.Core/BasePage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/BaseCalendar.cs b/web/core/ASC.Web.Core/Calendars/BaseCalendar.cs
index 95ea404ed..bd9d64d0f 100644
--- a/web/core/ASC.Web.Core/Calendars/BaseCalendar.cs
+++ b/web/core/ASC.Web.Core/Calendars/BaseCalendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/BaseEvent.cs b/web/core/ASC.Web.Core/Calendars/BaseEvent.cs
index 9234f730b..886b7e80c 100644
--- a/web/core/ASC.Web.Core/Calendars/BaseEvent.cs
+++ b/web/core/ASC.Web.Core/Calendars/BaseEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/BaseTodo.cs b/web/core/ASC.Web.Core/Calendars/BaseTodo.cs
index 1e5817c85..15187f813 100644
--- a/web/core/ASC.Web.Core/Calendars/BaseTodo.cs
+++ b/web/core/ASC.Web.Core/Calendars/BaseTodo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/CalendarColors.cs b/web/core/ASC.Web.Core/Calendars/CalendarColors.cs
index 85bf277e0..38baa6197 100644
--- a/web/core/ASC.Web.Core/Calendars/CalendarColors.cs
+++ b/web/core/ASC.Web.Core/Calendars/CalendarColors.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/CalendarManager.cs b/web/core/ASC.Web.Core/Calendars/CalendarManager.cs
index 8becdb1b7..37052b0c9 100644
--- a/web/core/ASC.Web.Core/Calendars/CalendarManager.cs
+++ b/web/core/ASC.Web.Core/Calendars/CalendarManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/IEvent.cs b/web/core/ASC.Web.Core/Calendars/IEvent.cs
index 42ce48866..d849c6ae0 100644
--- a/web/core/ASC.Web.Core/Calendars/IEvent.cs
+++ b/web/core/ASC.Web.Core/Calendars/IEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/IExternalCalendar.cs b/web/core/ASC.Web.Core/Calendars/IExternalCalendar.cs
index e7cbdb963..98b500f0a 100644
--- a/web/core/ASC.Web.Core/Calendars/IExternalCalendar.cs
+++ b/web/core/ASC.Web.Core/Calendars/IExternalCalendar.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/ITodo.cs b/web/core/ASC.Web.Core/Calendars/ITodo.cs
index 9494f441c..6eaa3c685 100644
--- a/web/core/ASC.Web.Core/Calendars/ITodo.cs
+++ b/web/core/ASC.Web.Core/Calendars/ITodo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/IiCalFormatView.cs b/web/core/ASC.Web.Core/Calendars/IiCalFormatView.cs
index d1ac36c26..ca0cf8bc6 100644
--- a/web/core/ASC.Web.Core/Calendars/IiCalFormatView.cs
+++ b/web/core/ASC.Web.Core/Calendars/IiCalFormatView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/RecurrenceRule.cs b/web/core/ASC.Web.Core/Calendars/RecurrenceRule.cs
index bff5111c6..6e6c99e02 100644
--- a/web/core/ASC.Web.Core/Calendars/RecurrenceRule.cs
+++ b/web/core/ASC.Web.Core/Calendars/RecurrenceRule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Calendars/SharingOptions.cs b/web/core/ASC.Web.Core/Calendars/SharingOptions.cs
index 780ecb13f..e6e545647 100644
--- a/web/core/ASC.Web.Core/Calendars/SharingOptions.cs
+++ b/web/core/ASC.Web.Core/Calendars/SharingOptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/BundleConfig.cs b/web/core/ASC.Web.Core/Client/Bundling/BundleConfig.cs
index 55db1df25..a28b4cc6a 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/BundleConfig.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/BundleConfig.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/BundleHelper.cs b/web/core/ASC.Web.Core/Client/Bundling/BundleHelper.cs
index c7f5bacc7..3732b641c 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/BundleHelper.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/BundleHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/ClientScriptReference.cs b/web/core/ASC.Web.Core/Client/Bundling/ClientScriptReference.cs
index b2b686049..2ec9d6b64 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/ClientScriptReference.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/ClientScriptReference.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/ClientScriptRouteHandler.cs b/web/core/ASC.Web.Core/Client/Bundling/ClientScriptRouteHandler.cs
index fa8a91fc4..27f2c17f5 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/ClientScriptRouteHandler.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/ClientScriptRouteHandler.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.IO;
using System.IO.Compression;
diff --git a/web/core/ASC.Web.Core/Client/Bundling/CloudFrontTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/CloudFrontTransform.cs
index c3d7a8ca0..5ed0b5ab6 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/CloudFrontTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/CloudFrontTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/CopyrigthTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/CopyrigthTransform.cs
index 2ede74bb7..bb1b9b27c 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/CopyrigthTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/CopyrigthTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/CssTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/CssTransform.cs
index 2cb8663e1..8d393473d 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/CssTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/CssTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/DiscTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/DiscTransform.cs
index fd189ef28..77b94095c 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/DiscTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/DiscTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/GoogleCloudStorageTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/GoogleCloudStorageTransform.cs
index ab0101918..2cd329938 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/GoogleCloudStorageTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/GoogleCloudStorageTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/IStaticBundle.cs b/web/core/ASC.Web.Core/Client/Bundling/IStaticBundle.cs
index 64370ce6d..cc41a71dd 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/IStaticBundle.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/IStaticBundle.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/JsTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/JsTransform.cs
index 6eb93eb16..47ee2e44b 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/JsTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/JsTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/NullOrderer.cs b/web/core/ASC.Web.Core/Client/Bundling/NullOrderer.cs
index 3a8ec7a4d..1d4fefd5b 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/NullOrderer.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/NullOrderer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/RackspaceCloudStorageTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/RackspaceCloudStorageTransform.cs
index 28db4e7ef..b223713d1 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/RackspaceCloudStorageTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/RackspaceCloudStorageTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/ResourceBundleControl.cs b/web/core/ASC.Web.Core/Client/Bundling/ResourceBundleControl.cs
index c540a65a2..a26520c39 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/ResourceBundleControl.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/ResourceBundleControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/SelectelStorageTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/SelectelStorageTransform.cs
index 18e933e0c..113dcde9a 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/SelectelStorageTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/SelectelStorageTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/Bundling/StorageTransform.cs b/web/core/ASC.Web.Core/Client/Bundling/StorageTransform.cs
index d1d9aed03..90ac44c88 100644
--- a/web/core/ASC.Web.Core/Client/Bundling/StorageTransform.cs
+++ b/web/core/ASC.Web.Core/Client/Bundling/StorageTransform.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/ClientCapabilities.cs b/web/core/ASC.Web.Core/Client/ClientCapabilities.cs
index 9b0df7dd0..4a875cb75 100644
--- a/web/core/ASC.Web.Core/Client/ClientCapabilities.cs
+++ b/web/core/ASC.Web.Core/Client/ClientCapabilities.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/ClientSettings.cs b/web/core/ASC.Web.Core/Client/ClientSettings.cs
index 38d201454..f64a6e623 100644
--- a/web/core/ASC.Web.Core/Client/ClientSettings.cs
+++ b/web/core/ASC.Web.Core/Client/ClientSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScript.cs b/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScript.cs
index 10a4660d7..6913e4ca4 100644
--- a/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScript.cs
+++ b/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScript.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptCustom.cs b/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptCustom.cs
index 4c715f910..bd58c81d6 100644
--- a/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptCustom.cs
+++ b/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptCustom.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptLocalization.cs b/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptLocalization.cs
index 1da49894b..5c1cc55bb 100644
--- a/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptLocalization.cs
+++ b/web/core/ASC.Web.Core/Client/HttpHandlers/ClientScriptLocalization.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/CommonPhotoManager.cs b/web/core/ASC.Web.Core/CommonPhotoManager.cs
index 1f9a57203..744123d2a 100644
--- a/web/core/ASC.Web.Core/CommonPhotoManager.cs
+++ b/web/core/ASC.Web.Core/CommonPhotoManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/CookiesManager.cs b/web/core/ASC.Web.Core/CookiesManager.cs
index d9aff3459..fbe55d738 100644
--- a/web/core/ASC.Web.Core/CookiesManager.cs
+++ b/web/core/ASC.Web.Core/CookiesManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Extensions/ClientScriptManagerExtension.cs b/web/core/ASC.Web.Core/Extensions/ClientScriptManagerExtension.cs
index 7ded6ee1c..f29d0ac65 100644
--- a/web/core/ASC.Web.Core/Extensions/ClientScriptManagerExtension.cs
+++ b/web/core/ASC.Web.Core/Extensions/ClientScriptManagerExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Extensions/EnumExtension.cs b/web/core/ASC.Web.Core/Extensions/EnumExtension.cs
index d58671d0b..808dc9086 100644
--- a/web/core/ASC.Web.Core/Extensions/EnumExtension.cs
+++ b/web/core/ASC.Web.Core/Extensions/EnumExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Extensions/ProductModuleExtension.cs b/web/core/ASC.Web.Core/Extensions/ProductModuleExtension.cs
index 5de73308d..f41869307 100644
--- a/web/core/ASC.Web.Core/Extensions/ProductModuleExtension.cs
+++ b/web/core/ASC.Web.Core/Extensions/ProductModuleExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Extensions/StringExtension.cs b/web/core/ASC.Web.Core/Extensions/StringExtension.cs
index 42c50878d..8f661c961 100644
--- a/web/core/ASC.Web.Core/Extensions/StringExtension.cs
+++ b/web/core/ASC.Web.Core/Extensions/StringExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Extensions/TimeZoneExtension.cs b/web/core/ASC.Web.Core/Extensions/TimeZoneExtension.cs
index 6cd3e2229..23936c570 100644
--- a/web/core/ASC.Web.Core/Extensions/TimeZoneExtension.cs
+++ b/web/core/ASC.Web.Core/Extensions/TimeZoneExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Extensions/UserInfoExtension.cs b/web/core/ASC.Web.Core/Extensions/UserInfoExtension.cs
index cd2b890bc..c6fda06e1 100644
--- a/web/core/ASC.Web.Core/Extensions/UserInfoExtension.cs
+++ b/web/core/ASC.Web.Core/Extensions/UserInfoExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Extensions/WebItemExtension.cs b/web/core/ASC.Web.Core/Extensions/WebItemExtension.cs
index 19e891774..39b33d696 100644
--- a/web/core/ASC.Web.Core/Extensions/WebItemExtension.cs
+++ b/web/core/ASC.Web.Core/Extensions/WebItemExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Files/ContentDispositionUtil.cs b/web/core/ASC.Web.Core/Files/ContentDispositionUtil.cs
index 0090ed51c..63daf6963 100644
--- a/web/core/ASC.Web.Core/Files/ContentDispositionUtil.cs
+++ b/web/core/ASC.Web.Core/Files/ContentDispositionUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Files/DocumentService.cs b/web/core/ASC.Web.Core/Files/DocumentService.cs
index 9da15f32c..13342c9b1 100644
--- a/web/core/ASC.Web.Core/Files/DocumentService.cs
+++ b/web/core/ASC.Web.Core/Files/DocumentService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Files/FileType.cs b/web/core/ASC.Web.Core/Files/FileType.cs
index f05d697b7..a2242e91a 100644
--- a/web/core/ASC.Web.Core/Files/FileType.cs
+++ b/web/core/ASC.Web.Core/Files/FileType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Files/FileUtility.cs b/web/core/ASC.Web.Core/Files/FileUtility.cs
index d443169d9..c63394242 100644
--- a/web/core/ASC.Web.Core/Files/FileUtility.cs
+++ b/web/core/ASC.Web.Core/Files/FileUtility.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Files/FilesLinkUtility.cs b/web/core/ASC.Web.Core/Files/FilesLinkUtility.cs
index 831b4ac53..8a5f211d2 100644
--- a/web/core/ASC.Web.Core/Files/FilesLinkUtility.cs
+++ b/web/core/ASC.Web.Core/Files/FilesLinkUtility.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Helpers/ApiSystemHelper.cs b/web/core/ASC.Web.Core/Helpers/ApiSystemHelper.cs
index 06206bacb..8dbaf7c25 100644
--- a/web/core/ASC.Web.Core/Helpers/ApiSystemHelper.cs
+++ b/web/core/ASC.Web.Core/Helpers/ApiSystemHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Helpers/AuthorizationHelper.cs b/web/core/ASC.Web.Core/Helpers/AuthorizationHelper.cs
index f6e039bfd..e4e7d5979 100644
--- a/web/core/ASC.Web.Core/Helpers/AuthorizationHelper.cs
+++ b/web/core/ASC.Web.Core/Helpers/AuthorizationHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Helpers/GrammaticalHelper.cs b/web/core/ASC.Web.Core/Helpers/GrammaticalHelper.cs
index 47021cf85..001f0f264 100644
--- a/web/core/ASC.Web.Core/Helpers/GrammaticalHelper.cs
+++ b/web/core/ASC.Web.Core/Helpers/GrammaticalHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Helpers/ImageHelpers.cs b/web/core/ASC.Web.Core/Helpers/ImageHelpers.cs
index 5dba2f97c..3fbeeb201 100644
--- a/web/core/ASC.Web.Core/Helpers/ImageHelpers.cs
+++ b/web/core/ASC.Web.Core/Helpers/ImageHelpers.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Helpers/ResourceEnumConverter.cs b/web/core/ASC.Web.Core/Helpers/ResourceEnumConverter.cs
index 82fec16d1..1291cb029 100644
--- a/web/core/ASC.Web.Core/Helpers/ResourceEnumConverter.cs
+++ b/web/core/ASC.Web.Core/Helpers/ResourceEnumConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/IAddon.cs b/web/core/ASC.Web.Core/IAddon.cs
index b0d1a0446..ac15e32de 100644
--- a/web/core/ASC.Web.Core/IAddon.cs
+++ b/web/core/ASC.Web.Core/IAddon.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/IModule.cs b/web/core/ASC.Web.Core/IModule.cs
index a1aee72bc..f38ccae56 100644
--- a/web/core/ASC.Web.Core/IModule.cs
+++ b/web/core/ASC.Web.Core/IModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/IProduct.cs b/web/core/ASC.Web.Core/IProduct.cs
index 37493e81c..dd531228b 100644
--- a/web/core/ASC.Web.Core/IProduct.cs
+++ b/web/core/ASC.Web.Core/IProduct.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/IWebItem.cs b/web/core/ASC.Web.Core/IWebItem.cs
index 04db45505..c0abc9f4f 100644
--- a/web/core/ASC.Web.Core/IWebItem.cs
+++ b/web/core/ASC.Web.Core/IWebItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Jabber/FireBase.cs b/web/core/ASC.Web.Core/Jabber/FireBase.cs
index 3666f0a07..b21b33096 100644
--- a/web/core/ASC.Web.Core/Jabber/FireBase.cs
+++ b/web/core/ASC.Web.Core/Jabber/FireBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Jabber/JabberServiceClient.cs b/web/core/ASC.Web.Core/Jabber/JabberServiceClient.cs
index df68b8163..f0e3d404d 100644
--- a/web/core/ASC.Web.Core/Jabber/JabberServiceClient.cs
+++ b/web/core/ASC.Web.Core/Jabber/JabberServiceClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Mail/MailServiceHelper.cs b/web/core/ASC.Web.Core/Mail/MailServiceHelper.cs
index 001aa2ce4..3914afbe8 100644
--- a/web/core/ASC.Web.Core/Mail/MailServiceHelper.cs
+++ b/web/core/ASC.Web.Core/Mail/MailServiceHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Mobile/CachedMobileAppInstallRegistrator.cs b/web/core/ASC.Web.Core/Mobile/CachedMobileAppInstallRegistrator.cs
index a161010c7..13f907d5f 100644
--- a/web/core/ASC.Web.Core/Mobile/CachedMobileAppInstallRegistrator.cs
+++ b/web/core/ASC.Web.Core/Mobile/CachedMobileAppInstallRegistrator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Mobile/IMobileAppInstallRegistrator.cs b/web/core/ASC.Web.Core/Mobile/IMobileAppInstallRegistrator.cs
index 5a5770743..fef521b09 100644
--- a/web/core/ASC.Web.Core/Mobile/IMobileAppInstallRegistrator.cs
+++ b/web/core/ASC.Web.Core/Mobile/IMobileAppInstallRegistrator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Mobile/MobileAppInstallRegistrator.cs b/web/core/ASC.Web.Core/Mobile/MobileAppInstallRegistrator.cs
index 94fdf4181..3043d4357 100644
--- a/web/core/ASC.Web.Core/Mobile/MobileAppInstallRegistrator.cs
+++ b/web/core/ASC.Web.Core/Mobile/MobileAppInstallRegistrator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Mobile/MobileDetector.cs b/web/core/ASC.Web.Core/Mobile/MobileDetector.cs
index 255e83391..838769cf0 100644
--- a/web/core/ASC.Web.Core/Mobile/MobileDetector.cs
+++ b/web/core/ASC.Web.Core/Mobile/MobileDetector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/ModuleContext.cs b/web/core/ASC.Web.Core/ModuleContext.cs
index 479b0b8b7..a6dd9fe6c 100644
--- a/web/core/ASC.Web.Core/ModuleContext.cs
+++ b/web/core/ASC.Web.Core/ModuleContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/ModuleManagement/Common/ISearchHandler.cs b/web/core/ASC.Web.Core/ModuleManagement/Common/ISearchHandler.cs
index 0e12bde5f..3828f8fdd 100644
--- a/web/core/ASC.Web.Core/ModuleManagement/Common/ISearchHandler.cs
+++ b/web/core/ASC.Web.Core/ModuleManagement/Common/ISearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/ModuleManagement/Common/IShortcutProvider.cs b/web/core/ASC.Web.Core/ModuleManagement/Common/IShortcutProvider.cs
index 92e0dbcfe..a4ee66357 100644
--- a/web/core/ASC.Web.Core/ModuleManagement/Common/IShortcutProvider.cs
+++ b/web/core/ASC.Web.Core/ModuleManagement/Common/IShortcutProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/ModuleManagement/Module.cs b/web/core/ASC.Web.Core/ModuleManagement/Module.cs
index eb61a104f..b774f6d39 100644
--- a/web/core/ASC.Web.Core/ModuleManagement/Module.cs
+++ b/web/core/ASC.Web.Core/ModuleManagement/Module.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/NavigationWebItem.cs b/web/core/ASC.Web.Core/NavigationWebItem.cs
index 93007715f..a4ac2faf4 100644
--- a/web/core/ASC.Web.Core/NavigationWebItem.cs
+++ b/web/core/ASC.Web.Core/NavigationWebItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Product.cs b/web/core/ASC.Web.Core/Product.cs
index bb25ed7da..8afcf2b5f 100644
--- a/web/core/ASC.Web.Core/Product.cs
+++ b/web/core/ASC.Web.Core/Product.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/ProductAttribute.cs b/web/core/ASC.Web.Core/ProductAttribute.cs
index 00ee5b67c..c40e79cc5 100644
--- a/web/core/ASC.Web.Core/ProductAttribute.cs
+++ b/web/core/ASC.Web.Core/ProductAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/ProductContext.cs b/web/core/ASC.Web.Core/ProductContext.cs
index fa3cb95f7..cf7794cfc 100644
--- a/web/core/ASC.Web.Core/ProductContext.cs
+++ b/web/core/ASC.Web.Core/ProductContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Security/SecurityAttribute.cs b/web/core/ASC.Web.Core/Security/SecurityAttribute.cs
index d21f76570..572a71505 100644
--- a/web/core/ASC.Web.Core/Security/SecurityAttribute.cs
+++ b/web/core/ASC.Web.Core/Security/SecurityAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Security/SecurityPassthroughAttribute.cs b/web/core/ASC.Web.Core/Security/SecurityPassthroughAttribute.cs
index 7ac98cf77..f8d908524 100644
--- a/web/core/ASC.Web.Core/Security/SecurityPassthroughAttribute.cs
+++ b/web/core/ASC.Web.Core/Security/SecurityPassthroughAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Sms/SmsKeyStorage.cs b/web/core/ASC.Web.Core/Sms/SmsKeyStorage.cs
index 880bce5b5..335c3ddc2 100644
--- a/web/core/ASC.Web.Core/Sms/SmsKeyStorage.cs
+++ b/web/core/ASC.Web.Core/Sms/SmsKeyStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Sms/SmsProvider.cs b/web/core/ASC.Web.Core/Sms/SmsProvider.cs
index 38c5339cd..c3d753e5e 100644
--- a/web/core/ASC.Web.Core/Sms/SmsProvider.cs
+++ b/web/core/ASC.Web.Core/Sms/SmsProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Sms/SmsSender.cs b/web/core/ASC.Web.Core/Sms/SmsSender.cs
index 599a78c56..65dcdd6fb 100644
--- a/web/core/ASC.Web.Core/Sms/SmsSender.cs
+++ b/web/core/ASC.Web.Core/Sms/SmsSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/SpaceUsageStatManager.cs b/web/core/ASC.Web.Core/SpaceUsageStatManager.cs
index 32d23aaa5..ec38b2225 100644
--- a/web/core/ASC.Web.Core/SpaceUsageStatManager.cs
+++ b/web/core/ASC.Web.Core/SpaceUsageStatManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Subscriptions/IProductSubscriptionManager.cs b/web/core/ASC.Web.Core/Subscriptions/IProductSubscriptionManager.cs
index e8b171bf3..737639a0a 100644
--- a/web/core/ASC.Web.Core/Subscriptions/IProductSubscriptionManager.cs
+++ b/web/core/ASC.Web.Core/Subscriptions/IProductSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Subscriptions/ISubscriptionManager.cs b/web/core/ASC.Web.Core/Subscriptions/ISubscriptionManager.cs
index 318fad671..40fdc3f45 100644
--- a/web/core/ASC.Web.Core/Subscriptions/ISubscriptionManager.cs
+++ b/web/core/ASC.Web.Core/Subscriptions/ISubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Subscriptions/SubscriptionGroup.cs b/web/core/ASC.Web.Core/Subscriptions/SubscriptionGroup.cs
index 890b4aa1d..593e87e62 100644
--- a/web/core/ASC.Web.Core/Subscriptions/SubscriptionGroup.cs
+++ b/web/core/ASC.Web.Core/Subscriptions/SubscriptionGroup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Subscriptions/SubscriptionObject.cs b/web/core/ASC.Web.Core/Subscriptions/SubscriptionObject.cs
index df2367729..3790b1ccd 100644
--- a/web/core/ASC.Web.Core/Subscriptions/SubscriptionObject.cs
+++ b/web/core/ASC.Web.Core/Subscriptions/SubscriptionObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Subscriptions/SubscriptionType.cs b/web/core/ASC.Web.Core/Subscriptions/SubscriptionType.cs
index 2f0c20550..fd26d5dcc 100644
--- a/web/core/ASC.Web.Core/Subscriptions/SubscriptionType.cs
+++ b/web/core/ASC.Web.Core/Subscriptions/SubscriptionType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/DisplayUserSettings.cs b/web/core/ASC.Web.Core/Users/DisplayUserSettings.cs
index f1a45be6d..a66a278df 100644
--- a/web/core/ASC.Web.Core/Users/DisplayUserSettings.cs
+++ b/web/core/ASC.Web.Core/Users/DisplayUserSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/Import/IUserImporter.cs b/web/core/ASC.Web.Core/Users/Import/IUserImporter.cs
index a0acbcf05..f5fcb8c76 100644
--- a/web/core/ASC.Web.Core/Users/Import/IUserImporter.cs
+++ b/web/core/ASC.Web.Core/Users/Import/IUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/Import/OutlookCSVUserImporter.cs b/web/core/ASC.Web.Core/Users/Import/OutlookCSVUserImporter.cs
index f5b967b3b..11b81ee5b 100644
--- a/web/core/ASC.Web.Core/Users/Import/OutlookCSVUserImporter.cs
+++ b/web/core/ASC.Web.Core/Users/Import/OutlookCSVUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/Import/TextFileUserImporter.cs b/web/core/ASC.Web.Core/Users/Import/TextFileUserImporter.cs
index 6030d731d..164b7f323 100644
--- a/web/core/ASC.Web.Core/Users/Import/TextFileUserImporter.cs
+++ b/web/core/ASC.Web.Core/Users/Import/TextFileUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/UserHelpTourSettings.cs b/web/core/ASC.Web.Core/Users/UserHelpTourSettings.cs
index f4b112eb4..7fb1c43b3 100644
--- a/web/core/ASC.Web.Core/Users/UserHelpTourSettings.cs
+++ b/web/core/ASC.Web.Core/Users/UserHelpTourSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/UserInfoComparer.cs b/web/core/ASC.Web.Core/Users/UserInfoComparer.cs
index efdaf0055..b170b873d 100644
--- a/web/core/ASC.Web.Core/Users/UserInfoComparer.cs
+++ b/web/core/ASC.Web.Core/Users/UserInfoComparer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/UserPhotoManager.cs b/web/core/ASC.Web.Core/Users/UserPhotoManager.cs
index 5ed462392..319d7b1e3 100644
--- a/web/core/ASC.Web.Core/Users/UserPhotoManager.cs
+++ b/web/core/ASC.Web.Core/Users/UserPhotoManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/UserPhotoThumbnailManager.cs b/web/core/ASC.Web.Core/Users/UserPhotoThumbnailManager.cs
index 30dbda0d8..456544bab 100644
--- a/web/core/ASC.Web.Core/Users/UserPhotoThumbnailManager.cs
+++ b/web/core/ASC.Web.Core/Users/UserPhotoThumbnailManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/UserPhotoThumbnailSettings.cs b/web/core/ASC.Web.Core/Users/UserPhotoThumbnailSettings.cs
index 3232b4014..03c7427f8 100644
--- a/web/core/ASC.Web.Core/Users/UserPhotoThumbnailSettings.cs
+++ b/web/core/ASC.Web.Core/Users/UserPhotoThumbnailSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Users/UserSortOrder.cs b/web/core/ASC.Web.Core/Users/UserSortOrder.cs
index c13cbbac1..455046574 100644
--- a/web/core/ASC.Web.Core/Users/UserSortOrder.cs
+++ b/web/core/ASC.Web.Core/Users/UserSortOrder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/ColorThemesSettings.cs b/web/core/ASC.Web.Core/Utility/ColorThemesSettings.cs
index 9cbb82c24..4f454e7c5 100644
--- a/web/core/ASC.Web.Core/Utility/ColorThemesSettings.cs
+++ b/web/core/ASC.Web.Core/Utility/ColorThemesSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/CommonLinkUtility.cs b/web/core/ASC.Web.Core/Utility/CommonLinkUtility.cs
index b06a09935..e088e2cbf 100644
--- a/web/core/ASC.Web.Core/Utility/CommonLinkUtility.cs
+++ b/web/core/ASC.Web.Core/Utility/CommonLinkUtility.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/IFileUploadHandler.cs b/web/core/ASC.Web.Core/Utility/IFileUploadHandler.cs
index 7fc2d9cf4..c4d932ce0 100644
--- a/web/core/ASC.Web.Core/Utility/IFileUploadHandler.cs
+++ b/web/core/ASC.Web.Core/Utility/IFileUploadHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/PasswordSettings.cs b/web/core/ASC.Web.Core/Utility/PasswordSettings.cs
index 77e59af4f..be375fee3 100644
--- a/web/core/ASC.Web.Core/Utility/PasswordSettings.cs
+++ b/web/core/ASC.Web.Core/Utility/PasswordSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/SearchHandlerManager.cs b/web/core/ASC.Web.Core/Utility/SearchHandlerManager.cs
index ab1e09982..97bbf85fd 100644
--- a/web/core/ASC.Web.Core/Utility/SearchHandlerManager.cs
+++ b/web/core/ASC.Web.Core/Utility/SearchHandlerManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/Settings/TenantAccessSettings.cs b/web/core/ASC.Web.Core/Utility/Settings/TenantAccessSettings.cs
index 844c60602..78eb05f75 100644
--- a/web/core/ASC.Web.Core/Utility/Settings/TenantAccessSettings.cs
+++ b/web/core/ASC.Web.Core/Utility/Settings/TenantAccessSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/Settings/WebItemSettings.cs b/web/core/ASC.Web.Core/Utility/Settings/WebItemSettings.cs
index 735a3bba8..1cba6f349 100644
--- a/web/core/ASC.Web.Core/Utility/Settings/WebItemSettings.cs
+++ b/web/core/ASC.Web.Core/Utility/Settings/WebItemSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/Settings/WizardSettings.cs b/web/core/ASC.Web.Core/Utility/Settings/WizardSettings.cs
index 91929e4f0..a806d19f9 100644
--- a/web/core/ASC.Web.Core/Utility/Settings/WizardSettings.cs
+++ b/web/core/ASC.Web.Core/Utility/Settings/WizardSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/Skins/ImageOptions.cs b/web/core/ASC.Web.Core/Utility/Skins/ImageOptions.cs
index ddc23074c..5f6c08703 100644
--- a/web/core/ASC.Web.Core/Utility/Skins/ImageOptions.cs
+++ b/web/core/ASC.Web.Core/Utility/Skins/ImageOptions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/Skins/WebImageSupplier.cs b/web/core/ASC.Web.Core/Utility/Skins/WebImageSupplier.cs
index 3747b4cd6..45a0baaa8 100644
--- a/web/core/ASC.Web.Core/Utility/Skins/WebImageSupplier.cs
+++ b/web/core/ASC.Web.Core/Utility/Skins/WebImageSupplier.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/Skins/WebSkinSettings.cs b/web/core/ASC.Web.Core/Utility/Skins/WebSkinSettings.cs
index 3849ccfa9..ce39463e5 100644
--- a/web/core/ASC.Web.Core/Utility/Skins/WebSkinSettings.cs
+++ b/web/core/ASC.Web.Core/Utility/Skins/WebSkinSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/TenantProvider.cs b/web/core/ASC.Web.Core/Utility/TenantProvider.cs
index c079b8183..9b6da2dc4 100644
--- a/web/core/ASC.Web.Core/Utility/TenantProvider.cs
+++ b/web/core/ASC.Web.Core/Utility/TenantProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/Utility/UrlShortener.cs b/web/core/ASC.Web.Core/Utility/UrlShortener.cs
index 42024f4ff..3c0e823b0 100644
--- a/web/core/ASC.Web.Core/Utility/UrlShortener.cs
+++ b/web/core/ASC.Web.Core/Utility/UrlShortener.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Linq;
using System.Net;
using System.Security.Cryptography;
diff --git a/web/core/ASC.Web.Core/Utility/UrlSwitcher.cs b/web/core/ASC.Web.Core/Utility/UrlSwitcher.cs
index 6025ec1c8..d73f7b490 100644
--- a/web/core/ASC.Web.Core/Utility/UrlSwitcher.cs
+++ b/web/core/ASC.Web.Core/Utility/UrlSwitcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WebItemContext.cs b/web/core/ASC.Web.Core/WebItemContext.cs
index f50a5225e..7d4955c13 100644
--- a/web/core/ASC.Web.Core/WebItemContext.cs
+++ b/web/core/ASC.Web.Core/WebItemContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WebItemManager.cs b/web/core/ASC.Web.Core/WebItemManager.cs
index 54b459351..8c519eb44 100644
--- a/web/core/ASC.Web.Core/WebItemManager.cs
+++ b/web/core/ASC.Web.Core/WebItemManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WebItemSecurity.cs b/web/core/ASC.Web.Core/WebItemSecurity.cs
index ef107c09a..0d9e7ead5 100644
--- a/web/core/ASC.Web.Core/WebItemSecurity.cs
+++ b/web/core/ASC.Web.Core/WebItemSecurity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WebItemSecurityInfo.cs b/web/core/ASC.Web.Core/WebItemSecurityInfo.cs
index b4a039198..c038214da 100644
--- a/web/core/ASC.Web.Core/WebItemSecurityInfo.cs
+++ b/web/core/ASC.Web.Core/WebItemSecurityInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WebZones/IRenderCustomNavigation.cs b/web/core/ASC.Web.Core/WebZones/IRenderCustomNavigation.cs
index af1d01107..484273491 100644
--- a/web/core/ASC.Web.Core/WebZones/IRenderCustomNavigation.cs
+++ b/web/core/ASC.Web.Core/WebZones/IRenderCustomNavigation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WebZones/WebZoneAttribute.cs b/web/core/ASC.Web.Core/WebZones/WebZoneAttribute.cs
index 5992129fa..1e05c9cfb 100644
--- a/web/core/ASC.Web.Core/WebZones/WebZoneAttribute.cs
+++ b/web/core/ASC.Web.Core/WebZones/WebZoneAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WhiteLabel/AdditionalWhiteLabelSettings.cs b/web/core/ASC.Web.Core/WhiteLabel/AdditionalWhiteLabelSettings.cs
index ba830c2b6..1063919b3 100644
--- a/web/core/ASC.Web.Core/WhiteLabel/AdditionalWhiteLabelSettings.cs
+++ b/web/core/ASC.Web.Core/WhiteLabel/AdditionalWhiteLabelSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WhiteLabel/CompanyWhiteLabelSettings.cs b/web/core/ASC.Web.Core/WhiteLabel/CompanyWhiteLabelSettings.cs
index 20818258c..25994e0ff 100644
--- a/web/core/ASC.Web.Core/WhiteLabel/CompanyWhiteLabelSettings.cs
+++ b/web/core/ASC.Web.Core/WhiteLabel/CompanyWhiteLabelSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WhiteLabel/MailWhiteLabelSettings.cs b/web/core/ASC.Web.Core/WhiteLabel/MailWhiteLabelSettings.cs
index f95f2c78c..9d7a30dc7 100644
--- a/web/core/ASC.Web.Core/WhiteLabel/MailWhiteLabelSettings.cs
+++ b/web/core/ASC.Web.Core/WhiteLabel/MailWhiteLabelSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WhiteLabel/TenantInfoSettings.cs b/web/core/ASC.Web.Core/WhiteLabel/TenantInfoSettings.cs
index 83d68a84c..785583bab 100644
--- a/web/core/ASC.Web.Core/WhiteLabel/TenantInfoSettings.cs
+++ b/web/core/ASC.Web.Core/WhiteLabel/TenantInfoSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WhiteLabel/TenantLogoManager.cs b/web/core/ASC.Web.Core/WhiteLabel/TenantLogoManager.cs
index 804604afd..17b3081c8 100644
--- a/web/core/ASC.Web.Core/WhiteLabel/TenantLogoManager.cs
+++ b/web/core/ASC.Web.Core/WhiteLabel/TenantLogoManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs b/web/core/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs
index f5ea55f18..ec53b7f98 100644
--- a/web/core/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs
+++ b/web/core/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/core/ASC.Web.Core/WhiteLabel/WhiteLabelLogoTypeEnum.cs b/web/core/ASC.Web.Core/WhiteLabel/WhiteLabelLogoTypeEnum.cs
index 8c051e9c0..924ef4add 100644
--- a/web/core/ASC.Web.Core/WhiteLabel/WhiteLabelLogoTypeEnum.cs
+++ b/web/core/ASC.Web.Core/WhiteLabel/WhiteLabelLogoTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/AppInstall.aspx.cs b/web/studio/ASC.Web.Studio/AppInstall.aspx.cs
index abdc96f77..d6e878e5a 100644
--- a/web/studio/ASC.Web.Studio/AppInstall.aspx.cs
+++ b/web/studio/ASC.Web.Studio/AppInstall.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/App_Start/WebApi.Startup.cs b/web/studio/ASC.Web.Studio/App_Start/WebApi.Startup.cs
index 061c35fbd..e07c57b5f 100644
--- a/web/studio/ASC.Web.Studio/App_Start/WebApi.Startup.cs
+++ b/web/studio/ASC.Web.Studio/App_Start/WebApi.Startup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Auth.aspx.cs b/web/studio/ASC.Web.Studio/Auth.aspx.cs
index e085b7e45..935156c71 100644
--- a/web/studio/ASC.Web.Studio/Auth.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Auth.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/CommonResultsView.cs b/web/studio/ASC.Web.Studio/Controls/Common/CommonResultsView.cs
index a23331d0a..62c2e5de3 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/CommonResultsView.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/CommonResultsView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/Container.cs b/web/studio/ASC.Web.Studio/Controls/Common/Container.cs
index 44b924038..bfee6e47e 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/Container.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/Container.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/EmptyScreenControl.cs b/web/studio/ASC.Web.Studio/Controls/Common/EmptyScreenControl.cs
index b2cef58c8..7a1cd7add 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/EmptyScreenControl.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/EmptyScreenControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/FeedControl.cs b/web/studio/ASC.Web.Studio/Controls/Common/FeedControl.cs
index ebb30f1ae..ff81640d8 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/FeedControl.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/FeedControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/InlineScript.cs b/web/studio/ASC.Web.Studio/Controls/Common/InlineScript.cs
index 14914d483..2610c9855 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/InlineScript.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/InlineScript.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/MenuItem.cs b/web/studio/ASC.Web.Studio/Controls/Common/MenuItem.cs
index 085be7d57..aced9682d 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/MenuItem.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/MenuItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/NotFoundControl.cs b/web/studio/ASC.Web.Studio/Controls/Common/NotFoundControl.cs
index 4c46df161..db420830a 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/NotFoundControl.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/NotFoundControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/PageNavigator.cs b/web/studio/ASC.Web.Studio/Controls/Common/PageNavigator.cs
index 742a72e6e..b4e964ebc 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/PageNavigator.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/PageNavigator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/ResultsView.cs b/web/studio/ASC.Web.Studio/Controls/Common/ResultsView.cs
index 4d6ff51b7..9ffa5ebcb 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/ResultsView.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/ResultsView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Common/SideContainer.cs b/web/studio/ASC.Web.Studio/Controls/Common/SideContainer.cs
index b70985652..4f3cf1227 100644
--- a/web/studio/ASC.Web.Studio/Controls/Common/SideContainer.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Common/SideContainer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/FileUploader/FileToUpload.cs b/web/studio/ASC.Web.Studio/Controls/FileUploader/FileToUpload.cs
index a822be730..6f3eab4d6 100644
--- a/web/studio/ASC.Web.Studio/Controls/FileUploader/FileToUpload.cs
+++ b/web/studio/ASC.Web.Studio/Controls/FileUploader/FileToUpload.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/FileUploader/HttpModule/UploadProgressHandler.cs b/web/studio/ASC.Web.Studio/Controls/FileUploader/HttpModule/UploadProgressHandler.cs
index 8dec8039b..8931de273 100644
--- a/web/studio/ASC.Web.Studio/Controls/FileUploader/HttpModule/UploadProgressHandler.cs
+++ b/web/studio/ASC.Web.Studio/Controls/FileUploader/HttpModule/UploadProgressHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Controls/Users/EmployeeUserCard.cs b/web/studio/ASC.Web.Studio/Controls/Users/EmployeeUserCard.cs
index 8e443b6c5..f0994523e 100644
--- a/web/studio/ASC.Web.Studio/Controls/Users/EmployeeUserCard.cs
+++ b/web/studio/ASC.Web.Studio/Controls/Users/EmployeeUserCard.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Backup/BackupAjaxHandler.cs b/web/studio/ASC.Web.Studio/Core/Backup/BackupAjaxHandler.cs
index 3fa02bc74..be30a1e05 100644
--- a/web/studio/ASC.Web.Studio/Core/Backup/BackupAjaxHandler.cs
+++ b/web/studio/ASC.Web.Studio/Core/Backup/BackupAjaxHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Backup/BackupFileUploadHandler.cs b/web/studio/ASC.Web.Studio/Core/Backup/BackupFileUploadHandler.cs
index 6124636b1..971c97b66 100644
--- a/web/studio/ASC.Web.Studio/Core/Backup/BackupFileUploadHandler.cs
+++ b/web/studio/ASC.Web.Studio/Core/Backup/BackupFileUploadHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Backup/BackupHelper.cs b/web/studio/ASC.Web.Studio/Core/Backup/BackupHelper.cs
index ff5347811..5753adc4c 100644
--- a/web/studio/ASC.Web.Studio/Core/Backup/BackupHelper.cs
+++ b/web/studio/ASC.Web.Studio/Core/Backup/BackupHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/CollaboratorSettings.cs b/web/studio/ASC.Web.Studio/Core/CollaboratorSettings.cs
index aef8baa46..2d6ab4f75 100644
--- a/web/studio/ASC.Web.Studio/Core/CollaboratorSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/CollaboratorSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/CountriesResources.cs b/web/studio/ASC.Web.Studio/Core/CountriesResources.cs
index 31789dae7..8c52ab9c9 100644
--- a/web/studio/ASC.Web.Studio/Core/CountriesResources.cs
+++ b/web/studio/ASC.Web.Studio/Core/CountriesResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/CustomNavigationSettings.cs b/web/studio/ASC.Web.Studio/Core/CustomNavigationSettings.cs
index fa0eb584e..f3b45fe32 100644
--- a/web/studio/ASC.Web.Studio/Core/CustomNavigationSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/CustomNavigationSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/DateTimeExtension.cs b/web/studio/ASC.Web.Studio/Core/DateTimeExtension.cs
index 2b844d9b4..f1896a20c 100644
--- a/web/studio/ASC.Web.Studio/Core/DateTimeExtension.cs
+++ b/web/studio/ASC.Web.Studio/Core/DateTimeExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/DebugInfo.cs b/web/studio/ASC.Web.Studio/Core/DebugInfo.cs
index 66cbb0e88..2116c9f0b 100644
--- a/web/studio/ASC.Web.Studio/Core/DebugInfo.cs
+++ b/web/studio/ASC.Web.Studio/Core/DebugInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/EmailActivationSettings.cs b/web/studio/ASC.Web.Studio/Core/EmailActivationSettings.cs
index ea44ef68f..a819297c2 100644
--- a/web/studio/ASC.Web.Studio/Core/EmailActivationSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/EmailActivationSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/EmailOperationService.cs b/web/studio/ASC.Web.Studio/Core/EmailOperationService.cs
index 6b614910f..025d6a72f 100644
--- a/web/studio/ASC.Web.Studio/Core/EmailOperationService.cs
+++ b/web/studio/ASC.Web.Studio/Core/EmailOperationService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/FCKUploadsDBManager.cs b/web/studio/ASC.Web.Studio/Core/FCKUploadsDBManager.cs
index b61f9a0a2..6511ad33e 100644
--- a/web/studio/ASC.Web.Studio/Core/FCKUploadsDBManager.cs
+++ b/web/studio/ASC.Web.Studio/Core/FCKUploadsDBManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/FileSizeComment.cs b/web/studio/ASC.Web.Studio/Core/FileSizeComment.cs
index 140508a97..c7ad2a152 100644
--- a/web/studio/ASC.Web.Studio/Core/FileSizeComment.cs
+++ b/web/studio/ASC.Web.Studio/Core/FileSizeComment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/HelpCenter/BaseHelpCenterStorage.cs b/web/studio/ASC.Web.Studio/Core/HelpCenter/BaseHelpCenterStorage.cs
index ac5ae1de9..e5bdf5f0d 100644
--- a/web/studio/ASC.Web.Studio/Core/HelpCenter/BaseHelpCenterStorage.cs
+++ b/web/studio/ASC.Web.Studio/Core/HelpCenter/BaseHelpCenterStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterHelper.cs b/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterHelper.cs
index a92edb79e..4c75bbe20 100644
--- a/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterHelper.cs
+++ b/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterStorage.cs b/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterStorage.cs
index 35486d446..538981967 100644
--- a/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterStorage.cs
+++ b/web/studio/ASC.Web.Studio/Core/HelpCenter/HelpCenterStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/HelpCenter/UserVideoSettings.cs b/web/studio/ASC.Web.Studio/Core/HelpCenter/UserVideoSettings.cs
index 55b3610e1..002d17cd5 100644
--- a/web/studio/ASC.Web.Studio/Core/HelpCenter/UserVideoSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/HelpCenter/UserVideoSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/HelpCenter/VideoGuideStorage.cs b/web/studio/ASC.Web.Studio/Core/HelpCenter/VideoGuideStorage.cs
index 2d6000c32..f725dee5e 100644
--- a/web/studio/ASC.Web.Studio/Core/HelpCenter/VideoGuideStorage.cs
+++ b/web/studio/ASC.Web.Studio/Core/HelpCenter/VideoGuideStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Import/ContactInfo.cs b/web/studio/ASC.Web.Studio/Core/Import/ContactInfo.cs
index d1164685e..6d1a63196 100644
--- a/web/studio/ASC.Web.Studio/Core/Import/ContactInfo.cs
+++ b/web/studio/ASC.Web.Studio/Core/Import/ContactInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Import/IUserImporter.cs b/web/studio/ASC.Web.Studio/Core/Import/IUserImporter.cs
index a2ca6a7ce..94cf9b596 100644
--- a/web/studio/ASC.Web.Studio/Core/Import/IUserImporter.cs
+++ b/web/studio/ASC.Web.Studio/Core/Import/IUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Import/OutlookCSVUserImporter.cs b/web/studio/ASC.Web.Studio/Core/Import/OutlookCSVUserImporter.cs
index bd01f7884..562a73691 100644
--- a/web/studio/ASC.Web.Studio/Core/Import/OutlookCSVUserImporter.cs
+++ b/web/studio/ASC.Web.Studio/Core/Import/OutlookCSVUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Import/TextFileUserImporter.cs b/web/studio/ASC.Web.Studio/Core/Import/TextFileUserImporter.cs
index 73323ec7c..ed6ea32df 100644
--- a/web/studio/ASC.Web.Studio/Core/Import/TextFileUserImporter.cs
+++ b/web/studio/ASC.Web.Studio/Core/Import/TextFileUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/InfoType.cs b/web/studio/ASC.Web.Studio/Core/InfoType.cs
index 31aba1f3a..19f8b6a58 100644
--- a/web/studio/ASC.Web.Studio/Core/InfoType.cs
+++ b/web/studio/ASC.Web.Studio/Core/InfoType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/IpRestrictionsSettings.cs b/web/studio/ASC.Web.Studio/Core/IpRestrictionsSettings.cs
index f8410a5d2..70253a595 100644
--- a/web/studio/ASC.Web.Studio/Core/IpRestrictionsSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/IpRestrictionsSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/Actions.cs b/web/studio/ASC.Web.Studio/Core/Notify/Actions.cs
index ba43919d9..5902dad1c 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/Actions.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/Actions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/Constants.cs b/web/studio/ASC.Web.Studio/Core/Notify/Constants.cs
index 09a2c8c29..a2a6e7684 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/Constants.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/NotifyConfiguration.cs b/web/studio/ASC.Web.Studio/Core/Notify/NotifyConfiguration.cs
index ea82b2d1a..01bff99f8 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/NotifyConfiguration.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/NotifyConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/PatternHelper.cs b/web/studio/ASC.Web.Studio/Core/Notify/PatternHelper.cs
index 1cb1d7b06..ac8fa7bf8 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/PatternHelper.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/PatternHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/SpamEmailSettings.cs b/web/studio/ASC.Web.Studio/Core/Notify/SpamEmailSettings.cs
index 4da0686ff..bd971c38a 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/SpamEmailSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/SpamEmailSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyHelper.cs b/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyHelper.cs
index 13d060148..70e12f5b2 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyHelper.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyService.cs b/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyService.cs
index 31746a84f..6cf61e4c1 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyService.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifyService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifySource.cs b/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifySource.cs
index f86eaabfa..39272c000 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/StudioNotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/StudioPeriodicNotify.cs b/web/studio/ASC.Web.Studio/Core/Notify/StudioPeriodicNotify.cs
index a9244ca35..92100c38d 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/StudioPeriodicNotify.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/StudioPeriodicNotify.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/StudioSubscriptionManager.cs b/web/studio/ASC.Web.Studio/Core/Notify/StudioSubscriptionManager.cs
index 3b07b6635..7474f09bb 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/StudioSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/StudioSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewManager.cs b/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewManager.cs
index abb47d5f3..c569e793f 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewManager.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewNotify.cs b/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewNotify.cs
index deea1f35d..fb57458ca 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewNotify.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/StudioWhatsNewNotify.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/TagValues.cs b/web/studio/ASC.Web.Studio/Core/Notify/TagValues.cs
index dc27a7848..e3dd76941 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/TagValues.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/TagValues.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Notify/Tags.cs b/web/studio/ASC.Web.Studio/Core/Notify/Tags.cs
index 76e364b95..4ae780e58 100644
--- a/web/studio/ASC.Web.Studio/Core/Notify/Tags.cs
+++ b/web/studio/ASC.Web.Studio/Core/Notify/Tags.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
namespace ASC.Web.Studio.Core.Notify
{
static class Tags
diff --git a/web/studio/ASC.Web.Studio/Core/PersonalSettings.cs b/web/studio/ASC.Web.Studio/Core/PersonalSettings.cs
index ed09cf21d..9c7bccc04 100644
--- a/web/studio/ASC.Web.Studio/Core/PersonalSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/PersonalSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/PromotionsSettings.cs b/web/studio/ASC.Web.Studio/Core/PromotionsSettings.cs
index c98dd2654..0f9a4efd7 100644
--- a/web/studio/ASC.Web.Studio/Core/PromotionsSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/PromotionsSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Quota/QuotaSync.cs b/web/studio/ASC.Web.Studio/Core/Quota/QuotaSync.cs
index 011c566ad..ac78846b2 100644
--- a/web/studio/ASC.Web.Studio/Core/Quota/QuotaSync.cs
+++ b/web/studio/ASC.Web.Studio/Core/Quota/QuotaSync.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Quota/QuotaWrapper.cs b/web/studio/ASC.Web.Studio/Core/Quota/QuotaWrapper.cs
index 9acffe10a..f8fa54c21 100644
--- a/web/studio/ASC.Web.Studio/Core/Quota/QuotaWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Core/Quota/QuotaWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Search/SearchComparer.cs b/web/studio/ASC.Web.Studio/Core/Search/SearchComparer.cs
index 8e99c149c..ae795dd56 100644
--- a/web/studio/ASC.Web.Studio/Core/Search/SearchComparer.cs
+++ b/web/studio/ASC.Web.Studio/Core/Search/SearchComparer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Search/SearchResult.cs b/web/studio/ASC.Web.Studio/Core/Search/SearchResult.cs
index 6cf862eaf..b2b93c78c 100644
--- a/web/studio/ASC.Web.Studio/Core/Search/SearchResult.cs
+++ b/web/studio/ASC.Web.Studio/Core/Search/SearchResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/SearchHandlers/StudioSearchHandler.cs b/web/studio/ASC.Web.Studio/Core/SearchHandlers/StudioSearchHandler.cs
index 7f10ede47..d7f9f4918 100644
--- a/web/studio/ASC.Web.Studio/Core/SearchHandlers/StudioSearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Core/SearchHandlers/StudioSearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/SecutiryConstants.cs b/web/studio/ASC.Web.Studio/Core/SecutiryConstants.cs
index 50e9146be..5f92bf751 100644
--- a/web/studio/ASC.Web.Studio/Core/SecutiryConstants.cs
+++ b/web/studio/ASC.Web.Studio/Core/SecutiryConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/SetupInfo.cs b/web/studio/ASC.Web.Studio/Core/SetupInfo.cs
index d98c01c4d..4ac20ef91 100644
--- a/web/studio/ASC.Web.Studio/Core/SetupInfo.cs
+++ b/web/studio/ASC.Web.Studio/Core/SetupInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Sms/SmsManager.cs b/web/studio/ASC.Web.Studio/Core/Sms/SmsManager.cs
index 406970121..42205e054 100644
--- a/web/studio/ASC.Web.Studio/Core/Sms/SmsManager.cs
+++ b/web/studio/ASC.Web.Studio/Core/Sms/SmsManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Sms/StudioSmsNotificationSettings.cs b/web/studio/ASC.Web.Studio/Core/Sms/StudioSmsNotificationSettings.cs
index 38908df6b..0421cadcc 100644
--- a/web/studio/ASC.Web.Studio/Core/Sms/StudioSmsNotificationSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/Sms/StudioSmsNotificationSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Statistic/StatisticManager.cs b/web/studio/ASC.Web.Studio/Core/Statistic/StatisticManager.cs
index a3dcb2739..96bf5c539 100644
--- a/web/studio/ASC.Web.Studio/Core/Statistic/StatisticManager.cs
+++ b/web/studio/ASC.Web.Studio/Core/Statistic/StatisticManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Statistic/UserVisit.cs b/web/studio/ASC.Web.Studio/Core/Statistic/UserVisit.cs
index 77118717c..53bedd2ae 100644
--- a/web/studio/ASC.Web.Studio/Core/Statistic/UserVisit.cs
+++ b/web/studio/ASC.Web.Studio/Core/Statistic/UserVisit.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/StudioAdminMessageSettings.cs b/web/studio/ASC.Web.Studio/Core/StudioAdminMessageSettings.cs
index d3fb1edf1..97ec596a0 100644
--- a/web/studio/ASC.Web.Studio/Core/StudioAdminMessageSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/StudioAdminMessageSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/StudioDefaultPageSettings.cs b/web/studio/ASC.Web.Studio/Core/StudioDefaultPageSettings.cs
index 5e5c212d0..e345390c9 100644
--- a/web/studio/ASC.Web.Studio/Core/StudioDefaultPageSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/StudioDefaultPageSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/StudioTrustedDomainSettings.cs b/web/studio/ASC.Web.Studio/Core/StudioTrustedDomainSettings.cs
index 7a5c3b456..7cde394d1 100644
--- a/web/studio/ASC.Web.Studio/Core/StudioTrustedDomainSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/StudioTrustedDomainSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppAuthSettings.cs b/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppAuthSettings.cs
index 332d4f881..505bbac2d 100644
--- a/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppAuthSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppAuthSettings.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Runtime.Serialization;
using ASC.Core.Common.Settings;
diff --git a/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppUserSettings.cs b/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppUserSettings.cs
index 8c773adcd..389ef3ac1 100644
--- a/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppUserSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/Tfa/TfaAppUserSettings.cs
@@ -1,26 +1,26 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
*/
diff --git a/web/studio/ASC.Web.Studio/Core/Tfa/TfaManager.cs b/web/studio/ASC.Web.Studio/Core/Tfa/TfaManager.cs
index 7afeab955..26fa2c514 100644
--- a/web/studio/ASC.Web.Studio/Core/Tfa/TfaManager.cs
+++ b/web/studio/ASC.Web.Studio/Core/Tfa/TfaManager.cs
@@ -1,26 +1,26 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
*/
diff --git a/web/studio/ASC.Web.Studio/Core/TipsSettings.cs b/web/studio/ASC.Web.Studio/Core/TipsSettings.cs
index 4e6866fbe..30f2eb712 100644
--- a/web/studio/ASC.Web.Studio/Core/TipsSettings.cs
+++ b/web/studio/ASC.Web.Studio/Core/TipsSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Users/AffiliateHelper.cs b/web/studio/ASC.Web.Studio/Core/Users/AffiliateHelper.cs
index d45733480..23876be36 100644
--- a/web/studio/ASC.Web.Studio/Core/Users/AffiliateHelper.cs
+++ b/web/studio/ASC.Web.Studio/Core/Users/AffiliateHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Users/CustomNamingPeople.cs b/web/studio/ASC.Web.Studio/Core/Users/CustomNamingPeople.cs
index 678d66c44..32fd28f60 100644
--- a/web/studio/ASC.Web.Studio/Core/Users/CustomNamingPeople.cs
+++ b/web/studio/ASC.Web.Studio/Core/Users/CustomNamingPeople.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Users/MyContact.cs b/web/studio/ASC.Web.Studio/Core/Users/MyContact.cs
index 1332a5a49..1f93b5d28 100644
--- a/web/studio/ASC.Web.Studio/Core/Users/MyContact.cs
+++ b/web/studio/ASC.Web.Studio/Core/Users/MyContact.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Users/ProfileHelper.cs b/web/studio/ASC.Web.Studio/Core/Users/ProfileHelper.cs
index 9cbd3a289..9be85933c 100644
--- a/web/studio/ASC.Web.Studio/Core/Users/ProfileHelper.cs
+++ b/web/studio/ASC.Web.Studio/Core/Users/ProfileHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Users/SocialContactsManager.cs b/web/studio/ASC.Web.Studio/Core/Users/SocialContactsManager.cs
index 66cde64b1..11f36d0c4 100644
--- a/web/studio/ASC.Web.Studio/Core/Users/SocialContactsManager.cs
+++ b/web/studio/ASC.Web.Studio/Core/Users/SocialContactsManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Users/UserInfoExtension.cs b/web/studio/ASC.Web.Studio/Core/Users/UserInfoExtension.cs
index 12872e0f5..bfb1a2a46 100644
--- a/web/studio/ASC.Web.Studio/Core/Users/UserInfoExtension.cs
+++ b/web/studio/ASC.Web.Studio/Core/Users/UserInfoExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Core/Users/UserManagerWrapper.cs b/web/studio/ASC.Web.Studio/Core/Users/UserManagerWrapper.cs
index 65a4161df..51cb8bd39 100644
--- a/web/studio/ASC.Web.Studio/Core/Users/UserManagerWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Core/Users/UserManagerWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Default.aspx.cs b/web/studio/ASC.Web.Studio/Default.aspx.cs
index f91db5b6b..8097c1c60 100644
--- a/web/studio/ASC.Web.Studio/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Feed.aspx.cs b/web/studio/ASC.Web.Studio/Feed.aspx.cs
index 68aff033e..0b408b745 100644
--- a/web/studio/ASC.Web.Studio/Feed.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Feed.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Global.asax.cs b/web/studio/ASC.Web.Studio/Global.asax.cs
index 0968e62cd..b9082f677 100644
--- a/web/studio/ASC.Web.Studio/Global.asax.cs
+++ b/web/studio/ASC.Web.Studio/Global.asax.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/AjaxFileUploadHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/AjaxFileUploadHandler.cs
index 4cd37fece..c0f5e10c5 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/AjaxFileUploadHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/AjaxFileUploadHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/FCKEditorFileUploadHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/FCKEditorFileUploadHandler.cs
index cf2aca87f..7689b6e94 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/FCKEditorFileUploadHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/FCKEditorFileUploadHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/InvoiceHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/InvoiceHandler.cs
index 9ec754e68..bded7f115 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/InvoiceHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/InvoiceHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/KeepSessionAliveHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/KeepSessionAliveHandler.cs
index 6a89c786e..90861ca60 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/KeepSessionAliveHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/KeepSessionAliveHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/LicenseUploader.cs b/web/studio/ASC.Web.Studio/HttpHandlers/LicenseUploader.cs
index b28dbf9f2..0364b05eb 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/LicenseUploader.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/LicenseUploader.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Security;
using System.Web;
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/SsoHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/SsoHandler.cs
index 4774627c6..082fef017 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/SsoHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/SsoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/TemplatingHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/TemplatingHandler.cs
index 278db7456..b7531d9f5 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/TemplatingHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/TemplatingHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/TenantLogoHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/TenantLogoHandler.cs
index 17f2874f6..0489e9194 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/TenantLogoHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/TenantLogoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/UrlProxyHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/UrlProxyHandler.cs
index 7c12bf691..9a7336593 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/UrlProxyHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/UrlProxyHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/HttpHandlers/UserPhotoHandler.cs b/web/studio/ASC.Web.Studio/HttpHandlers/UserPhotoHandler.cs
index e562de924..b44948f5a 100644
--- a/web/studio/ASC.Web.Studio/HttpHandlers/UserPhotoHandler.cs
+++ b/web/studio/ASC.Web.Studio/HttpHandlers/UserPhotoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Management.aspx.cs b/web/studio/ASC.Web.Studio/Management.aspx.cs
index a9c5acde9..c2846dca0 100644
--- a/web/studio/ASC.Web.Studio/Management.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Management.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/BaseTemplate.master.cs b/web/studio/ASC.Web.Studio/Masters/BaseTemplate.master.cs
index 448341efe..8e7a94c69 100644
--- a/web/studio/ASC.Web.Studio/Masters/BaseTemplate.master.cs
+++ b/web/studio/ASC.Web.Studio/Masters/BaseTemplate.master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/CommonBodyScripts.ascx.cs b/web/studio/ASC.Web.Studio/Masters/CommonBodyScripts.ascx.cs
index a1f17f579..7dfecb3a5 100644
--- a/web/studio/ASC.Web.Studio/Masters/CommonBodyScripts.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Masters/CommonBodyScripts.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/CommonStyles.ascx.cs b/web/studio/ASC.Web.Studio/Masters/CommonStyles.ascx.cs
index a03bc2f09..72600b19c 100644
--- a/web/studio/ASC.Web.Studio/Masters/CommonStyles.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Masters/CommonStyles.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/HeadScripts.ascx.cs b/web/studio/ASC.Web.Studio/Masters/HeadScripts.ascx.cs
index 9d4b5f08d..10a7804c1 100644
--- a/web/studio/ASC.Web.Studio/Masters/HeadScripts.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Masters/HeadScripts.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/MainPage.cs b/web/studio/ASC.Web.Studio/Masters/MainPage.cs
index 9424f57c7..ed2f94428 100644
--- a/web/studio/ASC.Web.Studio/Masters/MainPage.cs
+++ b/web/studio/ASC.Web.Studio/Masters/MainPage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/MasterManagement/StudioMasterExtensions.cs b/web/studio/ASC.Web.Studio/Masters/MasterManagement/StudioMasterExtensions.cs
index 1af34b736..cfc536a39 100644
--- a/web/studio/ASC.Web.Studio/Masters/MasterManagement/StudioMasterExtensions.cs
+++ b/web/studio/ASC.Web.Studio/Masters/MasterManagement/StudioMasterExtensions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterFileUtilityResources.cs b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterFileUtilityResources.cs
index 55b906382..26e573403 100644
--- a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterFileUtilityResources.cs
+++ b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterFileUtilityResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterLocalizationResources.cs b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterLocalizationResources.cs
index 933bb871c..ab1c686b2 100644
--- a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterSettingsResources.cs b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterSettingsResources.cs
index 5dc02c112..1af202476 100644
--- a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterSettingsResources.cs
+++ b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterSettingsResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterTemplateResources.cs b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterTemplateResources.cs
index b295c5f30..121a8b28e 100644
--- a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterTemplateResources.cs
+++ b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterTemplateResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterUserResources.cs b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterUserResources.cs
index 5ce9f5130..b090c553d 100644
--- a/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterUserResources.cs
+++ b/web/studio/ASC.Web.Studio/Masters/MasterResources/MasterUserResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/MigrationPortal.aspx.cs b/web/studio/ASC.Web.Studio/MigrationPortal.aspx.cs
index ae5839b19..cfb86b616 100644
--- a/web/studio/ASC.Web.Studio/MigrationPortal.aspx.cs
+++ b/web/studio/ASC.Web.Studio/MigrationPortal.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/My.aspx.cs b/web/studio/ASC.Web.Studio/My.aspx.cs
index ddb147a90..29cd65cb0 100644
--- a/web/studio/ASC.Web.Studio/My.aspx.cs
+++ b/web/studio/ASC.Web.Studio/My.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/PaymentRequired.aspx.cs b/web/studio/ASC.Web.Studio/PaymentRequired.aspx.cs
index f47473073..2bc3e17e9 100644
--- a/web/studio/ASC.Web.Studio/PaymentRequired.aspx.cs
+++ b/web/studio/ASC.Web.Studio/PaymentRequired.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/PreparationPortal.aspx.cs b/web/studio/ASC.Web.Studio/PreparationPortal.aspx.cs
index 3753c1850..776272913 100644
--- a/web/studio/ASC.Web.Studio/PreparationPortal.aspx.cs
+++ b/web/studio/ASC.Web.Studio/PreparationPortal.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/base.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/base.less
index 71979b503..6589794d7 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/base.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/base.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/cases.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/cases.less
index 27348ac86..662e88bd3 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/cases.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/cases.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/common.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/common.less
index 88a20c832..2cf114c8a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/common.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/common.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/contacts.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/contacts.less
index 65d7fca7c..ce559fe17 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/contacts.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/contacts.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/deals.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/deals.less
index 5bdc1f086..ae554d0ce 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/deals.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/deals.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/invoices.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/invoices.less
index afca26801..4db814497 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/invoices.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/invoices.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/reports.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/reports.less
index 5fd768092..77d648834 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/reports.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/reports.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/settings.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/settings.less
index 6c4fff03d..388adee90 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/settings.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/settings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/socialmedia.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/socialmedia.less
index 7c543d5cd..481285586 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/socialmedia.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/socialmedia.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/tasks.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/tasks.less
index 4238d4b3d..341203d05 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/tasks.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/tasks.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.calls.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.calls.less
index f67bf1ed2..77e4192dc 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.calls.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.calls.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.common.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.common.less
index a55063c10..c0e3ca774 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.common.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.common.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.numbers.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.numbers.less
index ec8c3437b..e05b6cfa3 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.numbers.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.numbers.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.quick.less b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.quick.less
index 04cf9f743..0596771c0 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.quick.less
+++ b/web/studio/ASC.Web.Studio/Products/CRM/App_Themes/Default/css/voip.quick.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Calls.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Calls.aspx.cs
index c6cc02de7..3e8985a3c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Calls.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Calls.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Cases.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Cases.aspx.cs
index 0143a96f4..9d3a2bdb5 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Cases.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Cases.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/BasePage.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/BasePage.cs
index d119bb93c..08826642a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/BasePage.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/BasePage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/BaseUserControl.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/BaseUserControl.cs
index a72d765fd..d894dd2b2 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/BaseUserControl.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/BaseUserControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/CRMSettings.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/CRMSettings.cs
index 9dc72c7c5..1ee994bfa 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/CRMSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/CRMSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReader.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReader.cs
index ba41d0edc..a12313f86 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReader.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReaderExtension.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReaderExtension.cs
index 650cb435e..3a01bb1a4 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReaderExtension.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/CSVReaderExtension.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/ContactPhotoManager.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/ContactPhotoManager.cs
index a11bed171..ea22203f2 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/ContactPhotoManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/ContactPhotoManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/Global.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/Global.cs
index 36e7ea673..797a8959a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/Global.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/Global.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/ImportFromCSVManager.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/ImportFromCSVManager.cs
index f669069a9..60d287a8a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/ImportFromCSVManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/ImportFromCSVManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/InvoiceFormattedData.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/InvoiceFormattedData.cs
index d0efa4534..0fe22ab7d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/InvoiceFormattedData.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/InvoiceFormattedData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/LocalizedEnumConverter.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/LocalizedEnumConverter.cs
index c0fec3e37..4b8883be7 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/LocalizedEnumConverter.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/LocalizedEnumConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/OrganisationLogoManager.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/OrganisationLogoManager.cs
index 531597ea9..a6275fd30 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/OrganisationLogoManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/OrganisationLogoManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/PathProvider.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/PathProvider.cs
index d3b7e2c73..6c9e070d3 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/PathProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/PathProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/RegisterClientScriptHelper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/RegisterClientScriptHelper.cs
index a00ade4f2..801042f24 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/RegisterClientScriptHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/RegisterClientScriptHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SignalRHelper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SignalRHelper.cs
index 1170ad1f6..dacb0d261 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SignalRHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SignalRHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaAccountNotFound.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaAccountNotFound.cs
index 7dfa5b1a4..2998d89f7 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaAccountNotFound.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaAccountNotFound.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaImageDescription.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaImageDescription.cs
index 6a32d771e..7c675f429 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaImageDescription.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaImageDescription.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaUI.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaUI.cs
index 98c4188f2..241ee1c41 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaUI.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/SocialMediaUI.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/TwitterApiHelper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/TwitterApiHelper.cs
index f19e0853d..db5b4cc84 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/TwitterApiHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SocialMedia/TwitterApiHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/StringConverter.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/StringConverter.cs
index 8d9358d89..8d663fb54 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/StringConverter.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/StringConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SubscriptionManager.cs
index a8816f43d..fb35f2d9f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/SubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/SubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/TwilioController.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/TwilioController.cs
index d083479ed..405f3421e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/TwilioController.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/TwilioController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlConstant.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlConstant.cs
index fe26b3820..27c3326db 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlConstant.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlConstant.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlParameters.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlParameters.cs
index 106017a37..955b3ed9f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlParameters.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/UrlParameters.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Classes/VoipEngine.cs b/web/studio/ASC.Web.Studio/Products/CRM/Classes/VoipEngine.cs
index 467a79bd7..4004365ae 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Classes/VoipEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Classes/VoipEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/CRMsSpaceUsageStatManager.cs b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/CRMsSpaceUsageStatManager.cs
index 1396bbba3..906e98bc7 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/CRMsSpaceUsageStatManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/CRMsSpaceUsageStatManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/ProductEntryPoint.cs b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/ProductEntryPoint.cs
index bc4026914..d8e220ad7 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/ProductEntryPoint.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/ProductEntryPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/SearchHandler.cs b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/SearchHandler.cs
index 7bd9fc847..fa1c0c5f6 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/SearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/SearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/VoipModule.cs b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/VoipModule.cs
index 4f7550a55..184505640 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Configuration/VoipModule.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Configuration/VoipModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesActionView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesActionView.ascx.cs
index 4af6ee012..474680a71 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesActionView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesActionView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesDetailsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesDetailsView.ascx.cs
index e6449efc4..c02d9ca65 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesDetailsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesDetailsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesFullCardView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesFullCardView.ascx.cs
index 84ba318be..0146f278e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesFullCardView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/CasesFullCardView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/ListCasesView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/ListCasesView.ascx.cs
index d591ea6f4..39235a884 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/ListCasesView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Cases/ListCasesView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/FileUploader.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/FileUploader.ascx.cs
index d94caa372..8c2f2ec35 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/FileUploader.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/FileUploader.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/HistoryView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/HistoryView.ascx.cs
index 15994982a..8ba85b013 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/HistoryView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/HistoryView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ImportFromCSVView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ImportFromCSVView.ascx.cs
index 3038ff862..68d589b8c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ImportFromCSVView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ImportFromCSVView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ListBaseView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ListBaseView.ascx.cs
index 4e378dd41..a2f2efc9b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ListBaseView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ListBaseView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/NavigationSidePanel.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/NavigationSidePanel.ascx.cs
index 32955e4b3..915d670b1 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/NavigationSidePanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/NavigationSidePanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/PrivatePanel.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/PrivatePanel.ascx.cs
index 402a4e7fa..6157d1b6a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/PrivatePanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/PrivatePanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ResultsView.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ResultsView.cs
index d339e54a7..58790feda 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ResultsView.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Common/ResultsView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactActionView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactActionView.ascx.cs
index 71fadb126..d7055256f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactActionView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactActionView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactDetailsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactDetailsView.ascx.cs
index f3b987677..5bc5a2321 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactDetailsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactDetailsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactFullCardView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactFullCardView.ascx.cs
index bf1d60a89..d431548af 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactFullCardView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ContactFullCardView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ListContactView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ListContactView.ascx.cs
index 5a2683310..026484267 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ListContactView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Contacts/ListContactView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealActionView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealActionView.ascx.cs
index 337f16e08..f5e094eb1 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealActionView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealActionView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealDetailsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealDetailsView.ascx.cs
index 1ee0196ae..2151d703c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealDetailsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealDetailsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealFullCardView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealFullCardView.ascx.cs
index 6c542dc90..d741d373b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealFullCardView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/DealFullCardView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/ListDealView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/ListDealView.ascx.cs
index 8744abab7..c63a5a46c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/ListDealView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Deals/ListDealView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceActionView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceActionView.ascx.cs
index fbce8d901..e2759c653 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceActionView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceActionView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceDetailsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceDetailsView.ascx.cs
index d6415f090..f1cb152d8 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceDetailsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/InvoiceDetailsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/ListInvoiceView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/ListInvoiceView.ascx.cs
index 9fe4b66db..f33e35d7e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/ListInvoiceView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Invoices/ListInvoiceView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsNavigation.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsNavigation.ascx.cs
index d370279b0..5278dcd44 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsNavigation.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsNavigation.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsView.ascx.cs
index 4291f00ea..2c69359da 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Reports/ReportsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Sender/SmtpSender.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Sender/SmtpSender.ascx.cs
index fe74d114f..a92982ade 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Sender/SmtpSender.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Sender/SmtpSender.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CommonSettingsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CommonSettingsView.ascx.cs
index 8199809e3..5f2ffdb02 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CommonSettingsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CommonSettingsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CurrencySettingsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CurrencySettingsView.ascx.cs
index df3eafc21..1c801a17d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CurrencySettingsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CurrencySettingsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CustomFieldsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CustomFieldsView.ascx.cs
index 4023bc5ca..e9be69edc 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CustomFieldsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/CustomFieldsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/DealMilestoneView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/DealMilestoneView.ascx.cs
index f5dba9726..efcae7c92 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/DealMilestoneView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/DealMilestoneView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemActionView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemActionView.ascx.cs
index 692bf31f8..9d6d53871 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemActionView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemActionView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemsView.ascx.cs
index b0569556e..c38648cef 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceItemsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceTaxesView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceTaxesView.ascx.cs
index a2e622dba..104e883a4 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceTaxesView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/InvoiceTaxesView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/OrganisationProfile.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/OrganisationProfile.ascx.cs
index c0ea49338..a83a9764d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/OrganisationProfile.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/InvoiceSettings/OrganisationProfile.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/ListItemView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/ListItemView.ascx.cs
index ca457a5b2..16f1e6fd6 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/ListItemView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/ListItemView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TagSettingsView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TagSettingsView.ascx.cs
index 88f276f4e..ee355ae13 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TagSettingsView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TagSettingsView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TaskTemplateView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TaskTemplateView.ascx.cs
index a8844c394..a5237a984 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TaskTemplateView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/TaskTemplateView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCalls.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCalls.ascx.cs
index b665510f4..79fcf2d6c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCalls.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCalls.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCommon.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCommon.ascx.cs
index 8186bb64f..6b9e0807e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCommon.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipCommon.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipNumbers.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipNumbers.ascx.cs
index d4a61a94d..a65e4d2ae 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipNumbers.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipNumbers.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipQuick.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipQuick.ascx.cs
index db640170b..84eb687a1 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipQuick.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/VoipSettings/VoipQuick.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/WebToLeadFormView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/WebToLeadFormView.ascx.cs
index 343fa81e5..7d54f5cc4 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/WebToLeadFormView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Settings/WebToLeadFormView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Tasks/ListTaskView.ascx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Tasks/ListTaskView.ascx.cs
index 5a797b3f3..2cd7b7f33 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Controls/Tasks/ListTaskView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Controls/Tasks/ListTaskView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/CRMConstants.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/CRMConstants.cs
index c094567ea..d549dbce5 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/CRMConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/CRMConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/DIHelper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/DIHelper.cs
index fa6dbb331..b9c6c4174 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/DIHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/DIHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/AbstractDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/AbstractDao.cs
index 64d6936b6..5ed7ec69c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/AbstractDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/AbstractDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CasesDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CasesDao.cs
index babfc30fc..5cb32b02b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CasesDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CasesDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CommentDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CommentDao.cs
index 0fd8234be..2a6f75d0f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CommentDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CommentDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactDao.cs
index e843cebe6..aedf65ae7 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactInfoDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactInfoDao.cs
index 13765a415..0279b76a5 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactInfoDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ContactInfoDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyInfoDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyInfoDao.cs
index 570bb7023..85e6c90b1 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyInfoDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyInfoDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyRateDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyRateDao.cs
index 8e33c8eeb..673b72072 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyRateDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CurrencyRateDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CustomFieldDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CustomFieldDao.cs
index 28a042efd..5ea1e61ea 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CustomFieldDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/CustomFieldDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DaoFactory.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DaoFactory.cs
index af07fca4b..351c50cfb 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DaoFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealDao.cs
index b3c4f17d6..13dba2c44 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealMilestoneDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealMilestoneDao.cs
index 0325d5611..733e447d0 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealMilestoneDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/DealMilestoneDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/FileDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/FileDao.cs
index 258c03943..72f8e239d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/FileDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/FileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceDao.cs
index 220285f9b..79d2de234 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceItemDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceItemDao.cs
index 7aff511d1..0a49cd66e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceItemDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceItemDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceLineDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceLineDao.cs
index 769d728e0..da82b8b5a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceLineDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceLineDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceTaxDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceTaxDao.cs
index add469a23..a5c040d93 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceTaxDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/InvoiceTaxDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemDao.cs
index 327801258..be074005b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemHistoryDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemHistoryDao.cs
index 3a64e6e71..aace75087 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemHistoryDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ListItemHistoryDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ManagerDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ManagerDao.cs
index 64124d6b6..fee9b9444 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ManagerDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ManagerDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/RelationshipEventDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/RelationshipEventDao.cs
index cd4af971c..5e6266160 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/RelationshipEventDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/RelationshipEventDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ReportDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ReportDao.cs
index aa822cdf4..6aadf79b8 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ReportDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/ReportDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/SearchDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/SearchDao.cs
index adf1e7c6a..fc0da0455 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/SearchDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/SearchDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TagDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TagDao.cs
index 681d9817b..cbda2314d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TagDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskDao.cs
index cff52d637..ad2aafff0 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskTemplateContainerDao.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskTemplateContainerDao.cs
index 84c139b97..b8b877060 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskTemplateContainerDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Dao/TaskTemplateContainerDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/DomainObject.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/DomainObject.cs
index e9ad65aa4..82f34775c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/DomainObject.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/DomainObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Cases.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Cases.cs
index 4fa225481..44a0b03c0 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Cases.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Cases.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Comment.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Comment.cs
index efcaf347c..032d74c0b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Comment.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Comment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Contact.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Contact.cs
index b518393fd..85036a16c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Contact.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Contact.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ContactInfo.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ContactInfo.cs
index 639fb2836..45a693b5e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ContactInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ContactInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyInfo.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyInfo.cs
index 4e259d1d0..b50bf236c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyRate.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyRate.cs
index 14963269f..2fc674848 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyRate.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CurrencyRate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CustomField.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CustomField.cs
index 1dbd46745..7067f1301 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CustomField.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/CustomField.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Deal.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Deal.cs
index 1ba12459a..3bcc5329f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Deal.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Deal.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/DealMilestone.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/DealMilestone.cs
index a00e2312d..f09de02d9 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/DealMilestone.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/DealMilestone.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Filter.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Filter.cs
index 614953254..5741e97a8 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Filter.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Filter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Invoice.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Invoice.cs
index 44c387c74..3fcb3f828 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Invoice.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Invoice.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceItem.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceItem.cs
index 70d9fbe53..55d060c24 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceItem.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceLine.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceLine.cs
index e8242f9d2..7bb40d8f3 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceLine.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceLine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceTax.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceTax.cs
index cd86b7130..e4ad22589 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceTax.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/InvoiceTax.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItem.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItem.cs
index ee3b15d1e..480da7e6e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItem.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItemHistory.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItemHistory.cs
index d9c20781e..d0114f22c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItemHistory.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/ListItemHistory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/OrderBy.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/OrderBy.cs
index 050383e77..d751954ef 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/OrderBy.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/OrderBy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/RelationshipEvent.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/RelationshipEvent.cs
index 29f8eedec..993474d99 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/RelationshipEvent.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/RelationshipEvent.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Report.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Report.cs
index 9d53a6379..8b5fe8f2c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Report.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Report.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Task.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Task.cs
index 0b7bd37ef..54e5a34f0 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Task.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/Task.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/TaskTemplateContainer.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/TaskTemplateContainer.cs
index e967b1210..37372d33e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/TaskTemplateContainer.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Entities/TaskTemplateContainer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/BidTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/BidTypeEnum.cs
index d7a0573a1..33a202b3b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/BidTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/BidTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CommunicationTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CommunicationTypeEnum.cs
index 372328e57..e1b30b145 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CommunicationTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CommunicationTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoCategoryEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoCategoryEnum.cs
index 2308a507e..4645de791 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoCategoryEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoCategoryEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoTypeEnum.cs
index 07815aae7..f6800be7c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactInfoTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactListViewTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactListViewTypeEnum.cs
index b08521888..d21ac16d6 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactListViewTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactListViewTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactSelectorTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactSelectorTypeEnum.cs
index 9345cfa4f..c6552d1f9 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactSelectorTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ContactSelectorTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CustomFieldTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CustomFieldTypeEnum.cs
index cc858e186..af7d9d5e2 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CustomFieldTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/CustomFieldTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/DealMilestoneStatus.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/DealMilestoneStatus.cs
index b5da55e1a..789c668e9 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/DealMilestoneStatus.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/DealMilestoneStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/EntityTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/EntityTypeEnum.cs
index 88b069daa..ba4312d2e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/EntityTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/EntityTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceStatus.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceStatus.cs
index 96761012f..3bba4da70 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceStatus.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceTemplateTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceTemplateTypeEnum.cs
index 64a9f8475..50973d6be 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceTemplateTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/InvoiceTemplateTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ListTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ListTypeEnum.cs
index e2ab97859..8fb448612 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ListTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ListTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ProgressStatus.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ProgressStatus.cs
index b4b750661..f1f8d2d1c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ProgressStatus.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ProgressStatus.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTimePeriodEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTimePeriodEnum.cs
index 74ed0eaaa..655517c98 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTimePeriodEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTimePeriodEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTypeEnum.cs
index 1d76dc765..34a669b2c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ReportTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ShareType.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ShareType.cs
index 83c075368..062e7cf70 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ShareType.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/ShareType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/SortedByTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/SortedByTypeEnum.cs
index 15dd8a414..4948a7375 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/SortedByTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Enums/SortedByTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/BundleSearch.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/BundleSearch.cs
index cb7c74dd3..4e5be9f73 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/BundleSearch.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/BundleSearch.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/CasesWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/CasesWrapper.cs
index 81b8c2324..78863a064 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/CasesWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/CasesWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/ContactsWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/ContactsWrapper.cs
index 3caa7cf6a..ff6360c66 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/ContactsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/ContactsWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using ASC.Core;
using ASC.CRM.Core.Entities;
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/DealsWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/DealsWrapper.cs
index 9665c1c67..3950adf52 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/DealsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/DealsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EmailWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EmailWrapper.cs
index 6220cdf0b..1922f5eac 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EmailWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EmailWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EventsWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EventsWrapper.cs
index 546574639..55b11cca6 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EventsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/EventsWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using ASC.Core;
using ASC.CRM.Core.Entities;
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/FieldsWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/FieldsWrapper.cs
index 38ff55187..de97fbee3 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/FieldsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/FieldsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InfoWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InfoWrapper.cs
index 21f43570f..ffa103118 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InfoWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InfoWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Text;
using ASC.Common.Logging;
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InvoicesWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InvoicesWrapper.cs
index e15131668..902fdf761 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InvoicesWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/InvoicesWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/TasksWrapper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/TasksWrapper.cs
index 7fdb9b551..ab6c0208d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/TasksWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Search/TasksWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecurityObjectProvider.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecurityObjectProvider.cs
index 8650567da..976a50523 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecurityObjectProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecurityObjectProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecutiry.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecutiry.cs
index 3fa12398c..f739c3f18 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecutiry.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/CRMSecutiry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/FileSecurityProvider.cs b/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/FileSecurityProvider.cs
index 827921eec..9455baba5 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/FileSecurityProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Core/Security/FileSecurityProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Deals.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Deals.aspx.cs
index 6176331d2..614f80eb6 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Deals.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Deals.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Default.aspx.cs
index 4c31673e3..daee193a2 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Help.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Help.aspx.cs
index 4bef46177..e37cb0dc8 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Help.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Help.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ContactPhotoHandler.cs b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ContactPhotoHandler.cs
index bb509c2fe..4eddd9113 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ContactPhotoHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ContactPhotoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileHandler.ashx.cs b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileHandler.ashx.cs
index 96ab6ee86..641d88497 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileHandler.ashx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileHandler.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileUploaderHandler.cs b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileUploaderHandler.cs
index 6dfe5de21..50204dfeb 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileUploaderHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/FileUploaderHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ImportFileHandler.cs b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ImportFileHandler.cs
index 1eed7bbde..c0720b1dc 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ImportFileHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/ImportFileHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/OrganisationLogoHandler.cs b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/OrganisationLogoHandler.cs
index e82736543..1839cd0bd 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/OrganisationLogoHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/OrganisationLogoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/WebToLeadFromHandler.ashx.cs b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/WebToLeadFromHandler.ashx.cs
index c5d0865f3..7bf2bc75d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/WebToLeadFromHandler.ashx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/HttpHandlers/WebToLeadFromHandler.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Invoices.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Invoices.aspx.cs
index 9a44e408e..bbc23f79c 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Invoices.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Invoices.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/MailViewer.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/MailViewer.aspx.cs
index 0c09051a6..2bd9ed9ab 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/MailViewer.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/MailViewer.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Masters/BasicTemplate.Master.cs b/web/studio/ASC.Web.Studio/Products/CRM/Masters/BasicTemplate.Master.cs
index c3cc8a942..06c9307ac 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Masters/BasicTemplate.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Masters/BasicTemplate.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/CRMSettingsResources.cs b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/CRMSettingsResources.cs
index dbb0d0acb..138a964be 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/CRMSettingsResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/CRMSettingsResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientLocalizationResources.cs b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientLocalizationResources.cs
index 3dbaace38..71d2c73e1 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientTemplateResources.cs b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientTemplateResources.cs
index 1d22d3c9d..bcb29a409 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientTemplateResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ClientTemplateResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ControlsResources.cs b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ControlsResources.cs
index 57a83f8da..4002e32be 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ControlsResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Masters/ClientScripts/ControlsResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Reports.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Reports.aspx.cs
index 53dfa7165..c6e356cd8 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Reports.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Reports.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Sender.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Sender.aspx.cs
index d0f88a38a..9d422d06e 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Sender.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Sender.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyClient.cs b/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyClient.cs
index 336ac680c..a236d003a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyClient.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyConstants.cs b/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyConstants.cs
index 54ab85e33..d92b22a36 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifyConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifySource.cs b/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifySource.cs
index 15c438859..be666525f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Services/NotifyService/NotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Settings.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Settings.aspx.cs
index 61dd3bea0..c6bd58278 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Settings.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Settings.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Tasks.aspx.cs b/web/studio/ASC.Web.Studio/Products/CRM/Tasks.aspx.cs
index 65a078d9c..905b3a4f2 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Tasks.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Tasks.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/CurrencyProvider.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/CurrencyProvider.cs
index aa22a74a8..5fd72c1f2 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/CurrencyProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/CurrencyProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/ExportToCSV.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/ExportToCSV.cs
index 52c60174c..c871e70c0 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/ExportToCSV.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/ExportToCSV.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/FileHelper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/FileHelper.cs
index 6db9cbcd5..fe20ba065 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/FileHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/FileHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportBase.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportBase.cs
index 6f8f97e51..9b5cd3cfb 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportBase.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCSVSettings.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCSVSettings.cs
index 18f11055b..ff9f8af8b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCSVSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCSVSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCases.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCases.cs
index 332a8cc03..ea491abbe 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCases.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportCases.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportContacts.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportContacts.cs
index f1d2b6bd8..d57f6ab96 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportContacts.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportContacts.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDataOperation.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDataOperation.cs
index 9e1eb9de1..697569c83 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDataOperation.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDataOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDeals.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDeals.cs
index 82e198321..fd7f3feb5 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDeals.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportDeals.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportFromCSV.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportFromCSV.cs
index 2757b5493..aa0b5c23a 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportFromCSV.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportFromCSV.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportTasks.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportTasks.cs
index 0e873b3c6..788f5b5ed 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportTasks.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/Import/CSV/ImportTasks.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/MailSender.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/MailSender.cs
index 19b0a2b9b..ae7e57196 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/MailSender.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/MailSender.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfCreator.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfCreator.cs
index de47baccf..9f6cff378 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfCreator.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfCreator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfQueueWorker.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfQueueWorker.cs
index b389e9eec..90ca3f8bd 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfQueueWorker.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/PdfQueueWorker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/Utils/ReportHelper.cs b/web/studio/ASC.Web.Studio/Products/CRM/Utils/ReportHelper.cs
index 398b41ee3..8ca382161 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/Utils/ReportHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/CRM/Utils/ReportHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/cases.js b/web/studio/ASC.Web.Studio/Products/CRM/js/cases.js
index 407303163..d26ebf292 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/cases.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/cases.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/common.js b/web/studio/ASC.Web.Studio/Products/CRM/js/common.js
index 7b7fb4e94..013a008a8 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/common.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/contacts.js b/web/studio/ASC.Web.Studio/Products/CRM/js/contacts.js
index be638a1ee..6395bed72 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/contacts.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/contacts.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/deals.js b/web/studio/ASC.Web.Studio/Products/CRM/js/deals.js
index e3d726f10..3a0f39d3f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/deals.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/deals.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/fileUploader.js b/web/studio/ASC.Web.Studio/Products/CRM/js/fileUploader.js
index d43830340..f740f8a0b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/fileUploader.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/fileUploader.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/invoices.js b/web/studio/ASC.Web.Studio/Products/CRM/js/invoices.js
index 1db13b714..345cd353f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/invoices.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/invoices.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/navsidepanel.js b/web/studio/ASC.Web.Studio/Products/CRM/js/navsidepanel.js
index 021879ead..d3578564d 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/navsidepanel.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/navsidepanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/reports.js b/web/studio/ASC.Web.Studio/Products/CRM/js/reports.js
index f5fc9f782..314a274d4 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/reports.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/reports.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/sender.js b/web/studio/ASC.Web.Studio/Products/CRM/js/sender.js
index 3a94b3afd..90c9a961f 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/sender.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/sender.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/settings.invoices.js b/web/studio/ASC.Web.Studio/Products/CRM/js/settings.invoices.js
index 2182f414a..c9c35b103 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/settings.invoices.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/settings.invoices.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/settings.js b/web/studio/ASC.Web.Studio/Products/CRM/js/settings.js
index 623f2d240..4800262ff 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/settings.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/settings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/socialmedia.js b/web/studio/ASC.Web.Studio/Products/CRM/js/socialmedia.js
index 21cfb3732..cfe157534 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/socialmedia.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/socialmedia.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/tasks.js b/web/studio/ASC.Web.Studio/Products/CRM/js/tasks.js
index 8f0b7154c..7184d6059 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/tasks.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/tasks.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.calls.js b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.calls.js
index cedcf48b7..4ad2d0918 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.calls.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.calls.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.common.js b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.common.js
index 74a6d9a58..0555b7f2b 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.common.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.numbers.js b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.numbers.js
index 7b46206f9..c7455c085 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.numbers.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.numbers.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.quick.js b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.quick.js
index 56461b2c8..53ff10eba 100644
--- a/web/studio/ASC.Web.Studio/Products/CRM/js/voip.quick.js
+++ b/web/studio/ASC.Web.Studio/Products/CRM/js/voip.quick.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Controls/NavigationSidePanel.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Controls/NavigationSidePanel.ascx.cs
index cc73da757..bd6b242d7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Controls/NavigationSidePanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Controls/NavigationSidePanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Default.aspx.cs
index 77f2387c7..6abf29438 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Help.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Help.aspx.cs
index 19322cf6e..cc221e38e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Help.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Help.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/HttpHandlers/ThumbHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/HttpHandlers/ThumbHandler.cs
index bd5dc7014..8a32cf529 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/HttpHandlers/ThumbHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/HttpHandlers/ThumbHandler.cs
@@ -1,4 +1,30 @@
-using ASC.Core;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using ASC.Core;
using ASC.Web.UserControls.Bookmarking.Util;
using System;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientLocalizationResources.cs b/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientLocalizationResources.cs
index 464ddad49..e95717012 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientTemplateResources.cs b/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientTemplateResources.cs
index 175b4821a..aea5579c8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientTemplateResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Master/ClientScripts/ClientTemplateResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Master/Community.Master.cs b/web/studio/ASC.Web.Studio/Products/Community/Master/Community.Master.cs
index 698f6119e..21a473c05 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Master/Community.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Master/Community.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/App_Themes/Default/birthdays.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/App_Themes/Default/birthdays.css
index 36a101fd1..0fbfcce84 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/App_Themes/Default/birthdays.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/App_Themes/Default/birthdays.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysModule.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysModule.cs
index 4012622bf..7fcab989f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysModule.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysNotifyClient.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysNotifyClient.cs
index 345d843d4..a09136fd0 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysNotifyClient.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysNotifyClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysSubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysSubscriptionManager.cs
index 18ea74f9a..eb884307e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Classes/BirthdaysSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Default.aspx.cs
index a7ba44a4e..22c99273e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/js/birthdays.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/js/birthdays.js
index aa18ab067..03766ac75 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/js/birthdays.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Birthdays/js/birthdays.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/AddBlog.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/AddBlog.aspx.cs
index d386c0147..52fa5a516 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/AddBlog.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/AddBlog.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/App_Themes/Default/BlogStyle.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/App_Themes/Default/BlogStyle.css
index 93717cebb..9a6901dfa 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/App_Themes/Default/BlogStyle.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/App_Themes/Default/BlogStyle.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsModule.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsModule.cs
index 415f2c283..c56f8dda4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsModule.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSearchHandler.cs
index a83db6af5..a8d31bc9b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsShortcutProvider.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsShortcutProvider.cs
index 19709c26a..4515b5bb7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsShortcutProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsShortcutProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSubscriptionManager.cs
index 1b8ea8910..e4c40bff4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/BlogsSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/Subscriber.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/Subscriber.cs
index 568cb13b3..870c5b273 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/Subscriber.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Common/Subscriber.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsEngine.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsEngine.cs
index 6a1f3b70e..c9330febd 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsSettings.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsSettings.cs
index a1e4e4360..65b70f036 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/BlogsSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Constants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Constants.cs
index ce160ac96..a36978a54 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Constants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/BlogsStorage.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/BlogsStorage.cs
index 686112308..c9796a905 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/BlogsStorage.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/BlogsStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbDao.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbDao.cs
index 26297fb51..898c47dcc 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbPostDao.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbPostDao.cs
index 0d3709a13..e04203ec6 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbPostDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/DbPostDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/IBlogDao.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/IBlogDao.cs
index b87ae2989..a839a0cf3 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/IBlogDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/IBlogDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/Map.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/Map.cs
index 3e5b48627..fa264b8c8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/Map.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Data/Map.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Blog.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Blog.cs
index d3c16a578..3f4bf250a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Blog.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Blog.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/BlogInfo.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/BlogInfo.cs
index f030b4bb9..18c6c0f85 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/BlogInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/BlogInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Comment.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Comment.cs
index f3b81074b..3cf203e35 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Comment.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Comment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Post.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Post.cs
index 06a053d64..e5d9003d4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Post.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Post.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Rating.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Rating.cs
index 4b1b0c863..f8a98a557 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Rating.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Rating.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/ReviewPost.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/ReviewPost.cs
index c663b36f4..89150b860 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/ReviewPost.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/ReviewPost.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Settings.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Settings.cs
index 2ab509505..df9ba2dfa 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Settings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Settings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Tag.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Tag.cs
index 41ec284ee..4ceb0521d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Tag.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Domain/Tag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Helpers/SubscriptionNotitySenders.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Helpers/SubscriptionNotitySenders.cs
index b8af95104..49cac8010 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Helpers/SubscriptionNotitySenders.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Helpers/SubscriptionNotitySenders.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/CorporateBlogSecObject.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/CorporateBlogSecObject.cs
index 0d7d295de..465284c9c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/CorporateBlogSecObject.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/CorporateBlogSecObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/PersonalBlogSecObject.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/PersonalBlogSecObject.cs
index 784fa6884..e3f175fb6 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/PersonalBlogSecObject.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Security/PersonalBlogSecObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Service/BlogNotifySource.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Service/BlogNotifySource.cs
index 8025a3e62..dce301c6e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Service/BlogNotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Core/Service/BlogNotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Default.aspx.cs
index 152dd6625..05bfd3015 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/EditBlog.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/EditBlog.aspx.cs
index c83677e63..158aeef77 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/EditBlog.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/EditBlog.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BasePage.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BasePage.cs
index 3a5b85f1f..12083030f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BasePage.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BasePage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BaseUserControl.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BaseUserControl.cs
index 9ac758ced..42b64db6a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BaseUserControl.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/PageControllers/BaseUserControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/ViewBlog.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/ViewBlog.aspx.cs
index 970e307d8..2e9334c4b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/ViewBlog.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/ViewBlog.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Views/ViewBlogView.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Views/ViewBlogView.ascx.cs
index dee6b99eb..b4762fca3 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Views/ViewBlogView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/Views/ViewBlogView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/js/blogs.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/js/blogs.js
index 7c6021fc3..7563603a6 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/js/blogs.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Blogs/js/blogs.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/App_Themes/Default/css/bookmarkingstyle.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/App_Themes/Default/css/bookmarkingstyle.css
index f0c6c0a4c..5c16f12d0 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/App_Themes/Default/css/bookmarkingstyle.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/App_Themes/Default/css/bookmarkingstyle.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkInfo.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkInfo.aspx.cs
index cc459ce6b..0f21f4538 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkInfo.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkInfo.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingCommunityConstants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingCommunityConstants.cs
index c3006530f..94f4041a2 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingCommunityConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingCommunityConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingModule.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingModule.cs
index cbf810093..9a3e7136c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingModule.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/BookmarkingModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/BookmarkingService.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/BookmarkingService.cs
index a163f790d..db52bab95 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/BookmarkingService.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/BookmarkingService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/IBookmarkingService.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/IBookmarkingService.cs
index 40ef22793..b5a1bb9a8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/IBookmarkingService.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/IBookmarkingService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkPermissionSecurityObject.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkPermissionSecurityObject.cs
index f43c17aa9..0976a83cd 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkPermissionSecurityObject.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkPermissionSecurityObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkingPermissionsCheck.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkingPermissionsCheck.cs
index ec4a5f4c8..54a6e9e0b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkingPermissionsCheck.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Permissions/BookmarkingPermissionsCheck.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkSubscriptionConstants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkSubscriptionConstants.cs
index 7af471bec..a27c8c189 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkSubscriptionConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkSubscriptionConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifyClient.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifyClient.cs
index 683805f1f..b1d76da3b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifyClient.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifyClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifySource.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifySource.cs
index fc427dab0..53db9188f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingNotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingSubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingSubscriptionManager.cs
index 273bd1e12..120733c99 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Business/Subscriptions/BookmarkingSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessConstants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessConstants.cs
index fb6e1f12d..65f33703e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessFactory.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessFactory.cs
index ca665e1b9..5fa9676a7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingBusinessFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingSessionObject.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingSessionObject.cs
index 4bc30f035..ecd7bdf3d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingSessionObject.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/BookmarkingSessionObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/BookmarkingBusinessUtil.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/BookmarkingBusinessUtil.cs
index b26a5f28d..bef49194c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/BookmarkingBusinessUtil.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/BookmarkingBusinessUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/Converters.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/Converters.cs
index 33c2015e7..7fe5a2eb2 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/Converters.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Common/Util/Converters.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDao.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDao.cs
index 9fe09437c..eed362b90 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDaoHelper.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDaoHelper.cs
index 154f22ce7..3ffe66369 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDaoHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Dao/BookmarkingHibernateDaoHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Bookmark.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Bookmark.cs
index f6a122a2d..881374367 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Bookmark.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Bookmark.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/BookmarkTag.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/BookmarkTag.cs
index 729d78917..e57159cea 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/BookmarkTag.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/BookmarkTag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Comment.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Comment.cs
index 9bbce3e68..e96397a72 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Comment.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Comment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Tag.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Tag.cs
index 47b453e6e..f127bfb9d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Tag.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/Tag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmark.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmark.cs
index 2425a390c..db68a2479 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmark.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmark.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmarkTag.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmarkTag.cs
index 3c22c0282..b894cda8c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmarkTag.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Core/Pojo/UserBookmarkTag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/CreateBookmark.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/CreateBookmark.aspx.cs
index e0a1a7a4f..0606d8d4c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/CreateBookmark.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/CreateBookmark.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Default.aspx.cs
index ce55cf5b5..2bb1bcd01 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/FavouriteBookmarks.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/FavouriteBookmarks.aspx.cs
index d7f1ce40c..86bb15d8d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/FavouriteBookmarks.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/FavouriteBookmarks.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserBookmarks.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserBookmarks.aspx.cs
index 0c17aa18a..57f14e306 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserBookmarks.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserBookmarks.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkAddedByUserContorl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkAddedByUserContorl.ascx.cs
index 099dc112a..2b5aa0a1a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkAddedByUserContorl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkAddedByUserContorl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkHeaderPageControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkHeaderPageControl.ascx.cs
index 98b979bb4..3f3c80a80 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkHeaderPageControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkHeaderPageControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkInfoUserControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkInfoUserControl.ascx.cs
index 131d81343..594409d3b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkInfoUserControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkInfoUserControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkRaitingUserControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkRaitingUserControl.ascx.cs
index f88d2aae1..2ce633f56 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkRaitingUserControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkRaitingUserControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingRemoverFromFavouritePopup.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingRemoverFromFavouritePopup.ascx.cs
index 69ee6a657..15e1d32be 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingRemoverFromFavouritePopup.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingRemoverFromFavouritePopup.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingUserControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingUserControl.ascx.cs
index 9ffd423ec..63456e46a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingUserControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/BookmarkingUserControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CommentsUserControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CommentsUserControl.ascx.cs
index 4d974bf7a..384afeb5c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CommentsUserControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CommentsUserControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/ActionButton.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/ActionButton.cs
index 85ec5782b..87471bffb 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/ActionButton.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/ActionButton.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/js/actionbutton.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/js/actionbutton.js
index 2995ee95f..390e201f4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/js/actionbutton.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/ActionButton/js/actionbutton.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkUserControlPath.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkUserControlPath.cs
index a343e781f..c2b7690e5 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkUserControlPath.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkUserControlPath.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkingSettings.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkingSettings.cs
index 2db68d510..3a08f96de 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkingSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/BookmarkingSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkDisplayMode.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkDisplayMode.cs
index 3bcf7137e..43a861820 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkDisplayMode.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkDisplayMode.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkInfoBase.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkInfoBase.cs
index 4dec5aba1..d6c5bc91b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkInfoBase.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkInfoBase.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingRequestConstants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingRequestConstants.cs
index d2010c0a8..5602bf29a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingRequestConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingRequestConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingServiceHelper.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingServiceHelper.cs
index c15d876a4..0ea1723ed 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingServiceHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/BookmarkingServiceHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/SortParam.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/SortParam.cs
index 39fc54d99..bc67f6194 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/SortParam.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/SortParam.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/TagMenuItemControl.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/TagMenuItemControl.cs
index 6e1965d8a..4f94057de 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/TagMenuItemControl.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Presentation/TagMenuItemControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Search/BookmarkingSearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Search/BookmarkingSearchHandler.cs
index f76dca882..cba8b4d55 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Search/BookmarkingSearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Search/BookmarkingSearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingConverter.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingConverter.cs
index 0108ad1ec..ab4ceaf50 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingConverter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingSortUtil.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingSortUtil.cs
index 1ff4f5c65..23af65cb3 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingSortUtil.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingSortUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingThumbnailSize.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingThumbnailSize.cs
index 4272ef586..b976fdfbf 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingThumbnailSize.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/BookmarkingThumbnailSize.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/IThumbnailHelper.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/IThumbnailHelper.cs
index 908188fff..1ce6ba182 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/IThumbnailHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/IThumbnailHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/SortByEnum.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/SortByEnum.cs
index a50570003..950613f29 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/SortByEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/SortByEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/WebSiteThumbnailHelper.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/WebSiteThumbnailHelper.cs
index efc4df6a8..edc252307 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/WebSiteThumbnailHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Common/Util/WebSiteThumbnailHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CreateBookmarkUserControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CreateBookmarkUserControl.ascx.cs
index fc80c7b82..f2e24492e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CreateBookmarkUserControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/CreateBookmarkUserControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Default.aspx.cs
index 0b49c61bf..d1608f8d3 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/SingleBookmarkUserControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/SingleBookmarkUserControl.ascx.cs
index 0827851c9..1b997022a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/SingleBookmarkUserControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/UserControls/SingleBookmarkUserControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingBasePage.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingBasePage.cs
index aa4a8853e..3a44db49e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingBasePage.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingBasePage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingNavigationItem.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingNavigationItem.cs
index edbfcfb24..78bbb739a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingNavigationItem.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/Util/BookmarkingNavigationItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/js/bookmarking.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/js/bookmarking.js
index a4ed12efb..690828eab 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/js/bookmarking.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Bookmarking/js/bookmarking.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/App_Themes/Default/style.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/App_Themes/Default/style.css
index 483cc9873..a8a9c2ca4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/App_Themes/Default/style.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/App_Themes/Default/style.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumManager.cs
index 6186f3cd1..202bf7dd7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumModule.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumModule.cs
index 65ed676b2..b60fa0869 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumModule.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSearchHandler.cs
index 055d4fdb8..766240687 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumShortcutProvider.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumShortcutProvider.cs
index e65810aaf..2d53ae6fc 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumShortcutProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumShortcutProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSubscriptionManager.cs
index 80f36d11d..7194b3e8b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/ForumSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/Subscriber.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/Subscriber.cs
index f8cd0fe85..5fc79358a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/Subscriber.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Common/Subscriber.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Dao/ForumDataProvider.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Dao/ForumDataProvider.cs
index 131332b75..f91000d94 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Dao/ForumDataProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Dao/ForumDataProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterFactory.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterFactory.cs
index d611e38e3..fc2586c32 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterSettings.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterSettings.cs
index 42e3a4339..b08495494 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/ForumPresenterSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/Interfaces.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/Interfaces.cs
index 18cb23929..0b22c3d14 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/Interfaces.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/Interfaces.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/PresenterTemplate.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/PresenterTemplate.cs
index a6ddcbc22..05618b208 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/PresenterTemplate.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/PresenterTemplate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/UserKeys.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/UserKeys.cs
index 609be0847..5b09d84ea 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/UserKeys.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/HelpClasses/UserKeys.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/Constants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/Constants.cs
index 50f39ed36..2264a0b05 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/Constants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/ForumNotifySource.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/ForumNotifySource.cs
index b3c8d2862..f86c14587 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/ForumNotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Module/ForumNotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/NotifierPresenter.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/NotifierPresenter.cs
index 6c9f8b462..02a622c16 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/NotifierPresenter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/NotifierPresenter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SecurityActionPresenter.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SecurityActionPresenter.cs
index e0a692991..c5072964b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SecurityActionPresenter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SecurityActionPresenter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriberPresenter.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriberPresenter.cs
index 084d6ec85..3fd82e940 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriberPresenter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriberPresenter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriptionGetcherPresenter.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriptionGetcherPresenter.cs
index da5dc7e62..aa8734f32 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriptionGetcherPresenter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Presenters/SubscriptionGetcherPresenter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/AnswerVariant.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/AnswerVariant.cs
index 228e457f6..6077951b6 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/AnswerVariant.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/AnswerVariant.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Attachment.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Attachment.cs
index 5da9c5e77..a29966d07 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Attachment.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Attachment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ForumAction.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ForumAction.cs
index c0d7b84dd..0129bb0ac 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ForumAction.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ForumAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/NotFoundUser.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/NotFoundUser.cs
index 016b3423e..26a48476c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/NotFoundUser.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/NotFoundUser.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Post.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Post.cs
index ef6bb71b0..0c65e60ca 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Post.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Post.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Question.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Question.cs
index 7505f3877..078245afa 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Question.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Question.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/SubscriptionConstants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/SubscriptionConstants.cs
index 5ba81cc29..8a2560f3b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/SubscriptionConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/SubscriptionConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Tag.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Tag.cs
index 9f473b3b0..18f9540d7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Tag.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Tag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Thread.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Thread.cs
index e3d052d9d..07013dd31 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Thread.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Thread.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ThreadCategory.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ThreadCategory.cs
index a8e5626c7..e7f5a2d4e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ThreadCategory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/ThreadCategory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Topic.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Topic.cs
index 319454dac..8a6830749 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Topic.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Shared/Topic.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/INotifierView.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/INotifierView.cs
index c7a771606..8c588b545 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/INotifierView.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/INotifierView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISecurityActionView.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISecurityActionView.cs
index d590de30e..20dff9264 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISecurityActionView.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISecurityActionView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriberView.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriberView.cs
index 8fdf88815..9b0b17327 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriberView.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriberView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriptionGetcherView.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriptionGetcherView.cs
index 1380af392..2c0012a95 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriptionGetcherView.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Core/Views/ISubscriptionGetcherView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Default.aspx.cs
index 9c7bc2882..b024e30c7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/EditTopic.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/EditTopic.aspx.cs
index 282084117..40c8bed41 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/EditTopic.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/EditTopic.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Forum.Master.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Forum.Master.cs
index d5bd50ab3..dc0ea868d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Forum.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Forum.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/ManagementCenter.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/ManagementCenter.aspx.cs
index ed328f723..10d1beac3 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/ManagementCenter.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/ManagementCenter.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewForum.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewForum.aspx.cs
index a11ed58b7..b2416e611 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewForum.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewForum.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewPost.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewPost.aspx.cs
index 94474fe58..0c9918f16 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewPost.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/NewPost.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Posts.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Posts.aspx.cs
index a54cd6fa6..baee9172c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Posts.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Posts.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Search.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Search.aspx.cs
index db4e95144..ecd65e851 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Search.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Search.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Topics.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Topics.aspx.cs
index c36b7a3f2..ae414c26a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Topics.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/Topics.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/DateTimeService.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/DateTimeService.cs
index 48af548d8..835b8a80f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/DateTimeService.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/DateTimeService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumManager.cs
index 3d1f89a22..18bc0eb91 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumScriptProvider.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumScriptProvider.cs
index 71c4a3318..4cba994f1 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumScriptProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/ForumScriptProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/LinkProvider.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/LinkProvider.cs
index be37ffc3b..0403c6aad 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/LinkProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/LinkProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/PageLocation.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/PageLocation.cs
index 5570a60b3..3035e49e8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/PageLocation.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/PageLocation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/Settings.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/Settings.cs
index 5c49b63cc..5702002a2 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/Settings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/Settings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/TagSuggest.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/TagSuggest.cs
index c01bd5a88..fc45a8919 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/TagSuggest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/Common/TagSuggest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumEditor.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumEditor.ascx.cs
index e8e9f42bf..5f4a7ae77 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumEditor.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumEditor.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumMaker.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumMaker.ascx.cs
index 72520f162..cbab5d44a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumMaker.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ForumMaker.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/NewPostControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/NewPostControl.ascx.cs
index 3e5760246..23f6df611 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/NewPostControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/NewPostControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostControl.ascx.cs
index 3c942299f..a579b6997 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostListControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostListControl.ascx.cs
index 4d53ae162..672ff88d2 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostListControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/PostListControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/RecentActivityControl.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/RecentActivityControl.cs
index 466dbc42b..cac1df974 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/RecentActivityControl.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/RecentActivityControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ThreadCategoryListControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ThreadCategoryListControl.ascx.cs
index cc8eee367..30e4e9440 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ThreadCategoryListControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/ThreadCategoryListControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicControl.ascx.cs
index 39f642d61..3c7773c1b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicEditorControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicEditorControl.ascx.cs
index ee3d010f6..4b0208d2b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicEditorControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicEditorControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicListControl.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicListControl.ascx.cs
index 9714698ee..4068c0c9b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicListControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserControls/TopicListControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserTopics.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserTopics.aspx.cs
index 3fd413e0e..59dae9c51 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserTopics.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/UserTopics.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forum.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forum.js
index 234c3813c..da3238a32 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forum.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forum.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forummaker.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forummaker.js
index 0e596cc4f..37b1159f4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forummaker.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/forummaker.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/searchhelper.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/searchhelper.js
index a437c69c0..4123cf330 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/searchhelper.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Forum/js/searchhelper.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/App_Themes/Default/NewsStylesheet.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/App_Themes/Default/NewsStylesheet.css
index 5072d5729..b8329e678 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/App_Themes/Default/NewsStylesheet.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/App_Themes/Default/NewsStylesheet.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorage.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorage.cs
index a1db09ff1..077936484 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorage.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorageTest.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorageTest.cs
index 7f0c9ac01..953bb40df 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorageTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/DbFeedStorageTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/FeedStorageFactory.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/FeedStorageFactory.cs
index 4feb751bf..59e3982a5 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/FeedStorageFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/FeedStorageFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/IFeedStorage.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/IFeedStorage.cs
index 70bf527f1..d4561d192 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/IFeedStorage.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/IFeedStorage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/Mappers.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/Mappers.cs
index 080861493..5996e253c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/Mappers.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/DAO/Mappers.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Feed.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Feed.cs
index 9b18156da..561623663 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Feed.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Feed.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedComment.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedComment.cs
index d5df1c019..a86f374d3 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedComment.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedComment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedNews.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedNews.cs
index a86228aaa..b041b78db 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedNews.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedNews.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPoll.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPoll.cs
index 01cca8475..80ceddaf0 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPoll.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPoll.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollAnswer.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollAnswer.cs
index 611778098..f325eb90c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollAnswer.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollAnswer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollType.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollType.cs
index 3f09a9f14..fd808b27a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollType.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollVariant.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollVariant.cs
index fdabee00d..719e068a7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollVariant.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedPollVariant.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedType.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedType.cs
index 95686ce44..93077282a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedType.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedTypeInfo.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedTypeInfo.cs
index 5092ef9c0..7b4c2590c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedTypeInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedTypeInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedUrls.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedUrls.cs
index 0c51d91f4..5fe2c207f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedUrls.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/FeedUrls.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/NewsNotifySource.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/NewsNotifySource.cs
index 402cbabe2..02ffb1244 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/NewsNotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/NewsNotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SearchHandler.cs
index 1aa2aee49..e359df368 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/ShortcutProvider.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/ShortcutProvider.cs
index 1963f0eb9..2aeacd755 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/ShortcutProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/ShortcutProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SubscriptionManager.cs
index b0759a510..a633a19bd 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/Module/SubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/PollVoteHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/PollVoteHandler.cs
index 8561f05c1..a8f656d2e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/PollVoteHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/PollVoteHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/RequestInfo.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/RequestInfo.cs
index 898b795f6..6c293df4e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/RequestInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Code/RequestInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/BreadCumbsControl.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/BreadCumbsControl.cs
index 9382db552..e38540c50 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/BreadCumbsControl.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/BreadCumbsControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedItem.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedItem.ascx.cs
index 094abeec8..49b68e6c4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedItem.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedItem.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedView.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedView.ascx.cs
index b10ab9798..59204de2b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/Controls/FeedView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsConst.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsConst.cs
index 66d1d1064..6fee9b8e8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsConst.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsConst.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsModule.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsModule.cs
index 37f4f5642..ccd3067b1 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsModule.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/NewsModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/default.aspx.cs
index 5d9690f56..09a475119 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editnews.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editnews.aspx.cs
index 18dcc36c7..757d40cee 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editnews.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editnews.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editpoll.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editpoll.aspx.cs
index b853104a7..c9a11bd30 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editpoll.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/editpoll.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/js/News.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/js/News.js
index d00e4ad02..2b9678ef8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/js/News.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/js/News.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.Master.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.Master.cs
index c81a117c0..db799e788 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.aspx.cs
index 26b1b8eb5..13303a8d8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/News/news.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/filetype_style.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/filetype_style.css
index d84e4c004..9eaf4568b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/filetype_style.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/filetype_style.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicss.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicss.css
index a9765e33f..7884f999e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicss.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicss.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicssprint.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicssprint.css
index 145733944..ebe24f355 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicssprint.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/App_Themes/Default/Css/wikicssprint.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/ActionHelper.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/ActionHelper.cs
index 10b1dc119..f5a4f2400 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/ActionHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/ActionHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseDao.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseDao.cs
index 34bed5ad4..3e080d595 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseUserControl.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseUserControl.cs
index 132a490e8..c74cff60b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseUserControl.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/BaseUserControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Category.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Category.cs
index a669ead55..ef01d0c64 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Category.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Category.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CategoryDao.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CategoryDao.cs
index ba05fa8d7..e0848b662 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CategoryDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CategoryDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Comment.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Comment.cs
index f9f095b8f..3e0aa8c64 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Comment.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Comment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CommentDao.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CommentDao.cs
index feafad67a..4af85486d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CommentDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/CommentDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Constants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Constants.cs
index f7de47a70..5b6eeccac 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Constants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Diff.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Diff.cs
index 7a7546c77..dc4f52f2f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Diff.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Diff.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/File.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/File.cs
index a618b14e4..cf78f0b6d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/File.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/File.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/FileDAO.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/FileDAO.cs
index 2d1a7af1d..c53128fa9 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/FileDAO.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/FileDAO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil.cs
index 2fb653c1d..4ff327e38 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil_Wiki2Html.cs.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil_Wiki2Html.cs.cs
index 7c9d4c03a..37468165d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil_Wiki2Html.cs.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/HtmlWikiUtil_Wiki2Html.cs.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IVersioned.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IVersioned.cs
index 9a96879ff..5cbad8329 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IVersioned.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IVersioned.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IWikiObjectOwner.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IWikiObjectOwner.cs
index 22c267070..171b0ebd3 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IWikiObjectOwner.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/IWikiObjectOwner.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Page.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Page.cs
index 40a952096..695f4c421 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Page.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/Page.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageDAO.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageDAO.cs
index 72b3153cf..830e0dc30 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageDAO.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageDAO.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageNameUtil.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageNameUtil.cs
index ba0e3e74b..c35dad197 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageNameUtil.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/PageNameUtil.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiEngine.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiEngine.cs
index 96fdabce4..8ec0cc1cc 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiManager.cs
index cdb7371a1..e27208738 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiNotifySource.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiNotifySource.cs
index 1c8ef96a0..90db6da36 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiNotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiNotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiStrExtentions.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiStrExtentions.cs
index e9b705867..34508170f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiStrExtentions.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiStrExtentions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiSubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiSubscriptionManager.cs
index fa036ad51..eacfaebd5 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Code/WikiSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Constants.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Constants.cs
index b0a727ef1..e6df6b860 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Constants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Extentions.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Extentions.cs
index 797255fd5..40a5d4f8d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Extentions.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/Extentions.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/PageDictionary.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/PageDictionary.cs
index 72ecfa2d5..5dc771809 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/PageDictionary.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/PageDictionary.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiActivityPublisher.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiActivityPublisher.cs
index 0333e3fcf..596696dd8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiActivityPublisher.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiActivityPublisher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiBasePage.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiBasePage.cs
index 71a565381..715aec97d 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiBasePage.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiBasePage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiModuleSettings.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiModuleSettings.cs
index efc2e61d3..44f95b23f 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiModuleSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiModuleSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiObjectsSecurityObject.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiObjectsSecurityObject.cs
index bfe493612..c1209f702 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiObjectsSecurityObject.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiObjectsSecurityObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiSearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiSearchHandler.cs
index dfa1ef0d1..187620ef9 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiSearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Common/WikiSearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Content/main.css b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Content/main.css
index cb0cbda00..a3eed8607 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Content/main.css
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Content/main.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Default.aspx.cs
index d28c7cc04..fcd5dc588 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Diff.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Diff.aspx.cs
index b528edb02..6c9ca9541 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Diff.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Diff.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiFileHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiFileHandler.cs
index 379a743fe..00f2705ba 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiFileHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiFileHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiPageHandler.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiPageHandler.cs
index 42d6a2472..be18a5103 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiPageHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiPageHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiSection.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiSection.cs
index 06b232def..22afaa523 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiSection.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Handlers/WikiSection.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListCategories.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListCategories.aspx.cs
index 3efe0871e..9e64b1cd9 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListCategories.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListCategories.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListFiles.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListFiles.aspx.cs
index f7574ec03..0978b6463 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListFiles.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListFiles.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListPages.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListPages.aspx.cs
index 977adb5c9..ef78358cc 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListPages.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/ListPages.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/PageHistoryList.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/PageHistoryList.aspx.cs
index 6ea56804a..92291ffb7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/PageHistoryList.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/PageHistoryList.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Scripts/EditPage.js b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Scripts/EditPage.js
index 8c308d7b3..12421a1e8 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Scripts/EditPage.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Scripts/EditPage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Wiki.Master.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Wiki.Master.cs
index fe7e220f1..948a4a80e 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Wiki.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/Wiki.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiModule.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiModule.cs
index 99aacf518..7d5efc1be 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiModule.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiModule.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditFile.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditFile.ascx.cs
index dac9f0d38..da152848b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditFile.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditFile.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditPage.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditPage.ascx.cs
index 608187c45..82f9c73b7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/EditPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListFiles.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListFiles.ascx.cs
index b132f3e30..026f3172a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListFiles.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListFiles.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListPages.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListPages.ascx.cs
index ac0747a7f..1baa9aa7c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListPages.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ListPages.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/MiniToolbar.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/MiniToolbar.ascx.cs
index 45edd22bc..9a9699e0a 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/MiniToolbar.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/MiniToolbar.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewFile.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewFile.ascx.cs
index ecc1347ae..ab3471fad 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewFile.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewFile.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewPage.ascx.cs b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewPage.ascx.cs
index e38784a1d..b79592944 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Modules/Wiki/WikiUC/ViewPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Photos.aspx.cs b/web/studio/ASC.Web.Studio/Products/Community/Photos.aspx.cs
index 2a4393386..243464088 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Photos.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Photos.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunityProduct.cs b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunityProduct.cs
index 61466e880..da69e81b4 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunityProduct.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunityProduct.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySecurity.cs b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySecurity.cs
index 13da9d8c8..260f20021 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySecurity.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySecurity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySpaceUsageStatManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySpaceUsageStatManager.cs
index 63521881c..6c52bb4f0 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySpaceUsageStatManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySpaceUsageStatManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySubscriptionManager.cs
index 86659a899..3e3911901 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Product/CommunitySubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Search/BlogsWrapper.cs b/web/studio/ASC.Web.Studio/Products/Community/Search/BlogsWrapper.cs
index 7c735a8a4..6cc8a6626 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Search/BlogsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Search/BlogsWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Search/BookmarksWrapper.cs b/web/studio/ASC.Web.Studio/Products/Community/Search/BookmarksWrapper.cs
index 1e6388089..6b46b0042 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Search/BookmarksWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Search/BookmarksWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Search/NewsWrapper.cs b/web/studio/ASC.Web.Studio/Products/Community/Search/NewsWrapper.cs
index ce653122d..5a02bdfa7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Search/NewsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Search/NewsWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Search/PostWrapper.cs b/web/studio/ASC.Web.Studio/Products/Community/Search/PostWrapper.cs
index feaa6700b..d9831b589 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Search/PostWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Search/PostWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using ASC.Core;
using ASC.ElasticSearch;
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Search/TopicWrapper.cs b/web/studio/ASC.Web.Studio/Products/Community/Search/TopicWrapper.cs
index 4c58af804..88dee4da7 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Search/TopicWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Search/TopicWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/Products/Community/Search/WikiWrapper.cs b/web/studio/ASC.Web.Studio/Products/Community/Search/WikiWrapper.cs
index 95fd60652..2451abdd6 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/Search/WikiWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Community/Search/WikiWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using ASC.Core;
diff --git a/web/studio/ASC.Web.Studio/Products/Community/js/common.js b/web/studio/ASC.Web.Studio/Products/Community/js/common.js
index 8b96ff6fb..c4faac22b 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/js/common.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/js/common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Community/js/tagsAutocompleteBox.js b/web/studio/ASC.Web.Studio/Products/Community/js/tagsAutocompleteBox.js
index d9849cdc8..b10fd108c 100644
--- a/web/studio/ASC.Web.Studio/Products/Community/js/tagsAutocompleteBox.js
+++ b/web/studio/ASC.Web.Studio/Products/Community/js/tagsAutocompleteBox.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App.aspx.cs b/web/studio/ASC.Web.Studio/Products/Files/App.aspx.cs
index 961c1468f..5ed1f752f 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/App.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/app.css b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/app.css
index 4bfc90be5..b31b59dc7 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/app.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/app.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/common.css b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/common.css
index e14543bd9..1abfe86af 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/common.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/common.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/filechoice.css b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/filechoice.css
index 96ee523dd..76cea4cf3 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/filechoice.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/filechoice.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/leftmenu.less b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/leftmenu.less
index 8a8fb4b05..e68c27626 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/leftmenu.less
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/leftmenu.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/saveas.css b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/saveas.css
index 176ef60d9..a18f34b40 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/saveas.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/Default/saveas.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/bright-blue/leftmenu.less b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/bright-blue/leftmenu.less
index ae64367c5..8130c86ef 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/bright-blue/leftmenu.less
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/bright-blue/leftmenu.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/dark-green/leftmenu.less b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/dark-green/leftmenu.less
index ae64367c5..8130c86ef 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/dark-green/leftmenu.less
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/dark-green/leftmenu.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/deep-blue/leftmenu.less b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/deep-blue/leftmenu.less
index 1559d31ea..f8d02c473 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/deep-blue/leftmenu.less
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/deep-blue/leftmenu.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/pure-orange/leftmenu.less b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/pure-orange/leftmenu.less
index a78100939..bfbf4b372 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/pure-orange/leftmenu.less
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/pure-orange/leftmenu.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/wild-pink/leftmenu.less b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/wild-pink/leftmenu.less
index 581162985..ea806c735 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/App_Themes/wild-pink/leftmenu.less
+++ b/web/studio/ASC.Web.Studio/Products/Files/App_Themes/wild-pink/leftmenu.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSettings.cs b/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSettings.cs
index 495bcc88a..1e34b7182 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSpaceUsageStatManager.cs b/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSpaceUsageStatManager.cs
index ed84465a5..b4b08ede8 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSpaceUsageStatManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Configuration/FilesSpaceUsageStatManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Configuration/ProductEntryPoint.cs b/web/studio/ASC.Web.Studio/Products/Files/Configuration/ProductEntryPoint.cs
index a9d6316af..07410f396 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Configuration/ProductEntryPoint.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Configuration/ProductEntryPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Configuration/SubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Files/Configuration/SubscriptionManager.cs
index 527241668..ba3574d55 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Configuration/SubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Configuration/SubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/AccessRights.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/AccessRights.ascx.cs
index 378529a5e..b8d4a2fac 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/AccessRights.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/AccessRights.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.css
index 309e43ce8..19e9f19ba 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.js
index ac9e77615..496064757 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/AccessRights/accessrights.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/AnalyticsPersonalFirstVisit.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/AnalyticsPersonalFirstVisit.js
index 177f2eafc..c0c128eaa 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/AnalyticsPersonalFirstVisit.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/AnalyticsPersonalFirstVisit.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/ChunkUploadDialog.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/ChunkUploadDialog.ascx.cs
index 5fbec13a5..fbe258a38 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/ChunkUploadDialog.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/ChunkUploadDialog.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploaddialog.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploaddialog.css
index 0630109d6..75878df80 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploaddialog.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploaddialog.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploadmanager.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploadmanager.js
index 94abd75a4..3c26442a4 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploadmanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ChunkUploadDialog/chunkuploadmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/ContentList.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/ContentList.ascx.cs
index a3cbeffac..a76425f42 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/ContentList.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/ContentList.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/contentlist.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/contentlist.css
index d0021f002..6dcbd4d9d 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/contentlist.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ContentList/contentlist.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConfirmConvert.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConfirmConvert.ascx.cs
index 30a4b214f..1429fbb15 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConfirmConvert.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConfirmConvert.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConvertFile.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConvertFile.ascx.cs
index 9ec12f3c9..35b28e280 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConvertFile.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/ConvertFile.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.css
index d932e94e1..7ef86a592 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.js
index 6f991a45f..c09a8a9e8 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/confirmconvert.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.css
index 92188bba4..8aa44279a 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.js
index 42a5d7cb0..f749f25bb 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ConvertFile/convertfile.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/CreateMenu.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/CreateMenu.ascx.cs
index fbb9ad13c..5aac8b5cd 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/CreateMenu.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/CreateMenu.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/createmenu.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/createmenu.js
index d44ae7670..9c685cd5d 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/createmenu.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/CreateMenu/createmenu.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/Desktop.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/Desktop.ascx.cs
index d37d7c063..f7257580f 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/Desktop.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/Desktop.ascx.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Web;
using System.Web.UI;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.css
index f1c2f3b4a..05ac07b99 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.js
index ef97671e3..12feddce4 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Desktop/desktop.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/EmptyFolder.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/EmptyFolder.ascx.cs
index 0d51177d9..dc94ae70e 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/EmptyFolder.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/EmptyFolder.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.css
index 12d61305f..1799e7fb5 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.js
index 5a68f3455..011d38e69 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/EmptyFolder/emptyfolder.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/FileSelector.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/FileSelector.ascx.cs
index 66aea586e..f5dc71622 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/FileSelector.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/FileSelector.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.css
index d1088577a..f1c479805 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.js
index 18742f67d..a9d892329 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/FileSelector/fileselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/MainContent.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/MainContent.ascx.cs
index f007712b1..8bcc9e645 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/MainContent.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/MainContent.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/maincontent.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/maincontent.css
index cff400b20..3011c7747 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/maincontent.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/MainContent/maincontent.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/MainMenu/MainMenu.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/MainMenu/MainMenu.ascx.cs
index 150c3005e..89685fb9b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/MainMenu/MainMenu.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/MainMenu/MainMenu.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/MoreFeatures.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/MoreFeatures.ascx.cs
index ed798f685..c44f04399 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/MoreFeatures.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/MoreFeatures.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/css/morefeatures.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/css/morefeatures.css
index 43e5b864f..0a9b4764c 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/css/morefeatures.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/MoreFeatures/css/morefeatures.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/Sailfish.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/Sailfish.ascx.cs
index 3518abd9b..f2745ab29 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/Sailfish.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/Sailfish.ascx.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Web;
using System.Web.UI;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.css
index f6d962994..06660d55f 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.css
@@ -1,28 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
.sailfish #studioPageContent,
.sailfish .mainPageLayout {
min-width: 0;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.js
index 4ec30922b..f7cf4e47c 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Sailfish/sailfish.js
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
window.ASC.Sailfish = (function () {
var isInit = false;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/ThirdParty.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/ThirdParty.ascx.cs
index 08ef9ad15..61705715b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/ThirdParty.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/ThirdParty.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.css
index 8aaaa052e..7b81e8455 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.js
index 9cacb0956..bce867756 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/ThirdParty/thirdparty.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/Tree.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/Tree.ascx.cs
index 3cdc40461..718d13acf 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/Tree.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/Tree.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/TreeBuilder.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/TreeBuilder.ascx.cs
index a2e4c5608..0c228e538 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/TreeBuilder.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/TreeBuilder.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.css
index 71f920468..7d94c2ae2 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.js
index 06ae39f2c..404354cc3 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.less b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.less
index c167e9bea..513ab79de 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.less
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/tree.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.css b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.css
index c67b55d60..5f0ef085f 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.css
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.js b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.js
index c0c8203c5..6f86ad439 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/Controls/Tree/treebuilder.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/DIHelper.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/DIHelper.cs
index ec78c0bb0..4847956c6 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/DIHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/DIHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/EncryptedDataDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/EncryptedDataDao.cs
index 56780843e..ec54718ae 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/EncryptedDataDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/EncryptedDataDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IDaoFactory.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IDaoFactory.cs
index 86f59c216..1eb3b412a 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IDaoFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IDaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFileDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFileDao.cs
index 2db893fe2..24be62373 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFileDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFolderDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFolderDao.cs
index 3594b9b63..aa54b8b4a 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFolderDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IFolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderDao.cs
index 2b2b1453c..fe76b2fc8 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderInfo.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderInfo.cs
index 2a5904546..41af6bb6d 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/IProviderInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/ITagDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/ITagDao.cs
index d4a625690..cdc4948a7 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/ITagDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/Interfaces/ITagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/AbstractDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/AbstractDao.cs
index 8da4d8892..7988bab4c 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/AbstractDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/AbstractDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/DaoFactory.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/DaoFactory.cs
index 5a98cccb4..a66546bfd 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/DaoFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/DaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FileDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FileDao.cs
index 1ffad5375..146059a2b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FileDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FileDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FolderDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FolderDao.cs
index 109b6e479..8b728ccf8 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FolderDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/FolderDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/SecurityDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/SecurityDao.cs
index 3c12ca6b9..82d345723 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/SecurityDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/SecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/TagDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/TagDao.cs
index 82f31d9ee..9cd76700e 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/TagDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Dao/TeamlabDao/TagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/AuthData.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/AuthData.cs
index e3e335c2a..e77e0f617 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/AuthData.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/AuthData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/BlockchainAddress.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/BlockchainAddress.cs
index ffc5d9dbb..a29b58134 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/BlockchainAddress.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/BlockchainAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ChunkedUploadSession.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ChunkedUploadSession.cs
index 63ecc2d9f..0ec89d36a 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ChunkedUploadSession.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ChunkedUploadSession.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EditHistory.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EditHistory.cs
index 3ecf57e54..957ba30be 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EditHistory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EditHistory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptedData.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptedData.cs
index c5a4b6896..516be7b71 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptedData.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptedData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptionAddress.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptionAddress.cs
index 49e81a1ef..3c5957981 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptionAddress.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/EncryptionAddress.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/File.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/File.cs
index c6d823dd7..701a4b715 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/File.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/File.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntry.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntry.cs
index 95ae80f8a..da6a6d40c 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntry.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntry.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntryTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntryTypeEnum.cs
index 646a07a98..b08cf95b2 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntryTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/FileEntryTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Folder.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Folder.cs
index 0511e016d..281c52333 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Folder.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Folder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ForcesaveType.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ForcesaveType.cs
index cb8f39bc0..6d8bf2de2 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ForcesaveType.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/ForcesaveType.cs
@@ -1,4 +1,30 @@
-using System.Runtime.Serialization;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System.Runtime.Serialization;
namespace ASC.Files.Core
{
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/OrderBy.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/OrderBy.cs
index d3121c8fe..c01afbf40 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/OrderBy.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/OrderBy.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Tag.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Tag.cs
index 37d2db8a4..c61ef86fb 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Tag.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Entries/Tag.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/FilesIntegration.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/FilesIntegration.cs
index ce7431b48..a90cc2464 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/FilesIntegration.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/FilesIntegration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/FilterTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/FilterTypeEnum.cs
index 8a6ae32d4..30b4a7954 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/FilterTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/FilterTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/ResponseStream.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/ResponseStream.cs
index d06e0eb78..5d4c0b67b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/ResponseStream.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/ResponseStream.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FilesWrapper.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FilesWrapper.cs
index 0c34b8288..91a2b2f2c 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FilesWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FilesWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.IO;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FoldersWrapper.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FoldersWrapper.cs
index c7577f650..22c1faace 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FoldersWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Search/FoldersWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileSecurity.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileSecurity.cs
index 35de2beb2..4c9cbd71e 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileSecurity.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileSecurity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShare.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShare.cs
index 11200075a..685ef1851 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShare.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShare.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShareRecord.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShareRecord.cs
index 9256983d2..8411027ab 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShareRecord.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/FileShareRecord.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurity.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurity.cs
index 9b35da0af..5c9b5e5a9 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurity.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurityProvider.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurityProvider.cs
index 99b470390..a9938b1e1 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurityProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/IFileSecurityProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/ISecurityDao.cs b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/ISecurityDao.cs
index 0cb4b17c5..4a0c3efc3 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Core/Security/ISecurityDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Core/Security/ISecurityDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Files/Default.aspx.cs
index 64297d4aa..d74edd1f4 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/DocEditor.aspx.cs b/web/studio/ASC.Web.Studio/Products/Files/DocEditor.aspx.cs
index 3238d2fcb..0683449a1 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/DocEditor.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/DocEditor.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/FileChoice.aspx.cs b/web/studio/ASC.Web.Studio/Products/Files/FileChoice.aspx.cs
index a43d9cbf4..fbafc52c1 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/FileChoice.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/FileChoice.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/Constants.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/Constants.cs
index ab4bcde32..ac382a7d6 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/Constants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/Constants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/DocuSignHelper.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/DocuSignHelper.cs
index 1c02ac66d..5eef0f565 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/DocuSignHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/DocuSignHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/EasyBibHelper.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/EasyBibHelper.cs
index f4cd3fff0..72f553660 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/EasyBibHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/EasyBibHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/FilesMessageService.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/FilesMessageService.cs
index fe84b5688..f08686675 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/FilesMessageService.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/FilesMessageService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/Global.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/Global.cs
index 36c3e4f35..dc10a2ec5 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/Global.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/Global.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/PathProvider.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/PathProvider.cs
index e3b91bf70..ecf610478 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/PathProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/PathProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/ThirdpartyConfiguration.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/ThirdpartyConfiguration.cs
index 73da6993c..1e1ce4289 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/ThirdpartyConfiguration.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/ThirdpartyConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Helpers/WordpressHelper.cs b/web/studio/ASC.Web.Studio/Products/Files/Helpers/WordpressHelper.cs
index b179943d7..7df2897c8 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Helpers/WordpressHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Helpers/WordpressHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ChunkedUploaderHandler.cs b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ChunkedUploaderHandler.cs
index 42d3d6794..3b24ae415 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ChunkedUploaderHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ChunkedUploaderHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/FileHandler.ashx.cs b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/FileHandler.ashx.cs
index 52295e48c..5bbe0618a 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/FileHandler.ashx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/FileHandler.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/SearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/SearchHandler.cs
index 60be0645b..82753dac9 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/SearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/SearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ThirdPartyAppHandler.ashx.cs b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ThirdPartyAppHandler.ashx.cs
index d426c6185..49cc22b9b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ThirdPartyAppHandler.ashx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/ThirdPartyAppHandler.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/docusignhandler.ashx.cs b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/docusignhandler.ashx.cs
index 21dcee87f..c6400a62a 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/docusignhandler.ashx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/HttpHandlers/docusignhandler.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Masters/BasicTemplate.Master.cs b/web/studio/ASC.Web.Studio/Products/Files/Masters/BasicTemplate.Master.cs
index 500fd3d92..423ab4e00 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Masters/BasicTemplate.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Masters/BasicTemplate.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesConstantsResources.cs b/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesConstantsResources.cs
index 27e7acf11..a7900fa57 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesConstantsResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesConstantsResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesLocalizationResources.cs b/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesLocalizationResources.cs
index bdd992ee0..b21617527 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Masters/ClientScripts/FilesLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Masters/EditorScripts.ascx.cs b/web/studio/ASC.Web.Studio/Products/Files/Masters/EditorScripts.ascx.cs
index 11558de0c..feafed3ce 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Masters/EditorScripts.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Masters/EditorScripts.ascx.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using ASC.Web.Core.Client.Bundling;
using ASC.Web.Files.Classes;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/SaveAs.aspx.cs b/web/studio/ASC.Web.Studio/Products/Files/SaveAs.aspx.cs
index ce69a9a86..8971513bc 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/SaveAs.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/SaveAs.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/Configuration.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/Configuration.cs
index e3df1b70d..72ba3bc80 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/Configuration.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/Configuration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocbuilderReportsUtility.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocbuilderReportsUtility.cs
index 75801a06c..4b634fccf 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocbuilderReportsUtility.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocbuilderReportsUtility.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceConnector.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceConnector.cs
index 3bf51a2a6..bb953ce32 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceConnector.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceConnector.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceHelper.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceHelper.cs
index 2a93a6c43..b8777733c 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceParams.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceParams.cs
index bd2f9a383..316b9cec3 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceParams.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceParams.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceTracker.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceTracker.cs
index 91551956a..95952fd76 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceTracker.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/DocumentService/DocumentServiceTracker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/FFmpegService/FFmpeg.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/FFmpegService/FFmpeg.cs
index 215be2968..c0d60f382 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/FFmpegService/FFmpeg.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/FFmpegService/FFmpeg.cs
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using ASC.Common.Logging;
using ASC.Core;
using System;
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyClient.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyClient.cs
index c79c90e55..6e614525f 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyClient.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyConstants.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyConstants.cs
index c3f051b10..e724a3874 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifyConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifySource.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifySource.cs
index 92713ed0c..265d12934 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/NotifyService/NotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileEntrySerializer.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileEntrySerializer.cs
index ad235c68e..404813257 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileEntrySerializer.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileEntrySerializer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileExceptionFilterAttribute.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileExceptionFilterAttribute.cs
index 9eb56d87f..978f7cb65 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileExceptionFilterAttribute.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileExceptionFilterAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileConflictResolveType.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileConflictResolveType.cs
index 45d0130d4..a3ea86338 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileConflictResolveType.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileConflictResolveType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDeleteOperation.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDeleteOperation.cs
index 3925af6e0..ae22a8caa 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDeleteOperation.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDeleteOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDownloadOperation.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDownloadOperation.cs
index 68681efc9..b110c0456 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDownloadOperation.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileDownloadOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMarkAsReadOperation.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMarkAsReadOperation.cs
index f50739521..883f98827 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMarkAsReadOperation.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMarkAsReadOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMoveCopyOperation.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMoveCopyOperation.cs
index fcb084787..6a436e057 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMoveCopyOperation.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileMoveCopyOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperation.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperation.cs
index 0f9ba7042..a0eb60a3d 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperation.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperation.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationResult.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationResult.cs
index f7c990f72..ef7dccc52 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationResult.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationType.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationType.cs
index 421790185..0d55ed4c6 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationType.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationsManager.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationsManager.cs
index 1d35cf666..61a08cd67 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationsManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileOperations/FileOperationsManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileStorageServiceController.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileStorageServiceController.cs
index 075c0363e..6e16e5039 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileStorageServiceController.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/FileStorageServiceController.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/IFileStorageService.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/IFileStorageService.cs
index fa301ad47..73ba160f9 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/IFileStorageService.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/IFileStorageService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/AceWrapper.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/AceWrapper.cs
index 9150b7209..d58b8626b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/AceWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/AceWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/BaseTypeWrapper.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/BaseTypeWrapper.cs
index a4fbad836..e2b32de90 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/BaseTypeWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/BaseTypeWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/DataWrapper.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/DataWrapper.cs
index ef1af7965..9d86f8b9c 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/DataWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/DataWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/MentionWrapper.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/MentionWrapper.cs
index 483e3bc26..57b00dd79 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/MentionWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/MentionWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/ThirdPartyParams.cs b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/ThirdPartyParams.cs
index 7d12a40e0..89e39fac4 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/ThirdPartyParams.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Services/WCFService/Wrappers/ThirdPartyParams.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Share.aspx.cs b/web/studio/ASC.Web.Studio/Products/Files/Share.aspx.cs
index ade158117..ce1d676ad 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Share.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Share.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/BoxApp.cs b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/BoxApp.cs
index 5f49b15aa..721988315 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/BoxApp.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/BoxApp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/GoogleDriveApp.cs b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/GoogleDriveApp.cs
index afda49080..6e56db7e6 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/GoogleDriveApp.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/GoogleDriveApp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/IThirdPartyApp.cs b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/IThirdPartyApp.cs
index 550475e6d..b66a220c9 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/IThirdPartyApp.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/IThirdPartyApp.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/Token.cs b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/Token.cs
index 8b311b187..6efe716e1 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/Token.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/ThirdPartyApp/Token.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/ChunkedUploadSessionHolder.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/ChunkedUploadSessionHolder.cs
index 4a27c3130..b07cc8cb2 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/ChunkedUploadSessionHolder.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/ChunkedUploadSessionHolder.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/EntryManager.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/EntryManager.cs
index 90738393d..4bdae1048 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/EntryManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/EntryManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileConverter.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileConverter.cs
index 6dab1d328..897f6a388 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileConverter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileMarker.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileMarker.cs
index 4e4da4b98..6f62d8787 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileMarker.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileMarker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileShareLink.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileShareLink.cs
index 811382e6f..cb52a564d 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileShareLink.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileShareLink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileSharing.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileSharing.cs
index a01dc3977..a81c9ee75 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileSharing.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileSharing.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileTracker.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileTracker.cs
index 85c4f2959..70f4fd51d 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileTracker.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileTracker.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileUploader.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileUploader.cs
index ed25a5d0d..2a4babe43 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/FileUploader.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/FileUploader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/MailMergeTask.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/MailMergeTask.cs
index cdb1f8f63..7dc5cd4cb 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/MailMergeTask.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/MailMergeTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/Utils/SocketManager.cs b/web/studio/ASC.Web.Studio/Products/Files/Utils/SocketManager.cs
index 46d1b6960..6cdba94a7 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/Utils/SocketManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Files/Utils/SocketManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/actionmanager.js b/web/studio/ASC.Web.Studio/Products/Files/js/actionmanager.js
index 82308cfb2..de35ef74b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/actionmanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/actionmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/anchormanager.js b/web/studio/ASC.Web.Studio/Products/Files/js/anchormanager.js
index b26c74711..55872c0df 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/anchormanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/anchormanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/auth.js b/web/studio/ASC.Web.Studio/Products/Files/js/auth.js
index 926af53b5..a28f2c2a4 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/auth.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/auth.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/common.js b/web/studio/ASC.Web.Studio/Products/Files/js/common.js
index d158e48a8..cb6d7011e 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/common.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/editor.js b/web/studio/ASC.Web.Studio/Products/Files/js/editor.js
index 6d69a6fa1..31bdde576 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/editor.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/editor.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/eventhandler.js b/web/studio/ASC.Web.Studio/Products/Files/js/eventhandler.js
index 6a05582fc..b3961bf5d 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/eventhandler.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/eventhandler.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/filechoice.js b/web/studio/ASC.Web.Studio/Products/Files/js/filechoice.js
index 013d03fdf..74b14dea0 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/filechoice.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/filechoice.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/filter.js b/web/studio/ASC.Web.Studio/Products/Files/js/filter.js
index f1e298df8..cee30763a 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/filter.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/filter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/foldermanager.js b/web/studio/ASC.Web.Studio/Products/Files/js/foldermanager.js
index ada8a80f5..59559919e 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/foldermanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/foldermanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/markernew.js b/web/studio/ASC.Web.Studio/Products/Files/js/markernew.js
index 525500919..3b6321e6b 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/markernew.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/markernew.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/mousemanager.js b/web/studio/ASC.Web.Studio/Products/Files/js/mousemanager.js
index 74270dbd0..4944cadd8 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/mousemanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/mousemanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/saveas.js b/web/studio/ASC.Web.Studio/Products/Files/js/saveas.js
index 81b3b5add..fca0ccaa9 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/saveas.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/saveas.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/servicemanager.js b/web/studio/ASC.Web.Studio/Products/Files/js/servicemanager.js
index 6ae7c781e..2ce94fcfa 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/servicemanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/servicemanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/socketmanager.js b/web/studio/ASC.Web.Studio/Products/Files/js/socketmanager.js
index 26624c296..2e352aaab 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/socketmanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/socketmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/templatemanager.js b/web/studio/ASC.Web.Studio/Products/Files/js/templatemanager.js
index 83107f3d0..d32c77c8e 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/templatemanager.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/templatemanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Files/js/ui.js b/web/studio/ASC.Web.Studio/Products/Files/js/ui.js
index 46e53b100..83f0288e6 100644
--- a/web/studio/ASC.Web.Studio/Products/Files/js/ui.js
+++ b/web/studio/ASC.Web.Studio/Products/Files/js/ui.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/App_Themes/Default/css/people.master.less b/web/studio/ASC.Web.Studio/Products/People/App_Themes/Default/css/people.master.less
index 3ac1ebbfd..4c68986df 100644
--- a/web/studio/ASC.Web.Studio/Products/People/App_Themes/Default/css/people.master.less
+++ b/web/studio/ASC.Web.Studio/Products/People/App_Themes/Default/css/people.master.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Classes/ImportParameters.cs b/web/studio/ASC.Web.Studio/Products/People/Classes/ImportParameters.cs
index 25548ceb9..8392c68c8 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Classes/ImportParameters.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Classes/ImportParameters.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactInfo.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactInfo.cs
index d979c830f..d72334af0 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploader.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploader.cs
index 30186e907..ffe4bccde 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploader.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploaderResult.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploaderResult.cs
index 47ed1659a..711171ba0 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploaderResult.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ContactsUploaderResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/EncodingEnum.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/EncodingEnum.cs
index 767054d07..ba8247204 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/EncodingEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/EncodingEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/IUserImporter.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/IUserImporter.cs
index c0ea195a7..bbbe8082a 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/IUserImporter.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/IUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ImportUsersTask.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ImportUsersTask.cs
index 8c295fff6..5bab9e54b 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/ImportUsersTask.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/ImportUsersTask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/TextFileUserImporter.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/TextFileUserImporter.cs
index 667de1f88..e2ee034fc 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/TextFileUserImporter.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/TextFileUserImporter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/Import/UserResults.cs b/web/studio/ASC.Web.Studio/Products/People/Core/Import/UserResults.cs
index 77bfef630..6351e686c 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/Import/UserResults.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/Import/UserResults.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/PeopleProduct.cs b/web/studio/ASC.Web.Studio/Products/People/Core/PeopleProduct.cs
index 84ebfa5b4..995e54aa8 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/PeopleProduct.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/PeopleProduct.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Core/SearchHendler.cs b/web/studio/ASC.Web.Studio/Products/People/Core/SearchHendler.cs
index 2be51daa6..b437c44a3 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Core/SearchHendler.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Core/SearchHendler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/People/Default.aspx.cs
index 06ad52c03..0b299cb18 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Help.aspx.cs b/web/studio/ASC.Web.Studio/Products/People/Help.aspx.cs
index 0f046c8b0..56504588f 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Help.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Help.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Import.aspx.cs b/web/studio/ASC.Web.Studio/Products/People/Import.aspx.cs
index c30eea44c..7ab3f9c21 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Import.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Import.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientLocalizationResources.cs b/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientLocalizationResources.cs
index b75c7c479..7101a0e6d 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientSettingsResources.cs b/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientSettingsResources.cs
index 97ee8b2bd..124dcf778 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientSettingsResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientSettingsResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientTemplateResources.cs b/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientTemplateResources.cs
index 35955eaaa..93cb00cb3 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientTemplateResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Masters/ClientScripts/ClientTemplateResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Masters/PeopleBaseTemplate.Master.cs b/web/studio/ASC.Web.Studio/Products/People/Masters/PeopleBaseTemplate.Master.cs
index f7d0f27bd..e5258738b 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Masters/PeopleBaseTemplate.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Masters/PeopleBaseTemplate.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Profile.aspx.cs b/web/studio/ASC.Web.Studio/Products/People/Profile.aspx.cs
index 3cbb17f41..22502a194 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Profile.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Profile.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/ProfileAction.aspx.cs b/web/studio/ASC.Web.Studio/Products/People/ProfileAction.aspx.cs
index 48129a941..ca5017051 100644
--- a/web/studio/ASC.Web.Studio/Products/People/ProfileAction.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/ProfileAction.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Reassigns.aspx.cs b/web/studio/ASC.Web.Studio/Products/People/Reassigns.aspx.cs
index bac9fffe3..cf4453665 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Reassigns.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Reassigns.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/Tests/ASC.Web.People.Tests/Common/PeopleImportParserTests.cs b/web/studio/ASC.Web.Studio/Products/People/Tests/ASC.Web.People.Tests/Common/PeopleImportParserTests.cs
index 4d16e4528..d0e70d5e8 100644
--- a/web/studio/ASC.Web.Studio/Products/People/Tests/ASC.Web.People.Tests/Common/PeopleImportParserTests.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/Tests/ASC.Web.People.Tests/Common/PeopleImportParserTests.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
diff --git a/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/ImportUsers.ascx.cs b/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/ImportUsers.ascx.cs
index 4904ebb82..67b556e5f 100644
--- a/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/ImportUsers.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/ImportUsers.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/css/import.less b/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/css/import.less
index c7c02139c..28050ca64 100644
--- a/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/css/import.less
+++ b/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/css/import.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/js/importUsers.js b/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/js/importUsers.js
index cb1652709..d1f2bea17 100644
--- a/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/js/importUsers.js
+++ b/web/studio/ASC.Web.Studio/Products/People/UserControls/ImportUsers/js/importUsers.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/UserControls/SideNavigationPanel.ascx.cs b/web/studio/ASC.Web.Studio/Products/People/UserControls/SideNavigationPanel.ascx.cs
index 24106599e..d012d3107 100644
--- a/web/studio/ASC.Web.Studio/Products/People/UserControls/SideNavigationPanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/People/UserControls/SideNavigationPanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/PeopleManager.js b/web/studio/ASC.Web.Studio/Products/People/js/PeopleManager.js
index 21f816ce4..685728271 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/PeopleManager.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/PeopleManager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/departmentmanagement.js b/web/studio/ASC.Web.Studio/Products/People/js/departmentmanagement.js
index d81c03c4f..91f732762 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/departmentmanagement.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/departmentmanagement.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/filterHandler.js b/web/studio/ASC.Web.Studio/Products/People/js/filterHandler.js
index 5169350bc..ee3420da5 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/filterHandler.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/filterHandler.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/navigatorHandler.js b/web/studio/ASC.Web.Studio/Products/People/js/navigatorHandler.js
index fbf1d8d24..144cdddd7 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/navigatorHandler.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/navigatorHandler.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/peopleActions.js b/web/studio/ASC.Web.Studio/Products/People/js/peopleActions.js
index 53de68781..0df50dee7 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/peopleActions.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/peopleActions.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/peopleController.js b/web/studio/ASC.Web.Studio/Products/People/js/peopleController.js
index 7eb5c25a3..de58ad163 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/peopleController.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/peopleController.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/peopleCore.js b/web/studio/ASC.Web.Studio/Products/People/js/peopleCore.js
index cc964fd2d..094b933f8 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/peopleCore.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/peopleCore.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/reassigns.js b/web/studio/ASC.Web.Studio/Products/People/js/reassigns.js
index 1033f7543..462ce56b7 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/reassigns.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/reassigns.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/People/js/sideNavigationPanel.js b/web/studio/ASC.Web.Studio/Products/People/js/sideNavigationPanel.js
index 7b65ee017..706a5e776 100644
--- a/web/studio/ASC.Web.Studio/Products/People/js/sideNavigationPanel.js
+++ b/web/studio/ASC.Web.Studio/Products/People/js/sideNavigationPanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/addmilestonecontainer.css b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/addmilestonecontainer.css
index af98c0d4e..1fb578b2a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/addmilestonecontainer.css
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/addmilestonecontainer.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/allprojects.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/allprojects.less
index f784c7e52..8af806c43 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/allprojects.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/allprojects.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/alltasks.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/alltasks.less
index 47a604b7a..83ae30fd1 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/alltasks.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/alltasks.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/common.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/common.less
index ddb2b729e..1fcc7260f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/common.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/common.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/discussions.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/discussions.less
index a94c382b1..e04a373ec 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/discussions.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/discussions.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/ganttchart.css b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/ganttchart.css
index 287d0b5a0..ed32ea14f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/ganttchart.css
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/ganttchart.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/import.css b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/import.css
index e6ea3ae09..481ef6fe0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/import.css
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/import.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/milestones.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/milestones.less
index 3a921fb17..2c39abac3 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/milestones.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/milestones.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectDocumentsPopup.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectDocumentsPopup.less
index 5f035bab3..496e9e1e6 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectDocumentsPopup.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectDocumentsPopup.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectTeam.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectTeam.less
index 0f5a0004e..7b0f4b234 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectTeam.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectTeam.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectaction.css b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectaction.css
index b4af64dbd..330b7cd43 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectaction.css
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projectaction.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projecttemplates.css b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projecttemplates.css
index e8dc4fe25..3dc8f4cde 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projecttemplates.css
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/projecttemplates.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reports.css b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reports.css
index bf9d84501..a0c630ead 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reports.css
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reports.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reportsPrint.css b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reportsPrint.css
index b26bf5639..e29550a6f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reportsPrint.css
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/reportsPrint.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/settings.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/settings.less
index 4d49675e9..29d6e767a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/settings.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/settings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/timetracking.less b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/timetracking.less
index 62fe557ce..103c9ead7 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/timetracking.less
+++ b/web/studio/ASC.Web.Studio/Products/Projects/App_Themes/Default/css/timetracking.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/BasePage.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/BasePage.cs
index 3a5674369..89815861e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/BasePage.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/BasePage.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/BaseUserControl.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/BaseUserControl.cs
index 7e68a499a..cbee36336 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/BaseUserControl.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/BaseUserControl.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/Global.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/Global.cs
index 47f3dfdec..cff1767d1 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/Global.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/Global.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/NotifyHelper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/NotifyHelper.cs
index d994c35cf..f9cb2c125 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/NotifyHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/NotifyHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/PathProvider.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/PathProvider.cs
index 9703514d9..5ba044ccd 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/PathProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/PathProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectSecurityInfo.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectSecurityInfo.cs
index 1167e2472..4eb165571 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectSecurityInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectSecurityInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectsCommonSettings.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectsCommonSettings.cs
index 6f5836576..a54db2b04 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectsCommonSettings.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ProjectsCommonSettings.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Runtime.Serialization;
using ASC.Core.Common.Settings;
using ASC.Web.Projects.Resources;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportHelper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportHelper.cs
index fa93cb7b8..15311b516 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportInfo.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportInfo.cs
index bf0606762..c673a1d16 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportInfo.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportTransformer.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportTransformer.cs
index 2f3b01504..4733f54fa 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportTransformer.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ReportTransformer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/RequestContext.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/RequestContext.cs
index 82240b234..13accddd6 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/RequestContext.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/RequestContext.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ResultsView.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ResultsView.cs
index c6ecf40bd..349deae97 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/ResultsView.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/ResultsView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlAction.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlAction.cs
index 8a120c3a2..b0b6a8aa8 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlAction.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlAction.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlConstant.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlConstant.cs
index 3855fb184..a130d9a72 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlConstant.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlConstant.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlParameters.cs b/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlParameters.cs
index 6f0386b56..632bed0eb 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlParameters.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Classes/UrlParameters.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductEntryPoint.cs b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductEntryPoint.cs
index 93d0507c8..93e8aa32f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductEntryPoint.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductEntryPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductSubscriptionManager.cs b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductSubscriptionManager.cs
index 1461f705e..426b04156 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProductSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProjectsSpaceUsageStatManager.cs b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProjectsSpaceUsageStatManager.cs
index 6e045f6dd..7b6ab1e82 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProjectsSpaceUsageStatManager.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/ProjectsSpaceUsageStatManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/SearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/SearchHandler.cs
index 67b33121d..a9cf73a85 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Configuration/SearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Configuration/SearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Contacts.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Contacts.aspx.cs
index fb5311685..da9ec0712 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Contacts.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Contacts.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/CommonList.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/CommonList.ascx.cs
index 7afdd86f8..1f8e5cf1e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/CommonList.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/CommonList.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/NavigationSidePanel.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/NavigationSidePanel.ascx.cs
index 07abb50ab..b713cb741 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/NavigationSidePanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/NavigationSidePanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/ProjectDocumentsPopup.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/ProjectDocumentsPopup.ascx.cs
index 302b404bf..ad17b110e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/ProjectDocumentsPopup.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Common/ProjectDocumentsPopup.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Messages/DiscussionAction.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Messages/DiscussionAction.ascx.cs
index 3a744baf9..fb74a5789 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Messages/DiscussionAction.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Messages/DiscussionAction.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Projects/ProjectAction.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Projects/ProjectAction.ascx.cs
index 18518b753..d314f43b2 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Projects/ProjectAction.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Projects/ProjectAction.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFile.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFile.ascx.cs
index 684adf63a..599efe0d4 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFile.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFile.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFilters.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFilters.ascx.cs
index 2c84b4889..30352d1ae 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFilters.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportFilters.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportTemplateView.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportTemplateView.ascx.cs
index 80ed249ca..153d09d5e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportTemplateView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportTemplateView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportView.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportView.ascx.cs
index 784df4f1b..311c8bd69 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportView.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Reports/ReportView.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Templates/EditTemplate.ascx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Templates/EditTemplate.ascx.cs
index 5826a3c29..83587212a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Controls/Templates/EditTemplate.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Controls/Templates/EditTemplate.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/DIHelper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/DIHelper.cs
index 14a353096..5c0b1fc1e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/DIHelper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/DIHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/BaseDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/BaseDao.cs
index 4208eea72..8ff9d2c9c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/BaseDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/BaseDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/CommentDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/CommentDao.cs
index 16e4e4ba8..093fdfcec 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/CommentDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/CommentDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/DaoFactory.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/DaoFactory.cs
index 0604151da..bf32c54b4 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/DaoFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/DaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MessageDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MessageDao.cs
index 566029396..c23bf565d 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MessageDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MessageDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MilestoneDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MilestoneDao.cs
index c34ce622f..635569ccd 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MilestoneDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/MilestoneDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ParticipantDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ParticipantDao.cs
index f894e5ff6..dd8bbc049 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ParticipantDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ParticipantDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ProjectDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ProjectDao.cs
index 37c530d03..fb6f6e377 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ProjectDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ProjectDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ReportDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ReportDao.cs
index 2ed946883..41bccf2d0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ReportDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/ReportDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SearchDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SearchDao.cs
index 45f4388c4..1bf513423 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SearchDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SearchDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/StatusDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/StatusDao.cs
index 7b0485099..1f69b9dc0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/StatusDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/StatusDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
using System;
using System.Collections.Generic;
using ASC.Collections;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SubtaskDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SubtaskDao.cs
index 8a694baeb..caeac9f81 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SubtaskDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/SubtaskDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TagDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TagDao.cs
index bacb44610..f7ce8c25f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TagDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TaskDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TaskDao.cs
index d6ad96ab9..31a5e8f79 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TaskDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TaskDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TemplateDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TemplateDao.cs
index b17cf29bc..50470ee98 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TemplateDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TemplateDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TimeSpendDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TimeSpendDao.cs
index 4281ab281..41172ced3 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TimeSpendDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Dao/TimeSpendDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CachedProjectEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CachedProjectEngine.cs
index dc4d09017..f7a93df96 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CachedProjectEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CachedProjectEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CommentEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CommentEngine.cs
index 66c8d445e..15f5f57d0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CommentEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/CommentEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/EngineFactory.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/EngineFactory.cs
index a2f62e862..f4f976183 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/EngineFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/EngineFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/FileEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/FileEngine.cs
index 59193c181..e7fae8c9b 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/FileEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/FileEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MessageEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MessageEngine.cs
index 685d6c49c..a5888ae49 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MessageEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MessageEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MilestoneEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MilestoneEngine.cs
index 0ebd82edd..61c133ca2 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MilestoneEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/MilestoneEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ParticipantEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ParticipantEngine.cs
index ead37b69b..3cc2c23cd 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ParticipantEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ParticipantEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEngine.cs
index 60cb7f214..fcd960901 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEntityEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEntityEngine.cs
index 60f2a1d6a..89d9dd48e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEntityEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectEntityEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectSecurity.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectSecurity.cs
index cb7cd54ce..23962fa84 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectSecurity.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectSecurity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectsReassign.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectsReassign.cs
index bee0d4049..1c8ac817a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectsReassign.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ProjectsReassign.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ReportEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ReportEngine.cs
index 30db96bc4..ba2812c0c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ReportEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/ReportEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SearchEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SearchEngine.cs
index 8e08f5833..472f324c8 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SearchEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SearchEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapter.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapter.cs
index 35ad5db18..6ac50efcb 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapterProvider.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapterProvider.cs
index c6a151649..1fc8949cc 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapterProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SecurityAdapterProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/StatusEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/StatusEngine.cs
index cf0b8fec5..ba9a3ca09 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/StatusEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/StatusEngine.cs
@@ -1,4 +1,30 @@
-using System.Collections.Generic;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System.Collections.Generic;
using System.Linq;
using ASC.Projects.Core.DataInterfaces;
using ASC.Projects.Core.Domain;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SubtaskEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SubtaskEngine.cs
index 61bae1d3c..d6159e523 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SubtaskEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/SubtaskEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TagEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TagEngine.cs
index ffe65540a..5f6fed562 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TagEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TagEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TaskEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TaskEngine.cs
index 67056fa21..99e1d881c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TaskEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TaskEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TemplateEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TemplateEngine.cs
index 14e70081b..c8e9d5a22 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TemplateEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TemplateEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TimeTrackingEngine.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TimeTrackingEngine.cs
index ac5d9080e..59d145354 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TimeTrackingEngine.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Engine/TimeTrackingEngine.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ICommentDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ICommentDao.cs
index a400ddfdb..27d1cb02c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ICommentDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ICommentDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IDaoFactory.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IDaoFactory.cs
index a85a93c73..5ce3af1d3 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IDaoFactory.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IDaoFactory.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -24,8 +24,6 @@
*/
-
-
namespace ASC.Projects.Core.DataInterfaces
{
public interface IDaoFactory
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMessageDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMessageDao.cs
index 0ad8ded25..b53242970 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMessageDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMessageDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMilestoneDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMilestoneDao.cs
index aa36cd45d..79fc4ac16 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMilestoneDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IMilestoneDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IParticipantDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IParticipantDao.cs
index 349a6bc25..85f7630fa 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IParticipantDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IParticipantDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IProjectDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IProjectDao.cs
index 5e74e9007..a11eaa688 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IProjectDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IProjectDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IReportDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IReportDao.cs
index 366b139f5..74ddcb3b8 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IReportDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IReportDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISearchDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISearchDao.cs
index 387d2f581..ce90fa92e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISearchDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISearchDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IStatusDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IStatusDao.cs
index 3e04c5e17..823a7f4ae 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IStatusDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/IStatusDao.cs
@@ -1,4 +1,30 @@
-using System.Collections.Generic;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System.Collections.Generic;
using ASC.Web.Projects;
namespace ASC.Projects.Core.DataInterfaces
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISubtaskDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISubtaskDao.cs
index 73072fda3..747d56988 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISubtaskDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ISubtaskDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITagDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITagDao.cs
index ff458c9d0..81d2ded56 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITagDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITagDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITaskDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITaskDao.cs
index 640f3a31b..7e8a5557c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITaskDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITaskDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITemplateDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITemplateDao.cs
index abd267518..fc450d793 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITemplateDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITemplateDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITimeSpendDao.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITimeSpendDao.cs
index 44f830993..4d3fa998f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITimeSpendDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/DataInterfaces/ITimeSpendDao.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/CustomStatus.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/CustomStatus.cs
index 490590a01..03c2c7835 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/CustomStatus.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/CustomStatus.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/DomainObject.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/DomainObject.cs
index 5ca55a749..a48c0f9bb 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/DomainObject.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/DomainObject.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Comment.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Comment.cs
index f97094934..97ba75027 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Comment.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Comment.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/EntityTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/EntityTypeEnum.cs
index 5db899dc0..2b65910b6 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/EntityTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/EntityTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/LocalizedEnumConverter.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/LocalizedEnumConverter.cs
index e90fbba80..5994a8d0e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/LocalizedEnumConverter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/LocalizedEnumConverter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/MilestoneStatusEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/MilestoneStatusEnum.cs
index 66becb9ed..4e64d2a3a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/MilestoneStatusEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/MilestoneStatusEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ModuleTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ModuleTypeEnum.cs
index 022730072..863b8acc9 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ModuleTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ModuleTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/PaymentStatusEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/PaymentStatusEnum.cs
index 3fe023db5..31e612e91 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/PaymentStatusEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/PaymentStatusEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectStatusEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectStatusEnum.cs
index 39bc3baa7..23da26038 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectStatusEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectStatusEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectTeamSecurity.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectTeamSecurity.cs
index 6f7e7ec3c..0e71ac0e9 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectTeamSecurity.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/ProjectTeamSecurity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskLinkTypeEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskLinkTypeEnum.cs
index d0c1757c9..f26ac556b 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskLinkTypeEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskLinkTypeEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskPriorityEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskPriorityEnum.cs
index 87632960d..107327d6c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskPriorityEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskPriorityEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskStatusEnum.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskStatusEnum.cs
index 032275e21..7f1e2c66d 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskStatusEnum.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Enums/TaskStatusEnum.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Feed/CommentUpdates.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Feed/CommentUpdates.cs
index fb3899237..e112ea807 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Feed/CommentUpdates.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Feed/CommentUpdates.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Message.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Message.cs
index 625ae7098..4078b354e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Message.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Message.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Milestone.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Milestone.cs
index e3c482594..14cab01b0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Milestone.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Milestone.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Participant.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Participant.cs
index b8fbfc221..2389673ab 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Participant.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Participant.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/ParticipantFull.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/ParticipantFull.cs
index 1afeb7b83..fd56a1c7d 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/ParticipantFull.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/ParticipantFull.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Project.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Project.cs
index f10cc5b61..4af696373 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Project.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Project.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Subtask.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Subtask.cs
index 0b3f2e399..384c70343 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Subtask.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Subtask.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Task.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Task.cs
index 1941a03e2..1bba79505 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Task.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Task.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TaskLink.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TaskLink.cs
index be3f7bc97..cfad8ec51 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TaskLink.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TaskLink.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Template.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Template.cs
index 0e9d8301e..521392a0c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Template.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/Template.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TimeSpend.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TimeSpend.cs
index 35b69fd7c..7f0c911e6 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TimeSpend.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Entities/TimeSpend.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/FilterOperationResult.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/FilterOperationResult.cs
index da80110fc..9014f833f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/FilterOperationResult.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/FilterOperationResult.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/ProjectEntity.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/ProjectEntity.cs
index 1fd8aa1ac..385e0a4a8 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/ProjectEntity.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/ProjectEntity.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFile.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFile.cs
index 3e87ac040..75281f157 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFile.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFile.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilter.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilter.cs
index d6cb9043c..d98f20458 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilterSerializer.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilterSerializer.cs
index e6704c712..a86b2174a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilterSerializer.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportFilterSerializer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTemplate.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTemplate.cs
index f2808272d..071056c20 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTemplate.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTemplate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTimeInterval.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTimeInterval.cs
index 06445d528..12e08edd9 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTimeInterval.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportTimeInterval.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportType.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportType.cs
index bbea99eaf..103eb68fc 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportType.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportViewType.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportViewType.cs
index 0c8234680..fc3027a13 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportViewType.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/Reports/ReportViewType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/TaskFilter.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/TaskFilter.cs
index 5f8cde77e..f023fe6a9 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/TaskFilter.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Domain/TaskFilter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyClient.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyClient.cs
index 05dfbb919..ebcc665d2 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyClient.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyClient.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyConstants.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyConstants.cs
index e57eefff6..18db34776 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyConstants.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifyConstants.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifySource.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifySource.cs
index 0a5ab9bd5..6a32517f8 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifySource.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Model/Services/NotifyService/NotifySource.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/CommentsWrapper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/CommentsWrapper.cs
index 2baaaed9b..dd8ab1dbd 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/CommentsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/CommentsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/DiscussionsWrapper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/DiscussionsWrapper.cs
index 2bca31270..b462c6ad1 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/DiscussionsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/DiscussionsWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/MilestonesWrapper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/MilestonesWrapper.cs
index 0335ba7b9..34113b1ba 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/MilestonesWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/MilestonesWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/ProjectsWrapper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/ProjectsWrapper.cs
index 4f7b7739b..ff422903d 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/ProjectsWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/ProjectsWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using ASC.ElasticSearch;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/SubtasksWrapper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/SubtasksWrapper.cs
index 7555af152..6d0c5a2b0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/SubtasksWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/SubtasksWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/TasksWrapper.cs b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/TasksWrapper.cs
index a7e449ad9..aad13afd8 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/TasksWrapper.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Core/Search/TasksWrapper.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System.Collections.Generic;
using System.Linq;
using ASC.ElasticSearch;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Default.aspx.cs
index 86112c225..022b7c115 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/GanttChart.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/GanttChart.aspx.cs
index 81c1392f6..57152b432 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/GanttChart.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/GanttChart.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Help.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Help.aspx.cs
index 1c520bf9c..0a0f5fdaf 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Help.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Help.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Masters/BasicTemplate.Master.cs b/web/studio/ASC.Web.Studio/Products/Projects/Masters/BasicTemplate.Master.cs
index 4c63eb9bf..55dd26c10 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Masters/BasicTemplate.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Masters/BasicTemplate.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientLocalizationResources.cs b/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientLocalizationResources.cs
index 703cf440b..7c8522053 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientTemplateResources.cs b/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientTemplateResources.cs
index baf6aad78..783349089 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientTemplateResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientTemplateResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientUserResources.cs b/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientUserResources.cs
index 073f0aac0..a64f2c0f0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientUserResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Masters/ClientScripts/ClientUserResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Messages.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Messages.aspx.cs
index 04e91203f..793f98466 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Messages.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Messages.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Milestones.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Milestones.aspx.cs
index 752b04630..470646200 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Milestones.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Milestones.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/ProjectTeam.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/ProjectTeam.aspx.cs
index 08dbc35f5..35fb55b6e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/ProjectTeam.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/ProjectTeam.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/ProjectTemplates.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/ProjectTemplates.aspx.cs
index 67f08a8f8..e9b978436 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/ProjectTemplates.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/ProjectTemplates.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Projects.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Projects.aspx.cs
index 4f6866040..a70eee0c2 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Projects.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Projects.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Reports.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Reports.aspx.cs
index e3e3cf8b8..10d852bc0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Reports.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Reports.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Settings.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Settings.aspx.cs
index dc0e0255d..ccccada7d 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Settings.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Settings.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/TMDocs.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/TMDocs.aspx.cs
index 93e847e33..0fec08e60 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/TMDocs.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/TMDocs.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Tasks.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Tasks.aspx.cs
index 17f618e8f..b5384118f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Tasks.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Tasks.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/BaseTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/BaseTest.cs
index b808728fa..d0c6c1225 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/BaseTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/BaseTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/CustomCaseAttribute.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/CustomCaseAttribute.cs
index 132e1506a..b018441c0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/CustomCaseAttribute.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/CustomCaseAttribute.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/DataGenerator.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/DataGenerator.cs
index ec03d23d6..cfc70feee 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/DataGenerator.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/DataGenerator.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/DiscussionTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/DiscussionTest.cs
index 7752536a6..77f2b3624 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/DiscussionTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/DiscussionTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/MilestonesTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/MilestonesTest.cs
index 82a990125..97833efbc 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/MilestonesTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/MilestonesTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/ProjectsTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/ProjectsTest.cs
index bcc7774bc..130904e26 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/ProjectsTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/ProjectsTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/ReassignTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/ReassignTest.cs
index 8b559065e..b089b861a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/ReassignTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/ReassignTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/SearchTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/SearchTest.cs
index 60bb4947a..21d48f194 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/SearchTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/SearchTest.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections;
using System.Collections.Generic;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/TaskSecurityTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/TaskSecurityTest.cs
index 12649b934..27ca5bef0 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/TaskSecurityTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/TaskSecurityTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/TasksTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/TasksTest.cs
index 54585e7b3..94d9bbf59 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/TasksTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/TasksTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Test/TimeTrackingTest.cs b/web/studio/ASC.Web.Studio/Products/Projects/Test/TimeTrackingTest.cs
index 195baabd8..813d8ae6b 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Test/TimeTrackingTest.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Test/TimeTrackingTest.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/TimeTracking.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/TimeTracking.aspx.cs
index b439039c8..6040d0cbd 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/TimeTracking.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/TimeTracking.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/Timer.aspx.cs b/web/studio/ASC.Web.Studio/Products/Projects/Timer.aspx.cs
index 5857a02ba..82159d5ef 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/Timer.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Projects/Timer.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/addmilestonecontainer.js b/web/studio/ASC.Web.Studio/Products/Projects/js/addmilestonecontainer.js
index 08ae8df14..b0eefc013 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/addmilestonecontainer.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/addmilestonecontainer.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/apitimetraking.js b/web/studio/ASC.Web.Studio/Products/Projects/js/apitimetraking.js
index 9016aa160..4bc5d764c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/apitimetraking.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/apitimetraking.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/base.js b/web/studio/ASC.Web.Studio/Products/Projects/js/base.js
index bb7163e78..5a252b66c 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/base.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/base.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/common.js b/web/studio/ASC.Web.Studio/Products/Projects/js/common.js
index cdf008bf9..0bca778b1 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/common.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/common_filter_projects.js b/web/studio/ASC.Web.Studio/Products/Projects/js/common_filter_projects.js
index b8ce99e63..d69a21f32 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/common_filter_projects.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/common_filter_projects.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/contacts.js b/web/studio/ASC.Web.Studio/Products/Projects/js/contacts.js
index a4eb53499..ed8279a92 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/contacts.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/contacts.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/discussions.js b/web/studio/ASC.Web.Studio/Products/Projects/js/discussions.js
index b2b5d0b7d..27e519735 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/discussions.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/discussions.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart.js b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart.js
index 6d7027560..0acfa35ec 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_min.js b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_min.js
index f6d9e8b6e..942e5a5f5 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_min.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_min.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -15,12 +15,13 @@
* The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
* Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
*
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
* relevant author attributions when distributing the software. If the display of the logo in its graphic
* form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
* in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
*/
+
ASC.Projects.GantChart=function(window){"use strict";var kInternalVersion="1.0.1.205",kEps=1e-4,kTimeDoubleClicks=350,kElementActive=1,kElementCompleted=2,kElementStopped=3,kOpenProject=0,kReadModeProject=1e3,kLinkBeginBegin=0,kLinkEndEnd=1,kLinkBeginEnd=2,kTaskSideNone=0,kTaskSideLeft=-10,kTaskSideRight=10,kLineCaptureEps=5,kTaskCaptureEps=5,kTaskPinCaptureEps=15,kTaskEndFailSetup={bigClampPct:.75,smallClampPx:45},kTaskNormalColor="#A4C7E5",kTaskOverdueColor="#CC3300",kTaskCompleteColor="#BDDA7F",kTaskNormalBorderColor="#82A0B9",kTaskOverdueBorderColor="#872200",kTaskCompleteBorderColor="#9EB56C",kTaskWithLinkBorderSettings={from:"#4980C3",to:"#FFFFFF",dash:[4,2]},kLinkAddModeSettings={color:"#24547E",dash:[4,2]},kTaskNormalBorderHitColor="#567da1",kTaskOverdueBorderHitColor="#840701",kTaskCompleteBorderHitColor="#729335",kTaskNormalHitColor="#78A8D6",kTaskCompleteHitColor="#9AC54A",kTaskOverdueHitColor="#B00600",kTaskNoEndTimeColor="#A4C7E5",kTaskNormalPriorityArrowColor="#1d5381",kTaskOverduePriorityArrowColor="#621C05",kTaskCompletePriorityArrowColor="#496410",kTaskSelectedBackColor="rgba(100,100,100,0.15)",kTaskTextColor="#333333",kTaskArrowPriorityBaseColor="#FFFFFF",kMilestoneColor="#7e7e7e",kMilestoneSelectedColor="#666666",kMilestoneCompleteColor="#bdda7f",kMilestoneOverdueColor="#cc3300",kMilestoneTextColor="#7e7e7e",kMilestoneBeforeDragColor="#4fa7d1",kMilestoneColorBackLight="rgba(100,100,100,0.1)",kTaskDragDropFillColor="#ffffff",kTaskDragDropBorderColor="#6699ff",kTaskDragDropInvalidBorderColor="#cc3300",kTaskTextUnderEditColor="#999999",kLinkNormalColor="#4980C3",kLinkInvalidColor="#CC3300",kLinkSelectedColor="#6699FF",kLinkAddEditColor="#24547E",kDayLineColor="#97b8fa",kDayBandColor="#EFF5FF",kWeekendColor="#FFF5EB",kLinesHorizontalColor="#CCCCCC",kLinesVerticalColor="#CCCCCC",kLinesDateScaleTopColor="#D9D9D9",kDateScaleCurrentDayColor="#666666",kLinkPinColor="#628BAE",kLinkPinSize=8,kLinkSmallPinSize=2,kDefaultFontName="arial",kUIScrollBarWidth=8,kUIScrollBarIndentWidth=2,kUIScrollBarThumbWidth=50,kUIScrollBarStepMoveY=40,kUIScrollStepInWidthPercent=.1,CollapseMilestones=10,ExpandMilestones=20,kCirclePlus=0,kCircleMinus=1,kCircleComplete=2,kCircleWarning=3,kEditBoxClipboardDebugMode=false,kEditBoxSettings={backgroundColor:"#FAFAFA",dash:[1,2],dashColor:"#4FA7D1",fontColor:"#333333",fontSelColor:"#FFFFFF",backgroundSelTextColor:"#3399FF",fontHeight:9,caretColor:"#000000",placeHolderColor:"#999999",marginWidth:10,minBoxW:100},kMaxTitleSymbolsCount=250,kUIScrollBarThumbColor="rgba(0, 0, 0, 0.25)",kUIScrollBarThumbPressedColor="rgba(0, 0, 0, 0.5)",kUIScrollBarBackgroundColor="rgba(0, 0, 0, 0.1)",kUIScrollBarThumbMinWidth=50,kUIScrollBarMinWidthShowControl=50+1,kLPCompleteColor="#83888d",kLPOverdueColor="#cc3300",kLPNormalColor="#333333",kLockProjectColor="#83888d",kHandlerAddTask="101",kHandlerAddMilestone="102",kHandlerDeleteTask="111",kHandlerDeleteMilestone="112",kHandlerChangeTitleTask="121",kHandlerChangeTitleMilestone="122",kHandlerChangeTime="123",kHandlerChangeTaskStatus="124",kHandlerChangeMilestoneStatus="125",kHandlerMoveTask="130",kHandlerAddTaskLink="140",kHandlerDeleteTaskLink="145",kHandlerMoveGroupTasks="150",kHandlerChangeResponsible="160",kHandlerUndoRedoUpdateUI="UndoRedoUI",kHandlerBeforeDeleteTask="200",kHandlerBeforeDeleteMilestone="220",kHandlerBeforeChangeTaskStatus="240",kHandlerBeforeChangeMilestoneStatus="260",kHandlerBeforeAddTaskLink="270",kHandlerBeforeDeleteTaskLink="280",kHandlerBeforeMoveTaskWithLinks="300",kHandlerBeforeMenuAddTaskLink="350",kHandlerBeforeChangeResponsibles="360",kHanderShowTaskPopUpWindow="500",kHanderShowTaskPopUpCustomWindow="501",kHanderShowEditPopUpMenuWindow="502",kHanderShowRespPopUpMenuWindow="503",kHanderShowEditElemPopUpMenuWindow="504",kHanderChangeTaskProperties="970",kHanderChangeMilestoneProperties="980",kOperationChangeTimeTask=100,kOperationChangeTimeMilestone=200,kOperationAddTask=300,kOperationAddMilestone=400,kOperationDeleteTask=500,kOperationDeleteMilestone=600,kOperationChangeTitleTask=700,kOperationChangeTitleMilestone=800,kOperationMoveTask=900,kOperationMoveGroupTasks=905,kOperationChangeTaskStatus=910,kOperationChangeMilestoneStatus=920,kOperationAddTaskLink=950,kOperationDeleteTaskLink=955,kOperationChangeResponsible=960,kOperationChangeTaskProperties=970,kOperationChangeMilestoneProperties=980,kOperationDummy=999,kZoomBarCurDayLineColor="#6699FF",kZoomBarThumbColor="#E2E2E2",kZoomBarThumbHandlesColor="#CCCCCC",kZoomBarThumbMinWidth=20,kScaleUnitMinSize=28,kScaleUnitOneHour=1,kScaleUnitTwoHours=1.5,kScaleUnitFourHours=3,kScaleUnitEightHours=4,kScaleUnitTwentyHours=8,kScaleUnitDay=12,kScaleUnitNormalizeDays=28,kScaleUnitTwoDays=40,kScaleUnitThreeDays=70,kScaleUnitFourDays=100,kScaleUnitFiveDays=130,kScaleUnitSevenDays=170,kScaleUnitNineDays=210,kScaleUnitTwelveDays=250,kScaleUnitFifteenDays=270,kScaleUnitOneMonth=500,kScaleUnitMinMonth=340,kTypeScaleHours=0,kTypeScaleDays=1,kTypeScaleWeek=2,kTypeScaleMonth=3,kTypeScaleYears=4,kTypeScaleMinutes=5,kTypeScaleSeconds=6,kDateScaleTextColor="#999999",kDateScaleDayOffTextColor="#FFC78F",kDateScaleBackgroundColor="#ffffff",kUIDateScaleUpMargin=8,kMilestoneMinDurationInHours=168,kEnableQueryTaskWithLinksMove=true,kAnimationScaleFactor=.15,kAnimationScrollFactor=.2,kTaskDateCaption={width:63,height:15,offX:13,bkcolor:"#FFFFFF",color:"#999999"},kHitLightLink=true,kMenuSettings={backgroundColor:"#888d92",borderColor:"#fafafa",icoSize:16,elementsWidth2X:36,elementsWidth3X:56,elementsWidth4X:76,elementsWidth5X:96,elementsWidth6X:116,borderSz:7},kLinksWidgetSettings={w:36,h:24,trx:11,titleFx:18,titleFy:10},kLinksWidgetIcoSettings={s:16,xw:14,yh:4},kMaxShowTextStrings=10,kHitSidePixels=5,kEditModeNoUse=100,kEditModeElementDrag=200,kEditModeAddLink=300,kEditElementTitle=400,kEndBeginLinksEditMode=true,kTimeLineItemHeight=18,kTimeLineItemMargin=30,kTimeLineItemFontHeight=8,kLinkCircleZone=12,kDetailsWidgetSettings={backgroundColor:"#ffffff",titleColor:"#999999",descriptionColor:"#666666",width:170,maxWidth:300},lockImg=new Image;function findCustomStatus(fn){return ASC.Projects.Master.customStatuses.find(fn)}function deepCopy(obj){if(!obj){return obj}var types=[Number,String,Boolean],result;types.forEach(function(type){if(obj instanceof type){result=type(obj)}});if(typeof result=="undefined"){if(Object.prototype.toString.call(obj)==="[object Array]"){result=[];obj.forEach(function(child,index,array){result[index]=deepCopy(child)})}else if(typeof obj=="object"){if(obj.nodeType&&typeof obj.cloneNode=="function"){result=obj.cloneNode(true)}else if(!obj.prototype){if(obj instanceof Date){result=new Date(obj)}else{result={};for(var i in obj){result[i]=deepCopy(obj[i])}}}else{result=obj}}else{result=obj}}return result}function stopSystemEvent(e){if(e.preventDefault){e.preventDefault()}else if(e.returnValue){e.returnValue=false}if(e.stopPropagation){e.stopPropagation()}}function targetSystemEvent(e){var targ=null;if(!e){e=window.event}if(e.target){targ=e.target}else if(e.srcElement){targ=e.srcElement}if(targ.nodeType==3){targ=targ.parentNode}return targ}function floor2(N){return N>>0}function abs2(N){return N<0?~N++:N}function pointInRectangle(x,y,x1,y1,x2,y2,eps){return x1-eps<=x&&y1-eps<=y&&x2+eps>=x&&y2+eps>=y}function ellipsis(value,len,word){if(value&&value.length>len){if(word){var vs=value.substr(0,len-2),index=Math.max(vs.lastIndexOf(" "),vs.lastIndexOf("."),vs.lastIndexOf("!"),vs.lastIndexOf("?"));if(index!==-1&&index>=len-15){return vs.substr(0,index)+"..."}}return value.substr(0,len-3)+"..."}return value}if(!Array.prototype.last){Array.prototype.last=function(){return this[this.length-1]}}if(!Date.prototype.dateFormat){Date.prototype.dateFormat=function(){var day=this.getUTCDate();var month=this.getMonth()+1;var year=this.getFullYear().toString();if(month<10)month="0"+month.toString();if(day<10)day="0"+day.toString();year=year.slice(year.length-2,year.length);return day+"."+month+"."+year}}if(!Date.prototype.dateFormatFullYear){Date.prototype.dateFormatFullYear=function(){var day=this.getUTCDate();var month=this.getMonth()+1;var year=this.getFullYear().toString();if(month<10)month="0"+month.toString();if(day<10)day="0"+day.toString();return day+"."+month+"."+year}}function TreeNode(){this.root=null;this.nodes=[];this.data=null}TreeNode.prototype={createNode:function(){var node=new TreeNode;this.nodes.push(node);return node},walkElements:function(parent,func){func(parent,this.root,this.data);parent=this.root;for(var i=0;i<this.nodes.length;++i){this.nodes[i].walkElements(parent,func,this.nodes[i].data)}}};function UserDefaults(delegate){this.delegate=delegate}UserDefaults.prototype={setFontFamily:function(name){if(name){kDefaultFontName=name;this.delegate.updateDefaults()}}};function Painter(ctx,overlay){this.ctx=ctx;this.overlay=overlay;this.zones=[]}Painter.prototype={drawDashedLineH:function(ctx,fromX,fromY,toX,toY,dashPattern){ctx.beginPath();var dx=toX-fromX;var dy=0;var angle=0;var x=fromX;var y=fromY;ctx.moveTo(fromX,fromY);var idx=0;var draw=true;while(!((dx<0?x<=toX:x>=toX)&&(dy<0?y<=toY:y>=toY))){var dashLength=dashPattern[idx++%dashPattern.length];var nx=x+dashLength;x=dx<0?Math.max(toX,nx):Math.min(toX,nx);var ny=y;y=dy<0?Math.max(toY,ny):Math.min(toY,ny);if(draw){ctx.lineTo(x,y)}else{ctx.moveTo(x,y)}draw=!draw}ctx.closePath();ctx.stroke()},drawDashedLineV:function(ctx,fromX,fromY,toX,toY,dashPattern){ctx.beginPath();var dx=0;var dy=toY-fromY;var x=fromX;var y=fromY;ctx.moveTo(fromX,fromY);var idx=0;var draw=true;while(!((dx<0?x<=toX:x>=toX)&&(dy<0?y<=toY:y>=toY))){var dashLength=dashPattern[idx++%dashPattern.length];var nx=x;x=dx<0?Math.max(toX,nx):Math.min(toX,nx);var ny=y+dashLength;y=dy<0?Math.max(toY,ny):Math.min(toY,ny);if(draw){ctx.lineTo(x,y)}else{ctx.moveTo(x,y)}draw=!draw}ctx.closePath();ctx.stroke()},drawLineH:function(x,y,dx,dy,color,width){this.ctx.strokeStyle=color;this.ctx.lineWidth=width;this.ctx.beginPath();this.ctx.moveTo(x,y);this.ctx.lineTo(dx,dy);this.ctx.closePath();this.ctx.stroke()},lineTo:function(ctx,x,y,toX,toY,dashPattern){if(x===toX&&y!==toY){this.drawDashedLineV(ctx,x,Math.min(y,toY),toX,Math.max(y,toY),dashPattern)}if(x!==toX&&y===toY){this.drawDashedLineH(ctx,Math.min(x,toX),y,Math.max(x,toX),toY,dashPattern)}},addZone:function(x,y,width,height,margin){this.zones.push({x:x,y:y,width:width,height:height,margin:margin})},addBoundZone:function(bound,margin){this.zones.push({x:bound.x,y:bound.y,width:bound.w,height:bound.h,margin:margin})},clearZones:function(clear){if(clear){for(var i=this.zones.length-1;i>=0;--i){this.overlay.clearRect(this.zones[i].x-this.zones[i].margin,this.zones[i].y-this.zones[i].margin,this.zones[i].width+this.zones[i].margin*2,this.zones[i].height+this.zones[i].margin*2)}}this.zones=[]},drawStrokeRectangle:function(ctx,x,y,w,h,color){ctx.strokeStyle=color;ctx.lineWidth=1;ctx.beginPath();ctx.moveTo(x,y);ctx.lineTo(x+w,y);ctx.moveTo(x+w,y-.5);ctx.lineTo(x+w,y+h);ctx.lineTo(x,y+h);ctx.lineTo(x,y);ctx.stroke()},drawPencil:function(x,y,sw,sh){this.ctx.moveTo(x+20/120*sw,y+100/120*sh);this.ctx.lineTo(x+20/120*sw,y+80/120*sh);this.ctx.lineTo(x+79/120*sw,y+20/120*sh);this.ctx.lineTo(x+99/120*sw,y+40/120*sh);this.ctx.lineTo(x+40/120*sw,y+100/120*sh)},drawPlay:function(x,y,sw,sh){this.ctx.moveTo(x+.3*sw,y+.17*sh);this.ctx.lineTo(x+.71*sw,y+.49*sh);this.ctx.lineTo(x+.3*sw,y+.82*sh)},drawDelete:function(x,y,sw,sh){this.ctx.moveTo(x+.16*sw,y+.3*sh);this.ctx.lineTo(x+.3*sw,y+.15*sh);this.ctx.lineTo(x+.5*sw,y+.35*sh);this.ctx.lineTo(x+.7*sw,y+.15*sh);this.ctx.lineTo(x+.85*sw,y+.3*sh);this.ctx.lineTo(x+.65*sw,y+.49*sh);this.ctx.lineTo(x+.85*sw,y+.68*sh);this.ctx.lineTo(x+.7*sw,y+.82*sh);this.ctx.lineTo(x+.5*sw,y+.63*sh);this.ctx.lineTo(x+.3*sw,y+.82*sh);this.ctx.lineTo(x+.16*sw,y+.68*sh);this.ctx.lineTo(x+.36*sw,y+.49*sh)},drawFitSw:function(x,y,sw,sh){this.ctx.moveTo(x+20/120*sw,y+20/120*sh);this.ctx.lineTo(x+59/120*sw,y+59/120*sh);this.ctx.lineTo(x+20/120*sw,y+99/120*sh);this.ctx.lineTo(x+20/120*sw,y+20/120*sh);this.ctx.lineTo(x+61/120*sw,y+59/120*sh);this.ctx.lineTo(x+99/120*sw,y+20/120*sh);this.ctx.lineTo(x+99/120*sw,y+99/120*sh);this.ctx.lineTo(x+61/120*sw,y+59/120*sh)},drawAdd:function(x,y,sw,sh){this.ctx.moveTo(x+20/120*sw,y+51/120*sh);this.ctx.lineTo(x+50/120*sw,y+51/120*sh);this.ctx.lineTo(x+50/120*sw,y+21/120*sh);this.ctx.lineTo(x+68/120*sw,y+21/120*sh);this.ctx.lineTo(x+68/120*sw,y+51/120*sh);this.ctx.lineTo(x+98/120*sw,y+51/120*sh);this.ctx.lineTo(x+98/120*sw,y+69/120*sh);this.ctx.lineTo(x+68/120*sw,y+69/120*sh);this.ctx.lineTo(x+68/120*sw,y+99/120*sh);this.ctx.lineTo(x+50/120*sw,y+99/120*sh);this.ctx.lineTo(x+50/120*sw,y+69/120*sh);this.ctx.lineTo(x+20/120*sw,y+69/120*sh)},drawComplete:function(x,y,sw,sh){this.ctx.moveTo(x+16/120*sw,y+54/120*sh);this.ctx.lineTo(x+29/120*sw,y+40/120*sh);this.ctx.lineTo(x+54/120*sw,y+65/120*sh);this.ctx.lineTo(x+91/120*sw,y+28/120*sh);this.ctx.lineTo(x+105/120*sw,y+42/120*sh);this.ctx.lineTo(x+54/120*sw,y+93/120*sh)},drawIconLink:function(x,y,w,h){this.ctx.fillRect(floor2(x+w*2/16),floor2(y+h*2/16),floor2(w*6/16),floor2(h*4/16));this.ctx.fillRect(floor2(x+w*8/16),floor2(y+h*10/16),floor2(w*6/16),floor2(h*4/16));this.ctx.lineWidth=1;this.ctx.beginPath();this.ctx.moveTo(floor2(x+w*4/16)+.5,floor2(y+h*3/16)+.5);this.ctx.lineTo(floor2(x+w*11/16)+.5,floor2(y+h*3/16)+.5);this.ctx.moveTo(floor2(x+w*11/16)+.5,floor2(y+h*3/16));this.ctx.lineTo(floor2(x+w*11/16)+.5,floor2(y+h*7/16)+.5);this.ctx.lineTo(floor2(x+w*11/16)+.5,floor2(y+h*7/16)+.5);this.ctx.lineTo(floor2(x+w*4/16)+.5,floor2(y+h*7/16)+.5);this.ctx.lineTo(floor2(x+w*4/16)+.5,floor2(y+h*11/16)+.5);this.ctx.lineTo(floor2(x+w*9/16)+.5,floor2(y+h*11/16)+.5);this.ctx.stroke()},drawIcoResponsible:function(x,y,sw,sh){this.ctx.moveTo(x+.19*sw,y+.82*sh);this.ctx.lineTo(x+.19*sw,y+.7*sh);this.ctx.lineTo(x+.4*sw,y+.6*sh);this.ctx.lineTo(x+.4*sw,y+.53*sh);this.ctx.lineTo(x+.59*sw,y+.53*sh);this.ctx.lineTo(x+.59*sw,y+.6*sh);this.ctx.lineTo(x+.8*sw,y+.7*sh);this.ctx.lineTo(x+.8*sw,y+.82*sh);this.ctx.fill();this.ctx.closePath();var centerX=x+.5*sw;var centerY=y+.36*sh;var width=.42*sw;var height=.37*sh;this.ctx.beginPath();this.ctx.moveTo(centerX,centerY-height/2);this.ctx.bezierCurveTo(centerX+width/2,centerY-height/2,centerX+width/2,centerY+height/2,centerX,centerY+height/2);this.ctx.bezierCurveTo(centerX-width/2,centerY+height/2,centerX-width/2,centerY-height/2,centerX,centerY-height/2);this.ctx.fill();this.ctx.closePath()},drawArrowRight:function(x,y,sw,sh){this.ctx.beginPath();this.ctx.moveTo(x+.4*sw,y+.47*sh);this.ctx.lineTo(x+.85*sw,y+.18*sh);this.ctx.lineTo(x+.85*sw,y+.77*sh);this.ctx.closePath();this.ctx.fill()},drawArrowLeft:function(x,y,sw,sh){this.ctx.beginPath();this.ctx.moveTo(x+.85*sw,y+.47*sh);this.ctx.lineTo(x+.4*sw,y+.18*sh);this.ctx.lineTo(x+.4*sw,y+.77*sh);this.ctx.closePath();this.ctx.fill()},drawArrowBottom:function(x,y,sw,sh){this.ctx.beginPath();this.ctx.moveTo(x+.77*sw,y+.18*sh);this.ctx.lineTo(x+.47*sw,y+.69*sh);this.ctx.lineTo(x+.18*sw,y+.18*sh);this.ctx.closePath();this.ctx.fill()},drawIcoKey:function(ctx,x,y,zoom){ctx.fillRect(x-8*zoom,y-14*zoom,2*zoom,8*zoom);ctx.fillRect(x-8*zoom,y-14*zoom,7*zoom,2*zoom);ctx.fillRect(x-3*zoom,y-14*zoom,2*zoom,8*zoom);ctx.fillRect(x-8*zoom,y-8*zoom,7*zoom,2*zoom);ctx.fillRect(x-17*zoom,y-14*zoom,3*zoom,5*zoom);ctx.fillRect(x-17*zoom,y-11*zoom,10*zoom,2*zoom);ctx.fillRect(x-13*zoom,y-14*zoom,2*zoom,5*zoom)},drawIcoArrowUp:function(ctx,x,y,w,color){ctx.fillStyle=color;ctx.beginPath();ctx.moveTo(x+w*6/18,y+w*10/18);ctx.lineTo(x+w*6/18,y+w*14/18);ctx.lineTo(x+w*10/18,y+w*14/18);ctx.lineTo(x+w*10/18,y+w*10/18);ctx.lineTo(x+w*13/18,y+w*10/18);ctx.lineTo(x+w*8/18,y+w*3.5/18);ctx.lineTo(x+w*3/18,y+w*10/18);ctx.closePath();ctx.fill()},drawIcoCross:function(ctx,x,y,sw,sh){ctx.moveTo(x+.16*sw,y+.3*sh);ctx.lineTo(x+.3*sw,y+.15*sh);ctx.lineTo(x+.5*sw,y+.35*sh);ctx.lineTo(x+.7*sw,y+.15*sh);ctx.lineTo(x+.85*sw,y+.3*sh);ctx.lineTo(x+.65*sw,y+.49*sh);ctx.lineTo(x+.85*sw,y+.68*sh);ctx.lineTo(x+.7*sw,y+.82*sh);ctx.lineTo(x+.5*sw,y+.63*sh);ctx.lineTo(x+.3*sw,y+.82*sh);ctx.lineTo(x+.16*sw,y+.68*sh);ctx.lineTo(x+.36*sw,y+.49*sh)},roundRect:function(ctx,x,y,w,h,r){ctx.beginPath();ctx.moveTo(x+r,y);ctx.lineTo(x+w-r,y);ctx.quadraticCurveTo(x+w,y,x+w,y+r);ctx.lineTo(x+w,y+h-r);ctx.quadraticCurveTo(x+w,y+h,x+w-r,y+h);ctx.lineTo(x+r,y+h);ctx.quadraticCurveTo(x,y+h,x,y+h-r);ctx.lineTo(x,y+r);ctx.quadraticCurveTo(x,y,x+r,y);ctx.closePath()}};function TextMeasurer(){var canvas=null;var readStyleValue=function(css,name){var dummy=document.createElement("div");dummy.className=css;document.body.appendChild(dummy);var prop=window.getComputedStyle(dummy,null).getPropertyValue(name);document.body.removeChild(dummy);return prop};var width=function(str,css){if(null==canvas){canvas=document.createElement("canvas");canvas.width=450;canvas.height=100;document.body.appendChild(canvas)}var name=readStyleValue(css,"font-family");var weight=readStyleValue(css,"font-weight");var size=readStyleValue(css,"font-size");canvas.getContext("2d").font=weight+" "+size+" "+name;return canvas.getContext("2d").measureText(str+"W").width};var clear=function(){if(canvas){document.body.removeChild(canvas);canvas=null}};return{width:width,clear:clear,readStyleValue:readStyleValue}}function Clipboard(){this.textToCopy="";this.execElement=this.clipboardElement("")}Clipboard.prototype={copyText:function(s){this.textToCopy=s;if(this.textToCopy.length){this.copyToClipboard()}},oncopy:function(e){if(e.clipboardData){e.preventDefault();e.clipboardData.setData("text/plain",this.textToCopy)}},clear:function(){this.textToCopy="";if(this.execElement){document.body.removeChild(this.execElement)}},clipboardElement:function(){var element=document.createElement("div");if(element){element.setAttribute("contentEditable",true);element.style.position="absolute";if(kEditBoxClipboardDebugMode){element.style.backgroundColor="white";element.style.left="100px";element.style.top="100px";element.style.width="1000px";element.style.height="100px";element.style.overflow="hidden";element.style.zIndex=1e3}else{element.style.left="-10000px";element.style.top="-10000px";element.style.width="1000px";element.style.height="100px";element.style.overflow="hidden";element.style.zIndex=-1e3}element.setAttribute("contentEditable",true);document.body.appendChild(element)}return element},selectContent:function(element){var rangeToSelect=document.createRange();rangeToSelect.selectNodeContents(element);var selection=window.getSelection();selection.removeAllRanges();selection.addRange(rangeToSelect)},copyToClipboard:function(){if(window["clipboardData"]){window["clipboardData"].setData("Text",this.textToCopy)}else{if(!this.execElement){this.execElement=this.clipboardElement(this.textToCopy)}this.execElement.textContent=this.textToCopy;this.selectContent(this.execElement);document.execCommand("copy",false,null);if(window.netscape){document.body.removeChild(this.execElement)}}}};function EditBox(parent){this.init(parent)}EditBox.prototype={init:function(parent){this.parent=parent;this.ctx=this.parent.overlayctx;this.font=kEditBoxSettings.fontHeight+"pt "+kDefaultFontName;this.text="";this.select={from:0,to:0};this._clipboard=new Clipboard;this.placeHolder="";this.bound={x:0,y:0,w:0,h:0};this.screenBound={x:0,y:0,w:0,h:0};this.screenAddX=0;this.clampBound={left:0,right:0};this.carriage=0;this.carriageFrame=0;this.carriageWidth=0;this.clickCarriage=0;this.carriageLeft=0;this.carriageLeftBuild=true;this.doubleMouseClickTime=null;this.mouseSelectDirection=0;this.mouseSelectStartPos=0;this.p=-1;this.m=-1;this.t=-1;this.enable=false;this.status=false;this.boundUpdate=false;this.saveText="";this.taskRef=null;this.milestoneRef=null;this.milestoneRefForUpdate=null;this.checkUp=false;this.createMode=undefined;this.selectMode=false;this.undoStrings=[]},updateDefaults:function(){this.font=kEditBoxSettings.fontHeight+"pt "+kDefaultFontName},setEnable:function(){this.enable=true;this.carriageFrame=0;this.carriageWidth=0;this.carriage=this.text.length;this.carriageLeft=0;this.carriageLeftBuild=true;this.mouseSelectDirection=0;this.mouseSelectStartPos=0;this.screenAddX=0},setFont:function(work){if(work){this.parent.overlayctx.font=this.font}else{this.parent.overlayctx.font=this.parent.titlesFont}},setCarriage:function(ind){this.carriageFrame=41;this.carriage=ind;this.carriage=Math.max(0,this.carriage);this.carriage=Math.min(this.text.length,this.carriage);this.select={from:this.carriage,to:this.carriage};this.carriageLeftBuild=true},isEnable:function(){return this.enable},draw:function(){if(this.enable){if(this.screenBound.w<=0||this.screenBound.h<=0){return}if(this.clampBound.left>this.clampBound.right){return}this.drawBackground();this.setFont(true);var space=this.calculateSelectSpace(this.ctx,this.text,this.select.from,this.select.to);this.ctx.save();this.ctx.beginPath();this.ctx.rect(Math.floor(this.clampBound.left),Math.floor(this.bound.y-2),this.clampBound.right-this.clampBound.left-this.screenAddX+2,this.bound.h+4);this.ctx.clip();if(0===this.text.length){this.ctx.fillStyle=kEditBoxSettings.placeHolderColor;this.ctx.fillText(this.placeHolder,this.bound.x-this.carriageLeft,this.bound.y+this.bound.h*.75)}else{this.ctx.fillStyle=kEditBoxSettings.fontColor;this.ctx.fillText(this.text,this.bound.x-this.carriageLeft,this.bound.y+this.bound.h*.75)}if(!space){this.drawCarriage()}this.ctx.restore();this.drawSelectedText(space);this.setFont(false)}},drawBackground:function(){var ctx=this.ctx;ctx.fillStyle=kEditBoxSettings.backgroundColor;ctx.fillRect(this.clampBound.left,this.bound.y,this.clampBound.right-this.clampBound.left+2,this.bound.h);ctx.fillStyle=kEditBoxSettings.dashColor;ctx.lineWidth=1;this.parent.painter.lineTo(ctx,Math.floor(this.clampBound.left)+.5,Math.floor(this.bound.y)+.5,Math.floor(this.clampBound.right+2)+.5,Math.floor(this.bound.y)+.5,kEditBoxSettings.dash);this.parent.painter.lineTo(ctx,Math.floor(this.clampBound.left)+.5,Math.floor(this.bound.y+this.bound.h)+.5,Math.floor(this.clampBound.right+2)+.5,Math.floor(this.bound.y+this.bound.h)+.5,kEditBoxSettings.dash);this.parent.painter.lineTo(ctx,Math.floor(this.clampBound.left)+.5,Math.floor(this.bound.y)+.5,Math.floor(this.clampBound.left)+.5,Math.floor(this.bound.y+this.bound.h)+.5,kEditBoxSettings.dash);this.parent.painter.lineTo(ctx,Math.floor(this.clampBound.right+2)+.5,Math.floor(this.bound.y)+.5,Math.floor(this.clampBound.right+2)+.5,Math.floor(this.bound.y+this.bound.h)+.5,kEditBoxSettings.dash)},drawCarriage:function(){this.carriageFrame++;if(this.carriageFrame>80)this.carriageFrame=0;if(this.carriageFrame<40)return;var posX=Math.floor(this.bound.x+this.carriageWidth-this.carriageLeft);if(posX<=this.parent.visibleLeft){return}this.ctx.fillStyle=kEditBoxSettings.caretColor;this.ctx.fillRect(posX,Math.floor(this.bound.y+2),2,Math.floor(this.bound.h-3))},drawSelectedText:function(space){if(space){var spaceLeft=Math.floor(this.bound.x-this.carriageLeft+space.from)-this.screenAddX;var spaceRight=spaceLeft+Math.floor(space.to-space.from)+this.screenAddX;if(spaceLeft<this.screenBound.x)spaceLeft=this.screenBound.x;if(spaceRight>this.screenBound.x+this.screenBound.w)spaceRight=this.screenBound.x+this.screenBound.w;var leftX=this.parent.visibleLeft;if(spaceLeft<leftX)spaceLeft=leftX;var spaceW=spaceRight-spaceLeft;if(this.parent.visibleLeft>=spaceRight||spaceLeft>=this.parent.ctxWidth-kUIScrollBarWidth*3||spaceW<0)return;this.ctx.fillStyle=kEditBoxSettings.backgroundSelTextColor;this.ctx.fillRect(spaceLeft,Math.floor(this.bound.y+2),spaceW,this.bound.h-3);this.ctx.save();this.ctx.beginPath();this.ctx.rect(spaceLeft,Math.floor(this.bound.y-2),spaceW,this.bound.h+4);this.ctx.clip();this.ctx.fillStyle=kEditBoxSettings.fontSelColor;this.ctx.fillText(this.text,this.bound.x-this.carriageLeft,this.bound.y+this.bound.h*.75);this.ctx.restore()}},calcMetrics:function(){if(this.enable){this.setFont(true);this.textWidth=this.ctx.measureText(this.text).width;this.carriageWidth=this.ctx.measureText(this.text.substring(0,this.carriage)).width;this.bound.w=Math.max(this.textWidth,this.bound.w);this.screenBound.w=this.bound.w;if(this.milestoneRef){this.bound.x-=this.bound.w+2;this.screenBound.x=this.bound.x}var leftX=this.parent.visibleLeft;this.screenBound.w=Math.min(this.parent.ctxWidth-this.screenBound.x-kUIScrollBarWidth*3,this.screenBound.w);this.screenAddX=0;if(this.carriageLeftBuild){if(this.screenBound.x+this.screenBound.w>this.bound.x+this.textWidth-this.carriageLeft){this.carriageLeft-=this.screenBound.x+this.screenBound.w-(this.bound.x+this.textWidth-this.carriageLeft)}this.calcCarriageLeft();this.carriageLeftBuild=false}if(this.textWidth<=this.screenBound.w){this.carriageLeft=0}this.clampBound.left=this.bound.x-this.screenAddX;this.clampBound.right=this.clampBound.left+this.screenBound.w+this.screenAddX;if(this.clampBound.left<this.screenBound.x)this.clampBound.left=this.screenBound.x;if(this.clampBound.right>this.screenBound.x+this.screenBound.w)this.clampBound.right=this.screenBound.x+this.screenBound.w;if(this.clampBound.left<leftX)this.clampBound.left=leftX;this.setFont(false)}},calcCarriageLeft:function(){if(this.enable){this.setFont(true);this.carriageWidth=this.ctx.measureText(this.text.substring(0,this.carriage)).width;if(this.screenBound.w+this.carriageLeft<this.carriageWidth){this.carriageLeft=this.carriageWidth-this.screenBound.w}else if(this.carriageLeft>this.carriageWidth){this.carriageLeft=this.carriageWidth}this.setFont(false)}},centeringViewPosition:function(){var t=this.parent;if(this.taskRef){t.animator.moveCenterToX(this.taskRef.beginTime);var scrollY=t.getElementPosVertical(this.p,this.m,this.t)-t.ctxHeight*.5;var maxVal=t.rightScroll.maxValue();if(!t.fullscreen){maxVal=floor2(t.rightScroll.maxValue()/t.itemMargin)*t.itemMargin;scrollY=floor2(scrollY/t.itemMargin)*t.itemMargin}scrollY=Math.min(Math.max(0,scrollY),maxVal)+(t.itemMargin*2-kEps)*t.fullscreen;scrollY=Math.max(scrollY,kEps);t.animator.moveToY(scrollY)}},reset:function(doNotClearFocus){this.bound={x:0,y:0,w:0,h:0};this.text="";this.saveText="";this.placeHolder="";this.enable=false;this.createMode=undefined;if(this.taskRef){this.taskRef.isInEditMode=false;if(!doNotClearFocus)this.parent.leftPanelController().clearFocus(true)}if(this.milestoneRef){this.milestoneRef.isInEditMode=false;if(!doNotClearFocus)this.parent.leftPanelController().clearFocus(true)}this.taskRef=null;this.milestoneRef=null;this.milestoneRefForUpdate=null;this.parent.overlay.style.cursor="";this.parent.menuMileStone.reset();this.parent.menuTask.reset();this.parent.rightScroll.save();this.parent.update();this.parent.hitProject=-1;this.parent.hitTask=-1;this.parent.hitMilestone=-1;this.parent.needUpdateContent=true;this.parent.needUpdate=true;this.parent.hitLink=undefined;this.parent.linkLineEdit=undefined;this.parent.editMode=kEditModeNoUse;this.parent.capTask=-1;this.select={from:0,to:0};this.selectMode=false},check:function(x,y){return this.bound.x>x||x>this.bound.x+this.bound.w||this.bound.y>y||y>this.bound.y+this.bound.h},setBound:function(x,y,w,h,centering){if(this.enable){var wb=this.bound.w;var xb=this.bound.x;this.bound={x:x,y:y,w:Math.max(kEditBoxSettings.minBoxW,w),h:h};this.screenBound={x:x,y:y,w:Math.max(kEditBoxSettings.minBoxW,w),h:h};this.boundUpdate=true;this.calcMetrics();if(this.bound.w!==wb||this.bound.x!==xb){this.carriageLeftBuild=true}}},inBound:function(x,y){if(this.milestoneRef&&this.createMode){if(Math.abs(x-(this.bound.x+this.bound.w))<kHitSidePixels&&y-(this.bound.y+this.bound.h)<this.parent.itemMargin)return true}return this.bound.x-kHitSidePixels<=x&&x<=this.bound.x+this.bound.w+kHitSidePixels&&this.bound.y<=y&&y<=this.bound.y+this.bound.h},cancel:function(forse,doNotClearFocus){if(this.taskRef||this.milestoneRef){if(!this.saveText.length){this._removeElement();this.parent._undoManager.flushPop(0)}else if(forse){this.parent._undoManager.flushPop(0)}this.reset(doNotClearFocus)}},_removeElement:function(){if(-1===this.m){this.parent.storage.p[this.p].t.splice(this.t,1)}else{if(this.milestoneRef){this.parent.storage.p[this.p].m.splice(this.m,1)}else{this.parent.storage.p[this.p].m[this.m].t.splice(this.t,1)}if(this.milestoneRefForUpdate){this.milestoneRefForUpdate.updateTimes()}}},complete:function(){this.text=this.text.replace(/^\s+/,"").replace(/\s+$/,"");if(this.text.length>kMaxTitleSymbolsCount){this.text=this.text.substring(0,kMaxTitleSymbolsCount)}if(0===this.text.length&&this.placeHolder.length>0){this.text=this.placeHolder}if(this.addMode&&!this.text.length){this._removeElement();this.reset();this.parent._undoManager.flushPop(0);return true}if(this.saveText.length&&!this.text.length){this.text=this.saveText}var ts=null;if(this.taskRef){ts=this.taskRef;this.taskRef._title=this.text;this.taskRef.isInEditMode=false;this.taskRef.update();this.taskRef=null}if(this.milestoneRef){ts=this.milestoneRef;this.milestoneRef.isInEditMode=false;this.milestoneRef._title=this.text;this.milestoneRef.update()}if(!this.text.length){this._removeElement();this.parent._undoManager.flushPop(0)}else{if(this.saveText===this.text&&!this.addMode){this.parent._undoManager.flushPop(0)}else{this.parent._undoManager.updateOperation(0,ts)}}this.reset();return false},onkeypress:function(e){e=window.event||e;var titleNorm,keyCode=e.keyCode?e.keyCode:e.which?e.which:e.charCode;this.counter=0;switch(keyCode){case 13:{return this.complete()}case 46:{if(0===e.charCode)return true;break}case 35:case 36:case 37:case 8:case 27:case 38:case 40:case 33:{if(e.shiftKey)break;else return false}case 34:return false}if(e.ctrlKey||e.metaKey){return true}if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.setCarriage(this.select.from)}var symbol=String.fromCharCode(keyCode);if(this.carriage!==this.text.length){this.text=this.text.substring(0,this.carriage)+symbol+this.text.substring(this.carriage,this.text.length);this.setCarriage(this.carriage+1)}else{this.text+=symbol;this.setCarriage(this.text.length)}return true},onkeydown:function(e){e=window.event||e;var workKey=false,symbol,select,carriage,keyCode=e.keyCode?e.keyCode:e.which?e.which:e.charCode;this.counter=0;switch(keyCode){case 35:{if(e.shiftKey){carriage=this.carriage;select={from:this.select.from,to:this.select.to};this.setCarriage(this.text.length);if(select.from!==select.to){if(1===this.mouseSelectDirection){this.select={from:select.from,to:this.text.length}}else{this.select={from:select.to,to:this.text.length}}}else{this.select={from:carriage,to:this.text.length}}}else{this.setCarriage(this.text.length);this.mouseSelectDirection=0;this.mouseSelectStartPos=this.carriage;this.select={from:this.carriage,to:this.carriage}}workKey=true}break;case 36:{if(e.shiftKey){carriage=this.carriage;select={from:this.select.from,to:this.select.to};this.setCarriage(0);if(select.from!==select.to){if(1===this.mouseSelectDirection){this.select={from:0,to:select.from}}else{this.select={from:0,to:select.to}}}else{this.select={from:0,to:carriage}}}else{this.setCarriage(0);this.mouseSelectDirection=0;this.mouseSelectStartPos=this.carriage;this.select={from:this.carriage,to:this.carriage}}workKey=true}break;case 37:{if(e.ctrlKey||e.metaKey){this.setCarriage(this.findWord(this.text,this.carriage))}else if(e.shiftKey){if(-1===this.mouseSelectDirection){if(this.select.to>this.mouseSelectStartPos){this.select.to--;this.select.to=Math.min(this.select.to,this.text.length);carriage=this.select.to}else{this.select.from--;this.select.from=Math.max(this.select.from,0);carriage=this.select.from}}else{if(this.select.to<=this.mouseSelectStartPos){this.select.from--;this.select.from=Math.max(this.select.from,0);carriage=this.select.from}else{this.select.to--;this.select.to=Math.min(this.select.to,this.text.length);carriage=this.select.to}}select={from:this.select.from,to:this.select.to};this.setCarriage(carriage);this.select={from:select.from,to:select.to}}else{if(this.select.from!==this.select.to){this.setCarriage(this.select.from)}else{this.setCarriage(this.carriage-1)}this.mouseSelectDirection=0;this.mouseSelectStartPos=this.carriage;this.select={from:this.carriage,to:this.carriage}}workKey=true}break;case 39:{if(e.ctrlKey||e.metaKey){if(this.select.from!==this.select.to)this.setCarriage(this.findWord(this.text,this.select.to,true));else this.setCarriage(this.findWord(this.text,this.carriage,true))}else if(e.shiftKey){if(-1===this.mouseSelectDirection){if(this.select.from<this.mouseSelectStartPos){this.select.from++;this.select.from=Math.min(this.select.from,this.mouseSelectStartPos);carriage=this.select.from}else{this.select.to++;this.select.to=Math.min(this.select.to,this.text.length);carriage=this.select.to}}else{if(this.select.from>=this.mouseSelectStartPos){this.select.to++;this.select.to=Math.min(this.select.to,this.text.length);carriage=this.select.to}else{this.select.from++;this.select.from=Math.max(this.select.from,0);carriage=this.select.from}}select={from:this.select.from,to:this.select.to};this.setCarriage(carriage);this.select={from:select.from,to:select.to}}else{if(this.select.from!==this.select.to){this.setCarriage(this.select.to)}else{this.setCarriage(this.carriage+1)}this.mouseSelectDirection=0;this.mouseSelectStartPos=this.carriage;this.select={from:this.carriage,to:this.carriage}}workKey=true}break;case 8:{if(this.text.length){if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.setCarriage(this.select.from)}else{this.text=this.text.substring(0,this.carriage-1)+this.text.substring(this.carriage,this.text.length);this.setCarriage(this.carriage-1)}this.mouseSelectDirection=0;this.mouseSelectStartPos=this.carriage;this.select={from:this.carriage,to:this.carriage}}workKey=true}break;case 46:{if(this.text.length){if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.setCarriage(this.select.from)}else{this.text=this.text.substring(0,this.carriage)+this.text.substring(this.carriage+1,this.text.length);this.setCarriage(this.carriage)}this.mouseSelectDirection=0;this.mouseSelectStartPos=this.carriage;this.select={from:this.carriage,to:this.carriage}}workKey=true}break;case 27:{if(!this.saveText.length){this._removeElement()}this.parent._undoManager.flushPop(0);this.reset();workKey=true}break;case 65:{if(e.ctrlKey||e.metaKey){this.setCarriage(this.text.length);this.select={from:0,to:this.text.length};this.mouseSelectDirection=1;this.mouseSelectStartPos=0;workKey=true}}break;case 86:{if(e.ctrlKey||e.metaKey){if(window["clipboardData"]){var length,textPaste;textPaste=window["clipboardData"].getData("Text");if(textPaste){textPaste=this.formatBuffer(textPaste);if(textPaste.length){if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.carriage=this.select.from}length=this.text.length;this.text=this.text.substring(0,this.carriage)+textPaste+this.text.substring(this.carriage,length);this.setCarriage(this.carriage+textPaste.length);this.parent.needUpdate=true;return true}}}}}break;case 67:{if(e.ctrlKey||e.metaKey){if(this.select.from!==this.select.to){if(this._clipboard){var textToCopy=this.text.substring(this.select.from,this.select.to);if(textToCopy.length){this._clipboard.copyText(textToCopy);return true}}}}}break;case 88:{if(e.ctrlKey||e.metaKey){if(this.text.length){if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.setCarriage(this.select.from);this.parent.needUpdate=true}}stopSystemEvent(e);return false}}break;default:break}if(workKey){stopSystemEvent(e)}this.parent.needUpdate=true;return false},onmousedown:function(e){if(null===this.taskRef&&null===this.milestoneRef){return}if(this.inBound(e.x,e.y)){if(!this.parent.pressedButtonRight){var curTime=(new Date).getTime();if(this.doubleMouseClickTime){curTime-=this.doubleMouseClickTime.getTime();this.doubleMouseClickTime=null;if(curTime<kTimeDoubleClicks){this.setCarriage(this.text.length);this.select={from:0,to:this.text.length};this.mouseSelectDirection=1;this.mouseSelectStartPos=0;this.clickTime=new Date;return}}else{if(this.clickTime){if(curTime-this.clickTime.getTime()<kTimeDoubleClicks){this.ondblclick(e);this.clickTime=new Date;return}}}this.updateSelection(e.x+this.carriageLeft);this.mouseSelectStartPos=this.carriage;this.checkUp=true;this.selectMode=true;this.clickCarriage=this.carriage;this.parent.needUpdate=true}}else{if(!this.saveText.length){if(0!==this.text.length)return this.complete();this._removeElement();this.parent._undoManager.flushPop(0)}else{if(this.saveText===this.text&&undefined==this.addMode){this.parent._undoManager.flushPop(0)}else{if(this.addMode&&!this.text.length){this.parent._undoManager.flushPop(0);this._removeElement();this.reset()}else{if(this.taskRef){this.parent._undoManager.updateOperation(0,this.taskRef)}}}}this.reset();this.checkUp=true}},onmouseup:function(e){if(this.selectMode){this.setFont(true);var posX=this.bound.x;if(this.textWidth>=this.bound.w)posX=this.bound.x+this.bound.w-this.textWidth;var pos=this.symbolIndexAt(this.ctx,this.text,e.x-posX+this.carriageLeft);if(undefined!==pos){var oldPos=this.clickCarriage;this.setCarriage(pos);this.select={from:Math.min(oldPos,pos),to:Math.max(oldPos,pos)};this.mouseSelectDirection=0;if(this.mouseSelectStartPos>this.carriage)this.mouseSelectDirection=-1;if(this.mouseSelectStartPos<this.carriage)this.mouseSelectDirection=1}}this.checkUp=false;this.selectMode=false},onmousemove:function(e){if(null===this.taskRef&&null===this.milestoneRef){return false}if(this.selectMode){this.setFont(true);var posX=this.bound.x;if(this.textWidth>=this.bound.w)posX=this.bound.x+this.bound.w-this.textWidth;var select={from:this.select.from,to:this.select.to};var pos=this.symbolIndexAt(this.ctx,this.text,e.x-posX+this.carriageLeft);if(undefined!==pos){var oldPos=this.clickCarriage;this.setCarriage(Math.max(oldPos,pos));this.select={from:Math.min(oldPos,pos),to:Math.max(oldPos,pos)};if(this.select.from<select.from){this.setCarriage(this.select.from);this.select={from:Math.min(oldPos,pos),to:Math.max(oldPos,pos)}}else if(this.select.to>select.to){this.setCarriage(this.select.to);this.select={from:Math.min(oldPos,pos),to:Math.max(oldPos,pos)}}else if(this.select.to===this.select.from){this.select={from:this.carriage,to:this.carriage}}this.parent.needUpdate=true}}return true},ondblclick:function(e){if(this.inBound(e.x,e.y)){this.doubleMouseClickTime=new Date;var posX=this.bound.x;if(this.textWidth>=this.bound.w)posX=this.bound.x+this.bound.w-this.textWidth;this.setFont(true);var pos=this.symbolIndexAt(this.ctx,this.text,e.x-posX+this.carriageLeft);if(undefined!==pos){var sep=this.separateWord(this.text,pos);if(sep){if(this.select.from===sep.from&&this.select.to===sep.to){this.setCarriage(this.text.length);this.select={from:0,to:this.text.length};this.mouseSelectDirection=1;this.mouseSelectStartPos=0}else{this.setCarriage(sep.to);this.select={from:sep.from,to:sep.to};this.mouseSelectDirection=1;this.mouseSelectStartPos=sep.from}}}}},updateSelection:function(x){this.setFont(true);var posX=this.bound.x;if(this.textWidth>=this.bound.w)posX=this.bound.x+this.bound.w-this.textWidth;var pos=this.symbolIndexAt(this.parent.overlayctx,this.text,x-posX);if(undefined!==pos){this.setCarriage(pos);this.select={from:pos,to:pos}}},calculateSelectSpace:function(ctx,s,from,to){if(from===to){return undefined}return{from:ctx.measureText(s.substring(0,from)).width,to:ctx.measureText(s.substring(0,to)).width}},symbolIndexAt:function(ctx,s,x){var length=s.length,i=0,width=0,curW=0,str="",half=0;if(0===length){return undefined}if(x<=0){return 0}if(ctx.measureText(s).width<=x){return length}for(i=0;i<length;++i){str+=s[i];half=curW;curW=ctx.measureText(str).width;half=(curW-half)*.5+half;if(width<=x&&x<=curW){if(x>=half)return i+1;return i}width=curW}return undefined},separateWord:function(s,ind){var separators=" .,<>?;:{}[]~!@#$%^&&*()_+*=-";var i,length=s.length,word="",symbol,from=ind,to=ind+1;if(length){word+=s[ind];if(-1===separators.indexOf(word)){for(i=ind+1;i<length;++i){symbol=s[i];if(-1!==separators.indexOf(symbol)){break}word+=symbol;to++}for(i=ind-1;i>=0;--i){symbol=s[i];if(-1!==separators.indexOf(symbol)){break}word=symbol+word;--from}}}return{word:word,from:from,to:to}},findWord:function(s,ind,direction){var separators=" .,<>?;:{}[]~!@#$%^&&*()_+*=-";var i,length=s.length,next=ind;if(length){if(direction){if(-1===separators.indexOf(s[ind])){for(i=ind;i<length;++i){next=i;if(-1!==separators.indexOf(s[i])){break}}for(i=next;i<length;++i){if(-1===separators.indexOf(s[i])){if(i===length-1)return length;return i}}}else{for(i=ind;i<length;++i){next=i;if(-1===separators.indexOf(s[i])){break}}for(i=next;i<length;++i){if(-1===separators.indexOf(s[i])){if(i===length-1)return length;return i}}}}else{if(ind>0){if(-1!==separators.indexOf(s[ind-1]))--ind}if(-1===separators.indexOf(s[ind])){for(i=ind;i>=0;--i){next=i;if(-1!==separators.indexOf(s[i])){return i+1}}for(i=next;i>=0;--i){if(-1===separators.indexOf(s[i])){return i}}}else{for(i=ind;i>=0;--i){next=i;if(-1===separators.indexOf(s[i])){break}}for(i=next;i>=0;--i){if(-1!==separators.indexOf(s[i])){return i+1}}}return 0}}return length},onpaste:function(e){var length,textPaste;if(e.clipboardData){if(e.clipboardData.types){var i=0,key;while(i<e.clipboardData.types.length){key=e.clipboardData.types[i];if("text/plain"===key){textPaste=e.clipboardData.getData(key);if(textPaste){textPaste=this.formatBuffer(textPaste);if(textPaste.length){if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.carriage=this.select.from}length=this.text.length;this.text=this.text.substring(0,this.carriage)+textPaste+this.text.substring(this.carriage,length);this.setCarriage(this.carriage+textPaste.length)}}}++i}}else{textPaste=e.clipboardData.getData("text/plain");if(textPaste){textPaste=this.formatBuffer(textPaste);if(textPaste.length){if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.carriage=this.select.from}length=this.text.length;this.text=this.text.substring(0,this.carriage)+textPaste+this.text.substring(this.carriage,length);this.setCarriage(this.carriage+textPaste.length)}}}}if(window["clipboardData"]){textPaste=window["clipboardData"]["getData"]("Text");if(textPaste){textPaste=this.formatBuffer(textPaste);if(textPaste.length){if(this.select.from!==this.select.to){this.text=this.text.substring(0,this.select.from)+this.text.substring(this.select.to,this.text.length);this.carriage=this.select.from}length=this.text.length;this.text=this.text.substring(0,this.carriage)+textPaste+this.text.substring(this.carriage,length);this.setCarriage(this.carriage+textPaste.length)}}}},oncopy:function(e){if(this._clipboard){this._clipboard.oncopy(e)}},formatBuffer:function(s){return s.replace(/(\r\n|\n|\r)/gm," ")}};function ScrollBar(ctx,delegate){this.delegate=delegate;this.ctx=ctx;this.position=0;this.thumb=0;this.step=0;this.mouse={x:0,y:0};this.offmouse={x:0,y:0};this.isLBMDown=false;this.store=-1;this.offDown=0;this._value=0;this._focus=true;this.afterNormalize=false}ScrollBar.prototype={init:function(viewY,viewWidth,maxValue,ctxWidth){this.viewWidth=viewWidth;this.viewY=viewY;this._maxValue=maxValue+this.offDown;this.ctxWidth=ctxWidth;this.ctxHeight=this.ctx.canvas.height;this.needRebuild()},refresh:function(){if(0===this._maxValue||this._maxValue-this.viewWidth<1)return;if(this._maxValue-this.viewWidth<this.viewWidth-kUIScrollBarThumbWidth){this.thumb=this.viewWidth-(this._maxValue-this.viewWidth);this.step=1}else{this.thumb=kUIScrollBarThumbWidth;this.step=(this._maxValue-this.viewWidth)/(this.viewWidth-kUIScrollBarThumbWidth)}if(-1!=this.store){this.position=this.store/this.step;this.store=-1}this.ctx.fillStyle=kUIScrollBarBackgroundColor;this.ctx.fillRect(this.ctxWidth-kUIScrollBarWidth-kUIScrollBarIndentWidth,this.viewY,kUIScrollBarWidth,this.ctxHeight-kUIScrollBarWidth*1.5-this.viewY);if(this.isLBMDown&&this._focus)this.ctx.fillStyle=kUIScrollBarThumbPressedColor;else this.ctx.fillStyle=kUIScrollBarThumbColor;this.delegate.painter.roundRect(this.ctx,this.ctxWidth-kUIScrollBarWidth-kUIScrollBarIndentWidth,this.viewY+this.position,kUIScrollBarWidth,this.thumb,2);this.ctx.fill()},value:function(){return this._value},maxValue:function(){return this._maxValue-this.viewWidth},save:function(afterNormalize){this.store=this.position*this.step;this.afterNormalize=afterNormalize},clamp:function(){if(this.step>0){if(this.position>(this._maxValue-this.viewWidth)/this.step){this._normalize()}if(this.delegate)this.delegate.update()}},onmousemove:function(e){if(0!=this._maxValue){if(this.isLBMDown){this.mouse=e;this.mouseChange=true;if(this._focus){this.position+=(this.mouse.y-this.offmouse.y)/this.delegate.itemMargin*this.delegate.itemMargin;this.offmouse.y=this.mouse.y}this._focus=true;this._normalize();var t=this.delegate;this._value=floor2(this.position*this.step/t.itemMargin)*t.itemMargin-kEps;if(this.delegate)this.delegate.update();return true}}return false},onmousedown:function(e){if(0!=this._maxValue&&this.isHit(e)){if(this.mouse.y>=this.viewY+this.position&&this.mouse.y<this.viewY+this.position+this.thumb){this.offmouse.y=this.mouse.y;this.isLBMDown=true;this._focus=true;this.mouseChange=false;var t=this.delegate;this._value=floor2(this.position*this.step/t.itemMargin)*t.itemMargin-kEps;t.update()}return true}return false},onmouseup:function(e){this.isLBMDown=false;this.mouseChange=false;if(0!=this._maxValue&&this.isHit(e)){var t=this.delegate;this._value=floor2(this.position*this.step/t.itemMargin)*t.itemMargin-kEps;t.update();return true}return false},onmousewheel:function(e){if(this._maxValue-this.viewWidth<1)return false;e=e||window["event"];var delta=e["deltaY"]||e["detail"]||e["wheelDelta"];if(e["deltaY"])delta*=-1;if(e["detail"])delta*=-1;var t=this.delegate;if(0!=this._maxValue&&0!=delta){var sign=-delta/Math.abs(delta);if(t.fullscreen){this.position+=sign*kUIScrollBarStepMoveY/this.step}else{var y=floor2((this.position*this.step+sign*t.itemMargin)/t.itemMargin+.5)*t.itemMargin;y=Math.max(y,0);y=Math.min(y,this._maxValue-this.viewWidth);y=floor2(y/t.itemMargin)*t.itemMargin-kEps;this.setWorldValue(y)}this._normalize();t.update();t.offMenus();t.clearPopUp=true;return true}return false},pageMove:function(direction,position){if(direction!==0){if("home"===position){this.position=(this._maxValue-this.viewWidth)/this.step;this._value=this.position*this.step}else if("end"===position){this.position=0;this._value=0}else{this.position=this.calculatePageMove(direction);this._value=this.position*this.step;this._normalize()}if(this.delegate)this.delegate.update()}},calculatePageMove:function(direction){var pageSy=this.viewWidth/(this._maxValue-this.viewWidth);return this.position-direction/Math.abs(direction)*pageSy*(this._maxValue-this.viewWidth)/this.step},forwardMoveY:function(Y){if(this.step>0){this.position-=Y/this.step;this._normalize();var t=this.delegate;this._value=this.position*this.step;t.update()}else{this.position=0;this._value=0}},setWorldValue:function(X,maxnormalize){if(this.step>0){this.position=X/this.step;this._normalize(maxnormalize);var t=this.delegate;this._value=this.position*this.step}else{this.position=0;this._value=0}},setTopPos:function(){this.position=0;this._value=0},isHit:function(e){this.mouse=e;return this.mouse.x>=this.ctxWidth-kUIScrollBarWidth-kUIScrollBarIndentWidth*2&&this.mouse.x<this.ctxWidth},needRebuild:function(){if(-1!=this.store){if(0==this._maxValue||this._maxValue-this.viewWidth<1){this.position=0;this._value=0;this.store=-1;return}if(this._maxValue-this.viewWidth<this.viewWidth-kUIScrollBarThumbWidth){this.thumb=this.viewWidth-(this._maxValue-this.viewWidth);this.step=1}else{this.thumb=kUIScrollBarThumbWidth;this.step=(this._maxValue-this.viewWidth)/(this.viewWidth-kUIScrollBarThumbWidth)}this.position=this.store/this.step;this._value=this.position*this.step;this._normalize();this.store=-1}},setOffDown:function(x){this.offDown=x},focus:function(fc){this._focus=fc},_normalize:function(maxnormalize){this.position=Math.max(this.position,0);if(maxnormalize&&this.position>(this._maxValue-this.viewWidth)/this.step){var maxVal=floor2(this.maxValue()/this.delegate.itemMargin)*this.delegate.itemMargin;this.forwardMoveY(maxVal-kEps)}else{this.position=Math.min(this.position,(this._maxValue-this.viewWidth)/this.step);this._value=this.position*this.step;if(this.afterNormalize){this._value=floor2((this._value+kEps)/this.delegate.itemMargin)*this.delegate.itemMargin-kEps;this.position=this._value/this.step;this.afterNormalize=false}}if(this._maxValue<this.viewWidth){this.position=0;this._value=0}}};function BottomScrollBar(ctx,delegate){this.delegate=delegate;this.ctx=ctx;this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;this.begin=0;this.end=0;this.anchor=0;this.mouse={x:0,y:0};this.offmouse={x:0,y:0};this.isLBMDown=false}BottomScrollBar.prototype={updateThumb:function(obj,width,height){this.begin=obj.begin;this.end=obj.end;this.ctxWidth=width-kUIScrollBarWidth*2;this.ctxHeight=height;this.leftX=this.delegate.visibleLeft+2},refresh:function(){if(this.ctxWidth-this.leftX<kUIScrollBarMinWidthShowControl){return}if(this.begin<this.end){this.ctx.fillStyle=kUIScrollBarBackgroundColor;this.ctx.fillRect(0,this.ctxHeight-(kUIScrollBarWidth+kUIScrollBarIndentWidth),this.ctxWidth,kUIScrollBarWidth);if(this.isLBMDown){this.ctx.fillStyle=kUIScrollBarThumbPressedColor}else{this.ctx.fillStyle=kUIScrollBarThumbColor}var cWidth=this.regionSize();var thumbW=cWidth*(this.end-this.begin);var thumbX=this.leftX+cWidth*this.begin;if(thumbW<kUIScrollBarThumbMinWidth){thumbW=kUIScrollBarThumbMinWidth;var cX=(this.end+this.begin)*.5;cX=.5+(cX-.5)*(1+(this.end-this.begin));thumbX=this.leftX+(cWidth-thumbW)*cX}this.delegate.painter.roundRect(this.ctx,thumbX,this.ctxHeight-(kUIScrollBarWidth+kUIScrollBarIndentWidth),thumbW,kUIScrollBarWidth,2);this.ctx.fill()}},onmousemove:function(e){if(0!=this._maxValue){if(this.isLBMDown){this.mouse=e;var t=this.delegate,oneHourInPixels,pos,fx,dx,leftHours,duration,timeCur,fraction,cWidth,thumbW,thumbX,cX,maxPos,minPos;if(t){t.animator.stop();duration=t.zoomBar.duration;timeCur=t.zoomBar.timeCur;fraction=t.zoomBar.fraction;oneHourInPixels=t.timeScale.hourInPixels/t.timeScale.scaleX;leftHours=this.leftX/oneHourInPixels;cWidth=this.regionSize();thumbW=cWidth*(this.end-this.begin);thumbX=this.leftX+cWidth*this.begin;if(thumbW<kUIScrollBarThumbMinWidth){thumbW=kUIScrollBarThumbMinWidth;cX=(this.end+this.begin)*.5;cX=.5+(cX-.5)*(1+(this.end-this.begin));thumbX=this.leftX+(cWidth-thumbW)*cX;pos=(this.mouse.x-this.anchor-this.leftX)/(cWidth-thumbW);maxPos=t.zoomBar.maxPos();minPos=t.zoomBar.minPos();t.offsetX=pos*(maxPos-minPos)+minPos;t.offsetX=Math.max(t.offsetX,maxPos);t.offsetX=Math.min(t.offsetX,minPos)}else{pos=(this.mouse.x-this.anchor-this.leftX)/cWidth;fx=fraction-pos;dx=Math.max(Math.min(fx,fraction)*duration,(t.zoomBar.bandwidth/t.zoomBar.regionSize()-1+fraction)*duration)+leftHours;t.offsetX=dx*oneHourInPixels/t.timeScale.hourInPixels}t.zoomBar.needRepaint();t.updateWithStrafe();return true}}}return false},onmousedown:function(e){if(this.ctxWidth-this.leftX<kUIScrollBarMinWidthShowControl){return false}if(this.begin<this.end&&this.isHit(e)){var cWidth=this.regionSize();var thumbW=cWidth*(this.end-this.begin);var thumbX=this.leftX+cWidth*this.begin;if(thumbW<kUIScrollBarThumbMinWidth){thumbW=kUIScrollBarThumbMinWidth;var cX=(this.end+this.begin)*.5;cX=.5+(cX-.5)*(1+(this.end-this.begin));thumbX=this.leftX+(cWidth-thumbW)*cX}this.isLBMDown=true;this.anchor=this.mouse.x-thumbX;this.delegate.offMenus();this.delegate.updateData();return true}return false},onmouseup:function(e){this.isLBMDown=false},onmousewheel:function(e){return this.delegate.onmousewheel(e)},isHit:function(e){if(this.ctxWidth-this.leftX<kUIScrollBarMinWidthShowControl){return false}this.mouse=e;if(this.mouse.y>=this.ctxHeight-kUIScrollBarWidth-kUIScrollBarIndentWidth*2&&this.mouse.y<this.ctxHeight&&this.begin<this.end){var cWidth=this.regionSize();var thumbW=cWidth*(this.end-this.begin);var thumbX=this.leftX+cWidth*this.begin;if(thumbW<kUIScrollBarThumbMinWidth){thumbW=kUIScrollBarThumbMinWidth;var cX=(this.end+this.begin)*.5;cX=.5+(cX-.5)*(1+(this.end-this.begin));thumbX=this.leftX+(cWidth-thumbW)*cX}return this.mouse.x>thumbX&&this.mouse.x<thumbX+thumbW}return false},regionSize:function(){return this.ctxWidth-this.leftX}};function BaseEditBox(delegate){this.delegate=delegate;this.element=null;this.anchor={p:undefined,m:undefined,t:undefined};this.viewUpdate=true;this.ref=null;this.baseText="";this.enable=false}BaseEditBox.prototype={create:function(parent){this.element=document.createElement("input");if(this.element){this.element.id="editControl";this.element.type="text";this.element.value="";this.element.style.position="absolute";this.element.style.backgroundColor="white";this.element.style.width="100px";this.element.style.height="20px";this.element.style.border="solid";this.element.style.borderColor="#CCCCCC";this.element.style.borderWidth="1px";this.element.style.outline="none";this.show(false);var t=this;this.element.onkeypress=function(e){e=window.event||e;var keyCode=e.keyCode?e.keyCode:e.which?e.which:e.charCode;this.counter=0;var titleNorm,text;switch(keyCode){case 13:text=this.value.replace(/^\s+/,"").replace(/\s+$/,"");if(text.length>kMaxTitleSymbolsCount){text=text.substring(0,kMaxTitleSymbolsCount)}if(t.baseText.length&&!text.length){text=t.baseText}var ref=null;if(t.ref){ref=t.ref;t.ref._title=text;t.ref.isInEditMode=false;t.ref.update();t.ref=null}if(!text.length){t.delegate._undoManager.flushPop(0)}else{if(t.baseText===text){t.delegate._undoManager.flushPop(0)}else{t.delegate._undoManager.updateOperation(0,ref)}}t.close();t.delegate.updateData();return false}return true};this.element.onkeydown=function(e){e=window.event||e;var keyCode=e.keyCode?e.keyCode:e.which?e.which:e.charCode;var titleNorm,text;switch(keyCode){case 27:{t.delegate._undoManager.flushPop(0);t.close();t.delegate.updateData();return false}break;case 13:{text=this.value.replace(/^\s+/,"").replace(/\s+$/,"");if(text.length>kMaxTitleSymbolsCount){text=text.substring(0,kMaxTitleSymbolsCount)}if(t.baseText.length&&!text.length){text=t.baseText}var ref=null;if(t.ref){ref=t.ref;t.ref._title=text;t.ref.isInEditMode=false;t.ref.update();t.ref=null}if(!text.length){t.delegate._undoManager.flushPop(0)}else{if(t.baseText===text){t.delegate._undoManager.flushPop(0)}else{t.delegate._undoManager.updateOperation(0,ref)}}t.close();t.delegate.updateData();return false}}return true};if(parent)parent.appendChild(this.element);else document.body.appendChild(this.element)}},updateDefaults:function(){},setValue:function(s){if(this.element){this.baseText=s}},setReference:function(reference,p,m,t){this.ref=reference;this.anchor={p:p,m:m,t:t};this.enable=this.anchor.p!==undefined||this.anchor.m!==undefined||this.anchor.t!==undefined},setBoldText:function(flag){},updateInnerValue:function(){if(this.element){this.element.value="";this.element.value=this.baseText;this.element.focus();this.element.selectionStart=this.element.selectionEnd=this.element.value.length}},show:function(flag){if(flag){if(""!==this.element.style.display){this.element.style.overflow="";this.element.style.zIndex=1e3;this.element.style.display="";this.updateInnerValue()}}else{if("none"!==this.element.style.display){this.element.style.display="none";this.element.style.overflow="hidden";this.element.style.zIndex=-1e3}}},close:function(){this.delegate.updateData();if(this.ref){this.delegate._undoManager.flushPop(0);this.ref=null}this.anchor={p:undefined,m:undefined,t:undefined};this.enable=false;this.show(false)},isEnable:function(){return this.enable},inBound:function(e){return this.enable&&this.element.style.left<=e.clientX&&this.element.style.left+this.element.style.width>=e.clientX},isValidAnchor:function(p,m,t){return p===this.anchor.p&&m===this.anchor.m&&t===this.anchor.t}};function numberOfValidTasks(tasks){if(0==tasks.length){return" (0/0)"}var complete=0,filter=0;for(var i=tasks.length-1;i>=0;--i){if(tasks[i].filter){continue}if(kElementCompleted===tasks[i]._status){++complete}++filter}return" ("+complete+"/"+filter+")"}function taskResponsibles(element,noresponsible){if(null===element._responsibles){return""}var count=element._responsibles.length;if(count){if(count>1){return window["Gantt"]["Localize_strings"]["responsibles"]["format"](count)}return window["Encoder"]["htmlDecode"](element._responsibles[0]["displayName"])}return noresponsible}function milestoneResponsibles(element,noresponsible){var src=element._responsibles;if(src){return window["Encoder"]["htmlDecode"](src["displayName"])}return noresponsible}function taskFill(task,milestone){if(kElementCompleted===task._status){return kLPCompleteColor}else{if(task.endFail&&milestone===-1){return kLPNormalColor}if(task.endTime<=0&&(!task.endFail||milestone!==-1)){return kLPOverdueColor}}return kLPNormalColor}function milestoneFill(milestone){if(1===milestone._status){return kLPCompleteColor}if(milestone.endTime<=0){return kLPOverdueColor}return kLPNormalColor}function formatTime(date,isTeamlabTime){if(isTeamlabTime){return Teamlab["getDisplayDate"](date)}return date.toLocaleDateString()}function LeftPanel(timeline,base,model){this.base=base;this.el=undefined;this.elInner=undefined;this.model=model;this.timeline=timeline;this.controller=undefined;this.header=undefined;this.btnPrj=undefined;this.btnFlds=undefined;this.splitter=undefined;this.splitterLine=undefined;this.fontH1="normal 16px Semibold, sans-serif";this.textMeasurer=new TextMeasurer}LeftPanel.prototype={collection:{elements:[],cache:[],metrics:[],indexer:[]},select:{p:undefined,t:undefined,m:undefined},hit:{p:undefined,t:undefined,m:undefined},width:250,maxWidth:250,elementsCount:50,distanceBetweenCells:10,paddingLeftCellContent:-7,hiddenCellsCtr:5+21+5+21,rows:[{name:"Name",enable:true,minWidth:265,el:null,posX:0,isHidden:false,translate:"Name"},{name:"Responsibility",enable:true,minWidth:140,el:document.createElement("div"),posX:0,isHidden:false,translate:"Responsible(-s)"},{name:"BeginDate",enable:false,minWidth:95,el:document.createElement("div"),posX:0,isHidden:false,translate:"Begin Date"},{name:"EndDate",enable:false,minWidth:95,el:document.createElement("div"),posX:0,isHidden:false,translate:"End Date"},{name:"Status",enable:false,minWidth:60,el:document.createElement("div"),posX:0,isHidden:false,translate:"Status"},{name:"Priority",enable:false,minWidth:65,el:document.createElement("div"),posX:0,isHidden:false,translate:"Priotity"}],visibleRows:[],_cacheHeightPanel:-1,disableMode:false,init:function(controller){var inner=this;var t=this.timeline;this.controller=controller;function handlerWheel(e){inner.hit=undefined;if(inner.timeline.editBox.isEnable()){inner.highlightElement(inner.timeline.editBox.p,-1===inner.timeline.editBox.m?undefined:inner.timeline.editBox.m,-1===inner.timeline.editBox.t?undefined:inner.timeline.editBox.t)}t.onmousewheel(e);return true}if(this.base){this.el=document.createElement("div");if(this.el){this.fontH1=this.textMeasurer.readStyleValue("line-project","font");this.el.className="left-panel";this.base.appendChild(this.el);this.elInner=document.createElement("div");this.elInner.style.width="100%";this.elInner.style.height="100%";this.elInner.style.position="absolute";this.el.appendChild(this.elInner);this.el.onmouseout=function(){t.leftPanelController().getPanel().clearHighlightElement()};this.el.onmousewheel=function(e){inner.hit=undefined;if(inner.timeline.editBox.isEnable()){inner.highlightElement(inner.timeline.editBox.p,-1===inner.timeline.editBox.m?undefined:inner.timeline.editBox.m,-1===inner.timeline.editBox.t?undefined:inner.timeline.editBox.t)}t.onmousewheel(e);return true};this.el.addEventListener("MozMousePixelScroll",function(e){handlerWheel(e)},false);this.elInner.oncontextmenu=function(){return false};this.buildHeader(this.base);this.buildSplitter(this.el);this.buildCollection();this.calcRowsWidth();this.addRowAvailable(undefined);this.editBox=new BaseEditBox(this.timeline);this.editBox.create(this.elInner)}}},calcRowsWidth:function(){this.noResponsible=window["Gantt"]["Localize_strings"]["noResponsible"];this.rows[1].minWidth=Math.max(140,this.distanceBetweenCells+this.textMeasurer.width(window["Gantt"]["Localize_strings"]["responsibles2"]||"Responsible(-s)","row-tab"));this.rows[2].minWidth=Math.max(95,this.distanceBetweenCells+this.textMeasurer.width(window["Gantt"]["Localize_strings"]["beginDate"]||"Begin Date","row-tab"));this.rows[3].minWidth=Math.max(95,this.distanceBetweenCells+this.textMeasurer.width(window["Gantt"]["Localize_strings"]["endDate"]||"End Date","row-tab"));this.rows[4].minWidth=Math.max(60,this.distanceBetweenCells+this.textMeasurer.width(window["Gantt"]["Localize_strings"]["status"]||"Status","row-tab"));this.rows[5].minWidth=Math.max(65,this.distanceBetweenCells+this.textMeasurer.width(window["Gantt"]["Localize_strings"]["priotity"]||"Priotity","row-tab"));this.textMeasurer.clear()},setHeight:function(height){if(this.el){if(this._cacheHeightPanel!=height){this._cacheHeightPanel=height;this.el.style.height=height-kTimeLineItemMargin*2-1+"px"}}},buildHeader:function(parent){var inner=this;var header=document.createElement("div");if(header){header.oncontextmenu=function(){return false};header.className="header-element";parent.appendChild(header);var fakeAbsolute=document.createElement("div");fakeAbsolute.style.cssText="height:100%; width:100%;position:absolute;";header.appendChild(fakeAbsolute);header=fakeAbsolute;var fakeRelative=document.createElement("div");fakeRelative.style.cssText="height:100%; width:100%;overflow:hidden;position:relative;background:#D3D3D3;border-right: 1px solid #CCCCCC;";header.appendChild(fakeRelative);header=fakeRelative;var downPlane=document.createElement("div");downPlane.className="header-element-down";header.appendChild(downPlane);var inControl=false,t=this.timeline,captureRow={};for(var i=1;i<this.rows.length;++i){this.rows[i].el.className="row-tab";this.rows[i].el.style.top=kTimeLineItemMargin-4+"px";header.appendChild(this.rows[i].el);var txtBtn=document.createElement("div");txtBtn.className="cell-text-button";this.rows[i].el.appendChild(txtBtn);var clsBtn=document.createElement("div");clsBtn.className="cell-close-button";this.rows[i].el.appendChild(clsBtn);txtBtn.onmousedown=function(e){var index=i;return function(e){inControl=true;captureRow=undefined;inner.closeEditing();var mouseX=e.clientX-t.ctx.canvas.offsetLeft;var left=inner.rows[0].minWidth;for(var i=0;i<inner.visibleRows.length;++i){if(mouseX>=left&&mouseX<=left+inner.visibleRows[i].width){captureRow={};captureRow.index=i;captureRow.name=inner.visibleRows[i].name;break}left+=inner.visibleRows[i].width}if(!captureRow)return false;document.onmousemove=function(e){var i=0,rowW=1e3,cx=0;var mouseX=e.clientX-t.ctx.canvas.offsetLeft;var left=inner.rows[0].minWidth;for(i=0;i<inner.visibleRows.length;++i){if(inner.getRowWithName(inner.visibleRows[i].name).isHidden)break;rowW=Math.min(rowW,inner.visibleRows[i].width)}for(i=0;i<inner.visibleRows.length;++i){if(inner.getRowWithName(inner.visibleRows[i].name).isHidden)break;cx=left+inner.visibleRows[i].width*.5;if(mouseX>=cx-rowW*.5&&mouseX<=cx+rowW*.5){if(captureRow.name!==inner.visibleRows[i].name){var elements=[];var element=inner.visibleRows[i].name;for(var k=0;k<inner.visibleRows.length;++k){elements.push(inner.visibleRows[k].name)}elements[captureRow.index]=element;elements[i]=captureRow.name;captureRow.index=i;var visibleRows=inner.getVisibleRows();inner.visibleRows=[];for(var m=0;m<elements.length;++m){inner.addRowAvailable(elements[m])}inner.showHiddenRows(visibleRows);inner.rebuildContent(undefined);if(inner.controller["onfieldsfilter"])inner.controller["onfieldsfilter"](e,true,0,0,inner.getAvailableRows());break}}left+=inner.visibleRows[i].width}};document.onmouseup=function(e){if(inControl){inner.rebuildContent(undefined);if(inner.controller["onfieldsfilter"]){inner.controller["onfieldsfilter"](e,true,0,0,inner.getHiddenRows(),inner.getVisibleRows())}document.onmousemove=function(e){t.onmousemove(e)};document.onmouseup=function(e){t.onmouseup(e)}}};return true}}(i);txtBtn.onmouseup=function(e){var index=i;return function(e){inControl=true;if(inner.controller["onfieldsfilter"])inner.controller["onfieldsfilter"](e,true,0,0,inner.getAvailableRows());document.onmousemove=function(e){t.onmousemove(e)};document.onmouseup=function(e){t.onmouseup(e)};return true}}(i);clsBtn.onclick=function(e){var index=i;return function(){var cells=inner.getVisibleRows(inner.rows[index].name);inner.closeEditing();inner.deleteAvailableRow(inner.rows[index].name);inner.showHiddenRows(cells);inner.rebuildContent(undefined);if(inner.controller["onfieldsfilter"])inner.controller["onfieldsfilter"](e,true,0,0,inner.getAvailableRows());return true}}(i)}this.pX=0;this.pY=0;this.pfX=0;this.pfY=0;var btnPrj=document.createElement("div");if(btnPrj){btnPrj.id="gantt-filter-projects";btnPrj.className="filter-projects";fakeAbsolute.appendChild(btnPrj);var btnFlds=document.createElement("div");if(btnFlds){btnFlds.id="gantt-filter-fields";btnFlds.className="filter-fields";btnFlds.style.top=kTimeLineItemMargin-4+"px";fakeAbsolute.appendChild(btnFlds);btnFlds.onclick=function(e){inner.closeEditing();if(!inner.disableMode){var bounds=inner.btnFlds.getBoundingClientRect();if(inner.controller["onfieldsfilter"]){inner.controller["onfieldsfilter"](e,false,bounds.left+bounds.width,bounds.top+bounds.height,inner.getAvailableRows())}}return true};var btnFldsFake=document.createElement("div");if(btnFldsFake){btnFldsFake.className="filter-fields";btnFldsFake.style.top=kTimeLineItemMargin-4+"px";header.appendChild(btnFldsFake)}this.pX=btnPrj.offsetLeft+btnPrj.offsetWidth+this.timeline.ctx.canvas.offsetLeft;this.pY=btnPrj.offsetTop+btnPrj.offsetHeight+this.timeline.ctx.canvas.offsetTop;this.pfX=btnFlds.offsetLeft+btnFlds.offsetWidth+this.timeline.ctx.canvas.offsetLeft;this.pfY=btnFlds.offsetTop+btnFlds.offsetHeight+this.timeline.ctx.canvas.offsetTop}var btnHiddenFlds=document.createElement("div");if(btnHiddenFlds){btnHiddenFlds.id="gantt-filter-hidden-fields";btnHiddenFlds.className="filter-hidden-fields";btnHiddenFlds.style.top=kTimeLineItemMargin-4+"px";btnHiddenFlds.style.display="none";fakeAbsolute.appendChild(btnHiddenFlds);btnHiddenFlds.onclick=function(e){inner.closeEditing();if(inner.controller["onhiddenfieldsfilter"]){inner.controller["onhiddenfieldsfilter"](e,false,inner.pfHX,inner.pfHY,inner.getHiddenRows(),inner.getVisibleRows())}return true};this.pHX=btnPrj.offsetLeft+btnPrj.offsetWidth*2+this.timeline.ctx.canvas.offsetLeft;this.pHY=btnPrj.offsetTop+btnPrj.offsetHeight+this.timeline.ctx.canvas.offsetTop;this.pfHX=btnFlds.offsetLeft+btnFlds.offsetWidth+this.timeline.ctx.canvas.offsetLeft;this.pfHY=btnFlds.offsetTop+btnFlds.offsetHeight+this.timeline.ctx.canvas.offsetTop}}this.header=header;this.btnPrj=btnPrj;this.btnFlds=btnFlds;this.btnFldsFake=btnFldsFake;this.btnHiddenFlds=btnHiddenFlds}},buildCollection:function(){var inner=this,clicks=0,line=null;for(var i=0;i<this.elementsCount;++i){line=document.createElement("div");if(line){line.style.top=(kTimeLineItemMargin*i|0)+"px";line.style.height=kTimeLineItemMargin-1+"px";line.className="line-element";this.appendNameField(i,line);this.appendCounterField(i,line);this.appendResponsiblesField(i,line);this.appendBeginDateField(i,line);this.appendEndDateField(i,line);this.appendStatusField(i,line);this.appendPriorityField(i,line);this.appendCollapseButtons(i,line);this.appendDragElements(i,line);this.elInner.appendChild(line);this.collection.elements.push(line);line.onmouseover=function(e){var index=i;return function(e){return inner.hitLine(e,inner,index)}}(i);line.onmouseout=function(e){var index=i;return function(e){if(inner.editBox.isEnable()){return true}var targ=targetSystemEvent(e);if(targ.className!=="line-element"){targ=targ.parentNode}targ.style.background="#F3F3F3";inner.hit=undefined;return true}}(i);line.onclick=function(e){if(inner.editBox.isEnable()){inner.closeEditing();return true}return false};line.onmouseup=function(e){var index=i;var self=line;return function(e){if(2===e.button){stopSystemEvent(e);if(inner.timeline.editBox.isEnable()){inner.timeline.editBox.cancel()}inner.closeEditing();inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index};inner.controller.showElementMenu(e,inner.select,self)}}}(i)}}},buildSplitter:function(parent){var splitterFake=document.createElement("div");if(splitterFake){splitterFake.className="gantt-splitter-fake";parent.appendChild(splitterFake);var splitter=document.createElement("div");if(splitter){splitter.className="gantt-splitter";parent.appendChild(splitter);var t=this.timeline,inner=this,inControl=false,showCells=false,updateCells=false,anchor=0,mouseX=0,leftSide=0,spliterWideWidth="584px",spliterWidth=16;splitter.onmousemove=function(e){inner.clearHighlightElement()};splitter.onmousedown=function(e){if(0===inner.visibleRows.length)return;mouseX=e.clientX;inControl=true;anchor=mouseX-splitter.getBoundingClientRect().left;stopSystemEvent(e);if(0===inner.visibleRows.length){return}document.onmousemove=function(e){if(mouseX==e.clientX)return;mouseX=e.clientX;if(!showCells){inner.clearHighlightElement();var left=inner.rows[0].minWidth;for(var m=0;m<inner.visibleRows.length;++m){inner.hideVisibleRow(inner.visibleRows[m].name,true);left+=inner.visibleRows[m].width+inner.distanceBetweenCells}inner.btnFldsFake.style.left=left-4+"px";inner.btnHiddenFlds.style.display="none";inner.rebuildContent(undefined);showCells=true}updateCells=true;var value=Math.min(Math.max(mouseX-anchor-8,inner.rows[0].minWidth),inner.maxWidth);splitter.style.left=value-250-50+"px";splitter.style.width=spliterWideWidth;inner.el.style.width=value+"px";inner.header.style.width=value+"px";inner.width=value;inner.btnFlds.style.display="none";inner.clearHighlightElement();t.needUpdate=true};document.onmouseup=function(e){if(inControl){if(updateCells){var left=inner.rows[0].minWidth;var value=Math.min(Math.max(e.clientX,left),inner.maxWidth);var width=left,old=left;var i=0,j=0,showAll=true;for(;i<inner.visibleRows.length;++i){old=width;width+=inner.visibleRows[i].width+inner.distanceBetweenCells;if(value>=old&&value<width){value=old;showAll=false;break}if(i+1===inner.visibleRows.length){if(value>width-inner.distanceBetweenCells){value=inner.maxWidth}}}for(;j<inner.visibleRows.length;++j){inner.hideVisibleRow(inner.visibleRows[j].name,j<i)}if(!showAll){value+=inner.hiddenCellsCtr;inner.btnHiddenFlds.style.display="";inner.btnHiddenFlds.style.left=value-inner.btnFlds.offsetWidth-59+"px"}splitter.style.left=value-250+"px";splitter.style.width=spliterWideWidth;inner.el.style.width=value+"px";inner.header.style.width=value+"px";inner.width=value;inner.btnFlds.style.left=inner.width-inner.btnFlds.offsetWidth-34+"px";inner.btnFldsFake.style.left=inner.btnFlds.style.left;inner.pfX=inner.btnFlds.offsetLeft+inner.btnFlds.offsetWidth+inner.timeline.ctx.canvas.offsetLeft;inner.pfY=inner.btnFlds.offsetTop+inner.btnFlds.offsetHeight+inner.timeline.ctx.canvas.offsetTop;inner.pfHX=inner.btnHiddenFlds.offsetLeft+inner.btnHiddenFlds.offsetWidth+inner.timeline.ctx.canvas.offsetLeft;inner.pfHY=inner.btnHiddenFlds.offsetTop+inner.btnHiddenFlds.offsetHeight+inner.timeline.ctx.canvas.offsetTop;t.needUpdate=true;var c=parseInt(splitter.style.left.replace("px",""))+parseInt(splitter.style.width.replace("px",""))*.5;splitter.style.left=value-spliterWidth+"px";splitter.style.width=spliterWidth+"px";inner.rebuildContent(undefined);if(inner.controller["onhiddenfieldsfilter"]){inner.controller["onhiddenfieldsfilter"](e,true,0,0,inner.getHiddenRows(),inner.getVisibleRows())}inner.btnFlds.style.display="";showCells=false;inControl=false}updateCells=false;document.onmousemove=function(e){t.onmousemove(e)};document.onmouseup=function(e){t.onmouseup(e)}}}};splitter.onmouseup=function(e){if(inControl){if(updateCells){var left=inner.rows[0].minWidth;var value=Math.min(Math.max(e.clientX-leftSide,left),inner.maxWidth);var width=left,old=left;var i=0,j=0,showAll=true;for(;i<inner.visibleRows.length;++i){old=width;width+=inner.visibleRows[i].width+inner.distanceBetweenCells;if(value>=old&&value<width){value=old;showAll=false;break}if(i+1===inner.visibleRows.length){if(value>width-inner.distanceBetweenCells){value=inner.maxWidth}}}for(;j<inner.visibleRows.length;++j){inner.hideVisibleRow(inner.visibleRows[j].name,j<i)}if(!showAll){value+=inner.hiddenCellsCtr;inner.btnHiddenFlds.style.display="";inner.btnHiddenFlds.style.left=value-inner.btnFlds.offsetWidth-59+"px"}splitter.style.left=value-250+"px";splitter.style.width=spliterWideWidth;inner.el.style.width=value+"px";inner.header.style.width=value+"px";inner.width=value;inner.btnFlds.style.left=inner.width-inner.btnFlds.offsetWidth-34+"px";inner.btnFldsFake.style.left=inner.width-inner.btnFlds.offsetWidth-34+"px";inner.pfX=inner.btnFlds.offsetLeft+inner.btnFlds.offsetWidth+inner.timeline.ctx.canvas.offsetLeft;inner.pfY=inner.btnFlds.offsetTop+inner.btnFlds.offsetHeight+inner.timeline.ctx.canvas.offsetTop;inner.pfHX=inner.btnHiddenFlds.offsetLeft+inner.btnHiddenFlds.offsetWidth+inner.timeline.ctx.canvas.offsetLeft;inner.pfHY=inner.btnHiddenFlds.offsetTop+inner.btnHiddenFlds.offsetHeight+inner.timeline.ctx.canvas.offsetTop;t.needUpdate=true;var c=parseInt(splitter.style.left.replace("px",""))+parseInt(splitter.style.width.replace("px",""))*.5;splitter.style.left=value-spliterWidth+"px";splitter.style.width=spliterWidth+"px";inner.rebuildContent(undefined);if(inner.controller["onhiddenfieldsfilter"]){inner.controller["onhiddenfieldsfilter"](e,true,0,0,inner.getHiddenRows(),inner.getVisibleRows())}inner.btnFlds.style.display="";showCells=false;inControl=false}updateCells=false;document.onmousemove=function(e){t.onmousemove(e)};document.onmouseup=function(e){t.onmouseup(e)}}};this.splitter=splitter;this.splitterFake=splitterFake}}},appendNameField:function(i,parent){var inner=this,clicks=0;function DoEditTitle(index){inner.closeEditing();inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index};inner.showEditBox(inner)}function DoCenteringElement(index){inner.closeEditing();if(inner.collection.indexer[index].freeTasks)return;inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index};inner.controller.elementCentering(inner.select)}function SingleClick(e,index){return DoCenteringElement(index)}function DoubleClick(e,index){return DoEditTitle(index)}var element=document.createElement("span");if(element){element.className="name-column";parent.appendChild(element);element.ondblclick=function(e){var index=i;return function(e){if(undefined!==inner.collection.indexer[index].p&&undefined===inner.collection.indexer[index].m&&undefined===inner.collection.indexer[index].t){var project_id=inner.timeline.storage.p[inner.collection.indexer[index].p].id();stopSystemEvent(e);window.open("tasks.aspx?prjID="+project_id);return true}clicks=2;return DoubleClick.call(this,e,index)}}(i);element.onclick=function(e){var index=i;return function(e){var that=this;setTimeout(function(){var dblclick=clicks;if(dblclick>0){clicks=dblclick-1}else{SingleClick.call(that,e,index)}},300)}}(i);element.onmousemove=function(e){var index=i;return function(e){return inner.hitLine(e,inner,index)}}(i)}},appendCounterField:function(i,parent){var inner=this;var clicks=0;var element=document.createElement("span");if(element){element.className="name-column-counter";parent.appendChild(element)}},appendResponsiblesField:function(i,parent){var inner=this;var clicks=0;var element=document.createElement("span");if(element){element.className="name-column-resp";parent.appendChild(element);element.onclick=function(e){var index=i;return function(e){stopSystemEvent(e);if(inner.timeline.editBox.isEnable()){return}inner.closeEditing();inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index};inner.controller.changeResponsibles(e,inner.select,targetSystemEvent(e))}}(i)}},appendBeginDateField:function(i,parent){var inner=this;var clicks=0;var element=document.createElement("span");if(element){element.className="name-column-begin-date";parent.appendChild(element);element.onclick=function(e){var index=i;return function(e){stopSystemEvent(e);if(inner.timeline.editBox.isEnable()){return}inner.closeEditing();inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index};inner.controller.changeTimes(e,inner.select,targetSystemEvent(e),false)}}(i)}},appendEndDateField:function(i,parent){var inner=this;var clicks=0;var element=document.createElement("span");if(element){element.className="name-column-end-date";parent.appendChild(element);element.onclick=function(e){var index=i;return function(e){stopSystemEvent(e);if(inner.timeline.editBox.isEnable()){return}inner.closeEditing();inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index};inner.controller.changeTimes(e,inner.select,targetSystemEvent(e),true)}}(i)}},appendStatusField:function(i,parent){var inner=this;var clicks=0;var element=document.createElement("span");if(element){element.className="name-column-status";parent.appendChild(element);element.onclick=function(e){var index=i;return function(e){stopSystemEvent(e);if(inner.timeline.editBox.isEnable()){return}inner.closeEditing();inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index};inner.controller.changeStatus(e,inner.select,targetSystemEvent(e))}}(i)}},appendPriorityField:function(i,parent){var inner=this;var clicks=0;var element=document.createElement("span");if(element){element.className="name-column-priority";parent.appendChild(element)}},appendCollapseButtons:function(i,parent){var inner=this;var clicks=0;var element=document.createElement("div");if(element){element.className="button-colapse-open";parent.appendChild(element);element.onclick=function(e){var index=i;return function(e){stopSystemEvent(e);inner.closeEditing();inner.select={p:inner.collection.indexer[index].p,m:inner.collection.indexer[index].m,t:inner.collection.indexer[index].t,line:index,freeTasks:inner.collection.indexer[index].freeTasks};inner.controller.collapseElement(e,inner.select)}}(i)}},appendDragElements:function(i,parent){var t=this.timeline,inner=this,clicks=0,parentDom=parent,anchor={},dragInd={},dragTo={},dragNode=undefined,fakeBkg=null;var element=document.createElement("div");if(element){element.className="button-drag-drop";parent.appendChild(element);element.onmousedown=function(e){var index=i;var parentNode=parent;return function(e){stopSystemEvent(e);var offsets=parentNode.getBoundingClientRect();anchor.X=e.clientX-offsets.left;anchor.Y=e.clientY-offsets.top;dragNode=parentNode.cloneNode(true);if(dragNode){dragNode.className="element-drag-drop";dragNode.style.background="";dragNode.style.zIndex="1000";dragNode.style.width=inner.rows[0].minWidth+"px";dragNode.style.left=-anchor.X+e.clientX+"px";dragNode.style.top=-anchor.Y+e.clientY+"px";for(var i=1;i<dragNode.childNodes.length-1;++i){dragNode.childNodes[i].style.display="none"}if(document.body.appendChild(dragNode)){document.body.style.overflow="hidden";fakeBkg=document.createElement("div");if(fakeBkg){fakeBkg.style.zIndex="990";fakeBkg.style.position="absolute";fakeBkg.style.background="transparent";fakeBkg.style.left="0";fakeBkg.style.top="0";fakeBkg.style.width="100%";fakeBkg.style.height="100%";fakeBkg.style.cursor="pointer";document.body.appendChild(fakeBkg)}if("onmousewheel"in document){fakeBkg.onmousewheel=function(e){t.onmousewheel(e);return true};dragNode.onmousewheel=function(e){t.onmousewheel(e);return true}}else{dragNode.addEventListener("MozMousePixelScroll",function(e){t.onmousewheel(e);return true},false);fakeBkg.addEventListener("MozMousePixelScroll",function(e){t.onmousewheel(e);return true},false)}if(undefined!==inner.dragIndex){inner.collection.elements[inner.dragIndex].childNodes[8].style.display="none";inner.collection.elements[inner.hit.line].style.background="#F3F3F3";inner.dragIndex=undefined;inner.clearHighlightElement()}t.itemToDrop={};t.itemToDrop.p=undefined!==inner.collection.indexer[index].p?inner.collection.indexer[index].p:-1;t.itemToDrop.m=undefined!==inner.collection.indexer[index].m?inner.collection.indexer[index].m:-1;t.itemToDrop.t=undefined!==inner.collection.indexer[index].t?inner.collection.indexer[index].t:-1;inner.dragMode=true;t.editMode=kEditModeElementDrag;if(undefined===inner.collection.indexer[index].t){t.viewController().collapseProjects(false);t.viewController().collapse(true);t.updateData();t.needUpdateContent=true;t.drawScene()}document.onmousemove=function(e){t.mouse=t.windowToCanvas(e.clientX,e.clientY);t.mouse.baseEvent=e;dragNode.style.left=-anchor.X+e.clientX+"px";dragNode.style.top=-anchor.Y+e.clientY+"px";t.calculateLineHit(e);inner.highlightElement(t.hitLine.p,t.hitLine.m===-1?undefined:t.hitLine.m,t.hitLine.t+1);inner.updateTimeLineHitLine();if(t.itemToDrop.p===t.hitLine.p){dragNode.style.border="2px solid #bdda7f"}else{dragNode.style.border="2px solid #ff0000"}var project=t.storage.getProject(t.hitLine.p);if(project){if(-1!==t.hitLine.t){if(t.hitLine.m===-1){if(project.collapse){project.collapse=false;t.updateData();t.needUpdateContent=true;t.drawScene()}}else{var ms=project.getMilestone(t.hitLine.m);if(ms.collapse){ms.setCollapse(false);t.updateData();t.needUpdateContent=true;t.drawScene()}}}}};document.onmouseup=function(e){inner.dragMode=undefined;t.editMode=kEditModeNoUse;var rect=parentNode.getBoundingClientRect();t.dragBound={x:e.clientX,y:e.clientY-t.itemMargin*2,width:0,height:t.itemHeight,dy:0,dx:0};t.calculateLineHit(e);if(t.itemToDrop.p===t.hitLine.p){t.moveElement(e,t.hitLine);t.updateData()}document.body.removeChild(fakeBkg);document.body.removeChild(dragNode);fakeBkg=null;document.body.style.overflow="";document.onmousemove=function(e){t.onmousemove(e)};document.onmouseup=function(e){t.onmouseup(e)}}}}}}(i)}},setDisableMode:function(flag){this.disableMode=flag;if(this.splitter){this.splitter.style.display=flag||this.visibleRows.length===0?"none":""}if(this.splitterFake){this.splitterFake.style.display=flag||this.visibleRows.length===0?"none":""}if(this.btnFlds){this.btnFlds.className=flag?"filter-fields-disable":"filter-fields"}if(flag){this.addRowAvailable(undefined);this.showHiddenRows([])}},hitLine:function(e,t,index){if(undefined!==t.dragIndex){t.collection.elements[t.dragIndex].childNodes[8].style.display="none";t.dragIndex=undefined}if(t.editBox.isEnable()){return true}if(t.timeline.editBox.isEnable()){t.highlightElement(t.timeline.editBox.p,-1===t.timeline.editBox.m?undefined:t.timeline.editBox.m,-1===t.timeline.editBox.t?undefined:t.timeline.editBox.t);return true}var targ=targetSystemEvent(e);if(targ.className!=="line-element"){targ=targ.parentNode}if(t.collection.indexer[index].disabled){t.updateTimeLineHitLine();return true}targ.style.background="#E1E1E1";t.hit={p:t.collection.indexer[index].p,m:t.collection.indexer[index].m,t:t.collection.indexer[index].t,line:index};var project=t.timeline.storage.getProject(t.hit.p);if(project){if(kOpenProject===project.status()){if(undefined!==t.collection.indexer[index].t&&undefined===t.dragMode){var task=t.timeline.storage.getTask(t.hit.p,t.hit.m,t.hit.t);if(undefined!==task&&kElementCompleted!==task._status){t.collection.elements[index].childNodes[8].style.display="";t.dragIndex=index}}}}t.updateTimeLineHitLine();return true},rebuildContent:function(value){if(this.OK){this.elInner.style.top=-this.timeline.rightScroll.value()+"px";return}var inner=this,t=this.timeline;var noneMilestones=window["Gantt"]["Localize_strings"]["taskWithoutMilestones"]||"Task Without Milestones",highPriority=window["Gantt"]["Localize_strings"]["highPriority"]||"high",openStatus=window["Gantt"]["Localize_strings"]["openStatus"]||"open",closeStatus=window["Gantt"]["Localize_strings"]["closeStatus"]||"close",addDate=window["Gantt"]["Localize_strings"]["addDate"]||"add",i,j,k,mi,text,respCount,resp,selContext,curLineInd=0,it,element=0,color,task,domLine;for(i=this.elementsCount-1;i>=0;--i){this.collection.elements[i].className="line-element";this.collection.elements[i].style.display="none";this.collection.elements[i].style.background="#F3F3F3";this.collection.elements[i].childNodes[0].style.font="";this.collection.elements[i].childNodes[0].style.color="#333333";this.collection.elements[i].childNodes[1].style.color="#333333";this.collection.elements[i].childNodes[2].style.color="#333333";this.collection.elements[i].childNodes[3].style.color="#333333";this.collection.elements[i].childNodes[4].style.color="#333333";this.collection.elements[i].childNodes[5].style.color="#333333";this.collection.elements[i].childNodes[0].className="name-column";this.collection.elements[i].childNodes[2].className="name-column-resp";this.collection.elements[i].childNodes[3].className="name-column-begin-date";this.collection.elements[i].childNodes[4].className="name-column-end-date";this.collection.elements[i].childNodes[5].className="name-column-status";this.collection.elements[i].childNodes[6].className="name-column-priority";this.collection.elements[i].childNodes[1].textContent="";this.collection.elements[i].childNodes[2].textContent="";this.collection.elements[i].childNodes[3].textContent="";this.collection.elements[i].childNodes[4].textContent="";this.collection.elements[i].childNodes[5].textContent="";this.collection.elements[i].childNodes[6].textContent="";this.collection.elements[i].childNodes[7].style.display="none";this.collection.elements[i].childNodes[8].style.display="none"}function afterElementComplete(){if(inner.timeline.editBox.isEnable()){inner.highlightElement()}}var editPosM=15+10,editPosT=24+10;if(undefined!==window["netscape"]||undefined!==window["clipboardData"]){--editPosT;--editPosM}editPosM+="px";editPosT+="px";var isTeamlabTime=undefined!==Teamlab&&undefined!==Teamlab["getDisplayDate"];value=t.rightScroll.value();this.collection.indexer=[];this.setDisableMode(0===t.storage.projects().length);var divLine22=(t.rightScroll.value()+.5)%t.itemMargin,height22=-divLine22+1,marginHalf=t.itemMargin*.5,margin=t.itemMargin,firstVisibleLine=floor2((value+.5)/margin),elements=Math.min(t.ctxHeight/margin+1,this.elementsCount-1),divLine=floor2(t.rightScroll.value()%margin+.5),height=t.timeScale.height()-divLine+margin*.7,height2=t.timeScale.height()-divLine,respSrc=[],leftPosX=0,posY=0,lockProject=false,p=t.storage.projects(),pl=p.length,respPosX=this.rows[1].posX+"px",beginDateX=this.rows[2].posX+"px",endDateX=this.rows[3].posX+"px",statusX=this.rows[4].posX+"px",priorityX=this.rows[5].posX+"px",showRowResp=!this.rows[1].isHidden,showRowBeg=!this.rows[2].isHidden,showRowEnd=!this.rows[3].isHidden,showRowStat=!this.rows[4].isHidden,showRowPrior=!this.rows[5].isHidden;for(j=0;j<pl;++j){lockProject=p[j].isLocked()||p[j].isInReadMode();if(curLineInd>=firstVisibleLine){domLine=this.collection.elements[element];text=p[j]._title;text=text.substring(0,30);domLine.style.top=(element*kTimeLineItemMargin+height22|0)+"px";domLine.childNodes[0].textContent=text;domLine.childNodes[0].title=p[j]._title;domLine.childNodes[0].style.left="16px";domLine.childNodes[0].style.font=this.fontH1;if(showRowResp){domLine.childNodes[2].style.left=respPosX;domLine.childNodes[2].textContent=milestoneResponsibles(p[j],this.noResponsible);domLine.childNodes[2].className="name-column-resp gantt-cell-disable"}if(p[j].fullCollapse)domLine.childNodes[7].className="button-colapse-close";else domLine.childNodes[7].className="button-colapse-open";domLine.childNodes[7].style.display="";if(lockProject){domLine.childNodes[0].style.color=kLockProjectColor;domLine.childNodes[1].style.color=kLockProjectColor;domLine.childNodes[2].style.color=kLockProjectColor;domLine.childNodes[0].className="name-column gantt-cell-pointer";domLine.childNodes[2].className="name-column-resp gantt-cell-disable"}if(p[j].isLocked()){domLine.childNodes[2].className="name-column-resp gantt-cell-disable";domLine.childNodes[7].style.display="none"}if(p[j]._isprivate){domLine.className="line-element icon-private"}domLine.style.display="";this.collection.indexer.push({p:j,m:undefined,t:undefined,text:text,disabled:true});++element;if(elements<element){afterElementComplete();this.elInner.style.display="";return}}++curLineInd;if(p[j].fullCollapse){continue}for(i=0;i<p[j].m.length;++i){if(p[j].m[i].filter){continue}if(curLineInd>=firstVisibleLine){domLine=this.collection.elements[element];text=p[j].m[i]._title;text=text.substring(0,30);color=milestoneFill(p[j].m[i]);domLine.style.top=(element*kTimeLineItemMargin+height22|0)+"px";domLine.childNodes[0].textContent=text;domLine.childNodes[0].title=p[j].m[i]._title;domLine.childNodes[0].style.fontWeight="bold";domLine.childNodes[0].style.left="26px";if(!lockProject)domLine.childNodes[0].style.color=color;domLine.childNodes[1].textContent=numberOfValidTasks(p[j].m[i].t);if(!lockProject)domLine.childNodes[1].style.color=color;if(showRowResp){domLine.childNodes[2].style.left=respPosX;domLine.childNodes[2].textContent=milestoneResponsibles(p[j].m[i],this.noResponsible);if(!lockProject)domLine.childNodes[2].style.color=color;if(kElementCompleted-1===p[j].m[i]._status){domLine.childNodes[2].className="name-column-resp gantt-cell-disable"}}if(showRowEnd){domLine.childNodes[4].textContent=formatTime(p[j].m[i]._endDate,isTeamlabTime);domLine.childNodes[4].style.left=endDateX;if(!lockProject)domLine.childNodes[4].style.color=color;if(kElementCompleted-1===p[j].m[i]._status){domLine.childNodes[4].className="name-column-end-date gantt-cell-disable"}}if(showRowStat){domLine.childNodes[5].style.left=statusX;if(kElementCompleted-1===p[j].m[i]._status){domLine.childNodes[5].textContent=closeStatus}else{domLine.childNodes[5].textContent=openStatus}}if(p[j].m[i].t.length){if(p[j].m[i].collapse)domLine.childNodes[7].className="button-colapse-close";else domLine.childNodes[7].className="button-colapse-open";domLine.childNodes[7].style.display=""}if(lockProject){domLine.childNodes[0].style.color=kLockProjectColor;domLine.childNodes[1].style.color=kLockProjectColor;domLine.childNodes[2].style.color=kLockProjectColor;domLine.childNodes[3].style.color=kLockProjectColor;domLine.childNodes[4].style.color=kLockProjectColor;domLine.childNodes[5].style.color=kLockProjectColor;domLine.childNodes[6].style.color=kLockProjectColor;domLine.childNodes[7].style.color=kLockProjectColor;domLine.childNodes[0].className="name-column gantt-cell-pointer";domLine.childNodes[2].className="name-column-resp gantt-cell-disable";domLine.childNodes[3].className="name-column-begin-date gantt-cell-disable";domLine.childNodes[5].className="name-column-status gantt-cell-disable";domLine.childNodes[6].className="name-column-priority gantt-cell-disable"}domLine.style.display="";this.collection.indexer.push({p:j,m:i,t:undefined,text:text});if(this.editBox.isEnable()&&this.editBox.isValidAnchor(j,i,undefined)){this.editBox.element.style.left=editPosM;this.editBox.element.style.top=(element*kTimeLineItemMargin+height22|0)+3+"px";this.editBox.element.className="milestone-edit";this.editBox.element.style.display="";domLine.style.background="#E1E1E1"}else if(this.hit&&this.hit.p===j&&this.hit.m===i&&this.hit.t===undefined){domLine.style.background="#E1E1E1"}++element;if(elements<element){afterElementComplete();this.elInner.style.display="";return}}++curLineInd;if(!t.fullscreen&&p[j].m[i].collapse){continue}for(it=0;it<p[j].m[i].t.length;++it){if(p[j].m[i].t[it].filter){continue}if(curLineInd>=firstVisibleLine){domLine=this.collection.elements[element];task=p[j].m[i].t[it];text=task._title;text=text.substring(0,30);color=taskFill(task,i);domLine.style.top=(element*kTimeLineItemMargin+height22|0)+"px";domLine.childNodes[0].textContent=text;domLine.childNodes[0].title=task._title;domLine.childNodes[0].style.left="35px";domLine.childNodes[0].style.fontWeight="";if(!lockProject)domLine.childNodes[0].style.color=color;if(showRowResp){domLine.childNodes[2].style.left=respPosX;domLine.childNodes[2].textContent=taskResponsibles(task,this.noResponsible);if(!lockProject)domLine.childNodes[2].style.color=color;if(kElementCompleted===task._status){domLine.childNodes[2].className="name-column-resp gantt-cell-disable"}}if(showRowBeg){domLine.childNodes[3].textContent=task.beginFail?addDate:formatTime(task.beginDate(),isTeamlabTime);domLine.childNodes[3].style.left=beginDateX;if(!lockProject)domLine.childNodes[3].style.color=color;if(kElementCompleted===task._status){domLine.childNodes[3].className="name-column-begin-date gantt-cell-disable"}}if(showRowEnd){domLine.childNodes[4].textContent=task.endFail?addDate:formatTime(task.endDate(),isTeamlabTime);domLine.childNodes[4].style.left=endDateX;if(!lockProject)domLine.childNodes[4].style.color=color;if(kElementCompleted===task._status){domLine.childNodes[4].className="name-column-end-date gantt-cell-disable"}}if(showRowStat){domLine.childNodes[5].style.left=statusX;if(kElementCompleted===task._status){domLine.childNodes[5].textContent=closeStatus}else{domLine.childNodes[5].textContent=openStatus}}if(task._priority&&showRowPrior){domLine.childNodes[6].textContent=highPriority;domLine.childNodes[6].style.left=priorityX;if(!lockProject)domLine.childNodes[6].style.color=color}if(lockProject){domLine.childNodes[0].style.color=kLockProjectColor;domLine.childNodes[1].style.color=kLockProjectColor;domLine.childNodes[2].style.color=kLockProjectColor;domLine.childNodes[3].style.color=kLockProjectColor;domLine.childNodes[4].style.color=kLockProjectColor;domLine.childNodes[5].style.color=kLockProjectColor;domLine.childNodes[6].style.color=kLockProjectColor;domLine.childNodes[7].style.color=kLockProjectColor;domLine.childNodes[0].className="name-column gantt-cell-pointer";if(showRowResp)domLine.childNodes[2].className="name-column-resp gantt-cell-disable";if(showRowEnd)domLine.childNodes[3].className="name-column-begin-date gantt-cell-disable";if(showRowEnd)domLine.childNodes[4].className="name-column-end-date gantt-cell-disable";if(showRowStat)domLine.childNodes[5].className="name-column-status gantt-cell-disable";domLine.childNodes[6].className="name-column-priority gantt-cell-disable"}domLine.style.display="";this.collection.indexer.push({p:j,m:i,t:it,text:text});if(this.editBox.isEnable()&&this.editBox.isValidAnchor(j,i,it)){this.editBox.element.style.left=editPosT;this.editBox.element.style.top=(element*kTimeLineItemMargin+height22|0)+3+"px";this.editBox.element.className="task-edit";this.editBox.element.style.display="";domLine.style.background="#E1E1E1"}else if(this.hit&&this.hit.p===j&&this.hit.m===i&&this.hit.t===it){domLine.style.background="#E1E1E1"}++element;if(elements<element){afterElementComplete();this.elInner.style.display="";return}}++curLineInd}}if(curLineInd>=firstVisibleLine){domLine=this.collection.elements[element];domLine.style.top=(element*kTimeLineItemMargin+height22|0)+"px";domLine.childNodes[0].textContent=noneMilestones;domLine.childNodes[0].title="";domLine.childNodes[0].style.fontWeight="bold";domLine.childNodes[0].style.left="26px";domLine.childNodes[1].textContent=numberOfValidTasks(p[j].t);domLine.childNodes[7].style.display="";if(p[j].t.length){if(p[j].collapse)domLine.childNodes[7].className="button-colapse-close";else domLine.childNodes[7].className="button-colapse-open";domLine.childNodes[7].style.display=""}else{domLine.childNodes[7].style.display="none"}if(lockProject){domLine.childNodes[0].style.color=kLockProjectColor;domLine.childNodes[1].style.color=kLockProjectColor;domLine.childNodes[0].className="name-column gantt-cell-disable"}else{domLine.childNodes[0].className="name-column gantt-cell-disable"}domLine.style.display="";this.collection.indexer.push({p:j,m:undefined,t:undefined,text:text,disabled:true,freeTasks:true});++element;if(elements<element){afterElementComplete();this.elInner.style.display="";return}++curLineInd}++curLineInd;if(p[j].collapse){continue}for(it=0;it<p[j].t.length;++it){if(p[j].t[it].filter){continue}if(curLineInd>=firstVisibleLine){domLine=this.collection.elements[element];task=p[j].t[it];text=task._title;text=text.substring(0,30);color=taskFill(task,-1);domLine.style.top=(element*kTimeLineItemMargin+height22|0)+"px";domLine.childNodes[0].textContent=text;domLine.childNodes[0].title=task._title;domLine.childNodes[0].style.left="35px";domLine.childNodes[0].style.fontWeight="";if(!lockProject)domLine.childNodes[0].style.color=color;if(showRowResp){domLine.childNodes[2].style.left=respPosX;domLine.childNodes[2].textContent=taskResponsibles(task,this.noResponsible);if(!lockProject)domLine.childNodes[2].style.color=color;if(kElementCompleted===task._status){domLine.childNodes[2].className="name-column-resp gantt-cell-disable"}}if(showRowBeg){domLine.childNodes[3].textContent=task.beginFail?addDate:formatTime(task.beginDate(),isTeamlabTime);domLine.childNodes[3].style.left=beginDateX;if(!lockProject)domLine.childNodes[3].style.color=color;if(kElementCompleted===task._status){domLine.childNodes[3].className="name-column-begin-date gantt-cell-disable"}}if(showRowEnd){domLine.childNodes[4].textContent=task.endFail?addDate:formatTime(task.endDate(),isTeamlabTime);domLine.childNodes[4].style.left=endDateX;if(!lockProject)domLine.childNodes[4].style.color=color;if(kElementCompleted===task._status){domLine.childNodes[4].className="name-column-end-date gantt-cell-disable"}}if(showRowStat){domLine.childNodes[5].style.left=statusX;var cs=findCustomStatus(function(item){return task._customTaskStatus==item.id});if(!cs){cs=findCustomStatus(function(item){return task._status==item.statusType&&item.isDefault})}domLine.childNodes[5].textContent=cs.title}if(task._priority&&showRowPrior){domLine.childNodes[6].textContent=highPriority;domLine.childNodes[6].style.left=priorityX;domLine.childNodes[6].style.color=color}if(lockProject){domLine.childNodes[0].style.color=kLockProjectColor;domLine.childNodes[1].style.color=kLockProjectColor;domLine.childNodes[2].style.color=kLockProjectColor;domLine.childNodes[3].style.color=kLockProjectColor;domLine.childNodes[4].style.color=kLockProjectColor;domLine.childNodes[5].style.color=kLockProjectColor;domLine.childNodes[0].className="name-column gantt-cell-pointer";if(showRowResp)domLine.childNodes[2].className="name-column-resp gantt-cell-disable";if(showRowBeg)domLine.childNodes[3].className="name-column-begin-date gantt-cell-disable";if(showRowEnd)domLine.childNodes[4].className="name-column-end-date gantt-cell-disable";if(showRowStat)domLine.childNodes[5].className="name-column-status gantt-cell-disable";domLine.childNodes[6].className="name-column-priority gantt-cell-disable"}domLine.style.display="";this.collection.indexer.push({p:j,m:undefined,t:it,text:text});if(this.editBox.isEnable()&&this.editBox.isValidAnchor(j,undefined,it)){this.editBox.element.style.left=editPosT;this.editBox.element.style.top=(element*kTimeLineItemMargin+height22|0)+3+"px";this.editBox.element.className="task-edit";this.editBox.element.style.display="";domLine.style.background="#E1E1E1"}else if(this.hit&&this.hit.p===j&&this.hit.m===undefined&&this.hit.t===it){domLine.style.background="#E1E1E1"}++element;if(elements<element){afterElementComplete();this.elInner.style.display="";return}}++curLineInd}}afterElementComplete()},getWidth:function(){return this.width},addRowAvailable:function(row){var width=0,i=0;for(i=0;i<this.visibleRows.length;++i)width+=this.visibleRows[i].width+this.distanceBetweenCells;if(undefined===row){this.visibleRows=[];for(i=1;i<this.rows.length;++i){this.rows[i].posX=-1e3;this.rows[i].el.style.left=this.rows[i].posX+"px";this.hideVisibleRow(i,true)}this.btnHiddenFlds.style.display="none"}else if(row==="Responsibility"){this.visibleRows.push({width:this.rows[1].minWidth,name:"Responsibility"});this.rows[1].posX=this.rows[0].minWidth+width;this.rows[1].translate=window["Gantt"]["Localize_strings"]["responsibles2"]||"Responsible(-s)";this.rows[1].el.style.left=this.rows[1].posX+this.paddingLeftCellContent+"px";this.rows[1].el.style.width=this.rows[1].minWidth+"px";this.rows[1].el.childNodes[0].textContent=this.rows[1].translate}else if(row==="BeginDate"){this.visibleRows.push({width:this.rows[2].minWidth,name:"BeginDate"});this.rows[2].posX=this.rows[0].minWidth+width;this.rows[2].translate=window["Gantt"]["Localize_strings"]["beginDate"]||"Begin Date";this.rows[2].el.style.left=this.rows[2].posX+this.paddingLeftCellContent+"px";this.rows[2].el.style.width=this.rows[2].minWidth+"px";this.rows[2].el.childNodes[0].textContent=this.rows[2].translate}else if(row==="EndDate"){this.visibleRows.push({width:this.rows[3].minWidth,name:"EndDate"});this.rows[3].posX=this.rows[0].minWidth+width;this.rows[3].translate=window["Gantt"]["Localize_strings"]["endDate"]||"End Date";this.rows[3].el.style.left=this.rows[3].posX+this.paddingLeftCellContent+"px";this.rows[3].el.style.width=this.rows[3].minWidth+"px";this.rows[3].el.childNodes[0].textContent=this.rows[3].translate}else if(row==="Status"){this.visibleRows.push({width:this.rows[4].minWidth,name:"Status"});this.rows[4].posX=this.rows[0].minWidth+width;this.rows[4].translate=window["Gantt"]["Localize_strings"]["status"]||"Status";this.rows[4].el.style.left=this.rows[4].posX+this.paddingLeftCellContent+"px";this.rows[4].el.style.width=this.rows[4].minWidth+"px";this.rows[4].el.childNodes[0].textContent=this.rows[4].translate}else if(row==="Priority"){this.visibleRows.push({width:this.rows[5].minWidth,name:"Priority"});this.rows[5].posX=this.rows[0].minWidth+width;this.rows[5].translate=window["Gantt"]["Localize_strings"]["priotity"]||"Priotity";this.rows[5].el.style.left=this.rows[5].posX+this.paddingLeftCellContent+"px";this.rows[5].el.style.width=this.rows[5].minWidth+"px";this.rows[5].el.childNodes[0].textContent=this.rows[5].translate}width=0;for(i=0;i<this.visibleRows.length;++i)width+=this.visibleRows[i].width+this.distanceBetweenCells;this.width=this.rows[0].minWidth+width+this.btnFlds.offsetWidth+this.distanceBetweenCells;this.maxWidth=this.width;this.el.style.width=this.width+"px";this.header.style.width=this.width+"px";this.btnFlds.style.left=this.width-this.btnFlds.offsetWidth-14+"px";this.btnFldsFake.style.left=this.btnFlds.style.left;this.pfX=this.btnFlds.offsetLeft+this.btnFlds.offsetWidth+this.timeline.ctx.canvas.offsetLeft;this.pfY=this.btnFlds.offsetTop+this.btnFlds.offsetHeight+this.timeline.ctx.canvas.offsetTop;this.splitter.style.left=this.width-16+"px"},deleteAvailableRow:function(row){var cells=[],i=0,j=0;cells.push(undefined);for(;i<this.visibleRows.length;++i){if(row!==this.visibleRows[i].name){cells.push(this.visibleRows[i].name)}}for(;j<cells.length;++j){this.addRowAvailable(cells[j])}this.rebuildContent(this.timeline.rightScroll.value());this.timeline.needUpdate=true},getAvailableRows:function(){var i=0,cells=[];for(;i<this.visibleRows.length;++i){cells.push(this.visibleRows[i].name)}return cells},showHiddenRows:function(rows){var j=0,t=this;function getFieldByName(name){for(var k=t.rows.length-1;k>=0;--k){if(t.rows[k].name===name)return t.rows[k]}return null}if(rows){if(rows.length!==this.visibleRows.length){for(j=0;j<this.visibleRows.length;++j){this.hideVisibleRow(this.visibleRows[j].name,false)}}for(j=0;j<rows.length;++j){this.hideVisibleRow(rows[j],true)}var width=0,i=0;for(i=0;i<this.visibleRows.length;++i){var field=getFieldByName(this.visibleRows[i].name);if(field&&!field.isHidden){width+=this.visibleRows[i].width+this.distanceBetweenCells}}if(rows.length!==this.visibleRows.length){width+=21+1;this.btnHiddenFlds.style.display="";this.btnHiddenFlds.style.left=this.rows[0].minWidth+width-this.btnFlds.offsetWidth-39+21+6+3+"px"}this.width=this.rows[0].minWidth+width+this.btnFlds.offsetWidth+this.distanceBetweenCells;this.el.style.width=this.width+"px";this.header.style.width=this.width+"px";this.btnFlds.style.left=this.width-this.btnFlds.offsetWidth-14+"px";this.btnFldsFake.style.left=this.btnFlds.style.left;this.pfX=this.btnFlds.offsetLeft+this.btnFlds.offsetWidth+this.timeline.ctx.canvas.offsetLeft;this.pfY=this.btnFlds.offsetTop+this.btnFlds.offsetHeight+this.timeline.ctx.canvas.offsetTop;this.pfHX=this.btnHiddenFlds.offsetLeft+this.btnHiddenFlds.offsetWidth+this.timeline.ctx.canvas.offsetLeft;this.pfHY=this.btnHiddenFlds.offsetTop+this.btnHiddenFlds.offsetHeight+this.timeline.ctx.canvas.offsetTop;this.splitter.style.left=this.width-16+"px"}},hideVisibleRow:function(rowName,isShow){if(rowName==="Responsibility"||1===rowName){this.rows[1].el.style.display=isShow?"":"none";this.rows[1].isHidden=!isShow}else if(rowName==="BeginDate"||2===rowName){this.rows[2].el.style.display=isShow?"":"none";this.rows[2].isHidden=!isShow}else if(rowName==="EndDate"||3===rowName){this.rows[3].el.style.display=isShow?"":"none";this.rows[3].isHidden=!isShow}else if(rowName==="Status"||4===rowName){this.rows[4].el.style.display=isShow?"":"none";this.rows[4].isHidden=!isShow}else if(rowName==="Priority"||5===rowName){this.rows[5].el.style.display=isShow?"":"none";this.rows[5].isHidden=!isShow}},getHiddenRows:function(){var field=null,i=0,cells=[],t=this;function getFieldByName(name){for(var k=t.rows.length-1;k>=0;--k){if(t.rows[k].name===name)return t.rows[k]}return null}for(;i<this.visibleRows.length;++i){field=getFieldByName(this.visibleRows[i].name);if(field&&field.isHidden){cells.push(this.visibleRows[i].name)}}return cells},getVisibleRows:function(existName){var cells=[];var t=this;function getFieldByName(name){for(var k=t.rows.length-1;k>=0;--k){if(t.rows[k].name===name)return t.rows[k]}return null}for(var i=0;i<this.visibleRows.length;++i){var field=getFieldByName(this.visibleRows[i].name);if(field&&!field.isHidden){if(existName===this.visibleRows[i].name)continue;cells.push(this.visibleRows[i].name)}}return cells},getRowWithName:function(name){for(var k=this.rows.length-1;k>=0;--k){if(this.rows[k].name===name)return this.rows[k]}return null},showEditBox:function(context){var t=context.timeline;if(t.readMode){return false}var select=deepCopy(context.select);t.editBox.cancel();if(undefined!==context.select.p){if(kOpenProject!==t.storage.getProject(context.select.p).status())return false}context.select=deepCopy(select);var indexer=null,element=null,addX=0;if(undefined!==context.select.t){element=t.storage.getTask(context.select.p,context.select.m,context.select.t);if(element){if(kElementCompleted!==element._status){this.editBox.setBoldText(false);indexer=t.storage.taskIds(context.select.p,context.select.m,context.select.t);t._undoManager.add(kOperationChangeTitleTask,{p:context.select.p,m:context.select.m,t:element,index:context.select.t,taskId:indexer.t,milestoneId:indexer.m,projectId:indexer.p,silentUpdateMode:true})}else{element=null;this.select=undefined}}}else{element=t.storage.getMilestone(context.select.p,context.select.m);if(element){if(kElementCompleted-1!==element._status){context.editBox.setBoldText(true);addX=2;indexer=t.storage.milestoneIds(context.select.p,context.select.m);t._undoManager.add(kOperationChangeTitleMilestone,{p:this.select.p,m:context.select.m,t:element,index:context.select.t,taskId:indexer.t,milestoneId:indexer.m,projectId:indexer.p,silentUpdateMode:true})}else{element=null;this.select=undefined}}}if(element){context.editBox.element.style.width="175px";context.editBox.element.style.height=t.itemMargin*.6+"px";context.editBox.setReference(element,this.select.p,this.select.m,this.select.t);context.editBox.setValue(element._title);t.hitTask=undefined===context.editBox.anchor.t?-1:context.editBox.anchor.t;t.hitMilestone=undefined===context.editBox.anchor.m?-1:context.editBox.anchor.m;t.hitProject=context.editBox.anchor.p;t.needUpdate=true;context.editBox.show(true);context.rebuildContent(undefined);return true}return false},closeEditing:function(forse,clearHit){this.editBox.close();if(this.select&&this.select.line){this.collection.elements[this.select.line].style.background="#F3F3F3";if(clearHit)return}this.select=undefined;this.hit=undefined;if(forse){this.rebuildContent(undefined)}},updateTimeLineHitLine:function(){if(this.hit&&this.hit.line){if(this.timeline.editBox.isEnable()){}else{this.timeline.hitTask=undefined===this.hit.t?-1:this.hit.t;this.timeline.hitMilestone=undefined===this.hit.m?-1:this.hit.m;this.timeline.hitProject=this.hit.p}this.timeline.needUpdate=true}else{this.timeline.hitTask=-1;this.timeline.hitMilestone=-1;this.timeline.hitProject=-1;this.timeline.needUpdate=true}},highlightElement:function(p,m,t){if(this.hit){if(this.hit.line){this.collection.elements[this.hit.line].style.background="#F3F3F3";this.collection.elements[this.hit.line].childNodes[8].style.display="none";this.hit=undefined;if(undefined!==this.dragIndex){this.collection.elements[this.dragIndex].childNodes[8].style.display="none";this.dragIndex=undefined}}}if(this.timeline.editBox.isEnable()){p=this.timeline.editBox.p;m=-1===this.timeline.editBox.m?undefined:this.timeline.editBox.m;t=-1===this.timeline.editBox.t?undefined:this.timeline.editBox.t}for(var i=this.collection.indexer.length-1;i>=0;--i){if(this.collection.indexer[i].p===p&&this.collection.indexer[i].m===m&&this.collection.indexer[i].t===t){this.hit={p:p,m:m,t:t,line:i};this.collection.elements[i].style.background="#E1E1E1";if(undefined===this.dragMode&&undefined!==this.hit.t){var task=this.timeline.storage.getTask(this.hit.p,this.hit.m,this.hit.t);if(kElementCompleted!==task._status)this.collection.elements[i].childNodes[8].style.display=""}if(undefined!==this.dragIndex){this.collection.elements[this.dragIndex].childNodes[8].style.display="none";this.dragIndex=undefined}return}}},clearHighlightElement:function(){if(-1!==this.timeline.hitTask||-1!==this.timeline.hitMilestone||-1!==this.timeline.hitProject){this.timeline.hitTask=-1;this.timeline.hitMilestone=-1;this.timeline.hitProject=-1;this.timeline.needUpdate=true}if(undefined!==this.dragIndex){this.collection.elements[this.dragIndex].childNodes[8].style.display="none";this.dragIndex=undefined}}};function LeftPanelController(timeline,model,baseElement){this.timeline=timeline;this.model=model;this.baseElement=baseElement}LeftPanelController.prototype={model:undefined,panel:undefined,onfieldsfilter:null,onhiddenfieldsfilter:null,onchangetimes:null,init:function(){this.panel=new LeftPanel(this.timeline,this.baseElement,this.model);if(this.panel){this.panel.init(this)}},scrollContent:function(value){if(this.panel){this.panel.rebuildContent(value)}},rebuildContent:function(){if(this.panel){this.panel.rebuildContent(undefined)}},addRowsAvailable:function(rows){this.panel.addRowAvailable(undefined);if(rows){for(var i=0;i<rows.length;++i){this.panel.addRowAvailable(rows[i])}}this.panel.rebuildContent(this.timeline.rightScroll.value());this.timeline.needUpdate=true},showHiddenRows:function(rows){this.panel.showHiddenRows(rows);this.panel.rebuildContent(this.timeline.rightScroll.value());this.timeline.needUpdate=true},getPanel:function(){return this.panel},clearFocus:function(forse,clearHit){this.panel.closeEditing(forse,clearHit)},updateFocus:function(p,m,t){this.panel.highlightElement(p,m,t)},clearHighlight:function(){if(undefined!==this.panel.dragIndex){this.panel.collection.elements[this.panel.dragIndex].childNodes[8].style.display="none";this.panel.dragIndex=undefined}},elementCentering:function(select){this.panel.closeEditing();if(undefined===select.t&&undefined!==select.m&&undefined!==select.p){var milestone=this.timeline.storage.getMilestone(select.p,select.m);this.timeline.animator.moveCenterToX(milestone.endTime)}if(undefined!==select.t&&undefined!==select.m&&undefined!==select.p){var task=this.timeline.storage.getTask(select.p,select.m,select.t);this.timeline.animator.moveCenterToX(task.beginTime)}if(undefined!==select.t&&undefined===select.m&&undefined!==select.p){var taskFree=this.timeline.storage.getTask(select.p,undefined,select.t);this.timeline.animator.moveCenterToX(taskFree.beginTime)}if(undefined===select.t&&undefined===select.m&&undefined!==select.p){var i,j,t=this.timeline;var project=this.timeline.storage.getProject(select.p);for(i=0;i<project.m.length;++i){for(j=0;j<project.m[i].t.length;++j){if(kElementCompleted!=project.m[i].t[j].status()){project.setFullCollapse(false);project.m[i].setCollapse(false);t.updateData();t.needUpdateContent=true;t.drawScene();t.viewController().centeringElement(project.m[i].t[j].id(),false,function(){t.updateContent()});return}}}for(j=0;j<project.t.length;++j){if(kElementCompleted!=project.t[j].status()){project.setCollapse(false);project.setFullCollapse(false);t.updateData();t.needUpdateContent=true;t.drawScene();t.viewController().centeringElement(project.t[j].id(),false,function(){t.updateContent()});return}}}},changeResponsibles:function(e,select,domElement){if(undefined!==select.p){if(kOpenProject!==this.timeline.storage.getProject(select.p).status())return false}this.panel.closeEditing();var task=null,milestone=null,offsets=domElement.getBoundingClientRect(),coords={left:offsets.left,top:offsets.top+offsets.height*1.2},handler=this.timeline.handlers[kHanderShowRespPopUpMenuWindow];if(!handler){return false}if(undefined===select.t&&undefined!==select.m&&undefined!==select.p){milestone=this.timeline.storage.getMilestone(select.p,select.m);if(kElementCompleted-1===this.timeline.storage.p[select.p].m[select.m].status())return false;this.timeline._modelController.statusElement={p:select.p,m:select.m,t:undefined,status:this.timeline.storage.p[select.p].m[select.m].status(),ref:this.timeline.storage.p[select.p].m[select.m],ids:this.timeline.storage.milestoneIds(select.p,select.m)};stopSystemEvent(e);handler(milestone,coords,true);return true}if(undefined!==select.t&&undefined!==select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,select.m,select.t);if(kElementCompleted===task.status())return false;this.timeline._modelController.statusElement={p:select.p,m:select.m,t:select.t,status:task.status(),ref:task,isTask:true,ids:this.timeline.storage.taskIds(select.p,select.m,select.t)};handler(task,coords,true);return true}if(undefined!==select.t&&undefined===select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,undefined,select.t);if(kElementCompleted===task.status())return false;this.timeline._modelController.statusElement={p:select.p,m:select.m,t:select.t,status:task.status(),ref:task,isTask:true,ids:this.timeline.storage.taskIds(select.p,select.m,select.t)};handler(task,coords,true);return true}return false},changeStatus:function(e,select,domElement){this.panel.closeEditing();if(undefined!==select.p){if(kOpenProject!==this.timeline.storage.getProject(select.p).status())return false}var task=null,milestone=null,handler=this.timeline.handlers[kHanderShowTaskPopUpWindow],offsets=domElement.getBoundingClientRect(),coords={left:offsets.left,top:offsets.top+offsets.height*1.2};if(!handler){return false}if(undefined===select.t&&undefined!==select.m&&undefined!==select.p){milestone=this.timeline.storage.getMilestone(select.p,select.m);this.timeline._modelController.statusElement={p:select.p,m:select.m,t:undefined,status:this.timeline.storage.p[select.p].m[select.m].status(),ref:this.timeline.storage.p[select.p].m[select.m],ids:this.timeline.storage.milestoneIds(select.p,select.m)};handler(milestone,coords,true);return true}if(undefined!==select.t&&undefined!==select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,select.m,select.t);task.project=this.timeline.storage.getProject(select.p);this.timeline._modelController.statusElement={p:select.p,m:select.m,t:select.t,status:task.status(),ref:task,isTask:true,ids:this.timeline.storage.taskIds(select.p,select.m,select.t)};handler=this.timeline.handlers[kHanderShowTaskPopUpCustomWindow];handler(task,coords,true);delete task.project;return true}if(undefined!==select.t&&undefined===select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,undefined,select.t);task.project=this.timeline.storage.getProject(select.p);this.timeline._modelController.statusElement={p:select.p,m:select.m,t:select.t,status:task.status(),ref:task,isTask:true,ids:this.timeline.storage.taskIds(select.p,select.m,select.t)};handler=this.timeline.handlers[kHanderShowTaskPopUpCustomWindow];handler(task,coords,true);delete task.project;return true}return false},changeTimes:function(e,select,domElement,direction){if(this["onchangetimes"]){this.panel.closeEditing();if(undefined!==select.p){if(kOpenProject!==this.timeline.storage.getProject(select.p).status())return false}var task=null,milestone=null,handler=null,offsets=domElement.getBoundingClientRect(),coords={left:offsets.left,top:offsets.top+offsets.height*1.2};if(undefined===select.t&&undefined!==select.m&&undefined!==select.p){milestone=this.timeline.storage.getMilestone(select.p,select.m);if(kElementCompleted-1===this.timeline.storage.p[select.p].m[select.m].status())return false;this.timeline._modelController.statusElement={p:select.p,m:select.m,t:undefined,status:this.timeline.storage.p[select.p].m[select.m].status(),ref:this.timeline.storage.p[select.p].m[select.m],ids:this.timeline.storage.milestoneIds(select.p,select.m)};this["onchangetimes"](coords,milestone,false);return true}if(undefined!==select.t&&undefined!==select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,select.m,select.t);if(kElementCompleted===task.status())return false;this.timeline._modelController.statusElement={p:select.p,m:select.m,t:select.t,status:task.status(),ref:task,isTask:true,ids:this.timeline.storage.taskIds(select.p,select.m,select.t)};handler=this.timeline.handlers[kHanderShowTaskPopUpWindow];if(handler){this["onchangetimes"](coords,task,direction);return true}}if(undefined!==select.t&&undefined===select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,undefined,select.t);if(kElementCompleted===task.status())return false;this.timeline._modelController.statusElement={p:select.p,m:select.m,t:select.t,status:task.status(),ref:task,isTask:true,ids:this.timeline.storage.taskIds(select.p,select.m,select.t)};this["onchangetimes"](coords,task,direction);return true}}return false},collapseElement:function(e,select){if(this.timeline.editBox.isEnable())return false;var milestone=null,project=null;if(undefined===select.t&&undefined!==select.m&&undefined!==select.p){milestone=this.timeline.storage.getMilestone(select.p,select.m);if(e.ctrlKey||e.metaKey){this.timeline.viewController().collapse(!milestone.collapse)}else{milestone.setCollapse(!milestone.collapse)}this.timeline.rightScroll.save(true);this.timeline.needUpdateContent=true;this.timeline.updateData();return true}if(undefined!==select.p&&undefined!==select.freeTasks){project=this.timeline.storage.getProject(select.p);if(e.ctrlKey||e.metaKey){this.timeline.viewController().collapse(!project.collapse)}else{project.setCollapse(!project.collapse)}this.timeline.rightScroll.save(true);this.timeline.needUpdateContent=true;this.timeline.updateData();return true}if(undefined!==select.p&&undefined===select.freeTasks&&undefined===select.t&&undefined===select.m){project=this.timeline.storage.getProject(select.p);if(e.ctrlKey||e.metaKey){this.timeline.viewController().collapseProjects(!project.fullCollapse)}else{project.setFullCollapse(!project.fullCollapse)}this.timeline.rightScroll.save(true);this.timeline.needUpdateContent=true;this.timeline.updateData();return true}return false},showElementMenu:function(e,select,domElement){if(kOpenProject!==this.timeline.storage.getProject(select.p).status()&&domElement){return false}var task=null,milestone=null,handler=this.timeline.handlers[kHanderShowEditPopUpMenuWindow],offsets=domElement.getBoundingClientRect(),coords={left:e.clientX-this.timeline.ctx.canvas.offsetLeft,top:offsets.top+offsets.height*1};if(!handler){return false}this.panel.closeEditing();if(undefined===select.t&&undefined!==select.m&&undefined!==select.p){milestone=this.timeline.storage.getMilestone(select.p,select.m);if(this.timeline.handlers[kHanderShowEditPopUpMenuWindow]&&!this.timeline.readMode){this.timeline.modelController().statusElement={p:select.p,m:select.m,t:undefined,ids:this.timeline.storage.milestoneIds(select.p,select.m),isTask:false,milestone:milestone,ref:milestone};handler(coords,milestone,false,this.timeline.storage.getProject(select.p).id());return true}}if(undefined!==select.t&&undefined!==select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,select.m,select.t);if(this.timeline.handlers[kHanderShowEditPopUpMenuWindow]&&!this.timeline.readMode){this.timeline.modelController().statusElement={p:select.p,m:select.m,t:select.t,ids:this.timeline.storage.taskIds(select.p,select.m,select.t),isTask:true,task:task,ref:task};handler(coords,task,true,this.timeline.storage.getProject(select.p).id());return true}}if(undefined!==select.t&&undefined===select.m&&undefined!==select.p){task=this.timeline.storage.getTask(select.p,undefined,select.t);if(this.timeline.handlers[kHanderShowEditPopUpMenuWindow]&&!this.timeline.readMode){this.timeline.modelController().statusElement={p:select.p,m:undefined,t:select.t,ids:this.timeline.storage.taskIds(select.p,select.m,select.t),isTask:true,task:task,ref:task};handler(coords,task,true,this.timeline.storage.getProject(select.p).id());return true}}return false}};function UndoManager(timeline){this.init(timeline)}UndoManager.prototype={init:function(timeline){this.timeline=timeline;this.op=[];this.ind=-1;this.tempOperation=null},reset:function(){this.front=null;this.op=[];this.ind=-1;this._updateDebug();this._updateUI()},currentOperation:function(){if(!this.op||!this.op.length)return null;return this.op[this.ind]},add:function(id,arg){if(kOperationDummy===id&&this.op.length){if(this.op.last().id===kOperationDummy){this._updateDebug();return}}++this.ind;this._sliceTop();this.op.push({id:id,arg:deepCopy(arg)});if(this.op.length<2)this._updateUI();this._updateDebug()},addTempOperation:function(id,arg){this.tempOperation={id:id,arg:deepCopy(arg)}},deleteTempOperation:function(){this.tempOperation=null},applyTempOperation:function(){if(this.tempOperation){this.add(this.tempOperation.id,this.tempOperation.arg);this.tempOperation=null}},performTop:function(validate){if(-1===this.ind||!this.timeline||!this.op.length)return;this.perform(this.ind,undefined,validate);this._updateDebug();this._updateUI()},updateOperation:function(validate,ref,items){if(-1===this.ind||!this.timeline||!this.op.length)return;if(ref&&this.ind<this.op.length&&this.ind>=0){var cur=this.op[this.ind];switch(cur.id){case kOperationAddTask:if(!ref._isMilestone){cur.arg.oldTitle=cur.arg.t._title;cur.arg.curTitle=ref._title;cur.arg.t.setTimes(ref.beginTime,ref.endTime);cur.arg.t._title=ref._title}break;case kOperationAddMilestone:if(ref._isMilestone){cur.arg.oldTitle=cur.arg.t._title;cur.arg.curTitle=ref._title;cur.arg.t._title=ref._title}break;case kOperationChangeTitleMilestone:{cur.arg.oldTitle=cur.arg.t._title;cur.arg.curTitle=ref._title}break;case kOperationChangeTitleTask:{cur.arg.oldTitle=cur.arg.t._title;cur.arg.curTitle=ref._title}break;case kOperationChangeTimeTask:{}break}}this.perform(this.ind,undefined,validate,ref,items);this._updateDebug();this._updateUI()},perform:function(i,reverse,validate,ref,items){if(i>this.op.length-1||i<0)return;var taskTreeChangeTimes=null;var title,status,beginTime,endTime,child,parent,isQueryChange=false;var deadline=false;var oneDay=false;var beginFail=false;var storage=this.timeline.storage;var cur=this.op[i];switch(cur.id){case kOperationAddTask:if(reverse){if(this.timeline.handlers[kHandlerDeleteTask])this.timeline.handlers[kHandlerDeleteTask](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,ref?ref:cur.arg.t,cur.arg.linksToRemove)}else{if(this.timeline.handlers[kHandlerAddTask])this.timeline.handlers[kHandlerAddTask](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,ref?ref:cur.arg.t,cur.arg.linksToRemove)}break;case kOperationDeleteTask:if(reverse){if(this.timeline.handlers[kHandlerAddTask])this.timeline.handlers[kHandlerAddTask](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,ref?ref:cur.arg.t,cur.arg.linksToRemove)}else{if(this.timeline.handlers[kHandlerDeleteTask])this.timeline.handlers[kHandlerDeleteTask](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,ref?ref:cur.arg.t,cur.arg.linksToRemove)}break;case kOperationAddMilestone:if(reverse){if(this.timeline.handlers[kHandlerDeleteMilestone])this.timeline.handlers[kHandlerDeleteMilestone](cur.arg.projectId,cur.arg.milestoneId,cur.arg.t)}else{if(this.timeline.handlers[kHandlerAddMilestone])this.timeline.handlers[kHandlerAddMilestone](cur.arg.projectId,cur.arg.milestoneId,cur.arg.t)}break;case kOperationDeleteMilestone:if(reverse){if(this.timeline.handlers[kHandlerAddMilestone])this.timeline.handlers[kHandlerAddMilestone](cur.arg.projectId,cur.arg.milestoneId,cur.arg.t)}else{if(this.timeline.handlers[kHandlerDeleteMilestone])this.timeline.handlers[kHandlerDeleteMilestone](cur.arg.projectId,cur.arg.milestoneId,cur.arg.t)}break;case kOperationChangeTitleTask:if(!ref){if(reverse){title=cur.arg.t._title;cur.arg.t._title=cur.arg.oldTitle}else{title=cur.arg.t._title;cur.arg.t._title=cur.arg.curTitle}}if(this.timeline.handlers[kHandlerChangeTitleTask])this.timeline.handlers[kHandlerChangeTitleTask](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,ref?ref:cur.arg.t);if(!ref){if(reverse){cur.arg.t._title=title}else{cur.arg.t._title=title}}break;case kOperationChangeTitleMilestone:if(!ref){if(reverse){title=cur.arg.t._title;cur.arg.t._title=cur.arg.oldTitle}else{title=cur.arg.t._title;cur.arg.t._title=cur.arg.curTitle}}if(this.timeline.handlers[kHandlerChangeTitleMilestone])this.timeline.handlers[kHandlerChangeTitleMilestone](cur.arg.projectId,cur.arg.milestoneId,ref?ref:cur.arg.t);if(!ref){if(reverse){cur.arg.t._title=title}else{cur.arg.t._title=title}}break;case kOperationChangeTimeTask:if(items){taskTreeChangeTimes=[];if(items.left){items.left.walkElements(ref?ref:cur.arg.t,function(task,node){if(node){if(node["change"]){if(true===node["change"]){taskTreeChangeTimes.push(node);isQueryChange=true}}}})}if(items.right){items.right.walkElements(ref?ref:cur.arg.t,function(task,node){if(node){if(node["change"]){if(true===node["change"]){taskTreeChangeTimes.push(node);isQueryChange=true}}}})}}else{items=cur.arg.queryMoveLinks;if(items){if(items.length){taskTreeChangeTimes=[];for(i=0;i<items.length;++i){taskTreeChangeTimes.push(storage.getTask(items[i].p,items[i].m,items[i].t))}}}}if(validate&&!isQueryChange){beginTime=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginTime;endTime=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endTime;if(beginTime===cur.arg.t.beginTime&&endTime===cur.arg.t.endTime){this.flushPop(0);return}}if(!ref){if(reverse){deadline=cur.arg.t.endFail;oneDay=cur.arg.t.oneDay;beginFail=cur.arg.t.beginFail;cur.arg.t.endFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endFail;cur.arg.t.oneDay=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).oneDay;cur.arg.t.beginFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginFail}else{deadline=cur.arg.t.endFail;cur.arg.t.endFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endFail;oneDay=cur.arg.t.oneDay;beginFail=cur.arg.t.beginFail;beginTime=cur.arg.t.beginTime;endTime=cur.arg.t.endTime;cur.arg.t.setTimes(storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginTime,storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endTime);cur.arg.t.oneDay=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).oneDay;cur.arg.t.beginFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginFail}}if(this.timeline.handlers[kHandlerChangeTime])this.timeline.handlers[kHandlerChangeTime](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,ref?ref:cur.arg.t,taskTreeChangeTimes);if(!ref){if(reverse){cur.arg.t.endFail=deadline;cur.arg.t.oneDay=oneDay;cur.arg.t.beginFail=beginFail}else{cur.arg.t.endFail=deadline;cur.arg.t.setTimes(beginTime,endTime);cur.arg.t.oneDay=oneDay;cur.arg.t.beginFail=beginFail}}break;case kOperationChangeTimeMilestone:if(validate){beginTime=storage.getMilestone(cur.arg.p,cur.arg.m).beginTime;endTime=storage.getMilestone(cur.arg.p,cur.arg.m).endTime;if(beginTime===cur.arg.t.beginTime&&endTime===cur.arg.t.endTime){this.flushPop(0);return}}if(this.timeline.handlers[kHandlerChangeTime])this.timeline.handlers[kHandlerChangeTime](cur.arg.projectId,cur.arg.milestoneId,undefined,ref?ref:cur.arg.t);break;case kOperationMoveTask:if(this.timeline.handlers[kHandlerMoveTask])this.timeline.handlers[kHandlerMoveTask](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,cur.arg.projectToId,cur.arg.milestoneToId,ref?ref:cur.arg.t,cur.arg.linksToRemove,reverse);break;case kOperationMoveGroupTasks:if(this.timeline.handlers[kHandlerMoveGroupTasks])this.timeline.handlers[kHandlerMoveGroupTasks](reverse?cur.arg.sourceMilestone:cur.arg.destMilestone,cur.arg.tasksIds);break;case kOperationChangeTaskStatus:if(!ref){if(reverse){status=cur.arg.t._status;cur.arg.t._status=cur.arg.oldStatus}else{status=cur.arg.t._status;cur.arg.t._status=cur.arg.newStatus}}if(this.timeline.handlers[kHandlerChangeTaskStatus])this.timeline.handlers[kHandlerChangeTaskStatus](cur.arg.projectId,cur.arg.milestoneId,cur.arg.taskId,ref?ref:cur.arg.t);if(!ref){if(reverse){cur.arg.t._status=status}else{cur.arg.t._status=status}}break;case kOperationChangeMilestoneStatus:if(!ref){if(reverse){status=cur.arg.t._status;cur.arg.t._status=cur.arg.oldStatus}else{status=cur.arg.t._status;cur.arg.t._status=cur.arg.newStatus}}if(this.timeline.handlers[kHandlerChangeMilestoneStatus])this.timeline.handlers[kHandlerChangeMilestoneStatus](cur.arg.projectId,cur.arg.milestoneId,ref?ref:cur.arg.t);if(!ref){if(reverse){cur.arg.t._status=status}else{cur.arg.t._status=status}}break;case kOperationAddTaskLink:if(reverse){if(this.timeline.handlers[kHandlerDeleteTaskLink]){if(ref){this.timeline.handlers[kHandlerDeleteTaskLink](ref)}else{parent=cur.arg.link.parentTaskId||cur.arg.link["parentTaskId"];child=cur.arg.link.dependenceTaskId||cur.arg.link["dependenceTaskId"];this.timeline.handlers[kHandlerDeleteTaskLink](cur.arg.link,storage.taskWithId(child).ref,storage.taskWithId(parent).ref)}}}else{if(this.timeline.handlers[kHandlerAddTaskLink]){if(ref){this.timeline.handlers[kHandlerAddTaskLink](ref)}else{parent=cur.arg.link.parentTaskId||cur.arg.link["parentTaskId"];child=cur.arg.link.dependenceTaskId||cur.arg.link["dependenceTaskId"];this.timeline.handlers[kHandlerAddTaskLink](cur.arg.link,storage.taskWithId(child).ref,storage.taskWithId(parent).ref)}}}break;case kOperationDeleteTaskLink:if(reverse){if(this.timeline.handlers[kHandlerAddTaskLink]){if(ref){this.timeline.handlers[kHandlerAddTaskLink](ref)}else{parent=cur.arg.link.parentTaskId||cur.arg.link["parentTaskId"];child=cur.arg.link.dependenceTaskId||cur.arg.link["dependenceTaskId"];this.timeline.handlers[kHandlerAddTaskLink](cur.arg.link,storage.taskWithId(child).ref,storage.taskWithId(parent).ref)}}}else{if(this.timeline.handlers[kHandlerDeleteTaskLink]){if(ref){this.timeline.handlers[kHandlerDeleteTaskLink](ref)}else{parent=cur.arg.link.parentTaskId||cur.arg.link["parentTaskId"];child=cur.arg.link.dependenceTaskId||cur.arg.link["dependenceTaskId"];this.timeline.handlers[kHandlerDeleteTaskLink](cur.arg.link,storage.taskWithId(child).ref,storage.taskWithId(parent).ref)}}}break;case kOperationChangeResponsible:if(validate){}else{if(this.timeline.handlers[kHandlerChangeResponsible])this.timeline.handlers[kHandlerChangeResponsible](ref)}break}this._updateDebug();this._updateUI()},flushPop:function(){if(-1===this.ind||!this.timeline||!this.op.length)return;--this.ind;this.op.splice(this.op.length-1,1);this._updateDebug();this._updateUI()},flushTopDummy:function(){if(this.op.length){if(this.op[this.op.length-1].id===kOperationDummy){this.flushPop(0);this._updateDebug();return true}}return false},undo:function(){if(this.timeline.editBox.enable){this.timeline.editBox.cancel(true)}this.timeline.leftPanelController().clearFocus();if(-1===this.ind||!this.timeline||!this.op.length){this._updateUI();return}var storage=this.timeline.storage;var cur=this.op[this.ind];var status,task,i,link,length,milestoneRef;var taskTreeChangeTimes=[],items=null,reference;switch(cur.id){case kOperationAddTask:this.timeline.rightScroll.save();storage.projects()[cur.arg.p].removeTask(cur.arg.index,cur.arg.m);break;case kOperationDeleteTask:this.timeline.rightScroll.save();storage.addTaskWithIndex(cur.arg.t,cur.arg.index);length=cur.arg.linksToRemove.length;if(undefined!==cur.arg.m){for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];if(link.link.dependenceTaskId!==cur.arg.taskId){task=storage.p[cur.arg.p].m[cur.arg.m].t[link.ind];task.links.splice(link.index,1,link.link)}}}else{for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];if(link.link.dependenceTaskId!==cur.arg.taskId){task=storage.p[cur.arg.p].t[link.ind];task.links.splice(link.index,1,link.link)}}}break;case kOperationChangeTitleTask:title=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._title;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._title=cur.arg.t._title;cur.arg.t._title=title;break;case kOperationAddMilestone:this.timeline.rightScroll.save();storage.p[cur.arg.p].removeMilestone(cur.arg.index);break;case kOperationDeleteMilestone:this.timeline.rightScroll.save();storage.p[cur.arg.p].t.splice(storage.p[cur.arg.p].t.length-cur.arg.t.t.length,cur.arg.t.t.length);storage.addMilestoneWithIndex(cur.arg.t,cur.arg.index);break;case kOperationChangeTitleMilestone:var title=storage.getMilestone(cur.arg.p,cur.arg.m)._title;storage.getMilestone(cur.arg.p,cur.arg.m)._title=cur.arg.t._title;cur.arg.t._title=title;break;case kOperationChangeTimeTask:{var beginTime=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginTime;var endTime=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endTime;var endFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endFail;var oneDay=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).oneDay;var beginFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginFail;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).setTimes(cur.arg.t.beginTime,cur.arg.t.endTime);storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endFail=cur.arg.t.endFail;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).oneDay=cur.arg.t.oneDay;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginFail=cur.arg.t.beginFail;cur.arg.t.beginTime=beginTime;cur.arg.t.endTime=endTime;cur.arg.t.endFail=endFail;cur.arg.t.oneDay=oneDay;cur.arg.t.beginFail=beginFail;items=cur.arg.queryMoveLinks;if(items){for(i=0;i<items.length;++i){task=items[i];beginTime=storage.getTask(task.p,task.m,task.t).beginTime;endTime=storage.getTask(task.p,task.m,task.t).endTime;endFail=storage.getTask(task.p,task.m,task.t).endFail;oneDay=storage.getTask(task.p,task.m,task.t).oneDay;beginFail=storage.getTask(task.p,task.m,task.t).beginFail;storage.getTask(task.p,task.m,task.t).setTimes(task.ref.beginTime,task.ref.endTime);storage.getTask(task.p,task.m,task.t).endFail=task.ref.endFail;storage.getTask(task.p,task.m,task.t).oneDay=task.ref.oneDay;storage.getTask(task.p,task.m,task.t).beginFail=task.ref.beginFail;task.ref.beginTime=beginTime;task.ref.endTime=endTime;task.ref.endFail=endFail;task.ref.oneDay=oneDay;task.ref.beginFail=beginFail}}if(undefined===cur.arg.m){storage.p[cur.arg.p]._calcTimes()}}break;case kOperationChangeTimeMilestone:var save=deepCopy(storage.getMilestone(cur.arg.p,cur.arg.m));storage.p[cur.arg.p].removeMilestone(cur.arg.index);storage.addMilestoneWithIndex(cur.arg.t,cur.arg.index);cur.arg.t=save;break;case kOperationMoveTask:storage.projects()[cur.arg.toProject].removeTask(cur.arg.place,cur.arg.toMilestone);var copy_m=deepCopy(cur.arg.t);if(undefined==cur.arg.fromMilestone){copy_m.milestone=-1;storage.addTaskWithIndex(copy_m,cur.arg.index)}else{copy_m.milestone=cur.arg.milestoneId;storage.addTaskWithIndex(copy_m,cur.arg.index)}if(cur.arg.linksToRemove){length=cur.arg.linksToRemove.length;if(undefined!==cur.arg.fromMilestone){for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];task=storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].t[link.ind];task.links.splice(link.index,0,link.link)}}else{for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];task=storage.p[cur.arg.fromProject].t[link.ind];task.links.splice(link.index,0,link.link)}}}break;case kOperationMoveGroupTasks:var tasksNeedMove=cur.arg.group;if("MtoF"===cur.arg.type){milestoneRef=storage.p[cur.arg.toProject].m[cur.arg.fromMilestone];for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=cur.arg.sourceMilestone;storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].addTaskWithIndex(tasksNeedMove[i].task,tasksNeedMove[i].index)}storage.p[cur.arg.toProject].t.splice(storage.p[cur.arg.toProject].t.length-tasksNeedMove.length,tasksNeedMove.length);milestoneRef.updateTimes();storage.p[cur.arg.toProject]._calcTimes()}if("MtoM"===cur.arg.type){milestoneRef=storage.p[cur.arg.toProject].m[cur.arg.toMilestone];for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=cur.arg.sourceMilestone;storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].addTaskWithIndex(tasksNeedMove[i].task,tasksNeedMove[i].index)}storage.p[cur.arg.toProject].m[cur.arg.toMilestone].t.splice(milestoneRef.t.length-tasksNeedMove.length,tasksNeedMove.length);milestoneRef.updateTimes();storage.p[cur.arg.toProject].m[cur.arg.toMilestone].updateTimes();storage.p[cur.arg.toProject]._calcTimes()}if("FtoM"===cur.arg.type){milestoneRef=storage.p[cur.arg.toProject].m[cur.arg.toMilestone];for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=-1;storage.addTaskWithIndex(tasksNeedMove[i].task,tasksNeedMove[i].index)}storage.p[cur.arg.toProject].m[cur.arg.toMilestone].t.splice(milestoneRef.t.length-tasksNeedMove.length,tasksNeedMove.length);milestoneRef.updateTimes();storage.p[cur.arg.toProject]._calcTimes()}break;case kOperationChangeTaskStatus:status=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._status;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._status=cur.arg.t._status;cur.arg.t._status=status;break;case kOperationChangeMilestoneStatus:status=storage.getMilestone(cur.arg.p,cur.arg.m)._status;storage.getMilestone(cur.arg.p,cur.arg.m)._status=cur.arg.t._status;cur.arg.t._status=status;break;case kOperationAddTaskLink:task=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.t);task.links.splice(cur.arg.linkIndex,1);break;case kOperationDeleteTaskLink:task=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.t);task.links.splice(cur.arg.linkIndex,0,cur.arg.link);break;case kOperationChangeResponsible:{if(cur.arg.isMilestone){reference=storage.getMilestone(cur.arg.p,cur.arg.m)}else{reference=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)}if(reference)reference._responsibles=deepCopy(cur.arg.oldResponsibles)}break}this.perform(this.ind,true,undefined,reference);this.timeline.offMenus();this.timeline.offWidgets();this.timeline.clearPopUp=true;this.timeline.updateWithScroll();--this.ind;this._updateDebug();this._updateUI()},redo:function(){if(this.timeline.editBox.enable){this.timeline.editBox.cancel(true)}this.timeline.leftPanelController().clearFocus();if(!this.timeline||!this.op.length||this.ind===this.op.length-1){this._updateUI();return}++this.ind;var storage=this.timeline.storage;var cur=this.op[this.ind];var title,status,task,i,link,length;var taskTreeChangeTimes=[],items=null,reference;switch(cur.id){case kOperationAddTask:this.timeline.rightScroll.save();storage.addTaskWithIndex(cur.arg.t,cur.arg.index);break;case kOperationDeleteTask:this.timeline.rightScroll.save();length=cur.arg.linksToRemove.length;if(undefined!==cur.arg.m){for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];if(link.link.dependenceTaskId!==cur.arg.taskId){task=storage.p[cur.arg.p].m[cur.arg.m].t[link.ind];task.links.splice(link.index,1)}}}else{for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];if(link.link.dependenceTaskId!==cur.arg.taskId){task=storage.p[cur.arg.p].t[link.ind];task.links.splice(link.index,1)}}}storage.projects()[cur.arg.p].removeTask(cur.arg.index,cur.arg.m);break;case kOperationAddMilestone:this.timeline.rightScroll.save();storage.addMilestoneWithIndex(cur.arg.t,cur.arg.index);break;case kOperationDeleteMilestone:this.timeline.rightScroll.save();var tasks=storage.p[cur.arg.p].t;for(i=0;i<cur.arg.t.t.length;++i){tasks.push(cur.arg.t.t[i]);tasks.last().milestone=-1}storage.p[cur.arg.p].removeMilestone(cur.arg.index);break;case kOperationChangeTitleTask:title=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._title;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._title=cur.arg.t._title;cur.arg.t._title=title;break;case kOperationChangeTitleMilestone:title=storage.getMilestone(cur.arg.p,cur.arg.m)._title;storage.getMilestone(cur.arg.p,cur.arg.m)._title=cur.arg.t._title;cur.arg.t._title=title;break;case kOperationChangeTimeTask:var beginTime=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginTime;var endTime=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endTime;var endFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endFail;var oneDay=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).oneDay;var beginFail=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginFail;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).setTimes(cur.arg.t.beginTime,cur.arg.t.endTime);storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).endFail=cur.arg.t.endFail;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).oneDay=cur.arg.t.oneDay;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index).beginFail=cur.arg.t.beginFail;cur.arg.t.beginTime=beginTime;cur.arg.t.endTime=endTime;cur.arg.t.endFail=endFail;cur.arg.t.oneDay=oneDay;cur.arg.t.beginFail=beginFail;items=cur.arg.queryMoveLinks;if(items){for(i=0;i<items.length;++i){task=items[i];beginTime=storage.getTask(task.p,task.m,task.t).beginTime;endTime=storage.getTask(task.p,task.m,task.t).endTime;endFail=storage.getTask(task.p,task.m,task.t).endFail;oneDay=storage.getTask(task.p,task.m,task.t).oneDay;beginFail=storage.getTask(task.p,task.m,task.t).beginFail;storage.getTask(task.p,task.m,task.t).setTimes(task.ref.beginTime,task.ref.endTime);storage.getTask(task.p,task.m,task.t).endFail=task.ref.endFail;storage.getTask(task.p,task.m,task.t).oneDay=task.ref.oneDay;storage.getTask(task.p,task.m,task.t).beginFail=task.ref.beginFail;task.ref.beginTime=beginTime;task.ref.endTime=endTime;task.ref.endFail=endFail;task.ref.oneDay=oneDay;task.ref.beginFail=beginFail}}if(undefined===cur.arg.m){storage.p[cur.arg.p]._calcTimes()}break;case kOperationChangeTimeMilestone:var save=deepCopy(storage.getMilestone(cur.arg.p,cur.arg.m));storage.p[cur.arg.p].removeMilestone(cur.arg.index);storage.addMilestoneWithIndex(cur.arg.t,cur.arg.index);cur.arg.t=save;break;case kOperationMoveTask:if(cur.arg.linksToRemove){length=cur.arg.linksToRemove.length;if(undefined!==cur.arg.fromMilestone){for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];task=storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].t[link.ind];task.links.splice(link.index,1)}}else{for(i=0;i<length;++i){link=cur.arg.linksToRemove[i];task=storage.p[cur.arg.fromProject].t[link.ind];task.links.splice(link.index,1)}}}var addInd=cur.arg.index;if(undefined===cur.arg.fromMilestone&&undefined===cur.arg.toMilestone){addInd=cur.arg.place}else if(undefined===cur.arg.fromMilestone&&undefined!==cur.arg.toMilestone){addInd=cur.arg.place}storage.projects()[cur.arg.toProject].removeTask(cur.arg.index,cur.arg.fromMilestone);var copy_m=deepCopy(cur.arg.t);if(undefined==cur.arg.fromMilestone){copy_m.milestone=undefined===cur.arg.milestoneToId?-1:cur.arg.milestoneToId;storage.addTaskWithIndex(copy_m,addInd)}else{copy_m.milestone=cur.arg.milestoneToId?cur.arg.milestoneToId:-1;storage.addTaskWithIndex(copy_m,cur.arg.place)}break;case kOperationMoveGroupTasks:var tasksNeedMove=cur.arg.group;if("MtoF"===cur.arg.type){for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=-1;storage.p[cur.arg.fromProject].addTask(tasksNeedMove[i].task,true)}for(i=tasksNeedMove.length-1;i>=0;--i){storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].removeTask(tasksNeedMove[i].index)}storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].updateTimes();storage.p[cur.arg.fromProject]._calcTimes()}if("MtoM"===cur.arg.type){for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=cur.arg.destMilestone;storage.p[cur.arg.toProject].m[cur.arg.toMilestone].t.push(tasksNeedMove[i].task)}for(i=tasksNeedMove.length-1;i>=0;--i){storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].removeTask(tasksNeedMove[i].index)}storage.p[cur.arg.fromProject].m[cur.arg.fromMilestone].updateTimes();storage.p[cur.arg.toProject].m[cur.arg.toMilestone].updateTimes()}if("FtoM"===cur.arg.type){var milestoneRef=storage.p[cur.arg.toProject].m[cur.arg.toMilestone];for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=cur.arg.destMilestone;storage.p[cur.arg.toProject].m[cur.arg.toMilestone].t.push(tasksNeedMove[i].task)}for(i=tasksNeedMove.length-1;i>=0;--i){storage.p[cur.arg.fromProject].removeTask(tasksNeedMove[i].index)}milestoneRef.updateTimes();storage.p[cur.arg.fromProject]._calcTimes()}break;case kOperationChangeTaskStatus:status=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._status;storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)._status=cur.arg.t._status;cur.arg.t._status=status;break;case kOperationChangeMilestoneStatus:status=storage.getMilestone(cur.arg.p,cur.arg.m)._status;storage.getMilestone(cur.arg.p,cur.arg.m)._status=cur.arg.t._status;cur.arg.t._status=status;break;case kOperationAddTaskLink:task=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.t);cur.arg.link["dependenceTaskId"]=storage.getTask(cur.arg.depIndexer.p,cur.arg.depIndexer.m,cur.arg.depIndexer.t)._id;cur.arg.link["parentTaskId"]=storage.getTask(cur.arg.parIndexer.p,cur.arg.parIndexer.m,cur.arg.parIndexer.t)._id;task.links.push(cur.arg.link);break;case kOperationDeleteTaskLink:task=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.t);task.links.splice(cur.arg.linkIndex,1);break;case kOperationChangeResponsible:{if(cur.arg.isMilestone){reference=storage.getMilestone(cur.arg.p,cur.arg.m)}else{reference=storage.getTask(cur.arg.p,cur.arg.m,cur.arg.index)}if(reference)reference._responsibles=deepCopy(cur.arg.newResponsibles)}break}this.perform(this.ind,undefined,undefined,reference);this.timeline.offMenus();this.timeline.offWidgets();this.timeline.clearPopUp=true;this.timeline.updateWithScroll();this._updateDebug();this._updateUI()},_sliceTop:function(){if(!this.op.length)return;if(this.ind<1)this.op=[];this.op.splice(this.ind,this.op.length-this.ind)},_updateUI:function(){if(this.timeline.handlers[kHandlerUndoRedoUpdateUI]){if(this.op.length){if(this.op.last().arg.silentUpdateMode){this.op.last().arg.silentUpdateMode=undefined;return}}this.timeline.handlers[kHandlerUndoRedoUpdateUI](this.ind>-1&&this.ind<this.op.length&&this.op.length>0,this.op.length-this.ind>1&&this.op.length>0)}},_updateDebug:function(){}};function ZoomBar(dom,delegate){this.init(dom,delegate)}ZoomBar.prototype={init:function(dom,delegate){var t=this;this._dom=dom;this.delegate=delegate;if(!(dom instanceof HTMLCanvasElement)){this._canvas=document.createElement("canvas");this._canvas.id="ZoomBarId";this._canvas.width=this._dom.clientWidth;this._canvas.height=this._dom.clientHeight;this._dom.style.backgroundColor="#ffffff";this._dom.appendChild(this._canvas)}if(this._canvas){this.ctx=this._canvas.getContext("2d");this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;this.bounding=this.ctx.canvas.getBoundingClientRect();this._dom.onmousemove=function(e){t.onmousemove(e)};this._dom.onmousedown=function(e){t.onmousedown(e)};this._dom.onmouseup=function(e){t.onmouseup(e)};this._dom.ondblclick=function(e){t.ondblclick(e)};this._dom.oncontextmenu=function(){return false};if("onwheel"in this._dom){this._dom.addEventListener("wheel",function(e){t.onmousewheel(e)},false)}else if("onmousewheel"in document){this._dom.addEventListener("mousewheel",function(e){t.onmousewheel(e)},false)}else{this._dom.addEventListener("MozMousePixelScroll",function(e){t.onmousewheel(e)},false)}this.timeScale=delegate.timeScale;this.needUpdate=true;this.curDate=new Date;this.curDate.setHours(0);this.curDate.setMilliseconds(0);this.curDate.setMinutes(0);this.curDate.setSeconds(0);this.rightDate=new Date(this.curDate.getTime()+12*30*24*36e5);this.leftDate=new Date(this.curDate.getTime()-12*30*24*36e5);this.rightDate.setUTCDate(0);this.rightDate.setHours(0);this.rightDate.setMilliseconds(0);this.rightDate.setMinutes(0);this.rightDate.setSeconds(0);this.leftDate.setUTCDate(0);this.leftDate.setHours(0);this.leftDate.setMilliseconds(0);this.leftDate.setMinutes(0);this.leftDate.setSeconds(1);this.rightTextDate=new Date(this.rightDate.getTime()-1);this.leftTextDate=new Date(this.leftDate.getTime());this.duration=0;this.timeCur=0;this.isLBMDown=false;this.mouse={x:0,y:0};this.offmouse={x:0,y:0};this.handler=0;this.anchor=0;this.thumb={begin:0,end:0,band:0};this.indent=4;this.indentX=(this.indent+2)*.5;this.button=0;this.clickHandler=0;this.leftThumbX=0;this.rightThumbX=0;this.thumbW=0;this.thumbX=0;this.thumbC=0}},dom:function(){return this._dom},canvas:function(){return this._canvas},needRepaint:function(){this.repaint=true},render:function(){if(this.needUpdate){if(this.ctx){this.bounding=this.ctx.canvas.getBoundingClientRect();this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;this.calc();if(this.repaint){this.repaint=false;this.ctx.clearRect(0,0,this.ctxWidth,this.ctxHeight);if(this.thumbW!==kZoomBarThumbMinWidth){this.ctx.fillStyle=kZoomBarThumbColor}else{this.ctx.fillStyle=kZoomBarThumbHandlesColor}this.ctx.fillRect(this.thumbX+.5,2,this.thumbW,this.ctxHeight-4);if(this.thumbW!==kZoomBarThumbMinWidth){this.ctx.fillStyle=kZoomBarThumbHandlesColor;this.ctx.fillRect(this.thumbX+.5-1,2,1,this.ctxHeight-4);this.ctx.fillRect(Math.floor(this.thumbX+this.thumbW),2,1,this.ctxHeight-4);this.ctx.beginPath();this.ctx.moveTo(this.thumbX+.5,this.ctxHeight*.5-this.indent);this.ctx.lineTo(this.thumbX-this.indent-.5,this.ctxHeight*.5);this.ctx.lineTo(this.thumbX+.5,this.ctxHeight*.5+this.indent);this.ctx.closePath();this.ctx.fill();this.ctx.beginPath();this.ctx.moveTo(Math.floor(this.thumbX+this.thumbW),this.ctxHeight*.5-this.indent);this.ctx.lineTo(Math.floor(this.thumbX+this.thumbW+this.indent+1),this.ctxHeight*.5);this.ctx.lineTo(Math.floor(this.thumbX+this.thumbW),this.ctxHeight*.5+this.indent);this.ctx.closePath();this.ctx.fill()}this.renderMilestoneLines();this.ctx.fillStyle=kZoomBarCurDayLineColor;this.ctx.fillRect(this.dX,0,1,this.ctxHeight);this.renderDates()}}}},renderDates:function(){this.ctx.fillStyle=kDateScaleTextColor;function format(data){var s="",day=data.getDate(),month=data.getMonth()+1;if(day<10)s+="0"+day;else s+=day;if(month<10)s+=".0"+month;else s+="."+month;s+="."+String(data.getUTCFullYear()).substring(2,4);return s}this.ctx.fillText(format(this.leftTextDate),5,this.ctxHeight*.6);this.ctx.fillText(format(this.rightTextDate),this.ctxWidth-50,this.ctxHeight*.6)},renderMilestoneLines:function(){var i,j,time,color,begin=true,end=false,mc;var p=this.delegate.storage.projects();var pc=p.length;if(!pc){return}var cWidth=this.regionSize();var fx=cWidth*this.fraction+this.indentX;var hY=this.ctxHeight-this.indent;var fD=cWidth/this.duration;this.ctx.lineWidth=1;this.ctx.strokeStyle=kZoomBarThumbColor;for(j=0;j<pc;++j){mc=p[j].m.length;for(i=0;i<mc;++i){time=(fD*p[j].m[i].endTime+fx>>0)+.5;if(p[j].m[i].endTime<=0){color=kMilestoneOverdueColor}else{color=kMilestoneColor}if(1===p[j].m[i]._status){color=kMilestoneCompleteColor}if(color!==this.ctx.strokeStyle){end=true;if(i>0){this.ctx.stroke()}this.ctx.beginPath();this.ctx.strokeStyle=color}if(begin){this.ctx.beginPath();this.ctx.strokeStyle=color;begin=false}this.ctx.moveTo(time,this.indent);this.ctx.lineTo(time,hY)}}if(end){this.ctx.stroke()}},releaseCapture:function(){this.isLBMDown=false;this.handler=0},setRangeTimes:function(timeLeft){if(timeLeft){var timeMargin=(31+31+1)*24*36e5,rightTs=this.curDate.getTime()+Math.abs(timeLeft*36e5)+timeMargin,leftTs=this.curDate.getTime()-Math.abs(timeLeft*36e5)-timeMargin;if(rightTs>this.rightDate.getTime()||leftTs<this.leftDate.getTime()){this.leftDate=new Date(leftTs);this.rightDate=new Date(rightTs);this.rightDate.setUTCDate(0);this.rightDate.setHours(0);this.rightDate.setMilliseconds(0);this.rightDate.setMinutes(0);this.rightDate.setSeconds(0);this.leftDate.setUTCDate(0);this.leftDate.setHours(0);this.leftDate.setMilliseconds(0);this.leftDate.setMinutes(0);this.leftDate.setSeconds(1);this.rightTextDate=new Date(this.rightDate.getTime()-1);this.leftTextDate=new Date(this.leftDate.getTime())}}this.repaint=true},calc:function(){var t=this.delegate;this.duration=(this.rightDate.getTime()-this.leftDate.getTime())/36e5;this.timeCur=(this.curDate.getTime()-this.leftDate.getTime())/36e5;this.fraction=(this.curDate.getTime()-this.leftDate.getTime())/36e5/this.duration;var cWidth=this.regionSize();var oneHourInPixels=this.timeScale.hourInPixels/this.timeScale.scaleX;var hours=(t.ctxWidth-t.visibleLeft)/oneHourInPixels;var leftHours=t.visibleLeft/oneHourInPixels;this.dX=Math.floor(Math.abs(this.timeCur/this.duration*cWidth)+this.indentX);this.thumb.begin=(this.timeCur-this.timeScale._fX*this.timeScale.scaleX+leftHours)/this.duration;this.thumb.end=(this.timeCur-this.timeScale._fX*this.timeScale.scaleX+hours+leftHours)/this.duration;this.thumb.band=hours/this.duration;this.leftThumbX=this.thumb.begin*cWidth+this.indentX;this.rightThumbX=this.thumb.end*cWidth+this.indentX;this.leftHandler=Math.floor(this.leftThumbX);this.rightHandler=Math.floor(this.rightThumbX);this.bandwidth=Math.floor(this.thumb.band*cWidth);this.thumbW=this.rightThumbX-this.leftThumbX;this.thumbX=Math.floor(this.leftHandler)+.5;this.thumbC=(this.rightThumbX+this.leftThumbX)*.5;if(this.thumbW<=kZoomBarThumbMinWidth){this.thumbW=kZoomBarThumbMinWidth;this.thumbX=Math.floor(this.thumbC-this.thumbW*.5)+.5;var cX=(this.thumb.end+this.thumb.begin)*.5;cX=.5+(cX-.5)*(1+(this.thumb.end-this.thumb.begin));this.thumbX=(cWidth-this.thumbW)*cX+this.indentX}},worldToContol:function(x,y){return{x:x-this.bounding.left*(this.ctxWidth/this.bounding.width),y:y-this.bounding.top*(this.ctxHeight/this.bounding.height)}},isCapture:function(e){this.mouse=this.worldToContol(e.clientX,e.clientY);if(this.thumbW===kZoomBarThumbMinWidth){return this.mouse.x>this.thumbX&&this.mouse.x<this.thumbX+this.thumbW}return this.mouse.x>=this.leftHandler&&this.mouse.x<=this.rightHandler},calcMouseHandler:function(e){this.mouse=this.worldToContol(e.clientX,e.clientY);if(this.thumbW===kZoomBarThumbMinWidth){if(this.mouse.x>this.thumbX&&this.mouse.x<this.thumbX+this.thumbW)this.handler=0}else{if(Math.abs(this.mouse.x-this.leftHandler)<7)this.handler=-1;else if(Math.abs(this.mouse.x-this.rightHandler)<7)this.handler=1;else this.handler=0}return this.handler},regionSize:function(){return this.ctxWidth-this.indentX*2},moveToMilestone:function(){var i,j,time,color,mc,mx,height=0;var t=this.delegate;var p=t.storage.projects();var pc=p.length;if(!pc){return false}var cWidth=this.regionSize();var fx=this.duration*this.fraction/this.duration*cWidth+this.indentX;var hY=this.ctxHeight-this.indent;var fD=cWidth/this.duration;var margin=t.itemMargin;for(j=0;j<pc;++j){if(!p[j].isEmpty()){mc=p[j].m.length;for(i=0;i<mc;++i){time=(fD*p[j].m[i].endTime+fx>>0)+.5-this.mouse.x;if(abs2(time)<5){t.animator.moveCenterToX(p[j].m[i].endTime);if(i===0&&j===0){height=kEps}var maxVal=floor2(t.rightScroll.maxValue()/margin)*margin;var scrollY=height;if(!t.fullscreen){scrollY=floor2(scrollY/margin)*margin-kEps}t.animator.moveToY(Math.min(scrollY,maxVal-kEps));t.offMenus();t.offWidgets();this.repaint=true;return true}height+=margin+p[j].m[i].t.length*margin;if(0===p[j].m[i].t.length&&t.fullscreen){height+=t.itemMargin}}if(p[j].t.length){height+=p[j].t.length*margin+t.itemHeight}}}return false},maxPos:function(){var t=this.delegate;var cWidth=this.regionSize();var oneHourInPixels=t.timeScale.hourInPixels/t.timeScale.scaleX;var leftHours=t.visibleLeft/oneHourInPixels;var dx=(this.bandwidth/cWidth-1+this.fraction)*this.duration+leftHours;return dx*oneHourInPixels/this.timeScale.hourInPixels},minPos:function(){var t=this.delegate;var oneHourInPixels=t.timeScale.hourInPixels/t.timeScale.scaleX;var leftHours=t.visibleLeft/oneHourInPixels;var dx=this.fraction*this.duration+leftHours;return dx*oneHourInPixels/this.timeScale.hourInPixels},onmousedown:function(e){this.handler=0;this.button=e.button;if(this.isCapture(e)||0!==this.calcMouseHandler(e)){this.isLBMDown=true;this.offmouse.x=this.mouse.x;this.calc();this.anchor=this.mouse.x-this.leftHandler}this.clickHandler=this.handler},onmousemove:function(e){if(2===this.button){return}var t=this.delegate,capture=this.isCapture(e),cWidth=this.regionSize(),oneHourInPixels,hours,mouseTx,tumbScaleX,thumbSizeX,leftCenterX,rightCenterX,oldScaleX,pos,bandHalf,fx,dx,leftHours,duration=this.duration,timeCur=this.timeCur,fraction=this.fraction,maxVal=0,scrollY=0;if(0===t.storage.p.length){return}t.bottomScroll.onmouseup(e);t.rightScroll.onmouseup(e);if(this.isLBMDown){oneHourInPixels=t.timeScale.hourInPixels/t.timeScale.scaleX;leftHours=t.visibleLeft/oneHourInPixels;if(0===this.handler){t.animator.stop();pos=(this.mouse.x-this.anchor)/cWidth;pos=(-fraction+.5)*(fraction-pos)/fraction+.5*pos/fraction;fx=.5-pos;dx=Math.max(Math.min(fx,fraction)*duration,(this.bandwidth/cWidth-1+fraction)*duration)+leftHours;t.offsetX=dx*oneHourInPixels/this.timeScale.hourInPixels;t.updateWithStrafe();this._canvas.style.cursor="pointer";this.repaint=true}else if(-1===this.handler){t.animator.stop();mouseTx=this.mouse.x/cWidth;if(this.thumb.end-mouseTx>0){thumbSizeX=this.thumb.end-mouseTx;tumbScaleX=thumbSizeX/this.thumb.band;leftCenterX=thumbSizeX+fraction-this.thumb.end;oldScaleX=t.timeScale.scaleX;t.timeScale.scaleX*=tumbScaleX;if(leftCenterX>=fraction){t.scaleX=oldScaleX;t.update();t._viewController.changeTimeScaleEvent()}else{thumbSizeX=this.thumb.band*tumbScaleX;leftCenterX=fraction-(this.thumb.end-thumbSizeX);if(t.timeScale.scaleX<=kScaleUnitMinSize){tumbScaleX=kScaleUnitMinSize/t.timeScale.scaleX*tumbScaleX;t.timeScale.scaleX=kScaleUnitMinSize}if(t.timeScale.scaleX>=kScaleUnitFifteenDays){tumbScaleX=kScaleUnitFifteenDays/t.timeScale.scaleX*tumbScaleX;t.timeScale.scaleX=kScaleUnitFifteenDays}thumbSizeX=this.thumb.band*tumbScaleX;leftCenterX=fraction-(this.thumb.end-thumbSizeX);oneHourInPixels=t.timeScale.hourInPixels/t.timeScale.scaleX;hours=t.timeScale.ctxWidth/oneHourInPixels;leftHours=t.visibleLeft/oneHourInPixels;t.offsetX=(leftCenterX*duration+leftHours)*oneHourInPixels/t.timeScale.hourInPixels;t.updateWithStrafe();t._viewController.changeTimeScaleEvent()}}this._canvas.style.cursor="w-resize"}else if(1===this.handler){t.animator.stop();mouseTx=this.mouse.x/cWidth;if(mouseTx-this.thumb.begin>0){thumbSizeX=mouseTx-this.thumb.begin;tumbScaleX=thumbSizeX/this.thumb.band;leftCenterX=fraction-this.thumb.begin;oldScaleX=t.timeScale.scaleX;t.timeScale.scaleX*=tumbScaleX;if(t.timeScale.scaleX<kScaleUnitMinSize+1||t.timeScale.scaleX>kScaleUnitFifteenDays||leftCenterX>=fraction){t.timeScale.scaleX=oldScaleX;t.update();t._viewController.changeTimeScaleEvent()}else{oneHourInPixels=t.timeScale.hourInPixels/t.timeScale.scaleX;hours=t.timeScale.ctxWidth/oneHourInPixels;leftHours=t.visibleLeft/oneHourInPixels;t.offsetX=(leftCenterX*duration+leftHours)*oneHourInPixels/t.timeScale.hourInPixels;t.updateWithStrafe();t._viewController.changeTimeScaleEvent()}}this._canvas.style.cursor="w-resize"}maxVal=floor2(t.rightScroll.maxValue()/t.itemMargin)*t.itemMargin;scrollY=t.getTopElementInVisibleRange().height-t.itemMargin*!t.fullscreen;if(!t.fullscreen){scrollY=floor2(scrollY/t.itemMargin)*t.itemMargin-kEps}if(t.contentHeight>=t.ctxHeight-t.itemMargin*2){t.animator.moveToY(Math.min(scrollY,maxVal-kEps));t.offMenus();t.offWidgets()}this.repaint=true;return}if(capture){this._canvas.style.cursor="pointer";return}else if(this.calcMouseHandler(e)){this._canvas.style.cursor="w-resize";return}this._canvas.style.cursor=""},onmouseup:function(e){if(0===this.delegate.storage.p.length){return}var t=this.delegate,cWidth,duration,fx,dx,bandHalf,fraction,pos;this.releaseCapture();if(2===this.button){this.moveToMilestone();this.button=0}else{if(t){cWidth=this.regionSize();duration=this.duration;fraction=this.fraction;bandHalf=this.bandwidth*.5/cWidth;if(0===this.clickHandler&&(this.mouse.x-this.leftHandler<-7||this.mouse.x-this.rightHandler>7)){pos=this.mouse.x/cWidth;pos=(.5-fraction)*(fraction-pos)/fraction+.5*pos/fraction;fx=.5-pos;dx=fx*duration;dx=Math.max(Math.min(fx,fraction-bandHalf)*duration,(fraction-1+bandHalf)*duration);t.animator.stop();t.animator.moveCenterToX(-dx);t.updateWithStrafe();this.repaint=true}}}},ondblclick:function(e){},onmousewheel:function(e){if(0===this.delegate.storage.p.length){return}e=e||window["event"];var delta=e["deltaY"]||e["detail"]||e["wheelDelta"];if(e["deltaY"])delta*=-1;if(e["detail"])delta*=-1;var scale=this.delegate.timeScale.scaleX;if(delta>0){scale-=24;if(scale<kScaleUnitNormalizeDays&&this.delegate.timeScale.scaleX>kScaleUnitNormalizeDays){this.delegate.viewController().scaleTo(kScaleUnitNormalizeDays)}else{this.delegate.viewController().scaleTo(Math.min(Math.max(scale,kScaleUnitMinSize),kScaleUnitFifteenDays))}}else{scale+=24;if(this.delegate.timeScale.scaleX<kScaleUnitNormalizeDays)this.delegate.viewController().scaleTo(kScaleUnitNormalizeDays);else this.delegate.viewController().scaleTo(Math.min(Math.min(scale,kScaleUnitOneMonth),kScaleUnitFifteenDays))}this.repaint=true}};function DateScale(delegate,factor){this.delegate=delegate;this.marginY=kUIDateScaleUpMargin;this.zoom=1;this.textDateLineHeight=15*this.zoom;this.hourInPixels=35*this.zoom;this.fontHeight=9*this.zoom;this.font=this.fontHeight+"pt "+kDefaultFontName;this.ctx=delegate.ctx;this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;this.scaleX=factor;this.dayUTC=0;this.weekDay=0;this.monthCur=0;this.yearCur=0;this._fX=0;this.scaleType=0;this.divisionInOneHours=1;this.divisionInDays=7;this.lineSize=this.delegate.itemMargin;this.headTextPosY=this.lineSize*.55+1;this.baseTextPosY=this.lineSize*1.65}DateScale.prototype={updateDefaults:function(){this.font=this.fontHeight+"pt "+kDefaultFontName},strafe:function(value){this._fX=value;this.calculateScaleType()},height:function(){return this.delegate.itemMargin*2},linesFromY:function(){return this.delegate.itemMargin},weekend:function(){if(kTypeScaleMonth===this.scaleType){return null}var dayInd=(new Date).getDay();--dayInd;if(-1===dayInd)dayInd=6;return{x:(6-dayInd-1)*24*this.hourInPixels/this.scaleX,width:2*24*this.hourInPixels/this.scaleX,off:7*24*this.hourInPixels/this.scaleX}},scaleUnitStep:function(){return this.divisionInOneHours},update:function(){},setZoom:function(value){this.zoom=Math.max(.1,value);this.textDateLineHeight=15*this.zoom;this.hourInPixels=35*this.zoom;this.fontHeight=9*this.zoom;this.font=this.fontHeight+"pt "+kDefaultFontName;this.lineSize=this.delegate.itemMargin;this.headTextPosY=this.lineSize*.55;this.baseTextPosY=this.lineSize*1.65},refresh:function(){this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;var date=new Date;this.weekDay=date.getDay();--this.weekDay;if(-1===this.weekDay)this.weekDay=6;this.dayUTC=date.getUTCDate();this.monthCur=date.getMonth();this.yearCur=date.getFullYear();this.calculateScaleType()},draw:function(){var j,i,m,ind,offLine;var currentDate=new Date;var dayOff=currentDate.getDay();--dayOff;if(-1===dayOff)dayOff=6;var datInWeekOff=currentDate.getDate();var monthOff=currentDate.getMonth();var divFW=this.hourInPixels*this.scaleX;var divWX=this.hourInPixels/this.scaleX*this.divisionInOneHours;var count=Math.floor(this.ctxWidth/divWX)+3;var offX=this.hourInPixels*this._fX;var fromX=this._fX*this.scaleX/this.divisionInOneHours;var index=Math.floor(fromX);var offTL=fromX-index;this.ctx.strokeStyle=kLinesVerticalColor;this.ctx.lineWidth=1;this.ctx.fillStyle=kDateScaleTextColor;this.ctx.font=this.font;this.ctx.beginPath();if(kTypeScaleWeek===this.scaleType){this.drawWeekScheme()}else if(kTypeScaleDays===this.scaleType){this.drawDaysScheme()}else if(kTypeScaleHours===this.scaleType){this.drawHoursScheme()}else if(kTypeScaleMonth===this.scaleType){this.drawMonthScheme()}this.ctx.closePath();this.ctx.stroke()},drawHoursScheme:function(){var w,j,h,m,y,ind,str,offLine;var dayNeedDraw=false;var ctxWidth=this.ctxWidth;var divWX=this.hourInPixels/this.scaleX*this.divisionInOneHours;var count=this.ctxWidth/divWX+this.divisionInOneHours*2;var fromX=this._fX*this.scaleX/this.divisionInOneHours;var index=floor2(fromX);var offTL=fromX-index;var daysInEnumMouth=this.daysInMonth(this.monthCur+1,this.yearCur);var day=this.dayUTC;var hourCorrection=0;var offX=this.hourInPixels*this._fX;var daysleft=floor2(offX/divWX);m=this.monthCur;y=this.yearCur;for(j=0,w=this.weekDay,h=hourCorrection;j<count-daysleft;++j,h+=this.divisionInOneHours){offLine=(j+fromX)*divWX;if(offLine>ctxWidth+100)break;if(h>=24){h=0;++w;if(w>6)w=0;dayNeedDraw=true;day++;if(day>=daysInEnumMouth+1){m++;if(m>=12){m=0;y++}day-=daysInEnumMouth;daysInEnumMouth=this.daysInMonth(m+1,y)}}if(offLine<-divWX)continue;if(dayNeedDraw){this.ctx.moveTo(offLine+.5,2+this.marginY);this.ctx.lineTo(offLine+.5,this.textDateLineHeight+2+this.marginY);dayNeedDraw=false}this.ctx.fillText(h,offLine+.5+2,this.textDateLineHeight*1.7+2+this.marginY)}},drawDaysScheme:function(){var i,j,m,y,offLine,str,w,label;var monthNeedDraw=false;var monthDivisionOff=0;var ctxWidth=this.ctxWidth;var divWX=this.hourInPixels/this.scaleX*this.divisionInOneHours;var count=ctxWidth/divWX;var offX=this.hourInPixels*this._fX;var fromX=this._fX*this.scaleX/this.divisionInOneHours;var daysleft=floor2(offX/divWX);var daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur);var day=this.dayUTC;var rightOffset=-divWX*this.divisionInDays;var leftCount=Math.floor(count-daysleft)+this.divisionInDays;var names=this.divisionInDays>=9?window["Gantt"]["Teamlab_shortmonths"]:window["Gantt"]["Teamlab_months"];var shortDates=this.scaleX>kScaleUnitMinMonth;var txtW0=(divWX-this.ctx.measureText("0").width)*.5;var txtW10=(divWX-this.ctx.measureText("10").width)*.5;var dayBold=true;if(1===this.divisionInDays){for(j=0,m=this.monthCur+1,y=this.yearCur,w=this.weekDay;j<count-daysleft;++j,++day,++w){offLine=(j+fromX)*divWX;if(day>daysInMouth){day=1;m++;if(m>12){m=1;++y}daysInMouth=this.daysInMonth(m,y)}if(w>6)w=0;if(offLine<-divWX*3)continue;if(w==5||w==6){this.ctx.fillStyle=kDateScaleDayOffTextColor}else{this.ctx.fillStyle=kDateScaleTextColor}if(1===day){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(offLine),0,1,this.delegate.itemMargin);this.ctx.fillStyle=kDateScaleTextColor;this.ctx.fillText(names[m-1]+" "+y,offLine+this.lineSize*.25,this.headTextPosY)}this.ctx.fillText(day,offLine+(day>=10?txtW10:txtW0),this.baseTextPosY)}daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur);day=this.dayUTC;for(j=0,m=this.monthCur+1,y=this.yearCur,w=this.weekDay;j>=-daysleft-count;--j,--day,--w){offLine=(j+fromX)*divWX;if(day<1){--m;if(m<1){m=12;--y}daysInMouth=this.daysInMonth(m,y);day=this.daysInMonth(m,y)}if(w<0)w=6;if(offLine<-divWX*3||offLine>ctxWidth)continue;if(w==5||w==6){this.ctx.fillStyle=kDateScaleDayOffTextColor}else{this.ctx.fillStyle=kDateScaleTextColor}if(1===day){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(offLine),0,1,this.delegate.itemMargin);this.ctx.fillStyle=kDateScaleTextColor;this.ctx.fillText(names[m-1]+" "+y,offLine+this.lineSize*.25,this.headTextPosY)}if(dayBold){if(j===0){this.ctx.fillStyle=kDateScaleCurrentDayColor;this.ctx.font="bold "+this.fontHeight+"pt "+kDefaultFontName}}this.ctx.fillText(day,offLine+(day>=10?txtW10:txtW0),this.baseTextPosY);if(dayBold){dayBold=false;if(j===0)this.ctx.font=this.font}}return}daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur);day=this.dayUTC;for(j=0,m=this.monthCur,y=this.yearCur;j<leftCount;++j,day+=this.divisionInDays){offLine=(j+fromX)*divWX;if(offLine>ctxWidth+100)break;if(day>=daysInMouth){monthNeedDraw=true;monthDivisionOff=offLine;m++;if(m>=12){m=0;++y}day-=daysInMouth;daysInMouth=this.daysInMonth(m+1,y);monthDivisionOff=offLine-divWX*(1/this.divisionInDays)*day}if(offLine<-divWX){continue}if(monthNeedDraw){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(offLine),0,1,this.delegate.itemMargin);this.ctx.fillStyle=kDateScaleTextColor;label=!shortDates?y:y%100;if(1===label.length)label="0"+label;this.ctx.fillText(names[m]+" "+label,offLine+this.lineSize*.25,this.headTextPosY);monthNeedDraw=false}if(0===day)++day;this.ctx.fillText(day,offLine+.5+2-txtW0*(day>10?.75:1),this.baseTextPosY)}daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur);day=this.dayUTC;for(j=0,m=this.monthCur+1,y=this.yearCur;j>=-daysleft-count;--j,day-=this.divisionInDays){offLine=(j+fromX)*divWX;if(offLine<rightOffset)break;if(day<1){monthNeedDraw=true;monthDivisionOff=offLine;monthDivisionOff=offLine-divWX*(1/this.divisionInDays)*day;--m;if(m<0){m=11;--y}daysInMouth=this.daysInMonth(m+1,y);day+=daysInMouth}if(offLine>ctxWidth)continue;if(monthNeedDraw){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(offLine),0,1,this.delegate.itemMargin);this.ctx.fillStyle=kDateScaleTextColor;label=!shortDates?y:y%100;if(1===label.length)label="0"+label;this.ctx.fillText(names[m]+" "+label,offLine+this.lineSize*.25,this.headTextPosY);monthNeedDraw=false}if(0===day)++day;this.ctx.fillText(day,offLine+.5+2-txtW0*(day>10?.75:1),this.baseTextPosY)}},drawWeekScheme:function(){var i,j,m,y,offLine,str,w,dateend,weekDayNumber;var needPrintMonth=false;var lastMonthOffX=0;var ctxWidth=this.ctxWidth;var divWX=this.hourInPixels/this.scaleX*this.divisionInOneHours;var count=ctxWidth/divWX;var offX=this.hourInPixels*this._fX;var fromX=this._fX*this.scaleX/this.divisionInOneHours;var daysleft=offX/divWX>>0;var daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur);var day=this.dayUTC-this.weekDay;var dayYear=this.getDayOfYear(new Date);var daysInYear=this.getDaysInYear(this.yearCur);var rightOffset=-divWX*this.divisionInDays;var leftCount=Math.floor(count-daysleft)+this.divisionInDays;var names=window["Gantt"]["Teamlab_shortmonths"];var shortDates=this.scaleX>kScaleUnitMinMonth;var week=window["Gantt"]["Localize_strings"]["week"]||"week";var week0=week+" ";var week10=week+" 10";var txtW0=(divWX-this.ctx.measureText(week0).width)*.5;var txtW10=(divWX-this.ctx.measureText(week10).width)*.5;var weekNumber=this.getWeekNumber(new Date);var pixelsInDay=divWX/this.divisionInDays;for(j=0,m=this.monthCur,y=this.yearCur;j<leftCount;++j,day+=this.divisionInDays,dayYear+=this.divisionInDays){offLine=(j+fromX)*divWX;if(offLine>ctxWidth+divWX*2)break;if(dayYear-daysInYear>=0){dateend=new Date("31 Dec "+y);weekDayNumber=dateend.getDay();dayYear=weekDayNumber;daysInYear=this.getDaysInYear(y+1);weekNumber=1}if(day>=daysInMouth){needPrintMonth=true;lastMonthOffX=offLine;m++;if(m>=12){m=0;++y}day-=daysInMouth;daysInMouth=this.daysInMonth(m+1,y);lastMonthOffX=offLine+(1-day-this.weekDay)*pixelsInDay}if(offLine<-divWX*2){++weekNumber;continue}if(needPrintMonth){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(lastMonthOffX),0,1,this.delegate.itemMargin);this.ctx.fillStyle=kDateScaleTextColor;this.ctx.fillText(names[m]+" "+y,lastMonthOffX+this.lineSize*.5,this.headTextPosY);needPrintMonth=false}if(weekNumber>=10){this.ctx.fillText(week+" "+weekNumber,offLine+txtW10+divWX-this.weekDay*pixelsInDay,this.baseTextPosY)}else{this.ctx.fillText(week+" "+weekNumber,offLine+txtW0+divWX-this.weekDay*pixelsInDay,this.baseTextPosY)}++weekNumber}var first=true;weekNumber=this.getWeekNumber(new Date)-1;daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur);day=this.dayUTC-this.weekDay;dayYear=this.getDayOfYear(new Date)+1;daysInYear=this.getDaysInYear(this.yearCur);for(j=0,m=this.monthCur+1,y=this.yearCur;j>=-daysleft-count;--j,day-=this.divisionInDays,dayYear+=this.divisionInDays){offLine=(j+fromX)*divWX;if(offLine<rightOffset)break;if(weekNumber<=0){weekNumber=this.getIsoWeeks(y-1)}if(day<0){needPrintMonth=true;lastMonthOffX=offLine;--m;if(m<0){m=11;--y}daysInMouth=this.daysInMonth(m+1,y);day+=daysInMouth;lastMonthOffX=offLine+(daysInMouth-day-this.weekDay+1+m%2)*pixelsInDay}if(offLine>ctxWidth){--weekNumber;continue}if(needPrintMonth){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(lastMonthOffX),0,1,this.delegate.itemMargin);this.ctx.fillStyle=kDateScaleTextColor;this.ctx.fillText(names[m]+" "+y,lastMonthOffX+this.lineSize*.5,this.headTextPosY);needPrintMonth=false}if(first){first=false;continue}if(weekNumber>=10){this.ctx.fillText(week+" "+weekNumber,offLine+txtW10+divWX-this.weekDay*pixelsInDay,this.baseTextPosY)}else{this.ctx.fillText(week+" "+weekNumber,offLine+txtW0+divWX-this.weekDay*pixelsInDay,this.baseTextPosY)}--weekNumber}},drawMonthScheme:function(){var i=0,j=0,m=0,y=0,offLine=0,w=0,label="",margin=this.delegate.itemMargin,monthNeedDraw=false,yearNeedDraw=false,monthIntervalPixels=0,ctxWidth=this.ctxWidth,divWX=this.hourInPixels/this.scaleX*this.divisionInOneHours,count=ctxWidth/divWX,offX=this.hourInPixels*this._fX,fromX=this._fX*this.scaleX/this.divisionInOneHours,daysleft=floor2(offX/divWX),daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur),day=this.dayUTC,rightOffset=-divWX*this.divisionInDays,leftCount=Math.floor(count-daysleft)+32,names=this.divisionInDays>=9?window["Gantt"]["Teamlab_shortmonths"]:window["Gantt"]["Teamlab_months"],yearstr=window["Gantt"]["Localize_strings"]["year"]||"year",shortDates=this.scaleX>kScaleUnitMinMonth,txtW0=(divWX-this.ctx.measureText("0").width)*.5,txtW10=(divWX-this.ctx.measureText("10").width)*.5,monthPixels=divWX*24*2,pixelsInDay=divWX/this.divisionInDays,dayCount=0,lastMonthOffX=fromX*divWX+-day*divWX,fromRight=undefined,baseDateCaption=true;for(j=0,m=this.monthCur,y=this.yearCur;j<=leftCount;++j,day+=this.divisionInDays,++dayCount){offLine=(j+fromX)*divWX;if(offLine>ctxWidth+monthPixels)break;if(day>=daysInMouth){monthNeedDraw=true;monthIntervalPixels=lastMonthOffX;m++;if(m>=12){m=0;++y;yearNeedDraw=true}day-=daysInMouth;daysInMouth=this.daysInMonth(m+1,y);lastMonthOffX=fromX*divWX+(dayCount+1)*divWX;monthIntervalPixels=lastMonthOffX-monthIntervalPixels}if(offLine<-divWX*2){continue}if(monthNeedDraw){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(lastMonthOffX),margin,1,this.ctxHeight);label=!shortDates?y:y%100;if(1===label.length)label="0"+label;label=names[m]+" "+label;this.ctx.fillStyle=kDateScaleTextColor;this.ctx.fillText(label,lastMonthOffX+monthIntervalPixels*.5-this.ctx.measureText(label).width*.5,this.baseTextPosY);if(yearNeedDraw){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(lastMonthOffX+monthIntervalPixels),0,1,margin);yearNeedDraw=false}if(6===m){label=yearstr+" "+y;this.ctx.fillStyle=kDateScaleTextColor;this.ctx.fillText(label,lastMonthOffX+monthIntervalPixels*.5-this.ctx.measureText(label).width*.5,this.headTextPosY)}if(undefined===fromRight){fromRight=lastMonthOffX}monthNeedDraw=false}}daysInMouth=this.daysInMonth(this.monthCur+1,this.yearCur);day=this.dayUTC;dayCount=this.weekDay-1;lastMonthOffX=(this.daysInMonth(this.monthCur,this.yearCur)+fromX)*divWX;for(j=0,m=this.monthCur+1,y=this.yearCur;j>=-daysleft-count;--j,day-=this.divisionInDays,--dayCount){offLine=(j+fromX)*divWX;if(offLine<-monthPixels)break;if(day<0){monthIntervalPixels=lastMonthOffX;--m;if(m<0){m=11;--y;yearNeedDraw=true}daysInMouth=this.daysInMonth(m+1,y);day+=daysInMouth;monthNeedDraw=true;lastMonthOffX=fromX*divWX+dayCount*divWX+(m%2-1)*divWX;monthIntervalPixels=monthIntervalPixels-lastMonthOffX}if(offLine>ctxWidth+monthPixels)continue;if(monthNeedDraw){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(lastMonthOffX),margin,1,this.ctxHeight);label=!shortDates?y:y%100;if(1===label.length)label="0"+label;label=names[m]+" "+label;this.ctx.fillStyle=kDateScaleTextColor;if(baseDateCaption){if(fromRight){this.ctx.fillText(label,(lastMonthOffX+fromRight)*.5-this.ctx.measureText(label).width*.5,this.baseTextPosY)}baseDateCaption=false}else{this.ctx.fillText(label,lastMonthOffX+monthIntervalPixels*.5-this.ctx.measureText(label).width*.5,this.baseTextPosY)}monthNeedDraw=false;if(yearNeedDraw){this.ctx.fillStyle=kLinesDateScaleTopColor;this.ctx.fillRect(floor2(lastMonthOffX+monthIntervalPixels),0,1,margin);yearNeedDraw=false}if(6===m){label=yearstr+" "+y;this.ctx.fillStyle=kDateScaleTextColor;this.ctx.fillText(label,lastMonthOffX+monthIntervalPixels*.5-this.ctx.measureText(label).width*.5,this.headTextPosY)}}}},drawLines:function(){if(kTypeScaleMonth===this.scaleType)return;var j,i,m,ind,offLine,tx;var currentDate=new Date;var dayOff=currentDate.getDay();--dayOff;if(-1===dayOff)dayOff=6;var datInWeekOff=currentDate.getDate();var monthOff=currentDate.getMonth();var divFW=this.hourInPixels*this.scaleX;var divWX=this.hourInPixels/this.scaleX*this.divisionInOneHours;var count=this.ctxWidth/divWX+2;var offX=this.hourInPixels*this._fX;var fromX=this._fX*this.scaleX/this.divisionInOneHours;var fromY=this.linesFromY()+.5;var index=Math.floor(fromX);var offTL=fromX-index;this._offTL=fromX-index;this.ctx.strokeStyle=kLinesDateScaleTopColor;this.ctx.lineWidth=1;this.ctx.beginPath();if(kTypeScaleWeek===this.scaleType){var addX=divWX/7*dayOff;for(i=0;i<count;++i){tx=Math.floor((i+offTL)*divWX-addX)+.5;this.ctx.moveTo(tx,fromY);this.ctx.lineTo(tx,this.ctxHeight)}}this.ctx.closePath();this.ctx.stroke()},calculateScaleType:function(){var t=this;t.scaleType=kTypeScaleHours;t.divisionInDays=7;t.divisionInOneHours=1;if(t.scaleX>=kScaleUnitTwoHours&&t.scaleX<kScaleUnitFourHours){t.scaleType=kTypeScaleHours;t.divisionInOneHours=2}else if(t.scaleX>=kScaleUnitFourHours&&t.scaleX<kScaleUnitEightHours){t.scaleType=kTypeScaleHours;t.divisionInOneHours=4}else if(t.scaleX>=kScaleUnitEightHours&&t.scaleX<kScaleUnitTwentyHours){t.scaleType=kTypeScaleHours;t.divisionInOneHours=8}else if(t.scaleX>=kScaleUnitTwentyHours&&t.scaleX<kScaleUnitDay){t.scaleType=kTypeScaleHours;t.divisionInOneHours=12}else if(this.scaleX>=kScaleUnitDay&&t.scaleX<kScaleUnitTwoDays){t.scaleType=kTypeScaleDays;t.divisionInOneHours=24;t.divisionInDays=1}else if(this.scaleX>=kScaleUnitTwoDays&&t.scaleX<kScaleUnitFourDays){t.scaleType=kTypeScaleWeek;t.divisionInOneHours=24*7;t.divisionInDays=7}else if(t.scaleX>=kScaleUnitFourDays&&t.scaleX<kScaleUnitFifteenDays+5){t.scaleType=kTypeScaleMonth;t.divisionInOneHours=24;t.divisionInDays=1}else if(t.scaleX>=kScaleUnitFifteenDays+5&&t.scaleX<5e4){t.scaleType=kTypeScaleMonth;t.divisionInOneHours=24*7;t.divisionInDays=30}},daysInMonth:function(month,year){var MonthDays=[[31,28,31,30,31,30,31,31,30,31,30,31],[31,29,31,30,31,30,31,31,30,31,30,31]];if(month<1||month>12){return 0}return MonthDays[year%4==0&&(year%100!=0||year%400==0)?1:0][month-1]},getWeekNumber:function(d){d.setHours(0,0,0);d.setDate(d.getDate()+4-(d.getDay()||7));var yearStart=new Date(d.getFullYear(),0,1);return Math.ceil(((d-yearStart)/864e5+1)/7)},getDayOfYear:function(date){date.setHours(0);date.setMinutes(0);date.setMilliseconds(0);var begin=(new Date).setFullYear((new Date).getFullYear(),0,1);date.setHours(0);date.setMinutes(0);date.setMilliseconds(1);return Math.ceil((date.getTime()-begin)/864e5)},getDaysInYear:function(year){var begin=(new Date).setFullYear(year,0,1),end=(new Date).setFullYear(year+1,0,1);return Math.ceil((end-begin)/864e5)},getIsoWeeks:function(year){var d=new Date("31 Dec "+year),first=new Date(d.getFullYear(),0,4),dayms=1e3*60*60*24,numday=(d-first)/dayms;return Math.ceil((numday+first.getDay()+1)/7)}};function Task(id,owner,title,performer,description,begin,end,status,customTaskStatus,milestone,priority,subtasks,responsibles,links,beginFail,createdBy){this._id=parseInt(id);this._owner=parseInt(owner)||-1;this._title=title;this.performer=performer;this._responsibles=responsibles||[];this._description=description;this._beginDate=begin;this._endDate=end;this._status=status||kElementActive;this._customTaskStatus=customTaskStatus;this.milestone=undefined!==milestone?parseInt(milestone):-1;this._priority=parseInt(priority)||0;this._subtasks=subtasks||0;this.links=links||[];this.beginFail=beginFail||false;this.endFail=false;this.oneDay=false;if(end){this.oneDay=begin.getTime()===end.getTime()}if(undefined==end){this.beginTime=this.calculateTime(this._beginDate);this.endTime=this.beginTime;this.endFail=true}else{this.beginTime=Math.min(this.calculateTime(this._beginDate),this.calculateTime(this._endDate));this.endTime=Math.max(this.calculateTime(this._beginDate),this.calculateTime(this._endDate))}this.duration=this.endTime-this.beginTime;this.duration=Math.max(this.duration,24);this.endTime=Math.max(this.endTime,this.beginTime+this.duration);this.createdBy=createdBy;this._isMilestone=false;this.titleWidth=-1;this.isInEditMode=false;this.dropDownWidget=false;this.stringsBlocks=null;this.descStrings=null;this.isTask=true;if(this._title){this._title=this._title.replace(/^\s+/,"").replace(/\s+$/,"")}if(this._description){this._description=this._description.replace(/^\s+/,"").replace(/\s+$/,"")}this._update(true)}Task.prototype={_id:-1,_owner:-1,milestone:-1,_title:"",performer:"",_status:kElementActive,_responsibles:[],_subtasks:0,links:[],beginTime:null,endTime:null,_isMilestone:false,titleWidth:-1,isInEditMode:false,strafe:function(time){var dur=this.endTime-this.beginTime;this.beginTime=time;this.endTime=time+dur;this._update()},updateBegin:function(time,clampRight,oneDay){if(time+24<this.endTime||this.endFail){if(clampRight&&this.endFail)this.beginTime=Math.min(time,clampRight-24);else this.beginTime=time;this.duration=this.endTime-this.beginTime;if(this.duration<0&&this.beginFail){this.beginFail=false;this.duration=24;this.endTime=this.beginTime+this.duration}}else{this.beginTime=this.endTime-24;this.duration=this.endTime-this.beginTime}if(oneDay&&!this.endFail){this.oneDay=oneDay;this.beginTime+=24;this.duration=24;this.endTime=this.beginTime+24}this._update(oneDay)},updateEnd:function(time,oneDay){if(time-24>this.beginTime){this.endTime=time;this.duration=this.endTime-this.beginTime}else{this.endTime=this.beginTime+24;this.duration=this.endTime-this.beginTime}if(oneDay){this.oneDay=oneDay}this._update(oneDay)},updateBeginWithDate:function(date,oneDay){date.setHours(0);date.setMilliseconds(0);date.setMinutes(0);date.setSeconds(0);this.updateBegin((date.getTime()-Task.curTime)/36e5,undefined,oneDay)},updateEndWithDate:function(date,oneDay){date.setHours(0);date.setMilliseconds(0);date.setMinutes(0);date.setSeconds(0);this.updateEnd((date.getTime()-Task.curTime)/36e5,oneDay)},setTimes:function(begin,end){this.beginTime=begin;this.endTime=end;this.duration=this.endTime-this.beginTime;this._update()},calculateTime:function(date){if(undefined==Task.curDate){Task.curDate=new Date;Task.curDate.setHours(0);Task.curDate.setMilliseconds(0);Task.curDate.setMinutes(0);Task.curDate.setSeconds(0);Task.curTime=Task.curDate.getTime()}return(date.getTime()-Task.curDate.getTime())/36e5},update:function(){this.titleWidth=-1;this.stringsBlocks=null;this.descStrings=null},formatBeginDate:function(fullYear){this._beginDate.setHours(12);var format=fullYear?this._beginDate.dateFormatFullYear():this._beginDate.dateFormat();this._beginDate.setHours(0);return format},formatEndDate:function(fullYear){if(this.endFail)return"...";this._endDate.setHours(12);var d=new Date(this._endDate);if(this.oneDay)d.setDate(d.getDate()-1);var format=fullYear?d.dateFormatFullYear():d.dateFormat();this._endDate.setHours(0);return format},formatBeginEndDays:function(){this._beginDate.setHours(12);var day=this._beginDate.getUTCDate();if(day<10)day="0"+day.toString();var month=this._beginDate.getMonth()+1;if(month<10)month="0"+month.toString();this._beginDate.setHours(0);var txt=day+"."+month+". - ";this._endDate.setHours(12);day=this._endDate.getUTCDate();if(day<10)day="0"+day.toString();month=this._endDate.getMonth()+1;if(month<10)month="0"+month.toString();this._endDate.setHours(0);txt+=day+"."+month+" ("+(this.endTime-this.beginTime)/24;if((this.endTime-this.beginTime)/24<2){txt+=" "+window["Gantt"]["Localize_strings"]["day"]+")"}else{txt+=" "+window["Gantt"]["Localize_strings"]["days"]+")"}return txt},daysPastDue:function(){return-Math.floor((this.endTime-24)/24)},getLink:function(parent){var parentTaskId;for(var i=this.links.length-1;i>=0;--i){parentTaskId=this.links[i].parentTaskId||this.links[i]["parentTaskId"];if(parentTaskId==parent)return this.links[i]}return undefined},_update:function(doNotClearOneDay){if(undefined==Task.curDate){Task.curDate=new Date;Task.curDate.setHours(0);Task.curDate.setMilliseconds(0);Task.curDate.setMinutes(0);Task.curDate.setSeconds(0);Task.curTime=Task.curDate.getTime()}this._beginDate=new Date(Task.curTime+(this.beginTime+12)*36e5);this._endDate=new Date(Task.curTime+this.endTime*36e5);this._beginDate.setHours(0);this._beginDate.setMilliseconds(0);this._beginDate.setMinutes(0);this._beginDate.setSeconds(0);this._endDate.setHours(0);this._endDate.setMilliseconds(0);this._endDate.setMinutes(0);this._endDate.setSeconds(0);if(!doNotClearOneDay){this.oneDay=false;this.beginFail=false}},title:function(){return this._title},id:function(){return this._id},owner:function(){return this._owner},beginDate:function(){return this._beginDate},endDate:function(){if(this.oneDay)return this._beginDate;return this._endDate},description:function(){return this._description},isMilestone:function(){return this._isMilestone},status:function(){return this._status},customTaskStatus:function(){return this._customTaskStatus},subtasks:function(){return this._subtasks},responsibles:function(){return this._responsibles},isUndefinedEndTime:function(){return this.endFail},isUndefinedBeginTime:function(){return this.beginFail}};function taskWithIds(p,m,t){return new Task(t,p,"","","",new Date,new Date,kElementActive,undefined,m)}function Milestone(id,owner,title,description,responsible,deadline,status,isKey){this._id=parseInt(id);this._owner=parseInt(owner);this._title=title;this._description=description;this._responsibles=responsible||null;this._beginDate=deadline;this._endDate=deadline;this._status=status||0;this._isKey=isKey||false;this.beginTime=this.calculateTime(deadline);this.endTime=this.beginTime+0;this.durationMin=kMilestoneMinDurationInHours;this.t=[];this.sortedByDates=true;this.duration=0;this._isMilestone=true;this.titleWidth=-1;this.titleWithDate="";this.dropDownWidget=false;this.stringsBlocks=null;this.descStrings=null;if(this._title){this._title=this._title.replace(/^\s+/,"").replace(/\s+$/,"")}if(this._description){this._description=this._description.replace(/^\s+/,"").replace(/\s+$/,"")}this.updateTimes();this.collapse=false;this.isInEditMode=false}Milestone.prototype={_id:-1,_owner:-1,_title:"",performer:"",_isMilestone:true,beginTime:null,endTime:null,t:[],sortedByDates:false,titleWidth:-1,titleWithDate:"",collapse:false,add:function(t){this.t.push(t);this.beginTime=Math.min(this.endTime-this.durationMin,Math.min(t.beginTime,this.beginTime));this.duration=this.endTime-this.beginTime;if(t.endFail){t.updateEnd(this.endTime)}this.titleWidth=-1;this._update()},addTaskWithIndex:function(t,ind){t.milestone=this._id;this.t.splice(ind,0,t)},removeTask:function(i){this.t.splice(i,1);this.updateTimes()},update:function(){this.titleWidth=-1;this.stringsBlocks=null;this.descStrings=null;this._update()},strafe:function(time){var dur=this.endTime-this.beginTime;this.beginTime=time;this.endTime=time+dur;this.titleWidth=-1;this._update()},updateBegin:function(time){},updateEnd:function(time){var internalChangeTime=false;if(time<this.endTime){var add=this.endTime-time;for(var i=0;i<this.t.length;++i){if(kElementCompleted===this.t[i]._status){continue}if(this.endTime>=this.t[i].endTime&&time<=this.t[i].endTime){var dur=this.t[i].duration;var end=this.t[i].endTime;var begin=this.t[i].beginTime;this.t[i].endTime=time;this.t[i].beginTime=time-dur;this.t[i]._update();if(end!==this.t[i].endTime||begin!==this.t[i].beginTime)internalChangeTime=true}}}for(var j=0;j<this.t.length;++j){if(this.t[j].endFail){this.t[j].updateEnd(this.endTime)}}this.endTime=time;this.duration=this.endTime-this.beginTime;this.updateTimes();return internalChangeTime},updateEndWithDate:function(date){date.setHours(0);date.setMilliseconds(0);date.setMinutes(0);date.setSeconds(0);this.updateEnd((date.getTime()-Task.curTime)/36e5)},calculateTime:function(date){if(undefined==Task.curDate){Task.curDate=new Date;Task.curDate.setHours(0);Task.curDate.setMilliseconds(0);Task.curDate.setMinutes(0);Task.curDate.setSeconds(0);Task.curTime=Task.curDate.getTime()}return(date.getTime()-Task.curDate.getTime())/36e5},updateTimes:function(){this.beginTime=this.endTime;this.beginTime=this.endTime-this.durationMin;for(var i=0;i<this.t.length;++i){this.beginTime=Math.min(this.endTime-this.durationMin,Math.min(this.t[i].beginTime,this.beginTime))}this.duration=this.endTime-this.beginTime;var internalChangeTime=false;for(var j=0;j<this.t.length;++j){if(this.t[j].endFail){if(this.t[j].updateEnd(this.endTime))internalChangeTime=true}}this.titleWidth=-1;this._update();return internalChangeTime},formatBeginDate:function(){return this._beginDate.dateFormat()},formatEndDate:function(){this._endDate.setHours(12);var format=this._endDate.dateFormat();this._endDate.setHours(0);return format},daysPastDue:function(){return-Math.floor((this.endTime-24)/24)},completeTasks:function(){var i=0,count=0,length=this.t.length;for(i=0,count=0;i<length;++i){if(kElementCompleted===this.t[i]._status){++count}}return count},_update:function(){if(undefined==Task.curDate){Task.curDate=new Date;Task.curDate.setHours(0);Task.curDate.setMilliseconds(0);Task.curDate.setMinutes(0);Task.curDate.setSeconds(0);Task.curTime=Task.curDate.getTime()}this._beginDate=new Date(Task.curTime+this.beginTime*36e5);this._endDate=new Date(Task.curTime+this.endTime*36e5);var endMonth=this._endDate.getMonth()+1;this.titleWithDate=this._title+" "+(this._endDate.getDate()>9?this._endDate.getDate():"0"+this._endDate.getDate())+"."+(endMonth>9?endMonth:"0"+endMonth)+"."+this._endDate.getFullYear()%100},setCollapse:function(value){this.collapse=value;if(0===this.t.length){this.collapse=false}},title:function(){return this._title},id:function(){return this._id},tasks:function(){return this.t},isKey:function(){return this._isKey},owner:function(){return this._owner},beginDate:function(){return this._beginDate},endDate:function(){return this._endDate},description:function(){return this._description},isMilestone:function(){return this._isMilestone},status:function(){return this._status},responsibles:function(){return this._responsibles}};function milestoneWithIds(p,m){return new Milestone(m,p,"","","",new Date,kElementActive-1)}function Project(id,title,description,responsible,creationDate,indexer,isprivate,status){this._id=parseInt(id);this._title=title;this._description=description?description:"";this._responsibles=responsible||null;this.creationDate=creationDate?creationDate:new Date;this.beginTime=null;this.endTime=null;this.duration=0;this.endFail=false;this.descStrings=null;this.dropDownWidget=false;this.m=[];this.t=[];this.titleWidth=-1;this.sort=true;if(this._title){this._title=this._title.replace(/^\s+/,"").replace(/\s+$/,"")}if(this._description){this._description=this._description.replace(/^\s+/,"").replace(/\s+$/,"")}this.collapse=false;this.fullCollapse=false;this.milestoneSortPush=false;this._indexer=indexer;this._isprivate=isprivate;this._status=status||0;if(this.isLocked()){this.collapse=true;this.fullCollapse=true}}Project.prototype={addTask:function(t){for(var i=0;i<this.m.length;++i){if(this.m[i]._id==t.milestone){this.m[i].add(t);return-1}}this.t.push(t);this._calcTimes();return this.t.length},addTaskWithIndex:function(t,ind){this.t.splice(ind,0,t)},addMilestone:function(m){this.m.push(m);this._calcTimes()},addMilestoneWithIndex:function(m,ind){this.m.splice(ind,0,m)},removeMilestone:function(i){if(i>=0&&i<this.m.length)this.m.splice(i,1)},removeTask:function(i,m){if(undefined===m){if(i>=0&&i<this.t.length)this.t.splice(i,1);this._calcTimes();return}if(m>=0&&m<this.m.length)this.m[m].removeTask(i)},endMilestone:function(){if(0===this.m.length)return undefined;return this.m.last()},getMilestone:function(ind){return this.m[ind]},isEmpty:function(){return!(this.t.length||this.m.length)},refresh:function(){},formatDate:function(){this.creationDate.setHours(12);var format=this.creationDate.dateFormat();this.creationDate.setHours(0);return format},completeTasks:function(){var i=0,count=0,length=this.t.length;for(i=0,count=0;i<length;++i){if(kElementCompleted===this.t[i]._status){++count}}return count},_calcTimes:function(){if(this.t.length){this.endFail=false;this.beginTime=this.t[0].beginTime;this.endTime=this.t[0].endTime;if(this.t[0].endFail)this.endFail=true;for(var i=this.t.length-1;i>=0;--i){this.beginTime=Math.min(this.t[i].beginTime,this.beginTime);this.endTime=Math.max(this.t[i].endTime,this.endTime);if(this.t[i].endFail)this.endFail=true}}},setCollapse:function(value){this.collapse=value;if(this.isLocked()){this.collapse=true}},setFullCollapse:function(value){this.fullCollapse=value;if(this.isLocked()){this.fullCollapse=true}},isLocked:function(){return 1===this._status||2===this._status},isInReadMode:function(){return kReadModeProject===this._status},title:function(){return this._title},id:function(){return this._id},description:function(){return this._description},responsibles:function(){return this._responsibles},status:function(){return this._status}};function Storage(timeline){this.p=[];this.m=[];this.t=[];this.pId=-1;this.mId=-1;this.tId=-1;this.sortedByDates=true;this.minTime=null;this.maxTime=null;this.needBuildIndexer=true}Storage.prototype={addProject:function(p){this.pId=Math.max(this.pId,p._id);this.p.push(p);var i,j;for(j=0;j<this.m.length;++j){if(this.m[j]._owner==p._id){p.addMilestone(this.m[j]);this.m.splice(this.m.indexOf(j),1)}}for(i=0;i<this.t.length;++i){if(p._id===this.t[i]._owner){for(j=p.m.length-1;j>=0;--j){if(p.m[j]._id===this.t[i].milestone){p.m[j].add(this.t[i]);p.refresh();return}}this.p[i].add(this.t[i])}}p.refresh()},addMilestone:function(m){this.mId=Math.max(this.mId,m._id);if(!this.minTime){this.minTime=m.beginTime}else{this.minTime=Math.min(m.beginTime,this.minTime)}if(!this.maxTime){this.maxTime=m.endTime}else{this.maxTime=Math.max(m.endTime,this.maxTime)}for(i=0;i<this.t.length;++i){if(this.t[i].milestone==m._id){m.add(this.t[i]);this.t.splice(this.t.indexOf(i),1)}}for(var i=this.p.length-1;i>=0;--i){if(this.p[i]._id==m._owner){this.p[i].addMilestone(m);this.p[i].refresh();return}}this.m.push(m)},addMilestoneWithIndex:function(m,ind){for(var i=this.p.length-1;i>=0;--i){if(this.p[i]._id==m._owner){this.p[i].m.splice(ind,0,m);return true}}return false},addTask:function(t){this.tId=Math.max(this.tId,t._id);if(!this.minTime){this.minTime=t.beginTime}else{this.minTime=Math.min(t.beginTime,this.minTime)}if(!this.maxTime){this.maxTime=t.endFail?t.beginTime:t.endTime}else{this.maxTime=Math.max(t.endFail?t.beginTime:t.endTime,this.maxTime)}for(var i=this.p.length-1;i>=0;--i){if(this.p[i]._id===t._owner){for(var j=this.p[i].m.length-1;j>=0;--j){if(this.p[i].m[j]._id===t.milestone){this.p[i].m[j].add(t);this.p[i].refresh();return true}}this.p[i].addTask(t);return true}}this.t.push(t);return false},addTaskFront:function(t){for(var i=this.p.length-1;i>=0;--i){if(this.p[i]._id===t._owner){for(var j=this.p[i].m.length-1;j>=0;--j){if(this.p[i].m[j]._id===t.milestone){this.p[i].m[j].t.splice(0,0,t);return true}}}}return false},addTaskWithIndex:function(t,ind){for(var i=this.p.length-1;i>=0;--i){if(this.p[i]._id===t._owner){if(-1===t.milestone||undefined===t.milestone){this.p[i].t.splice(ind,0,t);return true}for(var j=this.p[i].m.length-1;j>=0;--j){if(this.p[i].m[j]._id===t.milestone){this.p[i].m[j].t.splice(ind,0,t);return true}}}}return false},clear:function(){this.p=[];this.m=[];this.t=[]},projects:function(){return this.p},endProject:function(){if(0===this.p.length)return undefined;return this.p.last()},getTask:function(p,m,t){if(p>=this.p.length)return undefined;if(undefined===m){if(t>=this.p[p].t.length)return undefined;return this.p[p].t[t]}if(m>=this.p[p].m.length)return undefined;if(t>=this.p[p].m[m].t.length)return undefined;return this.p[p].m[m].t[t]},getMilestone:function(p,m){return this.p[p].m[m]},getProject:function(p){if(p>=this.p.length)return undefined;return this.p[p]},getTasWithInd:function(p,m,t){if(-1===p||-1===t)return null;if(-1===m){return this.p[p].t[t]}return this.p[p].m[m].t[t]},taskWithId:function(id){var i,j,p;for(p=this.p.length-1;p>=0;--p){for(i=this.p[p].t.length-1;i>=0;--i){if(this.p[p].t[i]._id===id){return{p:p,m:undefined,t:i,taskId:this.p[p].t[i]._id,milestoneId:undefined,projectId:this.p[p]._id,ref:this.p[p].t[i]}}}for(i=this.p[p].m.length-1;i>=0;--i){for(j=this.p[p].m[i].t.length-1;j>=0;--j){if(this.p[p].m[i].t[j]._id===id){return{p:p,m:i,t:j,taskId:this.p[p].m[i].t[j]._id,milestoneId:this.p[p].m[i]._id,projectId:this.p[p]._id,ref:this.p[p].m[i].t[j]}}}}}return undefined},milestoneWithId:function(id){var i,j,p;for(p=this.p.length-1;p>=0;--p){for(i=this.p[p].m.length-1;i>=0;--i){if(this.p[p].m[i]._id===id){return{p:p,m:i,milestoneId:id,projectId:this.p[p]._id,ref:this.p[p].m[i]}}}}return undefined},milestoneIds:function(p,m){return{p:this.p[p]._id,m:this.p[p].m[m]._id}},taskIds:function(p,m,t){if(undefined===m)return{p:this.p[p]._id,t:this.p[p].t[t]._id};return{p:this.p[p]._id,m:this.p[p].m[m]._id,t:this.p[p].m[m].t[t]._id}},genRefId:function(){return++this.tId},throughIndexerTasks:function(index){var i,j,length,indexes=[];if(this.p.length){for(i=0;i<this.p[index].m.length;++i){for(j=0;j<this.p[index].m[i].t.length;++j){indexes.push(this.p[index].m[i].t[j]._id)}}length=this.p[index].t.length;for(j=0;j<length;++j){indexes.push(this.p[index].t[j]._id)}}return indexes},throughIndexerMilestones:function(index){var i,j,length,indexes=[];if(this.p.length){length=this.p[index].m.length;for(i=0;i<length;++i){indexes.push(this.p[index].m[i]._id)}}return indexes},throughIdsIndexes:function(index){return{tasks:this.throughIndexerTasks(index),milestones:this.throughIndexerMilestones(index)}},buildWithThroughIndexer:function(){var i,j,k,ids,project,tasks,id,length,count,baseIndex=0,baseEnd=0,c,s;for(i=0;i<this.p.length;++i){project=this.p[i];if(project._indexer){var milestones=[],haveIndex=[];ids=this.p[i]._indexer["milestones"];if(undefined===ids)continue;if(ids.length){length=ids.length;for(j=0;j<length;++j){id=ids[j];count=project.m.length;for(k=0;k<count;++k){if(project.m[k].id()===id){milestones.push(project.m[k]);haveIndex.push(k);break}}}if(this.p[i].m.length>milestones.length){for(j=0;j<count;++j){if(-1==haveIndex.indexOf(j)){milestones.push(project.m[j])}}haveIndex=[]}this.p[i].m=milestones}ids=this.p[i]._indexer["tasks"];if(ids.length){count=project.m.length;for(k=0;k<count;++k){tasks=[];haveIndex=[];length=project.m[k].t.length;if(length){baseEnd=baseIndex+length;for(c=baseIndex;c<baseEnd;++c){id=ids[c];for(s=0;s<length;++s){if(project.m[k].t[s].id()===id){tasks.push(project.m[k].t[s]);haveIndex.push(s);break}}}if(length>tasks.length){for(j=0;j<length;++j){if(-1==haveIndex.indexOf(j)){tasks.push(project.m[k].t[j])}}haveIndex=[]}project.m[k].t=tasks;baseIndex+=length}}tasks=[];haveIndex=[];length=project.t.length;if(length){baseEnd=baseIndex+length;for(c=baseIndex;c<baseEnd;++c){id=ids[c];for(s=0;s<length;++s){if(project.t[s].id()===id){tasks.push(project.t[s]);haveIndex.push(s);break}}}if(length>tasks.length){for(j=0;j<length;++j){if(-1==haveIndex.indexOf(j)){tasks.push(project.t[j])}}haveIndex=[]}project.t=tasks}}}}}};function ModelController(delegate){this.delegate=delegate;this.top=null;this.statusElement=null}ModelController.prototype={addMilestoneOperation:function(id,p,m){var t=this.delegate;if(t){var ids=t.storage.milestoneIds(p,m);var milestoneRef=t.storage.getMilestone(p,m);this.top={id:id,p:p,m:m,t:undefined,ids:ids};switch(id){case kHandlerBeforeDeleteMilestone:{if(t.handlers[id]){t.handlers[id](ids.p,ids.m,milestoneRef)}else{this.deleteElement(this.top)}}break;case kHandlerBeforeChangeMilestoneStatus:{if(t.handlers[id]){t.handlers[id](ids.p,ids.m,milestoneRef)}else{this.completeElement(this.top)}}break}}},addTaskOperation:function(id,p,m,t,cs){var tr=this.delegate;if(tr){var taskRef,milestoneRef,ids,childTask,parentTask;if(kHandlerBeforeDeleteTaskLink===id){this.top={id:id,link:p};if(tr.handlers[id]){childTask=tr.storage.taskWithId(p["dependenceTaskId"]);parentTask=tr.storage.taskWithId(p["parentTaskId"]);tr.handlers[id](p,childTask.ref,parentTask.ref)}return}else if(kHandlerBeforeAddTaskLink===id){this.top={id:id,link:p};if(tr.handlers[id]){tr.handlers[id](p,p["task"],p["parent"])}return}else if(kHandlerBeforeMoveTaskWithLinks===id){this.top={id:id,move:p};if(tr.handlers[id]){tr.handlers[id](p)}return}else if(kHandlerBeforeChangeResponsibles===id){this.top={id:id,element:p};if(tr.handlers[id]){tr.handlers[id](p)}return}ids=tr.storage.taskIds(p,m,t);taskRef=tr.storage.getTask(p,m,t);this.top={id:id,p:p,m:m,t:t,ids:ids};switch(id){case kHandlerBeforeDeleteTask:{if(tr.handlers[id]){tr.handlers[id](ids.p,ids.m,ids.t,taskRef,this.collectLinks(p,m,taskRef._id))}else{this.deleteElement(this.top)}}break;case kHandlerBeforeChangeTaskStatus:{if(tr.handlers[id]){tr.handlers[id](ids.p,ids.m,ids.t,taskRef,cs)}else{this.completeElement(this.top)}}break}}},finalize:function(arg){if(this.top){switch(this.top.id){case kHandlerBeforeDeleteTask:{this.deleteElement(this.top)}break;case kHandlerBeforeDeleteMilestone:{this.deleteElement(this.top)}break;case kHandlerBeforeChangeMilestoneStatus:{this.completeElement(this.top)}break;case kHandlerBeforeChangeTaskStatus:{this.completeElement(this.top,arg)}break;case kHandlerBeforeAddTaskLink:{this.addLink(this.top.link)}break;case kHandlerBeforeDeleteTaskLink:{this.deleteLink(this.top.link)}break;case kHandlerBeforeMoveTaskWithLinks:{if("SaveConnections"===arg){this.moveGroupTasks(this.top.move)}else{this.moveTask(this.top.move)}}break}this.top=null}},clear:function(){var t=this.delegate;if(t){t._undoManager.reset();t.storage.clear();t.hitLink=undefined;t.zoomBar.needRepaint();t.offWidgets();t.offMenus();t.updateContent();t.viewController().strafeToDay()}},deleteElement:function(element){var t=this.delegate;if(t){var ref=null;var linksToRemove=null;var i=0;if(element.p===undefined)element.p=-1;if(element.m===undefined)element.m=-1;if(element.t===undefined)element.t=-1;t.rightScroll.save();if(-1!==element.m&&-1===element.t&&-1!==element.p){ref=t.storage.getMilestone(element.p,element.m);if(ref){ref.dropDownWidget=false;t._undoManager.add(kOperationDeleteMilestone,{p:element.p,m:element.m,t:ref,index:element.m,taskId:undefined,milestoneId:element.ids.m,projectId:element.ids.m});t._undoManager.updateOperation(0,ref);var tasks=t.storage.p[element.p].t;for(i=0;i<ref.t.length;++i){tasks.push(ref.t[i]);tasks.last().milestone=-1}t.storage.p[element.p].removeMilestone(element.m)}}if(-1===element.m&&-1!==element.t&&-1!==element.p){t.taskDescWidget.check(null);ref=t.storage.getTask(element.p,undefined,element.t);if(ref){linksToRemove=this.collectLinks(element.p,undefined,element.ids.t);this.removeLinks(element.p,undefined,element.ids.t);t.storage.p[element.p].removeTask(element.t);t._undoManager.reset()}}if(-1!==element.m&&-1!==element.t&&-1!==element.p){t.taskDescWidget.check(null);ref=t.storage.getTask(element.p,element.m,element.t);if(ref){linksToRemove=this.collectLinks(element.p,element.m,element.ids.t);this.removeLinks(element.p,element.m,element.ids.t);t.storage.p[element.p].m[element.m].removeTask(element.t);t._undoManager.reset()}}t.offMenus();t.offWidgets();t.painter.clearZones(true);t.needUpdateContent=true;t.leftPanelController().clearFocus();t.update()}},completeElement:function(element,cs){var t=this.delegate,ref=null,oldStatus,newStatus;if(t){if(element.p===undefined)element.p=-1;if(element.m===undefined)element.m=-1;if(element.t===undefined)element.t=-1;if(-1!==element.m&&-1===element.t&&-1!==element.p){ref=t.storage.getMilestone(element.p,element.m);if(ref){newStatus=ref._status;oldStatus=ref._status;if(newStatus!=kElementCompleted-1){newStatus=kElementCompleted-1}else{newStatus=kElementActive-1}t._undoManager.add(kOperationChangeMilestoneStatus,{p:element.p,m:element.m,t:ref,index:element.m,newStatus:newStatus,oldStatus:oldStatus,taskId:undefined,milestoneId:element.ids.m,projectId:element.ids.m});ref._status=newStatus;t._undoManager.updateOperation(0,ref)}}if(-1===element.m&&-1!==element.t&&-1!==element.p){ref=t.storage.getTask(element.p,undefined,element.t);if(ref){newStatus=cs;oldStatus=ref._status;t._undoManager.add(kOperationChangeTaskStatus,{p:element.p,m:undefined,t:ref,index:element.t,newStatus:newStatus,oldStatus:oldStatus,taskId:element.ids.t,milestoneId:element.ids.m,projectId:element.ids.m});var cs1=findCustomStatus(function(item){return item.id===newStatus});ref._status=cs1.statusType;ref._customTaskStatus=newStatus;t._undoManager.updateOperation(0,ref)}}if(-1!==element.m&&-1!==element.t&&-1!==element.p){ref=t.storage.getTask(element.p,element.m,element.t);if(ref){newStatus=ref._status;oldStatus=ref._status;if(newStatus!=kElementCompleted)newStatus=kElementCompleted;else newStatus=kElementActive;t._undoManager.add(kOperationChangeTaskStatus,{p:element.p,m:element.m,t:ref,index:element.t,newStatus:newStatus,oldStatus:oldStatus,taskId:element.ids.t,milestoneId:element.ids.m,projectId:element.ids.m});ref._status=newStatus;t._undoManager.updateOperation(0,ref)}}t.leftPanelController().clearFocus();t.updateData()}},checkStatus:function(element){var t=this.delegate,task=null,milestone=null;if(t){if(element.p===undefined)element.p=-1;if(element.m===undefined)element.m=-1;if(element.t===undefined)element.t=-1;if(-1!==element.m&&-1!==element.t&&-1!==element.p){milestone=t.storage.getMilestone(element.p,element.m);if(milestone){if(1===milestone._status){return false}}}}return true},changeTime:function(element,date,direction,oneday){var t=this.delegate,ref=null,oldStatus,newStatus;if(t){if(element.p===undefined)element.p=-1;if(element.m===undefined)element.m=-1;if(element.t===undefined)element.t=-1;if(-1!==element.m&&-1===element.t&&-1!==element.p){ref=t.storage.getMilestone(element.p,element.m);if(ref){t._undoManager.add(kOperationChangeTimeMilestone,{p:element.p,m:element.m,t:ref,index:element.m,newStatus:newStatus,oldStatus:oldStatus,taskId:undefined,milestoneId:element.ids.m,projectId:element.ids.m});ref.updateEndWithDate(date);t._undoManager.updateOperation(0,ref)}}if(-1===element.m&&-1!==element.t&&-1!==element.p){ref=t.storage.getTask(element.p,undefined,element.t);if(ref){t._undoManager.add(kOperationChangeTimeTask,{p:element.p,m:undefined,t:ref,index:element.t,newStatus:newStatus,oldStatus:oldStatus,taskId:element.ids.t,milestoneId:element.ids.m,projectId:element.ids.m});if(direction){ref.updateEndWithDate(date,oneday);ref.endFail=false}else{ref.updateBeginWithDate(date,oneday)}t._undoManager.updateOperation(0,ref)}}if(-1!==element.m&&-1!==element.t&&-1!==element.p){ref=t.storage.getTask(element.p,element.m,element.t);if(ref){t._undoManager.add(kOperationChangeTimeTask,{p:element.p,m:element.m,t:ref,index:element.t,newStatus:newStatus,oldStatus:oldStatus,taskId:element.ids.t,milestoneId:element.ids.m,projectId:element.ids.m});if(direction){ref.updateEndWithDate(date,oneday);ref.endFail=false}else{ref.updateBeginWithDate(date,oneday)}t._undoManager.updateOperation(0,ref)}}t.updateData()}},changeResponsible:function(element,data){function isEqualResponsiblies(l,r){if(l.length!=r.length)return false;var length=l.length,uids=[],i=0;for(i=0;i<length;++i){uids.push(l[i].id)}for(i=0;i<length;++i){if(-1===uids.indexOf(r[i].id))return false}return true}var t=this.delegate,ref=null,oldStatus,newStatus;if(t){if(element.p===undefined)element.p=-1;if(element.m===undefined)element.m=-1;if(element.t===undefined)element.t=-1;if(-1!==element.m&&-1===element.t&&-1!==element.p){ref=t.storage.getMilestone(element.p,element.m);if(ref){if(element.ref._responsibles&&data){if(element.ref._responsibles.id===data.id){return}}t._undoManager.add(kOperationChangeResponsible,{p:element.p,m:element.m,isMilestone:true,index:element.m,newResponsibles:data,oldResponsibles:element.ref._responsibles,taskId:undefined,milestoneId:element.ids.m,projectId:element.ids.m});ref._responsibles=data;t._undoManager.updateOperation(true,ref)}}if(-1===element.m&&-1!==element.t&&-1!==element.p){ref=t.storage.getTask(element.p,undefined,element.t);if(ref){if(isEqualResponsiblies(element.ref._responsibles,data)){return}t._undoManager.add(kOperationChangeResponsible,{p:element.p,m:undefined,index:element.t,newResponsibles:data,oldResponsibles:element.ref._responsibles,taskId:element.ids.t,milestoneId:element.ids.m,projectId:element.ids.m});ref._responsibles=data;t._undoManager.updateOperation(true,ref)}}if(-1!==element.m&&-1!==element.t&&-1!==element.p){ref=t.storage.getTask(element.p,element.m,element.t);if(ref){if(isEqualResponsiblies(element.ref._responsibles,data)){return}t._undoManager.add(kOperationChangeResponsible,{p:element.p,m:element.m,index:element.t,newResponsibles:data,oldResponsibles:element.ref._responsibles,taskId:element.ids.t,milestoneId:element.ids.m,projectId:element.ids.m});ref._responsibles=data;t._undoManager.updateOperation(true,ref)}}t.updateData()}},applyNewAddTaskId:function(id){var t=this.delegate,head=null,ref=null;if(t){id=parseInt(id);head=t._undoManager.currentOperation();if(head&&!isNaN(id)){head.arg.taskId=id;head.arg.t._id=id;ref=t.storage.getTask(head.arg.p,head.arg.m,head.arg.index);if(ref){ref._id=id}}}},applyNewAddMilestoneId:function(id,responsibles){var t=this.delegate,head,ref;if(t){id=parseInt(id);head=t._undoManager.currentOperation();if(head&&!isNaN(id)){head.arg.milestoneId=id;head.arg.t._id=id;if(responsibles){head._responsibles=responsibles}ref=t.storage.getMilestone(head.arg.p,head.arg.index);if(ref){ref._id=id;if(responsibles){ref._responsibles=responsibles}}t.updateData()}}},addTask:function(id,owner,title,performer,description,begin,end,status,customTaskStatus,milestone,priority,subtasks,responsibles,links,isUndoOperation,beginFail,createdBy){var t=this.delegate,task=null,element=null;if(t){task=new Task(id,owner,title,performer,description,begin,end,status,customTaskStatus,milestone,priority,subtasks,responsibles,links,beginFail,createdBy);t.storage.addTask(task);if(isUndoOperation){element=t.storage.taskWithId(id);if(element){t._undoManager.add(kOperationAddTask,{p:element.p,m:element.m,t:element.ref,index:element.t,taskId:element.taskId,milestoneId:element.milestoneId,projectId:element.projectId})}}}},addMilestone:function(id,owner,title,description,responsible,deadline,status,isKey,isUndoOperation){var t=this.delegate,milestone=null,element=null;if(t){milestone=new Milestone(id,owner,title,description,responsible,deadline,status,isKey);t.storage.addMilestone(milestone);if(isUndoOperation){element=t.storage.milestoneWithId(id);if(element){t._undoManager.add(kOperationAddMilestone,{p:element.p,m:element.m,t:element.ref,index:element.m,milestoneId:element.milestoneId,projectId:element.projectId})}}}},addProject:function(id,title,description,responsible,creationDate,indexer,isprivate,status){var t=this.delegate,project=null;if(t){project=new Project(id,title,description,responsible,creationDate,indexer,isprivate,status);t.storage.addProject(project)}},moveTask:function(data){var t=this.delegate,addInd=0,scrollY=0,milestoneRef=null;if(t){if("MtoF"===data.type){this.removeLinks(data.fromProject,data.fromMilestone,data.taskId);data.t.milestone=-1;addInd=t.storage.p[0].addTask(data.t);t.storage.p[0].m[data.m].removeTask(data.index);scrollY=t.getElementPosVertical(0,-1,addInd);t.animator.moveToY(Math.min(Math.max(0,scrollY-t.ctxHeight*.5),t.rightScroll._maxValue-t.rightScroll.viewWidth));data.place=addInd-1}if("MtoM"===data.type){this.removeLinks(data.fromProject,data.fromMilestone,data.taskId);t.storage.p[data.toProject].m[data.toMilestone].addTaskWithIndex(data.t,data.place);t.storage.p[data.fromProject].m[data.fromMilestone].removeTask(data.index);t.storage.p[data.fromProject].m[data.fromMilestone].updateTimes();t.storage.p[data.toProject].m[data.toMilestone].updateTimes()}if("FtoM"===data.type){this.removeLinks(data.fromProject,data.fromMilestone,data.taskId);milestoneRef=t.storage.p[data.toProject].m[data.toMilestone];if(milestoneRef){if(data.t.endFail&&data.t.beginTime>=milestoneRef.endTime){data.t.updateBegin(milestoneRef.endTime-24)}}t.storage.p[data.toProject].m[data.toMilestone].addTaskWithIndex(data.t,data.place);t.storage.p[data.fromProject].removeTask(data.index);milestoneRef.updateTimes();t._undoManager.add(kOperationMoveTask,data);if(data.t.endFail&&data.t.beginTime>=milestoneRef.endTime){data.t.updateBegin(milestoneRef.endTime-24)}t._undoManager.performTop();t.updateData();return}t._undoManager.add(kOperationMoveTask,data);t._undoManager.performTop();t.updateData()}},moveGroupTasks:function(data){var t=this.delegate,i=0,indTo,indCur,ids,tasksNeedMove,scrollY,milestoneRef;if(t){ids=this.collectRelatedItems(data.fromProject,data.fromMilestone,data.taskId);tasksNeedMove=this.collectTasksWithIds(data.fromProject,data.fromMilestone,ids);data.group=tasksNeedMove;data.tasksIds=ids;if("MtoF"===data.type){data.sourceMilestone=t.storage.p[data.fromProject].m[data.fromMilestone]._id;data.destMilestone=undefined;for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=-1;indCur=t.storage.p[data.fromProject].addTask(tasksNeedMove[i].task,true);if(data.taskId===tasksNeedMove[i].id){indTo=indCur}}for(i=tasksNeedMove.length-1;i>=0;--i){t.storage.p[data.fromProject].m[data.fromMilestone].removeTask(tasksNeedMove[i].index)}t.storage.p[data.fromProject].m[data.fromMilestone].updateTimes();t.storage.p[data.fromProject]._calcTimes();scrollY=t.getElementPosVertical(0,-1,indTo);t.animator.moveToY(Math.min(Math.max(0,scrollY-t.ctxHeight*.5),t.rightScroll._maxValue-t.rightScroll.viewWidth))}if("MtoM"===data.type){data.sourceMilestone=t.storage.p[data.fromProject].m[data.fromMilestone]._id;data.destMilestone=t.storage.p[data.toProject].m[data.toMilestone]._id;for(i=0;i<tasksNeedMove.length;++i){tasksNeedMove[i].task.milestone=data.destMilestone;t.storage.p[data.toProject].m[data.toMilestone].t.push(tasksNeedMove[i].task)}for(i=tasksNeedMove.length-1;i>=0;--i){t.storage.p[data.fromProject].m[data.fromMilestone].removeTask(tasksNeedMove[i].index)}t.storage.p[data.fromProject].m[data.fromMilestone].updateTimes();t.storage.p[data.toProject].m[data.toMilestone].updateTimes()}if("FtoM"===data.type){data.sourceMilestone=undefined;data.destMilestone=t.storage.p[data.toProject].m[data.toMilestone]._id;milestoneRef=t.storage.p[data.toProject].m[data.toMilestone];for(i=0;i<tasksNeedMove.length;++i){if(tasksNeedMove[i].task.endFail&&tasksNeedMove[i].task.beginTime>=milestoneRef.endTime){tasksNeedMove[i].task.updateBegin(milestoneRef.endTime-24)}tasksNeedMove[i].task.milestone=data.destMilestone;t.storage.p[data.toProject].m[data.toMilestone].t.push(tasksNeedMove[i].task)}for(i=tasksNeedMove.length-1;i>=0;--i){t.storage.p[data.fromProject].removeTask(tasksNeedMove[i].index)}milestoneRef.updateTimes();t.storage.p[data.fromProject]._calcTimes()}t._undoManager.add(kOperationMoveGroupTasks,data);t._undoManager.performTop()}},addLink:function(link){var t=this.delegate,linkType=kLinkBeginEnd,parentId=0,dependenceId=0,task=null,linkObj={},taskExt=null,depIndexer=null,parIndexer=null;if(t){if(kTaskSideLeft===link["parentSide"]&&kTaskSideRight===link["side"]){task=link["parent"];parentId=link["task"]._id;dependenceId=link["parent"]._id}else{if(kTaskSideLeft===link["parentSide"]&&kTaskSideLeft===link["side"]){linkType=kLinkBeginBegin}else if(kTaskSideRight===link["parentSide"]&&kTaskSideRight===link["side"]){linkType=kLinkEndEnd}task=link["task"];parentId=link["parent"]._id;dependenceId=link["task"]._id}if(kEndBeginLinksEditMode){if(kLinkBeginEnd!==linkType){return}}linkObj={};linkObj["dependenceTaskId"]=dependenceId;linkObj["linkType"]=linkType;linkObj["parentTaskId"]=parentId;linkObj["type"]="link";task.links.push(linkObj);taskExt=t.storage.taskWithId(dependenceId);if(taskExt){depIndexer=t.storage.taskWithId(dependenceId);parIndexer=t.storage.taskWithId(parentId);t._undoManager.add(kOperationAddTaskLink,{p:taskExt.p,m:taskExt.m,t:taskExt.t,link:taskExt.ref.links[taskExt.ref.links.length-1],linkIndex:taskExt.ref.links.length-1,taskId:taskExt.taskId,milestoneId:taskExt.milestoneId,projectId:taskExt.projectId,depIndexer:depIndexer,parIndexer:parIndexer})}}},deleteLink:function(link){var t=this.delegate,i=0,dep,par,refdep,refpar,base,task=null,indexLink=-1;if(t){if(link){base=link.dependenceTaskId||link["dependenceTaskId"];task=t.storage.taskWithId(base);if(task){for(i=task.ref.links.length-1;i>=0;--i){dep=link.dependenceTaskId||link["dependenceTaskId"];par=link.parentTaskId||link["parentTaskId"];refdep=task.ref.links[i].dependenceTaskId||task.ref.links[i]["dependenceTaskId"];refpar=task.ref.links[i].parentTaskId||task.ref.links[i]["parentTaskId"];if(refdep===dep&&refpar===par){indexLink=i;break}}if(-1!==indexLink){t._undoManager.add(kOperationDeleteTaskLink,{p:task.p,m:task.m,t:task.t,link:task.ref.links[indexLink],linkIndex:indexLink,taskId:task.taskId,milestoneId:task.milestoneId,projectId:task.projectId});task.ref.links.splice(indexLink,1);t.updateData()}}}}},collectLinks:function(p,m,id){var t=this.delegate,links=[],i=0,link=null,linkInd=0,dependenceTaskId=0,parentTaskId=0,milestone=null,project=null;if(t){if(undefined!==m){milestone=t.storage.getMilestone(p,m);for(i=milestone.t.length-1;i>=0;--i){for(linkInd=milestone.t[i].links.length-1;linkInd>=0;--linkInd){link=milestone.t[i].links[linkInd];parentTaskId=link.parentTaskId||link["parentTaskId"];dependenceTaskId=link.dependenceTaskId||link["dependenceTaskId"];if((id===dependenceTaskId||id===parentTaskId)&&milestone.t[i].id()===dependenceTaskId){links.push({link:link,index:linkInd,ind:i})}}}}else{project=t.storage.p[p];for(i=project.t.length-1;i>=0;--i){for(linkInd=project.t[i].links.length-1;linkInd>=0;--linkInd){link=project.t[i].links[linkInd];parentTaskId=link.parentTaskId||link["parentTaskId"];dependenceTaskId=link.dependenceTaskId||link["dependenceTaskId"];if((id===dependenceTaskId||id===parentTaskId)&&project.t[i].id()===dependenceTaskId){links.push({link:link,index:linkInd,ind:i})}}}}}return links},removeLinks:function(p,m,id){var t=this.delegate,i=0,link=null,linkInd=0,dependenceTaskId=0,parentTaskId=0,milestone=null,project=null;if(t){if(undefined!==m){milestone=t.storage.getMilestone(p,m);for(i=milestone.t.length-1;i>=0;--i){for(linkInd=milestone.t[i].links.length-1;linkInd>=0;--linkInd){link=milestone.t[i].links[linkInd];parentTaskId=link.parentTaskId||link["parentTaskId"];dependenceTaskId=link.dependenceTaskId||link["dependenceTaskId"];if(id===dependenceTaskId||id===parentTaskId){milestone.t[i].links.splice(linkInd,1)}}}}else{project=t.storage.p[p];for(i=project.t.length-1;i>=0;--i){for(linkInd=project.t[i].links.length-1;linkInd>=0;--linkInd){link=project.t[i].links[linkInd];parentTaskId=link.parentTaskId||link["parentTaskId"];dependenceTaskId=link.dependenceTaskId||link["dependenceTaskId"];if(id===dependenceTaskId||id===parentTaskId){link=project.t[i].links.splice(linkInd,1)}}}}}},collectRelatedItems:function(p,m,id){var t=this.delegate,i,j,k,needAdd,link,linkInd,tasks,items=[],hash={},hashLinks,parentTaskId,dependenceTaskId,cur=null,subItems=[],internal=[];if(t){tasks=this.getTasks(p,m);if(0===tasks.length){return items}for(i=tasks.length-1;i>=0;--i){for(linkInd=tasks[i].links.length-1;linkInd>=0;--linkInd){link=tasks[i].links[linkInd];parentTaskId=link.parentTaskId||link["parentTaskId"];dependenceTaskId=link.dependenceTaskId||link["dependenceTaskId"];if(!hash[dependenceTaskId]){hash[dependenceTaskId]={links:[]}}hashLinks=hash[dependenceTaskId].links;if(hashLinks){needAdd=true;for(k=hashLinks.length-1;k>=0;--k){if(hashLinks[k]===parentTaskId){needAdd=false;break}}if(needAdd){hashLinks.push(parentTaskId)}}if(!hash[parentTaskId]){hash[parentTaskId]={links:[]}}hashLinks=hash[parentTaskId].links;if(hashLinks){needAdd=true;for(k=hashLinks.length-1;k>=0;--k){if(hashLinks[k]===dependenceTaskId){needAdd=false;break}}if(needAdd){hashLinks.push(dependenceTaskId)}}}}cur=hash[id];if(!cur){return[]}subItems=[],internal=[];items.push(id);subItems.push(id);for(i=cur.links.length-1;i>=0;--i){subItems.push(cur.links[i]);items.push(cur.links[i])}while(true){internal=[];for(i=subItems.length-1;i>=0;--i){if(id===subItems[i]){continue}cur=hash[subItems[i]];for(j=cur.links.length-1;j>=0;--j){if(-1===items.indexOf(cur.links[j])){internal.push(cur.links[j]);items.push(cur.links[j])}}}if(0===internal.length){break}subItems=internal}return items}return[]},getTasks:function(p,m){if(undefined!==m){return this.delegate.storage.getMilestone(p,m).t}return this.delegate.storage.p[p].t},collectTasksWithIds:function(p,m,ids){var i=0,tasks=[],allTasks=this.getTasks(p,m),length=allTasks.length;for(i=0;i<length;++i){if(-1!==ids.indexOf(allTasks[i]._id)){tasks.push({task:allTasks[i],index:i,id:allTasks[i]._id})}}return tasks},collectBeginEndItems:function(p,m,id){var i=0,j=0,k=0,link=null,index=-1,line=[],indexer=[],nextNode=null,cycleExist=false,maxDepth=0,curDepth=0,hash=null,curTask=this.delegate.storage.taskWithId(id).ref,tasks=this.getTasks(p,m),rightTree=new TreeNode,leftTree=new TreeNode;function countOfTasksWithLinks(arr){var cn=0;for(var counter=arr.length-1;counter>=0;--counter){if(arr[counter].links.length){++cn}}return cn}function walkInternalRight(tree,_id){++curDepth;var fi=0;for(fi=0;fi<tasks.length;++fi){if(tasks[fi].links.length){if(tasks[fi]._id!==tree.data.id&&_id!==tasks[fi]._id){index=hash.indexOf(tasks[fi]._id);if(-1!==index){link=tasks[fi].getLink(tree.data.id);if(link){var linkType04=link.linkType||link["linkType"];if(linkType04==kLinkBeginEnd&&tasks[fi]._status!==kElementCompleted){indexer={p:p,m:m,t:fi,ref:tasks[fi],id:tasks[fi]._id};var nextNode=tree.createNode();nextNode.root=tasks[fi];nextNode.data=indexer;if(maxDepth<curDepth){cycleExist=true;return}walkInternalRight(nextNode,tasks[fi]._id);if(cycleExist)return}}}}}}--curDepth}hash=this.collectBeginEndLinksRight(p,m,id);if(hash.length){rightTree.root=curTask;maxDepth=countOfTasksWithLinks(tasks);curDepth=0;for(k=0;k<tasks.length;++k){if(tasks[k].links.length){if(tasks[k]._id!==id){index=hash.indexOf(tasks[k]._id);if(-1!==index){link=tasks[k].getLink(id);if(link){var linkType02=link.linkType||link["linkType"];if(linkType02==kLinkBeginEnd&&tasks[k]._status!==kElementCompleted){indexer={p:p,m:m,t:k,ref:tasks[k],id:tasks[k]._id};nextNode=rightTree.createNode();nextNode.root=tasks[k];nextNode.data=indexer;walkInternalRight(nextNode,tasks[k]._id)}}}}}}}function walkInternalLeft(tree,_id){++curDepth;var index=0;for(index=0;index<tree.data.ref.links.length;++index){link=tree.data.ref.links[index];if(link){var linkType2=link.linkType||link["linkType"];if(linkType2==kLinkBeginEnd){for(j=0;j<tasks.length;++j){var link1=link.parentTaskId||link["parentTaskId"];if(tasks[j]._id===link1&&tasks[j]._status!==kElementCompleted){indexer={p:p,m:m,t:j,ref:tasks[j],id:tasks[j]._id};nextNode=tree.createNode();nextNode.root=tasks[j];nextNode.data=indexer;if(maxDepth<curDepth){cycleExist=true;return}if(tasks[j].links.length){walkInternalLeft(nextNode,tasks[j]._id)}if(cycleExist)return;break}}}}}--curDepth}if(cycleExist){return null}leftTree.root=curTask;maxDepth=countOfTasksWithLinks(tasks);curDepth=0;for(k=0;k<curTask.links.length;++k){link=curTask.links[k];if(link){var linkType0=link.linkType||link["linkType"];if(linkType0==kLinkBeginEnd){for(j=0;j<tasks.length;++j){var link0=link.parentTaskId||link["parentTaskId"];if(tasks[j]._id===link0&&tasks[j]._status!==kElementCompleted){indexer={p:p,m:m,t:j,ref:tasks[j],id:tasks[j]._id};nextNode=leftTree.createNode();nextNode.root=tasks[j];nextNode.data=indexer;if(tasks[j].links.length){walkInternalLeft(nextNode,tasks[j]._id)}else{}break}}}}}if(cycleExist){return null}return{right:rightTree,left:leftTree}},collectBeginEndLinksRight:function(p,m,id){var t=this.delegate,i,j,k,needAdd,link,linkInd,tasks,items=[],hash={},hashLinks,linkType,dependenceTaskId,parentTaskId,cur=null,indexDel=-1,curTask=null,subItems=[],internal=[];if(t){tasks=this.getTasks(p,m);if(0===tasks.length){return items}for(i=tasks.length-1;i>=0;--i){for(linkInd=tasks[i].links.length-1;linkInd>=0;--linkInd){link=tasks[i].links[linkInd];linkType=link.linkType||link["linkType"];if(linkType!==kLinkBeginEnd){continue}dependenceTaskId=link.dependenceTaskId||link["dependenceTaskId"];parentTaskId=link.parentTaskId||link["parentTaskId"];if(!hash[dependenceTaskId]){hash[dependenceTaskId]={links:[]}}hashLinks=hash[dependenceTaskId].links;if(hashLinks){needAdd=true;for(k=hashLinks.length-1;k>=0;--k){if(hashLinks[k]===parentTaskId){needAdd=false;break}}if(needAdd){hashLinks.push(parentTaskId)}}if(!hash[parentTaskId]){hash[parentTaskId]={links:[]}}hashLinks=hash[parentTaskId].links;if(hashLinks){needAdd=true;for(k=hashLinks.length-1;k>=0;--k){if(hashLinks[k]===dependenceTaskId){needAdd=false;break}}if(needAdd){hashLinks.push(dependenceTaskId)}}}}cur=hash[id];if(!cur){return[]}indexDel=-1;curTask=t.storage.taskWithId(id);for(linkInd=curTask.ref.links.length-1;linkInd>=0;--linkInd){parentTaskId=curTask.ref.links[linkInd].parentTaskId||curTask.ref.links[linkInd]["parentTaskId"];indexDel=cur.links.indexOf(parentTaskId);if(-1!==indexDel){cur.links.splice(indexDel,indexDel)}}subItems=[],internal=[];items.push(id);subItems.push(id);for(i=cur.links.length-1;i>=0;--i){subItems.push(cur.links[i]);items.push(cur.links[i])}while(true){internal=[];for(i=subItems.length-1;i>=0;--i){if(id===subItems[i]){continue}cur=hash[subItems[i]];for(j=cur.links.length-1;j>=0;--j){if(-1===items.indexOf(cur.links[j])){internal.push(cur.links[j]);items.push(cur.links[j])}}}if(0===internal.length){break}subItems=internal}return items}return[]},setFilter:function(func){var t=this.delegate;if(t){t._undoManager.reset();t.hitLink=undefined;this.clearFilter(false);this.updateFilter(func);t.updateContent(true);t.viewController().toVisibleElementMove();t.offWidgets()}},updateFilter:function(func){var i,j,p,x,length,projects=this.delegate.storage.p,ids,tasks;if(projects.length){for(p=projects.length-1;p>=0;--p){for(i=projects[p].m.length-1;i>=0;--i){func(projects[p].m[i]);for(j=projects[p].m[i].t.length-1;j>=0;--j){func(projects[p].m[i].t[j])}}for(i=projects[p].t.length-1;i>=0;--i){func(projects[p].t[i])}}for(p=projects.length-1;p>=0;--p){for(i=projects[p].m.length-1;i>=0;--i){for(j=projects[p].m[i].t.length-1;j>=0;--j){if(projects[p].m[i].t[j].filter){ids=this.collectRelatedItems(p,i,projects[p].m[i].t[j].id());tasks=this.collectTasksWithIds(p,i,ids);for(x=tasks.length-1;x>=0;--x){if(!tasks[x].task.filter){projects[p].m[i].t[j].filter=undefined;projects[p].m[i].t[j].linkFilter=true;break}}}}}for(i=projects[p].t.length-1;i>=0;--i){if(projects[p].t[i].filter){ids=this.collectRelatedItems(p,undefined,projects[p].t[i].id());tasks=this.collectTasksWithIds(p,undefined,ids);for(x=tasks.length-1;x>=0;--x){if(!tasks[x].task.filter){projects[p].t[i].filter=undefined;projects[p].t[i].linkFilter=true;break}}}}}}},clearFilter:function(repaint){var i,j,p,length,projects=this.delegate.storage.p;if(projects.length){for(p=projects.length-1;p>=0;--p){for(i=projects[p].m.length-1;i>=0;--i){projects[p].m[i].filter=undefined;for(j=projects[p].m[i].t.length-1;j>=0;--j){projects[p].m[i].t[j].filter=undefined;projects[p].m[i].t[j].linkFilter=undefined}}for(i=projects[p].t.length-1;i>=0;--i){projects[p].t[i].filter=undefined;projects[p].t[i].linkFilter=undefined}}}if(repaint){this.delegate.updateContent(true);this.delegate.viewController().toVisibleElementMove()}},addLinkWithIds:function(link){var t=this.delegate,taskExt=null,linkObj={};if(t){taskExt=t.storage.taskWithId(link["dependenceTaskId"]);if(taskExt){linkObj["dependenceTaskId"]=link["dependenceTaskId"];linkObj["linkType"]=link["linkType"];linkObj["parentTaskId"]=link["parentTaskId"];linkObj["type"]="link";taskExt.ref.links.push(linkObj);t._undoManager.add(kOperationAddTaskLink,{p:taskExt.p,m:taskExt.m,t:taskExt.t,link:taskExt.ref.links[taskExt.ref.links.length-1],linkIndex:taskExt.ref.links.length-1,taskId:taskExt.taskId,milestoneId:taskExt.milestoneId,projectId:taskExt.projectId})}}},finalizeStatus:function(status){if(this.statusElement){if(undefined!==this.statusElement.t){if(status!==this.statusElement.status){this.addTaskOperation(kHandlerBeforeChangeTaskStatus,this.statusElement.p,this.statusElement.m,this.statusElement.t,status)}}else{if(status){status=kElementCompleted-1}else{status=kElementActive-1}if(status!==this.statusElement.status){this.addMilestoneOperation(kHandlerBeforeChangeMilestoneStatus,this.statusElement.p,this.statusElement.m)}}this.statusElement=null}},finalizeOperation:function(type,data){var t=this.delegate;if(t){if(this.statusElement){if(this.statusElement.isTask){if("edit"===type){t.editElementTitle(this.statusElement.p,this.statusElement.m===undefined?-1:this.statusElement.m,this.statusElement.t)}else if("delete"===type){this.addTaskOperation(kHandlerBeforeDeleteTask,this.statusElement.p,this.statusElement.m,this.statusElement.t)}else if(typeof type==="number"){if(this.statusElement.ref){if(type!==this.statusElement.ref.customTaskStatus()){this.addTaskOperation(kHandlerBeforeChangeTaskStatus,this.statusElement.p,this.statusElement.m,this.statusElement.t,type)}}}else if("addlink"===type){if(kElementCompleted!==this.statusElement.task._status){if(t.handlers[kHandlerBeforeMenuAddTaskLink]){var ts=t.storage.getTask(this.statusElement.p,this.statusElement.m,this.statusElement.t);t.handlers[kHandlerBeforeMenuAddTaskLink](ts)}}}else if("responsible"===type){this.changeResponsible(this.statusElement,data)}else if("timechanage"===type){var refDate,checkDate,isOneDay=false,setDate=data["time"];if(data["direction"]){checkDate=this.statusElement.ref.endDate();if(checkDate.getUTCDate()===setDate.getUTCDate()&&checkDate.getMonth()===setDate.getMonth()&&checkDate.getFullYear()===setDate.getFullYear()){return}refDate=this.statusElement.ref.beginDate();isOneDay=refDate.getUTCDate()===setDate.getUTCDate()&&refDate.getMonth()===setDate.getMonth()&&refDate.getFullYear()===setDate.getFullYear();if(this.statusElement.ref.beginDate().getTime()>=data["time"].getTime()){isOneDay=true}}else{checkDate=this.statusElement.ref.beginDate();if(checkDate.getUTCDate()===setDate.getUTCDate()&&checkDate.getMonth()===setDate.getMonth()&&checkDate.getFullYear()===setDate.getFullYear()){return}refDate=this.statusElement.ref.endDate();isOneDay=refDate.getUTCDate()===setDate.getUTCDate()&&refDate.getMonth()===setDate.getMonth()&&refDate.getFullYear()===setDate.getFullYear();if(this.statusElement.ref.endDate().getTime()<=data["time"].getTime()){isOneDay=true}}this.changeTime({p:this.statusElement.p,m:this.statusElement.m,t:this.statusElement.t,ids:this.statusElement.ids},data["time"],data["direction"],isOneDay)}}else{if("edit"===type){t.editElementTitle(this.statusElement.p,this.statusElement.m,-1)}else if("delete"===type){this.addMilestoneOperation(kHandlerBeforeDeleteMilestone,this.statusElement.p,this.statusElement.m)}else if("open"===type){if(this.statusElement.ref){if(kElementCompleted-1===this.statusElement.ref.status()){this.addMilestoneOperation(kHandlerBeforeChangeMilestoneStatus,this.statusElement.p,this.statusElement.m)}}}else if("closed"===type){if(this.statusElement.ref){if(kElementCompleted-1!==this.statusElement.ref.status()){this.addMilestoneOperation(kHandlerBeforeChangeMilestoneStatus,this.statusElement.p,this.statusElement.m)}}}else if("addMilestoneTask"===type){t.addTaskToMilestone(this.statusElement.p,this.statusElement.m)}else if("fitToScreen"===type){this.delegate.viewController().zoomToFitMilestone(this.statusElement.p,this.statusElement.m)}else if("responsible"===type){this.changeResponsible(this.statusElement,data)}else if("timechanage"===type){if(this.statusElement.ref.endDate().getTime()!==data["time"].getTime()){this.changeTime({p:this.statusElement.p,m:this.statusElement.m,t:undefined,ids:this.statusElement.ids},data["time"])}}}this.statusElement=null}}},throughIdsIndexes:function(index){if(undefined===index){index=0}else{for(var i=this.delegate.storage.p.length-1;i>=0;--i){if(index===this.delegate.storage.p[i]._id){index=i;break}}}return this.delegate.storage.throughIdsIndexes(index)},buildWithThroughIndexer:function(){return this.delegate.storage.buildWithThroughIndexer()}};function ViewController(delegate){this.delegate=delegate;this["onchangetimescale"]=null;this["onshowhint"]=null;this.disableScaleEvents=false;this.position=null}ViewController.prototype={scaleTo:function(scale,forse,disableEvents){var t=this.delegate;if(t){this.disableScaleEvents=undefined!==disableEvents;if(forse){t.animator.scale(scale,undefined,undefined,true)}else{t.animator.scale(scale)}}},strafeToDay:function(){var t=this.delegate;if(t){this.strafe(t.centerScreen/t.timeScale.hourInPixels)}},strafe:function(value){var t=this.delegate;if(t){t.offsetX=value;if(t.timeScale)t.timeScale.strafe(value);t.needUpdate=true}},toVisibleElementMove:function(){var t=this.delegate,scrollContext=null,maxScrollValue=0,element=null,timeRange=0;if(t){if(t.zoomBar){t.zoomBar.calc();scrollContext=t.getTopElementInVisibleRange();if(!t.fullscreen){scrollContext.height=Math.max(kEps,scrollContext.height-t.itemMargin)}if(!scrollContext.empty){if(!t.fullscreen){scrollContext.height=floor2(scrollContext.height/t.itemMargin)*t.itemMargin-kEps}maxScrollValue=floor2(t.rightScroll.maxValue()/t.itemMargin)*t.itemMargin-kEps;t.rightScroll.setWorldValue(Math.min(scrollContext.height,maxScrollValue),true)}else{element=t.getLeftMostElement();if(element.x&&element.height){t.offsetX=(-element.x+24)/t.timeScale.scaleX+t.visibleLeft/t.timeScale.hourInPixels;t.timeScale.strafe(t.offsetX)}}timeRange=-Math.max(Math.abs(!t.storage.minTime?0:t.storage.minTime),Math.abs(!t.storage.maxTime?0:t.storage.maxTime));t.zoomBar.setRangeTimes(timeRange)}}},centeringElement:function(id,isMilestone,afterFuncY,disableMoveX){var t=this.delegate;if(t&&id){var element=null;if(isMilestone)element=t.storage.milestoneWithId(id);else element=t.storage.taskWithId(id);if(element){var scrollY=t.getElementPosVertical(element.p,element.m>-1?element.m:-1,element.t>-1?element.t:-1)-t.ctxHeight*.5;var maxVal=floor2(t.rightScroll.maxValue()/t.itemMargin)*t.itemMargin;scrollY=floor2(scrollY/t.itemMargin)*t.itemMargin;t.animator.moveToY(Math.min(Math.max(kEps,scrollY),maxVal),afterFuncY);if(undefined===disableMoveX)t.animator.moveCenterToX(element.ref.beginTime)}}},buildZoomBar:function(dom){var t=this.delegate;if(t&&dom){if(!t.zoomBar){t.zoomBar=new ZoomBar(dom,t);t.needUpdateContent=true}return t.zoomBar}return null},enableSlipAnimation:function(enable){var t=this.delegate;if(t){t.animator.strafeTo=enable;t.animator.scaleTo=enable;t.animator.scrollTo=enable}},zoomToFitMilestone:function(p,m){var t=this.delegate,beginTime=0,endTime=0,duration=0,from=0,to=0,mul,leftHours;if(t){if(t.zoomBar){beginTime=t.storage.getMilestone(p,m).beginTime;endTime=t.storage.getMilestone(p,m).endTime;duration=(t.zoomBar.rightDate.getTime()-t.zoomBar.leftDate.getTime())/36e5;from=(t.zoomBar.thumb.begin-.5)*duration;to=(t.zoomBar.thumb.end-.5)*duration;if(to-from<endTime-beginTime){this.disableScaleEvents=false;mul=t.timeScale.scaleX*((endTime-beginTime)/(to-from)*1.05);mul=Math.min(Math.max(mul,kScaleUnitMinSize),kScaleUnitFifteenDays);t.animator.moveScale(mul,(endTime+beginTime)*.5)}else{t.animator.moveCenterToX((endTime+beginTime)*.5)}}}},fullscreen:function(){var t=this.delegate;if(t){t.offMenus();t.offWidgets();t.painter.clearZones(true);t.needUpdateContent=true;t.needUpdate=true}},disableUserEvents:function(enable){if(undefined===enable)return;var t=this.delegate;if(t){t.userEvents=!(enable||false);t.offMenus();t.isLBMDown=false;t.needUpdate=true}},collapse:function(enable){var t=this.delegate;if(t){if(!t.fullscreen){var set=enable||false;for(var i=t.storage.p.length-1;i>=0;--i){for(var j=t.storage.p[i].m.length-1;j>=0;--j){t.storage.p[i].m[j].setCollapse(set)}t.storage.p[i].setCollapse(set)}}}},collapseProjects:function(enable){var t=this.delegate;if(t){if(!t.fullscreen){var set=enable||false;for(var i=t.storage.p.length-1;i>=0;--i){t.storage.p[i].setFullCollapse(set)}}}},collapseFreeTasks:function(enable){var t=this.delegate;if(t){if(!t.fullscreen){var set=enable||false;for(var i=t.storage.p.length-1;i>=0;--i){t.storage.p[i].collapse=set}}}},scaleValue:function(){return this.delegate.timeScale.scaleX},saveViewState:function(){var t=this.delegate;if(t){this.position={posX:t.offsetX,posY:t.rightScroll.value(),collapse:[],freecollapse:false};if(t.storage.p.length){var count=t.storage.p[0].m.length;for(var i=0;i<count;++i){this.position.collapse.push({id:t.storage.p[0].m[i].id(),status:t.storage.p[0].m[i].collapse})}this.position.freecollapse=t.storage.p[0].collapse}}},loadViewState:function(reset){var t=this.delegate;if(t){if(this.position&&undefined===reset){t.offsetX=this.position.posX;t.rightScroll.setWorldValue(this.position.posY);if(t.storage.p.length){var collapse=this.position.collapse;var milestones=t.storage.p[0].m;var count=collapse.length,mc=t.storage.p[0].m.length;if(mc>0&&count>0){for(var i=0;i<count;++i){for(var j=0;j<mc;++j){if(collapse[i].id===milestones[j].id()){milestones[j].collapse=collapse[i].status}}}}t.storage.p[0].collapse=this.position.freecollapse}}}this.position=null},changeTimeScaleEvent:function(){if(!this.disableScaleEvents){if(this["onchangetimescale"]){this["onchangetimescale"](this.delegate.timeScale.scaleX)}}},changeHintEvent:function(type,show,coords){if(this["onshowhint"]){this["onshowhint"](type,show,coords)}}};function Animator(delegate){this.delegate=delegate;this.strafeTo=false;this.strafeOffset=0;this.scaleTo=false;this.scaleOffset=0;this.scrollTo=false;this.scrollOffset=0;this.scrollFrom=0;this.strafeForseTo=0;this.afterFunc=null;this.strafeCentering=true;this.scaleToCenterX=undefined;this.boundView={from:0,to:0}}Animator.prototype={update:function(){var t=this.delegate;if(t){if(0!=this.strafeOffset){var moveRange=this.strafeOffset-t.offsetX;if(moveRange>0){if(moveRange<.01){t.offsetX=this.strafeOffset;this.strafeOffset=0}else{t.offsetX+=moveRange*kAnimationScaleFactor}}else{if(moveRange>-.01){t.offsetX=this.strafeOffset;this.strafeOffset=0}else{t.offsetX+=moveRange*kAnimationScaleFactor}}t.timeScale.strafe(t.offsetX);t.needUpdate=true;if(t.zoomBar){t.zoomBar.repaint=true}}if(0!=this.scrollOffset){var scrollRange=this.scrollOffset-this.scrollFrom;if(scrollRange>0){if(scrollRange<.5){this.scrollFrom=Math.max(this.scrollOffset,0);this.scrollOffset=0;if(this.afterFunc){this.afterFunc();this.afterFunc=null}}else{this.scrollFrom+=scrollRange*kAnimationScrollFactor}}else{if(scrollRange>-.5){this.scrollFrom=Math.max(this.scrollOffset,0);this.scrollOffset=0;if(this.afterFunc){this.afterFunc();this.afterFunc=null}}else{this.scrollFrom+=scrollRange*kAnimationScrollFactor}}t.rightScroll.setWorldValue(this.scrollFrom);t.needUpdate=true;if(t.zoomBar){t.zoomBar.repaint=true}if(t._leftPanelController){t._leftPanelController.scrollContent(t.rightScroll.value())}}if(0!=this.scaleOffset){var mul=t.timeScale.scaleX;var scaleRange=this.scaleOffset-t.timeScale.scaleX;if(scaleRange>0){if(scaleRange<kAnimationScaleFactor){t.timeScale.scaleX=this.scaleOffset;this.scaleOffset=0;this.strafeCentering=true;this.scaleToCenterX=undefined}else{t.timeScale.scaleX+=scaleRange*kAnimationScaleFactor}}else{if(scaleRange>-kAnimationScaleFactor){t.timeScale.scaleX=this.scaleOffset;this.scaleOffset=0;this.strafeCentering=true;this.scaleToCenterX=undefined}else{t.timeScale.scaleX+=scaleRange*kAnimationScaleFactor}}if(this.strafeCentering){mul/=t.timeScale.scaleX;var pixelsMove=-t.offsetX*t.timeScale.hourInPixels+t.centerScreen;t.offsetX=(t.centerScreen-pixelsMove*mul)/t.timeScale.hourInPixels;if(this.boundView.from!==this.boundView.to){this.boundView.from=t.zoomBar.minPos();this.boundView.to=t.zoomBar.maxPos();t.offsetX=Math.max(t.offsetX,this.boundView.to);t.offsetX=Math.min(t.offsetX,this.boundView.from)}t.timeScale.strafe(t.offsetX)}else{if(undefined!=this.scaleToCenterX){mul/=t.timeScale.scaleX;var dX=t.timeScale.scaleX*t.offsetX;var sX=Math.abs(this.scaleToCenterX-dX);if(dX<this.scaleToCenterX){t.offsetX+=(dX-sX*(1-mul))/t.timeScale.scaleX;dX=t.timeScale.scaleX*t.offsetX;if(dX>this.scaleToCenterX){t.offsetX=this.scaleToCenterX/t.timeScale.scaleX}}else{t.offsetX=this.scaleToCenterX/t.timeScale.scaleX}t.timeScale.strafe(t.offsetX)}}if(this.strafeForseTo){this.strafeOffset=t.centerScreen/t.timeScale.hourInPixels-this.strafeForseTo/t.timeScale.scaleX}t._viewController.changeTimeScaleEvent();t.needUpdate=true;if(t.zoomBar){t.zoomBar.repaint=true}}}},stop:function(){this.strafeOffset=0;this.afterFunc=null;this.strafeForseTo=0},moveCenterToX:function(x){var t=this.delegate;if(t){var to=t.centerScreen/t.timeScale.hourInPixels-x/t.timeScale.scaleX;this.strafeForseTo=0;if(this.strafeTo){this.strafeOffset=to}else{t.offsetX=to;t.timeScale.strafe(to);t.update()}}},addMovementX:function(x){var t=this.delegate;if(t){var to=t.offsetX-x;this.strafeForseTo=0;if(this.strafeTo){this.strafeOffset=to}else{t.offsetX=to;t.timeScale.strafe(to);t.update()}}},moveToY:function(x,afterFunc,disableAnimator){if(afterFunc){if(this.afterFunc){return}this.afterFunc=afterFunc}var t=this.delegate;if(t){if(this.scrollTo&&!disableAnimator){this.scrollFrom=t.rightScroll.value();this.scrollOffset=x}else{this.scrollOffset=x;this.scrollFrom=x;t.rightScroll.forwardMoveY(x)}}},scale:function(scale,disableCentering,centerX,forse){var t=this.delegate;if(t&&scale){if(disableCentering){this.strafeCentering=false}if(centerX){this.scaleToCenterX=centerX}this.strafeForseTo=0;var mul=t.timeScale.scaleX/scale;if(this.scaleTo&&!forse){this.scaleOffset=scale;this.needUpdate=true;if(t.zoomBar){this.boundView.from=t.zoomBar.minPos();this.boundView.to=t.zoomBar.maxPos()}return}this._status=1;t.timeScale.scaleX=Math.max(1,scale);if(centerX){t.offsetX=centerX/t.timeScale.scaleX}if(this.strafeCentering){var pixelsMove=-t.offsetX*t.timeScale.hourInPixels+t.centerScreen;t.offsetX=(t.centerScreen-pixelsMove*mul)/t.timeScale.hourInPixels;if(t.timeScale){t.timeScale.strafe(t.offsetX)}}t._viewController.changeTimeScaleEvent();t.needUpdate=true}},moveScale:function(scale,x){var t=this.delegate;if(t){if(this.strafeTo&&this.scaleTo){this.strafeForseTo=x;this.strafeOffset=t.centerScreen/t.timeScale.hourInPixels-this.strafeForseTo/t.timeScale.scaleX;this.scaleOffset=scale}else{t.timeScale.scaleX=scale;t.offsetX=t.centerScreen/t.timeScale.hourInPixels-x/t.timeScale.scaleX;t.timeScale.strafe(t.offsetX);t._viewController.changeTimeScaleEvent()}t.needUpdate=true}},status:function(){return 0!==this.scaleOffset},isScroll:function(){return 0!==this.scrollOffset}};function ElementRenderer(delegate){this.t=delegate;this.worldToScreen=1;this.tx=0;this.te=0;this.rel=0;this.infinityW=15;this.infinity=new Image;this.infinity.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOVJREFUeNpibO7oZSAXMDFQAKii2QCIdwDxdyD+AsTzkdSgy60FYmWQBAsQGwHxISDmRtJwBUpjkwsCYlsgNgfZ3A2V3AnEakCsBcSToK6ahUXuMBCLAnETyGYHqIkJQPwCyYYUIDbGIpcKxDeA2BFk+n+o4G8kjQJA3AaV80cz9BeU/g/SvBfKATlVEIhFgHgB1GmLgHgTlA2T64eq3wVydhEQHwPiKCCOBGJGqORLIK6AsidgkasH2XwViPWgUfARiN8C8VIgNoM6lxWI2bDIPWGBmvQQiENwpAVQWIQOruQJEGAAibMzZdYXHDkAAAAASUVORK5CYII="}ElementRenderer.prototype={prepare:function(){this.offX=this.t.timeScale.hourInPixels*this.t.offsetX;this.scrollY=floor2(this.t.rightScroll.value());this.worldToScreen=this.t.timeScale.hourInPixels/this.t.timeScale.scaleX},drawTask:function(task,offY,free,p,i,j,tasks){this.tx=this.offX+task.beginTime*this.worldToScreen;this.te=task.duration*this.worldToScreen;this.rel=offY-this.scrollY;var tH=this.t.itemHeight;if(this.rel+this.t.itemHeight<=this.t.visibleUp){return}if(task.endFail&&i===-1){this.te=-this.tx+this.t.ctxWidth-kTaskEndFailSetup.smallClampPx;this.te=Math.max(this.te,kTaskEndFailSetup.smallClampPx);if(this.tx<=this.t.visibleLeft-1){this.te=Math.min(-this.tx+this.t.ctxWidth*kTaskEndFailSetup.bigClampPct,this.te)}}var showDates=false;var taskInLinkEditMode=false;var active=false;var inEditMode=false;var taskColor=kTaskCompleteColor;var priorityColor=kTaskNormalPriorityArrowColor;var borderColor=kTaskCompleteBorderColor;if(kElementCompleted===task._status){taskColor=kTaskCompleteColor;priorityColor=kTaskCompletePriorityArrowColor;borderColor=kTaskCompleteBorderColor;if(!this.t.editBox.enable&&!this.t._leftPanelController.getPanel().editBox.isEnable()){if(this.t.hitTask===j&&this.t.hitMilestone===i&&this.t.hitProject===p){taskColor=kTaskCompleteHitColor;borderColor=kTaskCompleteBorderHitColor;active=true}if(free&&(this.t.hitTask===j&&this.t.hitMilestone===-1&&this.t.hitProject===p)){taskColor=kTaskCompleteHitColor;borderColor=kTaskCompleteBorderHitColor;active=true}if(this.t.capTask===j&&this.t.capMilestone===i&&this.t.capProject===p){taskColor=kTaskCompleteHitColor;borderColor=kTaskCompleteBorderHitColor;showDates=true;active=true}}}else{if(task.endTime<=0&&(!task.endFail||i!==-1)){taskColor=kTaskOverdueColor;priorityColor=kTaskOverduePriorityArrowColor;borderColor=kTaskOverdueBorderColor;if(!this.t.editBox.enable&&!this.t._leftPanelController.getPanel().editBox.isEnable()){if(this.t.hitTask===j&&this.t.hitMilestone===i&&this.t.hitProject===p){taskColor=kTaskOverdueHitColor;borderColor=kTaskOverdueBorderHitColor;active=true}if(free&&(this.t.hitTask===j&&this.t.hitMilestone===-1&&this.t.hitProject===p)){taskColor=kTaskOverdueHitColor;borderColor=kTaskOverdueBorderHitColor;active=true}if(this.t.capTask===j&&this.t.capMilestone===i&&this.t.capProject===p){taskColor=kTaskOverdueHitColor;borderColor=kTaskOverdueBorderHitColor;showDates=true;active=true}}}else{taskColor=kTaskNormalColor;priorityColor=kTaskNormalPriorityArrowColor;borderColor=kTaskNormalBorderColor;if(!this.t.editBox.enable&&!this.t._leftPanelController.getPanel().editBox.isEnable()){if(free){taskColor=kTaskNoEndTimeColor}if(this.t.hitTask===j&&this.t.hitMilestone===i&&this.t.hitProject===p){taskColor=kTaskNormalHitColor;borderColor=kTaskNormalBorderHitColor;active=true}if(free&&(this.t.hitTask===j&&this.t.hitMilestone===-1&&this.t.hitProject===p)){taskColor=kTaskNormalHitColor;borderColor=kTaskNormalBorderHitColor;active=true}if(this.t.capTask===j&&this.t.capMilestone===i&&this.t.capProject===p){taskColor=kTaskNormalHitColor;borderColor=kTaskNormalBorderHitColor;showDates=true;active=true}}}}if(this.tx>this.t.ctxWidth-24){if(this.t.visibleUp<this.rel){this.t.ctx.fillStyle=taskColor;this.t.painter.drawArrowLeft(this.t.ctxWidth-30,this.rel+2,16,16)}}if(this.tx+this.te<this.t.visibleLeft+2){if(this.t.visibleUp<this.rel){this.t.ctx.fillStyle=taskColor;this.t.painter.drawArrowRight(this.t.visibleLeft-2,this.rel+2,16,16)}}if(this.tx>this.t.ctxWidth||this.tx+this.te<0||this.rel>this.t.ctxHeight){if(task.dropDownWidget){this.t.taskDescWidget.set(this.tx,this.rel+this.t.itemHeight,task,null)}return}if(this.t.editBox.enable){if(p==this.t.editBox.p&&i==this.t.editBox.m&&j===this.t.editBox.t){this.t.editBox.setBound(this.tx,this.rel,this.te,this.t.itemHeight);this.t.ctx.font=this.t.titlesFont;this.t.ctx.fillStyle=kTaskTextUnderEditColor;this.t.ctx.strokeStyle=kTaskTextUnderEditColor;this.t.ctx.fillText(task.formatBeginEndDays(),this.tx,this.rel+this.t.itemHeight+this.t.fontPx);return}}if(this.rel<=0){return}if(this.t.visibleUp>0){tH=this.rel+tH-this.t.visibleUp-1;if(tH<=0){return}if(tH<this.t.itemHeight){this.rel+=this.t.itemHeight-tH}else{tH=this.t.itemHeight}}if(kEditModeAddLink===this.t.editMode){if(this.t.linkLineEdit){if(this.t.linkLineEdit.pp===p&&this.t.linkLineEdit.pm===i&&this.t.linkLineEdit.pt===j){taskInLinkEditMode=true}if(this.t.linkLineEdit.p===p&&this.t.linkLineEdit.m===i&&this.t.linkLineEdit.t===j){taskInLinkEditMode=true}}}var bound={x:floor2(this.tx)+.5,y:floor2(this.rel)+.5,w:floor2(this.te),h:floor2(tH)};if(this.t.animator.status()){bound={x:this.tx+.5,y:this.rel+.5,w:this.te+.5,h:tH+.5}}if(task.linkFilter){this.t.ctx.fillStyle="rgba(0, 0, 0, 0)"}else{this.t.ctx.fillStyle=taskColor}this.t.ctx.fillRect(bound.x,bound.y,bound.w,bound.h);var isBorder=task.links.length>0;if(!isBorder){for(var ind=tasks.length-1;ind>=0;--ind){for(var linkInd=tasks[ind].links.length-1;linkInd>=0;--linkInd){if(task._id===(tasks[ind].links[linkInd].parentTaskId||tasks[ind].links[linkInd]["parentTaskId"])){isBorder=true;break}}}}if(isBorder||taskInLinkEditMode){var dash=kTaskWithLinkBorderSettings.dash;var margin=0;if(taskInLinkEditMode){this.t.ctx.strokeStyle=kLinkAddModeSettings.color;dash=kLinkAddModeSettings.dash;this.t.ctx.lineWidth=2;margin=.5;bound={x:floor2(this.tx),y:floor2(this.rel),w:floor2(this.te),h:floor2(tH)}}else{this.t.painter.drawStrokeRectangle(this.t.ctx,bound.x,bound.y,floor2(this.te),floor2(tH),kTaskWithLinkBorderSettings.to);this.t.ctx.strokeStyle=kTaskWithLinkBorderSettings.from;this.t.ctx.lineWidth=1}if(this.t.animator.status()){bound={x:floor2(this.tx)+.5,y:floor2(this.rel)+.5,w:floor2(this.te)+.5,h:floor2(tH)}}this.t.painter.drawDashedLineH(this.t.ctx,bound.x,bound.y,bound.x+bound.w,bound.y,dash);this.t.painter.drawDashedLineH(this.t.ctx,bound.x,bound.y+bound.h,bound.x+bound.w,bound.y+bound.h,dash);this.t.painter.drawDashedLineV(this.t.ctx,bound.x,bound.y,bound.x,bound.y+bound.h,dash);this.t.painter.drawDashedLineV(this.t.ctx,bound.x+bound.w,bound.y,bound.x+bound.w,bound.y+bound.h,dash)}else{this.t.painter.drawStrokeRectangle(this.t.ctx,bound.x,floor2(this.rel)+.5,floor2(this.te),floor2(tH),borderColor)}var lockProject=kOpenProject!==this.t.storage.getProject(p).status();var main=false;if(active&&!this.t.readMode&&!lockProject){var bY=floor2(bound.y)+.5;if(kElementCompleted!==task._status){this.t.ctx.fillStyle=kLinkPinColor;this.t.ctx.fillRect(floor2(bound.x-kLinkPinSize-2),floor2(bY+tH*.5-kLinkPinSize*.5+1),kLinkPinSize,kLinkPinSize);this.t.ctx.fillStyle="#FFFFFF";this.t.ctx.fillRect(floor2(bound.x-kLinkPinSize*.5-3),floor2(bY+tH*.5-.5),kLinkSmallPinSize,kLinkSmallPinSize);main=true;if(!task.endFail){this.t.ctx.fillStyle=kLinkPinColor;this.t.ctx.fillRect(floor2(bound.x+3+bound.w),floor2(bY+tH*.5-kLinkPinSize*.5+1),kLinkPinSize,kLinkPinSize);this.t.ctx.fillStyle="#FFFFFF";this.t.ctx.fillRect(floor2(bound.x+3+bound.w+3),floor2(bY+tH*.5-.5),kLinkSmallPinSize,kLinkSmallPinSize);main=true}}}if(!this.t.readMode&&this.t._mouseInLinkZone&&!main){if(this.t._mouseInLinkZone.linkToTaskId){if(this.t._mouseInLinkZone.linkToTaskId===task._id){this.t.ctx.fillStyle=kLinkPinColor;this.t.ctx.fillRect(floor2(bound.x-kLinkPinSize-2),floor2(bound.y+tH*.5-kLinkPinSize*.5+1),kLinkPinSize,kLinkPinSize);this.t.ctx.fillStyle="#FFFFFF";this.t.ctx.fillRect(floor2(bound.x-kLinkPinSize*.5-3),floor2(bound.y+tH*.5),kLinkSmallPinSize,kLinkSmallPinSize);if(!this.t._mouseInLinkZone.task.endFail){this.t.ctx.fillStyle=kLinkPinColor;this.t.ctx.fillRect(floor2(bound.x+3+bound.w),floor2(bound.y+tH*.5-kLinkPinSize*.5+1),kLinkPinSize,kLinkPinSize);this.t.ctx.fillStyle="#FFFFFF";this.t.ctx.fillRect(floor2(bound.x+3+bound.w+3),floor2(bound.y+tH*.5-.5),kLinkSmallPinSize,kLinkSmallPinSize)}}}}if(task._priority&&!main){if(this.te>this.t.itemHeight*.8){this.t.painter.drawIcoArrowUp(this.t.ctx,this.tx,this.rel,this.t.itemHeight,kTaskArrowPriorityBaseColor)}}if(task.dropDownWidget){this.t.taskDescWidget.set(this.tx,this.rel+this.t.itemHeight,task,borderColor);this.t.widgetY=offY;this.t.widgetX=this.tx}else{if(this.t.fullscreen){if(this.tx+this.te>0){this.t.ctx.fillStyle=kTaskTextColor;this.t.ctx.strokeStyle=kTaskTextColor;this.t.ctx.lineWidth=1;this.t.ctx.fillText(task._title,Math.max(this.tx+this.t.taskTextIndent*this.t.zoom,0),this.rel+this.t.itemHeight+this.t.fontPx)}}if(-1===task.titleWidth){task.titleWidth=this.t.ctx.measureText(task._title).width/this.t.zoom}}if(!this.t.readMode&&showDates&&!this.t.pressedButtonRight&&kElementCompleted!==task._status&&this.t.editMode!==kEditModeAddLink&&!lockProject){if(!task.endFail){if(kTaskSideRight===this.t.capSide||kTaskSideNone==this.t.capSide){this.t.ctx.fillStyle=kTaskDateCaption.bkcolor;this.t.painter.roundRect(this.t.ctx,bound.x+bound.w+kTaskDateCaption.offX,this.rel+(this.t.itemHeight-kTaskDateCaption.height)*.5,kTaskDateCaption.width,kTaskDateCaption.height,4);this.t.ctx.fill();this.t.ctx.strokeStyle=kTaskDateCaption.color;this.t.painter.roundRect(this.t.ctx,bound.x+bound.w+kTaskDateCaption.offX,this.rel+(this.t.itemHeight-kTaskDateCaption.height)*.5,kTaskDateCaption.width,kTaskDateCaption.height,4);this.t.ctx.stroke();this.t.ctx.fillStyle=kTaskDateCaption.color;this.t.ctx.fillText(task.formatEndDate(true),bound.x+bound.w+kTaskDateCaption.offX+4,this.rel+(this.t.itemHeight-kTaskDateCaption.height)*.5+kTaskDateCaption.height-4)}}if(kTaskSideLeft===this.t.capSide||kTaskSideNone==this.t.capSide){this.t.ctx.fillStyle=kTaskDateCaption.bkcolor;this.t.painter.roundRect(this.t.ctx,bound.x-kTaskDateCaption.width-kTaskDateCaption.offX,this.rel+(this.t.itemHeight-kTaskDateCaption.height)*.5,kTaskDateCaption.width,kTaskDateCaption.height,4);this.t.ctx.fill();this.t.ctx.strokeStyle=kTaskDateCaption.color;this.t.painter.roundRect(this.t.ctx,bound.x-kTaskDateCaption.width-kTaskDateCaption.offX,this.rel+(this.t.itemHeight-kTaskDateCaption.height)*.5,kTaskDateCaption.width,kTaskDateCaption.height,4);this.t.ctx.stroke();this.t.ctx.fillStyle=kTaskDateCaption.color;this.t.ctx.fillText(task.formatBeginDate(true),bound.x-kTaskDateCaption.width-kTaskDateCaption.offX+4,this.rel+(this.t.itemHeight-kTaskDateCaption.height)*.5+kTaskDateCaption.height-4)}}if(task.endFail){this.t.ctx.drawImage(this.infinity,this.tx+this.te+5,this.rel+2)}if(this.tx<this.t.visibleLeft+2&&this.tx+this.te>this.t.visibleLeft+2){this.t.ctx.fillStyle="#FFFFFF";this.t.painter.drawArrowRight(this.t.visibleLeft-2,this.rel+2,16,16)}},drawMilestone:function(milestone,offY,p,i,realTasksCount){var itemH=offY-this.scrollY;var mX=this.offX+milestone.beginTime*this.worldToScreen;var mW=milestone.duration*this.worldToScreen;var mY=itemH+this.t.itemHeight;if(mX>this.t.ctxWidth||mX+mW<0||itemH>this.t.ctxHeight){if(milestone.dropDownWidget){this.t.milestoneDescWidget.set(mX+mW,0,milestone,null)}return}var mH=realTasksCount===0&&this.t.fullscreen?this.t.itemMargin*1.5:(realTasksCount+.5)*this.t.itemMargin;mH+=this.t.visibleUp;if(itemH+mH<=0){return}if(!this.t.fullscreen&&itemH+mH-this.t.itemMargin<=2){return}if(this.t.backLightMilestone.enable||this.t.backLightMilestone.p==p&&this.t.backLightMilestone.m==i){if(!this.t.fullscreen){itemH=floor2(offY-this.scrollY-this.t.itemHeight*.5);mY=itemH+this.t.itemHeight;mH=realTasksCount===0&&this.t.fullscreen?this.t.itemMargin*1.5:(realTasksCount+.5)*this.t.itemMargin;if(mY<this.t.visibleUp){var y=this.t.itemMargin*2-mY;mY=this.t.itemMargin*2;mH=mH-y;if(mH<0){return}}}if(!(!this.t.fullscreen&&milestone.collapse)){this.t.ctx.fillStyle=kMilestoneColorBackLight;this.t.ctx.fillRect(mX,mY,mW,mH)}}var lineY=itemH+this.t.itemHeight-this.t.milestoneLinewidth*this.t.zoom;if(lineY<this.t.visibleUp){return}if(milestone.endTime<=0)this.t.ctx.fillStyle=kMilestoneOverdueColor;else this.t.ctx.fillStyle=kMilestoneColor;if(1===milestone._status){this.t.ctx.fillStyle=kMilestoneCompleteColor}this.t.ctx.fillRect(mX,lineY,mW,this.t.milestoneLinewidth*this.t.zoom);this.t.ctx.beginPath();this.t.ctx.moveTo(mX+mW,lineY);this.t.ctx.lineTo(mX+mW,itemH+this.t.itemHeight+this.t.milestoneLinewidth*this.t.zoom*2);this.t.ctx.lineTo(mX+mW-this.t.milestoneLinewidth*this.t.zoom*2,itemH+this.t.itemHeight);this.t.ctx.closePath();this.t.ctx.fill();if(-1===milestone.titleWidth){milestone.titleWidth=this.t.ctx.measureText(milestone.titleWithDate).width}var textW,txtX;if(this.t.editBox.enable&&p==this.t.editBox.p&&i==this.t.editBox.m&&-1===this.t.editBox.t){this.t.editBox.setBound(mX+mW,itemH-this.t.milestoneLinewidth*this.t.zoom,-1,this.t.itemHeight);return}textW=milestone.titleWidth+(milestone._isKey?this.t.milestoneKeyLeftIndent*this.t.zoom:0);txtX=mX+mW-textW;if(mX+mW>this.t.ctxWidth)txtX=this.t.ctxWidth-textW;if(milestone._isKey){this.t.painter.drawIcoKey(this.t.ctx,floor2(txtX+textW),floor2(itemH+this.t.itemHeight+2*!this.t.fullscreen),this.t.zoom)}if(milestone._status){this.t.ctx.fillStyle=kMilestoneColor}if(milestone.dropDownWidget){this.t.milestoneDescWidget.set(mX+mW,itemH+this.t.itemMargin*.5+this.t.milestoneLinewidth*this.t.zoom-1,milestone,milestone._status?kMilestoneCompleteColor:this.t.ctx.fillStyle);this.t.widgetY=offY;this.t.widgetX=this.tx}if(this.t.fullscreen){this.t.ctx.fillText(milestone.titleWithDate,txtX,itemH+this.t.fontPx-this.t.milestoneLinewidth*this.t.zoom)}},drawLinks:function(tasks,offX,offY,scrollY){if(!tasks.length){return}if(this.t.visibleUp>0){this.t.ctx.save();this.t.ctx.rect(this.t.visibleLeft,this.t.visibleUp,this.t.ctxWidth,this.t.ctxHeight);this.t.ctx.clip()}var yFrom,yTo,xFrom,xTo,task,linkId,linkType,linkColor;var selBeg=-1,selEnd=-1,selectedLink=undefined;if(this.t.capLink){selBeg=this.t.capLink.dependenceTaskId||this.t.capLink["dependenceTaskId"];selEnd=this.t.capLink.parentTaskId||this.t.capLink["parentTaskId"]}var hitBeg=-1,hitEnd=-1,selectedHitLink=undefined;if(kHitLightLink){if(this.t.linkWidget.link){hitBeg=this.t.linkWidget.link.dependenceTaskId||this.t.linkWidget.link["dependenceTaskId"];hitEnd=this.t.linkWidget.link.parentTaskId||this.t.linkWidget.link["parentTaskId"]}}var editLink=null;var margin=this.t.itemMargin;var itemHalfH=floor2(this.t.itemHeight*.5);var linkFromCnY=0,linkToCnY=0;var rel=offY-scrollY;this.t.ctx.strokeStyle=kLinkNormalColor;this.t.ctx.lineWidth=1;for(var to=0;to<tasks.length;++to){task=tasks[to];if(task.filter){linkFromCnY++}for(var linkInd=0;linkInd<task.links.length;++linkInd){var link=task.links[linkInd];linkId=link.parentTaskId||link["parentTaskId"];if(tasks[to]._id===linkId){continue}linkType=link.linkType||link["linkType"];linkToCnY=0;for(var cur=0;cur<tasks.length;++cur){if(tasks[cur].filter){linkToCnY++}if(tasks[cur].filter&&tasks[to].filter){continue}if(tasks[cur]._id===linkId){if(kLinkBeginEnd===linkType){xFrom=floor2(offX+(tasks[cur].beginTime+tasks[cur].duration)*this.worldToScreen+5)-.5;xTo=floor2(offX+tasks[to].beginTime*this.worldToScreen-5)-.5;yFrom=floor2(rel+margin*(cur-linkToCnY)+itemHalfH)+.5;yTo=floor2(rel+margin*(to-linkFromCnY)+itemHalfH)+.5;if(this.t.pushLink){if(linkType===this.t.pushLink.linkObj["linkType"]&&linkId==this.t.pushLink.linkObj["parentTaskId"]&&tasks[to]._id==this.t.pushLink.linkObj["dependenceTaskId"]){editLink={linkType:linkType,xFrom:xFrom+.5,yFrom:yFrom+.5,xTo:xTo+.5,yTo:yTo+.5};continue}}if(tasks[cur].beginTime+tasks[cur].duration>tasks[to].beginTime){if(linkId===hitEnd&&task.id()===hitBeg){selectedLink={linkType:linkType,xFrom:xFrom+.5,yFrom:yFrom+.5,xTo:xTo+.5,yTo:yTo+.5,linkColor:kLinkInvalidColor};continue}this.t.ctx.strokeStyle=kTaskWithLinkBorderSettings.to;this.t._renderer.drawLink(linkType,xFrom,yFrom,xTo,yTo);this.t.ctx.strokeStyle=kLinkInvalidColor;this.t._renderer.drawLink(linkType,xFrom,yFrom,xTo,yTo,true);continue}}else if(kLinkBeginBegin===linkType){xFrom=floor2(offX+tasks[cur].beginTime*this.worldToScreen)+.5;xTo=floor2(offX+tasks[to].beginTime*this.worldToScreen)+.5;yFrom=floor2(rel+margin*(cur-linkToCnY)+itemHalfH)+.5;yTo=floor2(rel+margin*(to-linkFromCnY)+itemHalfH)+.5}else if(kLinkEndEnd===linkType){xFrom=floor2(offX+(tasks[cur].beginTime+tasks[cur].duration)*this.worldToScreen)+.5;xTo=floor2(offX+(tasks[to].beginTime+tasks[to].duration)*this.worldToScreen)+.5;yFrom=floor2(rel+margin*(cur-linkToCnY)+itemHalfH)+.5;yTo=floor2(rel+margin*(to-linkFromCnY)+itemHalfH)+.5}if(this.t.pushLink){if(linkType===this.t.pushLink.linkObj["linkType"]&&linkId==this.t.pushLink.linkObj["parentTaskId"]&&tasks[to]._id==this.t.pushLink.linkObj["dependenceTaskId"]){editLink={linkType:linkType,xFrom:xFrom+.5,yFrom:yFrom+.5,xTo:xTo+.5,yTo:yTo+.5};continue}}if(linkId===hitEnd&&task.id()===hitBeg){selectedLink={linkType:linkType,xFrom:xFrom+.5,yFrom:yFrom+.5,xTo:xTo+.5,yTo:yTo+.5,linkColor:kLinkNormalColor};continue}this.t.ctx.strokeStyle=kTaskWithLinkBorderSettings.to;this.t._renderer.drawLink(linkType,xFrom,yFrom,xTo,yTo);this.t.ctx.strokeStyle=kLinkNormalColor;this.t._renderer.drawLink(linkType,xFrom,yFrom,xTo,yTo,true)}}}}if(editLink){this.t.ctx.beginPath();this.t.ctx.lineWidth=2;this.t.ctx.strokeStyle=kLinkAddEditColor;kTaskWithLinkBorderSettings.dash=[6,2];this.t._renderer.drawLink(editLink.linkType,editLink.xFrom,editLink.yFrom,editLink.xTo,editLink.yTo,true);kTaskWithLinkBorderSettings.dash=[4,2];this.t.ctx.stroke()}if(selectedLink){this.t.ctx.beginPath();this.t.ctx.lineWidth=2;this.t.ctx.strokeStyle=kTaskWithLinkBorderSettings.to;this.t._renderer.drawLink(selectedLink.linkType,floor2(selectedLink.xFrom),floor2(selectedLink.yFrom),floor2(selectedLink.xTo),floor2(selectedLink.yTo),true);this.t.ctx.strokeStyle=selectedLink.linkColor;this.t._renderer.drawLink(selectedLink.linkType,floor2(selectedLink.xFrom),floor2(selectedLink.yFrom),floor2(selectedLink.xTo),floor2(selectedLink.yTo),true);this.t.ctx.stroke()}if(this.t.visibleUp>0){this.t.ctx.restore()}},drawLink:function(type,xFrom,yFrom,xTo,yTo,dash){if(kLinkBeginEnd===type){if(yFrom<yTo){if(xFrom<xTo){if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom-5,yFrom);this.t.ctx.lineTo(xFrom,yFrom);this.t.ctx.lineTo(xFrom,yTo);this.t.ctx.lineTo(xTo+5+1,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xFrom-5,yFrom,xFrom,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yFrom,xFrom,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yTo,xTo+5+1,yTo,kTaskWithLinkBorderSettings.dash)}}else{if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom-5,yFrom);this.t.ctx.lineTo(xFrom,yFrom);this.t.ctx.lineTo(xFrom,yTo-this.t.itemHeight);this.t.ctx.lineTo(xTo,yTo-this.t.itemHeight);this.t.ctx.lineTo(xTo,yTo);this.t.ctx.lineTo(xTo+5+1,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xFrom-5,yFrom,xFrom,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yFrom,xFrom,yTo-this.t.itemHeight,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo,yTo-this.t.itemHeight,xFrom,yTo-this.t.itemHeight,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo,yTo-this.t.itemHeight,xTo,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo,yTo,xTo+5+1,yTo,kTaskWithLinkBorderSettings.dash)}}}else{if(xFrom<xTo){if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom-5,yFrom);this.t.ctx.lineTo(xFrom,yFrom);this.t.ctx.lineTo(xFrom,yTo);this.t.ctx.lineTo(xTo+5,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xFrom-5,yFrom,xFrom,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yTo,xFrom,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yTo,xTo+5,yTo,kTaskWithLinkBorderSettings.dash)}}else{if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xTo+5+1,yTo);this.t.ctx.lineTo(xTo,yTo);this.t.ctx.lineTo(xTo,yFrom-this.t.itemHeight);this.t.ctx.lineTo(xFrom,yFrom-this.t.itemHeight);this.t.ctx.lineTo(xFrom,yFrom);this.t.ctx.lineTo(xFrom-5,yFrom);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xTo,yTo,xTo+5+1,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo,yTo,xTo,yFrom-this.t.itemHeight,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo,yFrom-this.t.itemHeight,xFrom,yFrom-this.t.itemHeight,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yFrom-this.t.itemHeight,xFrom,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom-5,yFrom,xFrom,yFrom,kTaskWithLinkBorderSettings.dash)}}}}else if(kLinkBeginBegin===type){if(yFrom<yTo){if(xFrom<xTo){if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom+1,yFrom);this.t.ctx.lineTo(xFrom-5,yFrom);this.t.ctx.lineTo(xFrom-5,yTo);this.t.ctx.lineTo(xTo+5,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xFrom-5,yFrom,xFrom+1,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom-5,yFrom,xFrom-5,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom-5,yTo,xTo+5,yTo,kTaskWithLinkBorderSettings.dash)}}else{if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom+1,yFrom);this.t.ctx.lineTo(xTo-5,yFrom);this.t.ctx.lineTo(xTo-5,yTo);this.t.ctx.lineTo(xTo+1,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xTo-5,yFrom,xFrom+1,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo-5,yFrom,xTo-5,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo-5,yTo,xTo+1,yTo,kTaskWithLinkBorderSettings.dash)}}}else{if(xFrom<xTo){if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom+1,yFrom);this.t.ctx.lineTo(xFrom-5,yFrom);this.t.ctx.lineTo(xFrom-5,yTo);this.t.ctx.lineTo(xTo+5,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xFrom-5,yFrom,xFrom+1,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom-5,yTo,xFrom-5,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom-5,yTo,xTo+5,yTo,kTaskWithLinkBorderSettings.dash)}}else{if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xTo+1,yTo);this.t.ctx.lineTo(xTo-5,yTo);this.t.ctx.lineTo(xTo-5,yFrom);this.t.ctx.lineTo(xFrom+1,yFrom);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xTo-5,yTo,xTo+1,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo-5,yTo,xTo-5,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo-5,yFrom,xFrom+1,yFrom,kTaskWithLinkBorderSettings.dash)}}}}else if(kLinkEndEnd===type){if(yFrom<yTo){if(xFrom<xTo){if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xTo,yTo);this.t.ctx.lineTo(xTo+5,yTo);this.t.ctx.lineTo(xTo+5,yFrom);this.t.ctx.lineTo(xFrom,yFrom);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xTo,yTo,xTo+5,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo+5,yFrom,xTo+5,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yFrom,xTo+5,yFrom,kTaskWithLinkBorderSettings.dash)}}else{if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xTo,yTo);this.t.ctx.lineTo(xFrom+5,yTo);this.t.ctx.lineTo(xFrom+5,yFrom);this.t.ctx.lineTo(xFrom,yFrom);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xTo,yTo,xFrom+5,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom+5,yFrom,xFrom+5,yTo,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom,yFrom,xFrom+5,yFrom,kTaskWithLinkBorderSettings.dash)}}}else{if(xFrom<xTo){if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom,yFrom);this.t.ctx.lineTo(xTo+5,yFrom);this.t.ctx.lineTo(xTo+5,yTo);this.t.ctx.lineTo(xTo,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xFrom,yFrom,xTo+5,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo+5,yTo,xTo+5,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo,yTo,xTo+5,yTo,kTaskWithLinkBorderSettings.dash)}}else{if(!dash){this.t.ctx.beginPath();this.t.ctx.moveTo(xFrom,yFrom);this.t.ctx.lineTo(xFrom+5,yFrom);this.t.ctx.lineTo(xFrom+5,yTo);this.t.ctx.lineTo(xTo,yTo);this.t.ctx.stroke()}else{this.t.painter.lineTo(this.t.ctx,xFrom,yFrom,xFrom+5,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xFrom+5,yTo,xFrom+5,yFrom,kTaskWithLinkBorderSettings.dash);this.t.painter.lineTo(this.t.ctx,xTo,yTo,xFrom+5,yTo,kTaskWithLinkBorderSettings.dash)}}}}},drawBackLightFreeTask:function(p,i,j,rel){if(this.t.editBox.enable&&p===this.t.editBox.p&&-1===this.t.editBox.m&&this.t.editBox.t===j){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,rel-this.t.itemHeight*.5,this.t.ctxWidth,this.t.itemMargin)}}this.t.currentElementY=rel+this.t.itemHeight}if(this.t._leftPanelController.getPanel().editBox.isEnable()){if(this.t._leftPanelController.getPanel().editBox.anchor.p===p&&this.t._leftPanelController.getPanel().editBox.anchor.m===undefined&&i===-1&&this.t._leftPanelController.getPanel().editBox.anchor.t===j){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}}this.t.currentElementY=rel+this.t.itemHeight;return}}if(this.t.hitTask===j&&this.t.hitMilestone===-1&&this.t.hitProject===p||this.t.capTask===j&&this.t.capMilestone===-1&&this.t.capProject===p){if(!this.t.editBox.enable){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,rel-this.t.itemHeight*.5,this.t.ctxWidth,this.t.itemMargin)}}this.t.currentElementY=rel+this.t.itemHeight}}},drawBackLightTask:function(p,i,j,rel){if(this.t.editBox.enable&&p==this.t.editBox.p&&i==this.t.editBox.m&&this.t.editBox.t===j){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}}this.t.currentElementY=rel+this.t.itemHeight}if(this.t._leftPanelController.getPanel().editBox.isEnable()){if(this.t._leftPanelController.getPanel().editBox.anchor.p===p&&this.t._leftPanelController.getPanel().editBox.anchor.m===i&&this.t._leftPanelController.getPanel().editBox.anchor.t===j){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}}this.t.currentElementY=rel+this.t.itemHeight;return}}if(this.t.hitTask===j&&this.t.hitMilestone===i&&this.t.hitProject===p||this.t.capTask===j&&this.t.capMilestone===i&&this.t.capProject===p){if(!this.t.editBox.enable){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}}this.t.currentElementY=rel+this.t.itemHeight}}},drawBackLightMilestone:function(p,i,j,rel){if(this.t.editBox.enable&&p==this.t.editBox.p&&i==this.t.editBox.m&&this.t.editBox.t===j){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}return}}if(this.t._leftPanelController.getPanel().editBox.isEnable()){if(this.t._leftPanelController.getPanel().editBox.anchor.p===p&&this.t._leftPanelController.getPanel().editBox.anchor.m===i&&this.t._leftPanelController.getPanel().editBox.anchor.t===undefined&&j===-1){if(this.t.itemMargin*2<rel){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}return}}}if(this.t.menuMileStone.ref){if(this.t.menuMileStone.p===p&&this.t.menuMileStone.m===i&&!this.t.menuMileStone.hide){if(this.t.itemMargin*2<rel&&!this.t.editBox.enable){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}}}}if(this.t.hitTask===j&&this.t.hitMilestone===i&&this.t.hitProject===p){if(!this.t.editBox.enable&&!this.t.milestoneChange){if(this.t.itemMargin*2<rel&&!this.t.editBox.enable){this.t.ctx.fillStyle=kTaskSelectedBackColor;if(this.t.fullscreen){this.t.ctx.fillRect(0,rel,this.t.ctxWidth,this.t.itemHeight)}else{this.t.ctx.fillRect(0,floor2(rel-this.t.itemHeight*.5)-.5,this.t.ctxWidth,this.t.itemMargin+.5)}}}}}};function LinkWidget(delegate){this.t=delegate;this.bound={x:0,y:0,w:0,h:0};this.internalBound={x:0,y:0,w:0,h:0};this.direction=0;this.handler=null;this.link=null;this.linkDays=0;this.titleIndent={x:0,y:0};this.disableBound=false}LinkWidget.prototype={setBound:function(bound,direction,days,sign){if(this.disableBound)return;this.bound=bound;this.direction=direction;this.linkDays=days;this.days="";this.titleIndent={x:0,y:0};if(this.linkDays>0){if(sign){this.days="+"}this.days+=this.linkDays+" "+window["Gantt"]["Localize_strings"]["dayShort"];this.titleIndent.x=kLinksWidgetSettings.titleFx*(this.days.length>0);this.titleIndent.y=kLinksWidgetSettings.titleFy*(this.days.length>0)}else if(this.linkDays<0){if(sign){this.days="-"}else{this.linkDays=Math.abs(this.linkDays)}this.days=this.linkDays+" "+window["Gantt"]["Localize_strings"]["dayShort"];this.titleIndent.x=kLinksWidgetSettings.titleFx*(this.days.length>0);this.titleIndent.y=kLinksWidgetSettings.titleFy*(this.days.length>0)}if(direction){this.internalBound={x:this.bound.x-kLinksWidgetSettings.h*.5,y:this.bound.y-kLinksWidgetSettings.trx-this.titleIndent.y,w:kLinksWidgetSettings.h,h:kLinksWidgetSettings.w-kLinksWidgetSettings.trx+this.titleIndent.y}}else{this.internalBound={x:this.bound.x+kLinksWidgetSettings.trx,y:this.bound.y-kLinksWidgetSettings.h*.5,w:kLinksWidgetSettings.w-kLinksWidgetSettings.trx+this.titleIndent.x,h:kLinksWidgetSettings.h}}},setLink:function(link){this.link=link;this.t.needUpdate=true},render:function(x,y){this.t.painter.clearZones(true);if(this.direction){this.t.painter.addZone(this.internalBound.x-kLinksWidgetSettings.h,this.internalBound.y-kLinksWidgetSettings.h,this.internalBound.w+kLinksWidgetSettings.h,this.internalBound.h+kLinksWidgetSettings.h,5);this.t.overlayctx.fillStyle="#83888D";this.t.overlayctx.lineWidth=1;this.t.overlayctx.beginPath();this.t.overlayctx.moveTo(floor2(this.internalBound.x),floor2(this.internalBound.y+kLinksWidgetSettings.h*.5+this.titleIndent.y));this.t.overlayctx.lineTo(floor2(this.internalBound.x+this.internalBound.w*.5),floor2(this.internalBound.y+this.internalBound.h));this.t.overlayctx.lineTo(floor2(this.internalBound.x+this.internalBound.w+2),floor2(this.internalBound.y+kLinksWidgetSettings.h*.5+this.titleIndent.y));this.t.overlayctx.lineTo(floor2(this.internalBound.x+this.internalBound.w+2),floor2(this.internalBound.y-kLinksWidgetSettings.h*.5));this.t.overlayctx.lineTo(floor2(this.internalBound.x),floor2(this.internalBound.y-kLinksWidgetSettings.h*.5));this.t.overlayctx.closePath();this.t.overlayctx.fill();this.t.overlayctx.fillStyle="#FFFFFF";this.t.overlayctx.fillRect(floor2(this.bound.x-kLinksWidgetIcoSettings.s*.5+1),floor2(this.internalBound.y+kLinksWidgetSettings.h*.5)-kLinksWidgetIcoSettings.yh-kLinksWidgetIcoSettings.s,kLinksWidgetIcoSettings.s,kLinksWidgetIcoSettings.s);this.t.overlayctx.fillStyle="#83888D";this.t.overlayctx.beginPath();this.t.painter.drawIcoCross(this.t.overlayctx,floor2(this.bound.x-kLinksWidgetIcoSettings.s*.5+1),floor2(this.internalBound.y+kLinksWidgetSettings.h*.5)-kLinksWidgetIcoSettings.yh-kLinksWidgetIcoSettings.s,kLinksWidgetIcoSettings.s,kLinksWidgetIcoSettings.s);this.t.overlayctx.closePath();this.t.overlayctx.fill();if(this.days.length&&this.linkDays<=9999&&this.linkDays>=-9999){this.t.overlayctx.fillStyle="#FFFFFF";if(abs2(this.linkDays)<100)this.t.overlayctx.font="7pt "+kDefaultFontName;else if(abs2(this.linkDays)>=100&&abs2(this.linkDays)<1e3)this.t.overlayctx.font="6pt "+kDefaultFontName;else this.t.overlayctx.font="5pt "+kDefaultFontName;this.t.overlayctx.fillText(this.days,this.internalBound.x+(this.internalBound.w-this.t.overlayctx.measureText(this.days).width)*.5,this.internalBound.y+kLinksWidgetIcoSettings.s*1.3)}}else{this.t.painter.addZone(this.internalBound.x-kLinksWidgetSettings.h,this.internalBound.y,this.internalBound.w+kLinksWidgetSettings.h,this.internalBound.h,5);this.t.overlayctx.fillStyle="#83888D";this.t.overlayctx.lineWidth=1;this.t.overlayctx.beginPath();this.t.overlayctx.moveTo(floor2(this.internalBound.x),floor2(this.internalBound.y));this.t.overlayctx.lineTo(floor2(this.internalBound.x-kLinksWidgetSettings.h*.5),floor2(this.internalBound.y+this.internalBound.h*.5));this.t.overlayctx.lineTo(floor2(this.internalBound.x),floor2(this.internalBound.y+this.internalBound.h));this.t.overlayctx.lineTo(floor2(this.internalBound.x+kLinksWidgetSettings.w-kLinksWidgetSettings.trx+this.titleIndent.x),floor2(this.internalBound.y+this.internalBound.h));this.t.overlayctx.lineTo(floor2(this.internalBound.x+kLinksWidgetSettings.w-kLinksWidgetSettings.trx+this.titleIndent.x),floor2(this.internalBound.y));this.t.overlayctx.closePath();this.t.overlayctx.fill();this.t.overlayctx.fillStyle="#FFFFFF";this.t.overlayctx.fillRect(floor2(this.bound.x+kLinksWidgetIcoSettings.xw+this.titleIndent.x),floor2(this.internalBound.y+kLinksWidgetIcoSettings.yh),kLinksWidgetIcoSettings.s,kLinksWidgetIcoSettings.s);this.t.overlayctx.fillStyle="#83888D";this.t.overlayctx.beginPath();this.t.painter.drawIcoCross(this.t.overlayctx,this.bound.x+kLinksWidgetIcoSettings.xw-.5+this.titleIndent.x,this.internalBound.y+kLinksWidgetIcoSettings.yh,kLinksWidgetIcoSettings.s,kLinksWidgetIcoSettings.s);this.t.overlayctx.closePath();this.t.overlayctx.fill();if(this.days.length&&this.linkDays<=9999&&this.linkDays>=-9999){this.t.overlayctx.fillStyle="#FFFFFF";if(abs2(this.linkDays)<100)this.t.overlayctx.font="7pt "+kDefaultFontName;else if(abs2(this.linkDays)>=100&&abs2(this.linkDays)<1e3)this.t.overlayctx.font="6pt "+kDefaultFontName;else this.t.overlayctx.font="5pt "+kDefaultFontName;this.t.overlayctx.fillText(this.days,this.internalBound.x+(this.internalBound.h-this.t.overlayctx.measureText(this.days).width)*.5-5,this.internalBound.y+kLinksWidgetIcoSettings.s*.95)}}},reset:function(){this.bound={x:0,y:0,w:0,h:0};this.link=null},isValid:function(){return this.bound.w+this.bound.h>0},hide:function(){this.bound={x:0,y:0,w:0,h:0};this.internalBound={x:0,y:0,w:0,h:0};this.link=null;this.t.needUpdate=true},checkZone:function(x,y){if(this.direction){if(this.internalBound.x>=x||x>=this.internalBound.x+this.internalBound.w||this.internalBound.y-10>=y||y>=this.internalBound.y+this.internalBound.h){return false}}else{if(this.internalBound.x-20>x||x>this.internalBound.x+this.internalBound.w+7||this.internalBound.y-2>y||y>this.internalBound.y+this.internalBound.h){return false}}return true},onmousedown:function(x,y){if(this.handler){if(this.isValid()){if(this.direction){if(x>=this.bound.x-kLinksWidgetIcoSettings.s&&x<=this.bound.x+kLinksWidgetIcoSettings.s&&y<=this.internalBound.y+kLinksWidgetIcoSettings.s&&y>=this.internalBound.y-kLinksWidgetIcoSettings.s){this.handler();return true}}else{if(x>=this.bound.x+kLinksWidgetIcoSettings.xw+this.titleIndent.x&&x<=this.bound.x+kLinksWidgetIcoSettings.xw+kLinksWidgetIcoSettings.s+this.titleIndent.x&&y>=this.internalBound.y+kLinksWidgetIcoSettings.yh&&y<=this.internalBound.y+kLinksWidgetIcoSettings.yh+kLinksWidgetIcoSettings.s){this.handler();return true}}}}return false},onmousemove:function(x,y){if(this.isValid()){if(this.direction){if(x>=this.internalBound.x&&x<=this.internalBound.x+this.internalBound.w&&y>=this.internalBound.y-15&&y<=this.internalBound.y+this.internalBound.h+7){this.t.overlay.style.cursor="pointer";return true}this.hide()}else{if(x>=this.internalBound.x-20&&x<=this.internalBound.x+this.internalBound.w&&y>=this.internalBound.y&&y<=this.internalBound.y+this.internalBound.h){this.t.overlay.style.cursor="pointer";return true}this.hide()}}return false}};function TaskWidget(delegate){this.t=delegate;this.ref=null;this.bound={x:0,y:0,w:0,h:0};this.detailsLinkBound={x:0,y:0,w:0,h:0};this.href=null}TaskWidget.prototype={set:function(x,y,t,fill){if(this.ref){if(this.ref.t._id==t._id){this.ref.x=x;this.ref.y=y;this.ref.fill=fill;return}this.ref.t.dropDownWidget=false}this.ref={x:x,y:y,t:t,fill:fill}},check:function(t){if(this.ref){if(t&&this.ref.t._id==t._id){this.ref.t.dropDownWidget=false;this.ref=null;return false}this.ref.t.dropDownWidget=false;if(!t)this.ref=null}return true},checkBound:function(x,y){return this.bound.x>x||x>this.bound.x+this.bound.w||this.bound.y>y||y>this.bound.y+this.bound.h},checkInBoundDetailsLink:function(x,y){return this.detailsLinkBound.x<x&&x<this.detailsLinkBound.x+this.detailsLinkBound.w&&this.detailsLinkBound.y<y&&y<this.detailsLinkBound.y+this.detailsLinkBound.h},checkAndOff:function(t){if(this.ref){if(t&&this.ref.t._id==t._id){this.ref.t.dropDownWidget=false;this.ref=null}}},setLinkRef:function(s){this.href=s},isValid:function(){return null!==this.ref}};function TimeLine(canvas,overlay){this.setZoom(1);this.initBase(canvas,overlay);this.initUI();this.initStyles();this.initWidgets();this.readMode=false;this.sticking=true;this.userEvents=true;this.fullscreen=false;this._modeStrafe=false;this.centerScreen=0;this.visibleLeft=0;this.visibleUp=0;this.offsetX=0;this.needUpdate=true;this.needUpdateContent=true;this.needUpdateScrollContent=false;this.repaint=false;this.capProject=0;this.capTask=-1;this.capSide=0;this.capMilestone=-1;this.hitProject=-1;this.hitTask=-1;this.hitMilestone=-1;this.hitSide=0;this.clickPosCentreing=null;this.isLBMDown=false;this.downMouse={x:0,y:0};this.moveMouse={x:0,y:0};this.hitLine={p:-1,m:-1,t:-1};this.anchorMouse={x:0,y:0};this.pressMouse={x:0,y:0,change:false};this.enableTouch=false;this.createMode=null;this.currentElementY=0;this.handlers=[];this.editMode=kEditModeNoUse;this.hitLink=undefined;this.linkLineEdit=undefined;this.pushLink=undefined;this.dragBound={x:0,y:0,width:0,height:0,dx:0,dy:0,time:0,failEnd:false};this.itemToDrop={t:-1,m:-1,p:-1};this.dragTo={t:-1,m:-1,p:-1};this.clearPopUp=false;this.queryMoveLinks=null;this.leftBoxMousePressed=0;this.pressedButtonRight=false;this.pressedButtonLeft=false;this.printVersion=false;this.projectsLines=[];this.projectsLinesY=[];this._needDrawFlashBackground=false}TimeLine.prototype={initBase:function(canvas,overlay){var t=this;if(canvas){this.canvas=canvas;this.ctx=canvas.getContext("2d");this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;this.bounding=this.ctx.canvas.getBoundingClientRect();if(overlay){this.overlay=overlay;this.overlayctx=this.overlay.getContext("2d");this.updateDragDrop=false;this.overlay.onmouseout=function(e){t.leftPanelController().updateFocus();t.leftPanelController().clearHighlight();t.rightScroll.focus(false);t.hitProject=-1;t.hitMilestone=-1;t.hitTask=-1;t.offMenus();t.painter.clearZones(true);t.needUpdate=true}}lockImg.src="/Products/Projects/App_Themes/default/images/small-icons.png";this._userDefaults=new UserDefaults(this);this.storage=new Storage(this);this._undoManager=new UndoManager(this);this._viewController=new ViewController(this);this._modelController=new ModelController(this);this.painter=new Painter(this.ctx,this.overlayctx);this.animator=new Animator(this);this._renderer=new ElementRenderer(this);this._leftPanelController=new LeftPanelController(this,this.storage,document.getElementById("ganttCanvasContainer"));if(this._leftPanelController){this._leftPanelController.init()}this._mouseInLinkZone=null;this.repaint=true}},initStyles:function(){this.taskTextIndent=11;this.milestoneMenuOffY=3;this.menuArrowSize=4;this.menuHeight=24;this.menuLeftIndent=1;this.menuTopIndent=4;this.menuIndentMiddle=20;this.milestoneLinewidth=3;this.milestoneKeyLeftIndent=26},initWidgets:function(){var t=this;this.menuTask={offx:0,offy:0,p:-1,m:-1,t:-1,ref:null,_status:kElementActive,bound:{x:0,y:0,w:0,h:0},futureBound:{x:0,y:0,w:0,h:0},handlers:[],painter:new Painter(t.overlayctx,null),disableSetter:false,set:function(p,m,t,ref,x,y){if(this.ref){if(ref&&this.ref._id===ref._id){this.bound=this.futureBound;return}}if(-1!==p&&-1!==t&&m===-1){this.p=p;this.m=m;this.t=t}else{if(-1!==p)this.p=p;if(-1!==m)this.m=m;if(-1!==t)this.t=t}if(ref){this.ref=ref;this._status=this.ref._status;this.bound=this.futureBound}},setBound:function(x,y,w,h){this.futureBound={x:x,y:y,w:w,h:h}},check:function(x,y){if(this.bound.x>x||x>this.bound.x+this.bound.w||this.bound.y>y||y>this.bound.y+this.bound.h+t.itemHeight){this.bound.w=0;this.bound.h=0;return false}return true},checkZone:function(x,y){var cw,cx=this.bound.x+this.bound.w*.5;if(kElementActive==this._status){cw=kMenuSettings.elementsWidth5X*.5}else{cw=kMenuSettings.elementsWidth2X*.5}if(cx-cw>x||x>cx+cw||this.bound.y>y||y>this.bound.y+this.bound.h)return false;return true},reset:function(){this.bound.w=0;this.bound.h=0;this.futureBound.w=0;this.futureBound.h=0;this.p=-1;this.m=-1;this.t=-1;this.ref=null},addHandler:function(f){this.handlers.push(f)},value:function(that,x,y,parts){if(y-this.bound.y<=(that.menuTopIndent+kMenuSettings.icoSize)*that.zoom&&this.bound.w>0)return floor2((x-this.bound.x)/floor2(this.bound.w/parts));return-1},draw:function(){if(0<this.bound.w&&0<this.bound.h){var sizeW=kMenuSettings.elementsWidth5X*t.zoom;if(this._status==kElementCompleted){sizeW=kMenuSettings.elementsWidth2X*t.zoom}var dX=this.bound.x+this.bound.w*.5-sizeW*.5;var h=kMenuSettings.icoSize+kMenuSettings.borderSz*2;t.overlayctx.fillStyle=kMenuSettings.backgroundColor;t.overlayctx.fillRect(dX-kMenuSettings.borderSz,this.bound.y+1,sizeW+kMenuSettings.borderSz*2,h);t.overlayctx.beginPath();t.overlayctx.moveTo(dX+sizeW*.5,this.bound.y+h+t.menuArrowSize*t.zoom+1);t.overlayctx.lineTo(dX+sizeW*.5-t.menuArrowSize*t.zoom,this.bound.y+h+1);t.overlayctx.lineTo(dX+sizeW*.5+t.menuArrowSize*t.zoom,this.bound.y+h+1);t.overlayctx.closePath();t.overlayctx.fill();var sw=kMenuSettings.icoSize*t.zoom;var ty=this.bound.y+kMenuSettings.borderSz*t.zoom+1;var icoCount=this._status==kElementCompleted?2:5;for(var i=0;i<icoCount;++i){var tx=dX-1+(t.menuLeftIndent+i*t.menuIndentMiddle)*t.zoom;t.overlayctx.fillStyle=kMenuSettings.borderColor;t.overlayctx.fillRect(tx,ty,sw,sw);if(4===i){t.overlayctx.fillStyle=kMenuSettings.backgroundColor;t.overlayctx.strokeStyle=kMenuSettings.backgroundColor;this.painter.drawIconLink(tx,ty,sw,sw);continue}t.overlayctx.fillStyle=kMenuSettings.backgroundColor;t.overlayctx.beginPath();if(0===i){if(this._status==kElementCompleted){this.painter.drawPlay(tx,ty,sw,sw)}else{this.painter.drawPencil(tx,ty,sw,sw)}}else if(1===i){if(this._status==kElementCompleted){this.painter.drawDelete(tx,ty,sw,sw)}else{this.painter.drawIcoResponsible(tx,ty,sw,sw)}}if(2===i){this.painter.drawDelete(tx,ty,sw,sw)}if(3===i){this.painter.drawComplete(tx,ty,sw,sw)}t.overlayctx.closePath();t.overlayctx.fill()}return true}return false},onmousemove:function(x,y){if(0===this.bound.w&&0===this.bound.h)return false;if(this.check(x,y)){t.overlay.style.cursor="pointer";t.needUpdate=true;return true}return false},onmousedown:function(x,y){if((t.menuTopIndent+kMenuSettings.icoSize)*t.zoom>=y-this.bound.y&&t.menuTopIndent*t.zoom<=y-this.bound.y&&this.bound.w>0){var parts=this._status==kElementCompleted?2:5;var menuInd=floor2((x-this.bound.x)/floor2(this.bound.w/parts));if(menuInd<this.handlers.length&&menuInd>=0){this.handlers[menuInd](this.p,this.m,-1)}return true}return false}};this.menuTask.addHandler(function(){if(kElementCompleted===t.menuTask.ref._status){var cs=findCustomStatus(function(item){return item.statusType===1&&item.isDefault});t._modelController.addTaskOperation(kHandlerBeforeChangeTaskStatus,t.menuTask.p,t.menuTask.m==-1?undefined:t.menuTask.m,t.menuTask.t,cs.id);t.menuTask.reset()}else{var ts=t.storage.getTask(t.menuTask.p,t.menuTask.m==-1?undefined:t.menuTask.m,t.menuTask.t);if(ts)t.taskDescWidget.checkAndOff(ts);if(!t.showPopUpEditElement(t.menuTask.p,t.menuTask.m===-1?undefined:t.menuTask.m,t.menuTask.t))t.editElementTitle(t.menuTask.p,t.menuTask.m,t.menuTask.t);t.offWidgets();t.needUpdate=true}});this.menuTask.addHandler(function(){if(kElementCompleted===t.menuTask.ref._status){t._modelController.addTaskOperation(kHandlerBeforeDeleteTask,t.menuTask.p,t.menuTask.m===-1?undefined:t.menuTask.m,t.menuTask.t)}else{var posX=t.menuTask.bound.x+t.menuTask.bound.w*.5;t.showPopUpResp(t.menuTask.p,t.menuTask.m===-1?undefined:t.menuTask.m,t.menuTask.t,posX)}t.menuTask.reset();t.isLBMDown=false});this.menuTask.addHandler(function(){t._modelController.addTaskOperation(kHandlerBeforeDeleteTask,t.menuTask.p,t.menuTask.m===-1?undefined:t.menuTask.m,t.menuTask.t);t.menuTask.reset();t.isLBMDown=false});this.menuTask.addHandler(function(){var cs=findCustomStatus(function(item){return item.statusType===2&&item.isDefault});t._modelController.addTaskOperation(kHandlerBeforeChangeTaskStatus,t.menuTask.p,t.menuTask.m==-1?undefined:t.menuTask.m,t.menuTask.t,cs.id);t.menuTask.reset()});this.menuTask.addHandler(function(){if(kElementCompleted!==t.menuTask.ref._status){if(t.handlers[kHandlerBeforeMenuAddTaskLink]){var ts=t.storage.getTask(t.menuTask.p,t.menuTask.m==-1?undefined:t.menuTask.m,t.menuTask.t);t.handlers[kHandlerBeforeMenuAddTaskLink](ts);t.offWidgets();t.needUpdate=true}}});this.menuMileStone={offx:0,offy:0,p:-1,m:-1,ref:null,_status:kElementActive,bound:{x:0,y:0,w:0,h:0},hide:true,handlers:[],painter:new Painter(t.overlayctx,null),disable:false,set:function(p,m,ref){if(-1!==p){this.p=p}if(-1!==m){this.m=m}if(ref){this.ref=ref;this._status=this.ref._status}},check:function(x,y){if(this.bound.x>x||x>this.bound.x+this.bound.w||this.bound.y>y||y>this.bound.y+this.bound.h+10){this.bound.w=0;this.bound.h=0;this.hide=true;return false}return true},reset:function(){this.bound.w=0;this.bound.h=0;this.p=-1;this.m=-1;this.t=-1;this.hide=true;this.ref=null;this._status=kElementActive-1;this.disable=false},addHandler:function(f){this.handlers.push(f)},setBound:function(x,y,w,h){this.bound={x:x,y:y,w:w,h:h}},checkZone:function(x,y){if(this.disable){return false}var cw,cx=this.bound.x+this.bound.w*.5;if(kElementActive-1==this._status){cw=kMenuSettings.elementsWidth6X*.5}else{cw=kMenuSettings.elementsWidth3X*.5}if(cx-cw>x||x>cx+cw||this.bound.y>y||y>this.bound.y+this.bound.h)return false;return true},draw:function(){if(0<this.bound.w&&0<this.bound.h&&!this.hide&&!this.disable){var sizeW=kMenuSettings.elementsWidth6X*t.zoom;if(this._status==kElementCompleted-1){sizeW=kMenuSettings.elementsWidth3X*t.zoom}var dX=this.bound.x+this.bound.w*.5-sizeW*.5;var h=kMenuSettings.icoSize+kMenuSettings.borderSz*2;t.overlayctx.fillStyle=kMenuSettings.backgroundColor;t.overlayctx.fillRect(dX-kMenuSettings.borderSz,this.bound.y+1,sizeW+kMenuSettings.borderSz*2,h);h+=kMenuSettings.borderSz;t.overlayctx.beginPath();t.overlayctx.moveTo(dX+sizeW*.5,this.bound.y+h+1-t.menuArrowSize*t.zoom);t.overlayctx.lineTo(dX+sizeW*.5-t.menuArrowSize*t.zoom,this.bound.y+h+1-t.menuArrowSize*t.zoom*2);t.overlayctx.lineTo(dX+sizeW*.5+t.menuArrowSize*t.zoom,this.bound.y+h+1-t.menuArrowSize*t.zoom*2);t.overlayctx.closePath();t.overlayctx.fill();var sw=kMenuSettings.icoSize*t.zoom;var ty=this.bound.y+kMenuSettings.borderSz*t.zoom+1;var icoCount=this._status==kElementCompleted-1?3:6;for(var i=0;i<icoCount;++i){var tx=dX-1+(t.menuLeftIndent+i*t.menuIndentMiddle)*t.zoom;t.overlayctx.fillStyle=kMenuSettings.borderColor;t.overlayctx.fillRect(tx,ty,sw,sw);t.overlayctx.fillStyle=kMenuSettings.backgroundColor;t.overlayctx.beginPath();if(0===i){if(this._status==kElementCompleted-1){this.painter.drawPlay(tx,ty,sw,sw)}else{this.painter.drawPencil(tx,ty,sw,sw)}}else if(1===i){if(this._status==kElementCompleted-1){this.painter.drawDelete(tx,ty,sw,sw)}else{this.painter.drawIcoResponsible(tx,ty,sw,sw)}}if(2===i){if(this._status==kElementCompleted-1){this.painter.drawFitSw(tx,ty,sw,sw)}else{this.painter.drawDelete(tx,ty,sw,sw)}}if(3===i){if(this._status==kElementCompleted-1){this.painter.drawFitSw(tx,ty,sw,sw)}else{this.painter.drawAdd(tx,ty,sw,sw)}}if(4===i){this.painter.drawFitSw(tx,ty,sw,sw)}if(5==i){this.painter.drawComplete(tx,ty,sw,sw)}t.overlayctx.closePath();t.overlayctx.fill()}return true}return false},onmousemove:function(x,y){if(this.disable){t.overlay.style.cursor="pointer";return false}if(0===this.bound.w&&0===this.bound.h){return false}if(this.check(x,y)){t.overlay.style.cursor="pointer";t.needUpdate=true;return true}return false},onmousedown:function(x,y){if(this.disable){return false}if((t.menuTopIndent+kMenuSettings.icoSize)*t.zoom>=y-this.bound.y&&t.menuTopIndent*t.zoom<=y-this.bound.y&&this.bound.w>0){if(y<this.bound.y+6*t.zoom){t.menuMileStone.reset();return false}var parts=this._status==kElementCompleted-1?3:6;var width=this._status==kElementCompleted-1?kMenuSettings.elementsWidth3X:kMenuSettings.elementsWidth6X;var menuInd=floor2((x-this.bound.x)/floor2(width/parts));if(menuInd<this.handlers.length&&menuInd>=0){this.handlers[menuInd](this.p,this.m,-1)}return true}return false}};this.menuMileStone.addHandler(function(){if(t.menuMileStone.ref.status()==kElementActive-1){if(!t.showPopUpEditElement(t.menuMileStone.p,t.menuMileStone.m===-1?undefined:t.menuMileStone.m,-1))t.editElementTitle(t.menuMileStone.p,t.menuMileStone.m,-1);t.offWidgets()}else{t._modelController.addMilestoneOperation(kHandlerBeforeChangeMilestoneStatus,t.menuMileStone.p,t.menuMileStone.m)}t.isLBMDown=false;t.menuMileStone.reset()});this.menuMileStone.addHandler(function(){if(t.menuMileStone.ref.status()==kElementActive-1){var posX=t.menuMileStone.bound.x+t.menuMileStone.bound.w*.5;t.showPopUpResp(t.menuMileStone.p,t.menuMileStone.m,t.menuMileStone.t,posX)}else{t._modelController.addMilestoneOperation(kHandlerBeforeDeleteMilestone,t.menuMileStone.p,t.menuMileStone.m,t.menuMileStone.t)}t.isLBMDown=false;t.menuMileStone.reset()});this.menuMileStone.addHandler(function(){if(t.menuMileStone.ref.status()==kElementActive-1){t._modelController.addMilestoneOperation(kHandlerBeforeDeleteMilestone,t.menuMileStone.p,t.menuMileStone.m,t.menuMileStone.t)}else{t._viewController.zoomToFitMilestone(t.menuMileStone.p,t.menuMileStone.m)}t.isLBMDown=false;t.menuMileStone.reset()});this.menuMileStone.addHandler(function(){if(t.menuMileStone.ref.status()==kElementCompleted-1){t._viewController.zoomToFitMilestone(t.menuMileStone.p,t.menuMileStone.m)}else{t.addTaskToMilestone(t.menuMileStone.p,t.menuMileStone.m);t.offWidgets()}t.isLBMDown=false;t.menuMileStone.reset()});this.menuMileStone.addHandler(function(){if(t.menuMileStone.ref.status()==kElementCompleted-1)return;t._viewController.zoomToFitMilestone(t.menuMileStone.p,t.menuMileStone.m);t.menuMileStone.reset()});this.menuMileStone.addHandler(function(){t._modelController.addMilestoneOperation(kHandlerBeforeChangeMilestoneStatus,t.menuMileStone.p,t.menuMileStone.m);t.isLBMDown=false;t.menuMileStone.reset()});this.editBox=new EditBox(this);this.taskDescWidget=new TaskWidget(this);this.milestoneDescWidget={ref:null,bound:{x:0,y:0,w:0,h:0},set:function(x,y,t,fill){if(this.ref){if(this.ref.t._id==t._id){this.ref.x=x;this.ref.y=y;this.ref.fill=fill;return}this.ref.t.dropDownWidget=false}this.ref={x:x,y:y,t:t,fill:fill}},check:function(t){if(this.ref){if(t&&this.ref.t._id==t._id){this.ref.t.dropDownWidget=false;this.ref=null;return false}this.ref.t.dropDownWidget=false;if(!t)this.ref=null}return true},checkBound:function(x,y){return this.bound.x>x||x>this.bound.x+this.bound.w||this.bound.y>y||y>this.bound.y+this.bound.h},checkAndOff:function(t){if(this.ref){if(t&&this.ref.t._id==t._id){this.ref.t.dropDownWidget=false;this.ref=null}}},isValid:function(){return null!==this.ref}};this.backLightMilestone={enable:true,p:-1,m:-1,up:function(pi,mi){if(pi!=this.p||mi!=this.m){this.p=pi;this.m=mi;this.update=true}},update:false};this.linkWidget=new LinkWidget(this);this.linkWidget.handler=function(){t._modelController.addTaskOperation(kHandlerBeforeDeleteTaskLink,this.link);this.hide()};this.oldRef=null},initUI:function(){this.rightScroll=new ScrollBar(this.ctx,this);this.bottomScroll=new BottomScrollBar(this.ctx,this);this.timeScale=new DateScale(this,1);this.zoomBar=null},focus:function(fc,e){if(!fc){this.bottomScroll.onmouseup(e);this.rightScroll.onmouseup(e);this.zoomBar.releaseCapture();this.onmouseup(e,true);this.needUpdate=true}},viewController:function(){return this._viewController},modelController:function(){return this._modelController},undoManager:function(){return this._undoManager},userDefaults:function(){return this._userDefaults},leftPanelController:function(){return this._leftPanelController},setZoom:function(zoom){this.zoom=Math.max(.1,zoom);this.zoom=Math.min(8,this.zoom);this.itemHeight=kTimeLineItemHeight*this.zoom;this.itemMargin=kTimeLineItemMargin*this.zoom;this.itemProjectMargin=0;this.fontHeight=kTimeLineItemFontHeight*this.zoom;this.titlesFont=this.fontHeight+"pt "+kDefaultFontName;this.fontPx=this.fontHeight*1.5;if(this.timeScale){this.timeScale.setZoom(this.zoom)}if(this.storage){var i,j,k,mi,ti;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){p[j].titleWidth=-1;for(mi=p[j].m.length-1;mi>=0;--mi){p[j].m[mi].update();for(ti=p[j].m[mi].t.length-1;ti>=0;--ti){p[j].m[mi].t[ti].update()}}for(k=p[j].t.length-1;k>=0;--k){p[j].t[k].update()}}this.updateContent()}},setReadMode:function(value){this.readMode=value},update:function(){if(this.ctx){this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;this.bounding=this.ctx.canvas.getBoundingClientRect();if(this._leftPanelController){this._leftPanelController.getPanel().setHeight(this.ctxHeight)}if(this.fullscreen){this.centerScreen=this.ctxWidth*.5;this.visibleLeft=0}else{this.visibleLeft=this._leftPanelController.getPanel().getWidth();this.centerScreen=(this.ctxWidth+this.visibleLeft)*.5}}this.needUpdateContent=true;this.needUpdate=true;this.timeScale.update()},updateWithStrafe:function(){if(this.timeScale)this.timeScale.strafe(this.offsetX);this.update()},updateContent:function(rebuild){this.rightScroll.position=0;this.rightScroll._value=0;this.projectsLines=[];this.projectsLinesY=[];if(rebuild){this.contentHeight=this.getContentHeight();if(!this.fullscreen){this.contentHeight+=this.itemMargin}var viewHeight=this.ctxHeight-this.timeScale.height();this.rightScroll.init(this.timeScale.height(),viewHeight,this.contentHeight+!this.fullscreen*this.itemMargin,this.ctxWidth);this.rightScroll.clamp();if(this.zoomBar){this.bottomScroll.updateThumb(this.zoomBar.thumb)}this.visibleUp=!this.fullscreen*this.timeScale.height();this.needUpdateContent=false}this.needUpdateContent=true;this.update()},updateWithScroll:function(){if(this.storage){var i,j,k,mi,ti;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){p[j].titleWidth=-1;for(mi=0;mi<p[j].m.length;++mi){p[j].m[mi].updateTimes()}}}this.needUpdateContent=true;this.update()},updateData:function(){this.needUpdate=true;if(this._leftPanelController){this._leftPanelController.rebuildContent()}},reset:function(){this.storage.reset();this._undoManager.reset()},offMenus:function(){this.menuTask.reset();this.menuMileStone.reset();this.linkWidget.setBound({x:0,y:0,w:0,h:0})},offWidgets:function(){this.milestoneDescWidget.check(null);this.taskDescWidget.check(null)},backLightTask:function(){if(this.editBox.enable){return{p:this.editBox.p,m:this.editBox.m,t:this.editBox.t==-1?undefined:this.editBox.t}}if(this.isLBMDown){return{p:this.capProject,m:this.capMilestone,t:this.capTask}}if(this.milestoneChange){return{p:undefined,m:undefined,t:undefined}}if(this.menuMileStone.ref&&!this.menuTask.ref){return{p:this.menuMileStone.hide?undefined:this.menuMileStone.p,m:this.menuMileStone.hide?undefined:this.menuMileStone.m,t:undefined}}return{p:this.hitProject,m:this.hitMilestone,t:this.hitTask}},render:function(){if(this.zoomBar){this.zoomBar.render()}this.animator.update();this.drawScene();this.drawEditLayer();if(this.mouse){if(kEditModeElementDrag===this.editMode){if(this.mouse.y<=this.visibleUp){if(this.rightScroll.value()>0){if(this.rightScroll.value()<=1e-4){this.rightScroll.setTopPos()}else{var scrollTo=Math.max(floor2(this.rightScroll.value()/this.itemMargin)*this.itemMargin-this.itemMargin,kEps);this.animator.moveToY(scrollTo)}this.painter.clearZones(true)}}if(this.ctxHeight-this.itemMargin<this.mouse.y){var maxVal=floor2(this.rightScroll.maxValue()/this.itemMargin)*this.itemMargin;var scrollToBottom=Math.min(floor2((this.rightScroll.value()+this.itemMargin)/this.itemMargin)*this.itemMargin+this.itemMargin,maxVal);this.animator.moveToY(scrollToBottom);this.painter.clearZones(true)}}}},onmousemove:function(e,forse){if(!this.userEvents)return;var lockProject=false;var mouse=this.windowToCanvas(e.clientX,e.clientY);mouse.altKey=e.altKey;if(this.leftPanelController().getPanel().width>=mouse.x){this.offMenus();this.mouse=mouse;this.mouse.baseEvent=e;return}if(this.leftPanelController().getPanel().editBox.isEnable()){return}if(!this.mouse){this.mouse=mouse}if(this.mouse.x==mouse.x&&this.mouse.y==mouse.y&&!forse)return;this.mouse=mouse;this.mouse.baseEvent=e;if(this.mouse.y<=this.visibleUp){this.linkWidget.onmousemove(mouse.x,mouse.y);this.menuTask.onmousemove(mouse.x,mouse.y);this.menuMileStone.onmousemove(mouse.x,mouse.y);if(!(this.menuTask.checkZone(mouse.x,mouse.y)||this.linkWidget.checkZone(mouse.x,mouse.y))){this.overlay.style.cursor="";if(-1!==this.hitTask){this.hitTask=-1;this.hitMilestone=-1;this.needUpdate=true}}return}if(this.isLBMDown){this.pressMouse.change=!(mouse.x==this.pressMouse.x&&mouse.y==this.pressMouse.y)}if(!this.isLBMDown){if(this.bottomScroll.onmousemove(mouse)){return}if(this.rightScroll.onmousemove(mouse)){return}if(this.rightScroll.isHit(mouse)){this.hitMilestone=-1;this.hitTask=-1;this.offMenus();return}}if(kEditModeAddLink===this.editMode){if(!this.readMode&&!this.editBox.enable){if(this.linkLineEdit){this.overlay.style.cursor="pointer";this.linkLineEdit.update=true;this.moveMouse=this.mouse;if(this.pushLink){this.pushLink.task.links.pop();this.pushLink=undefined}var pp=this.hitProject;var pm=this.hitMilestone;var pt=this.hitTask;var taskTo=null,typeLink,linkAdd;this.calculateHit(e,true,e.ctrlKey||e.metaKey);if("w-resize"===this.overlay.style.cursor)this.overlay.style.cursor="pointer";this.linkLineEdit.parent=null;if(-1!=this.hitProject&&-1!=this.hitTask&&-1===this.hitMilestone){taskTo=this.storage.getTask(this.hitProject,undefined,this.hitTask);if(taskTo._status!==kElementCompleted&&this.hitMilestone===this.linkLineEdit.m){this.linkLineEdit.parent=taskTo;if(this.timeToSceneX(this.linkLineEdit.parent.beginTime)+Math.abs(this.timeToSceneX(this.linkLineEdit.parent.endTime)-this.timeToSceneX(this.linkLineEdit.parent.beginTime))*.5>this.mouse.x){this.linkLineEdit.parentSide=kTaskSideLeft}else{this.linkLineEdit.parentSide=kTaskSideRight}if(taskTo.endFail){this.linkLineEdit.parentSide=kTaskSideLeft}if(this.linkLineEdit.parentSide===kTaskSideRight&&this.linkLineEdit.side===kTaskSideRight)typeLink=kLinkEndEnd;else if(this.linkLineEdit.parentSide===kTaskSideLeft&&this.linkLineEdit.side===kTaskSideLeft)typeLink=kLinkBeginBegin;else typeLink=kLinkBeginEnd;this.pushLink={task:taskTo};this.pushLink.linkObj={};this.pushLink.linkObj["dependenceTaskId"]=taskTo.id();this.pushLink.linkObj["linkType"]=typeLink;this.pushLink.linkObj["parentTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["type"]="link";if(this.linkLineEdit.parentSide===kTaskSideRight&&this.linkLineEdit.side===kTaskSideLeft){this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}else if(this.linkLineEdit.parentSide===kTaskSideLeft&&this.linkLineEdit.side===kTaskSideRight){taskTo.links.push(this.pushLink.linkObj)}else{this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}if(this._mouseInLinkZone){this._mouseInLinkZone.task=taskTo;this._mouseInLinkZone.linkToTaskId=taskTo.id();this._mouseInLinkZone.linkToTaskSide=this.linkLineEdit.parentSide}this.linkLineEdit.pp=this.hitProject;this.linkLineEdit.pm=this.hitMilestone;this.linkLineEdit.pt=this.hitTask;if(!this.isValidEditLink()){this.linkLineEdit.pp=-1;this.linkLineEdit.pm=-1;this.linkLineEdit.pt=-1;if(this._mouseInLinkZone){this._mouseInLinkZone.task=undefined;this._mouseInLinkZone.linkToTaskId=undefined;this._mouseInLinkZone.linkToTaskSide=undefined}this.overlay.style.cursor=""}else{if(this.linkLineEdit.parentSide===kTaskSideRight&&this.linkLineEdit.side===kTaskSideRight)typeLink=kLinkEndEnd;else if(this.linkLineEdit.parentSide===kTaskSideLeft&&this.linkLineEdit.side===kTaskSideLeft)typeLink=kLinkBeginBegin;else typeLink=kLinkBeginEnd;this.pushLink={task:taskTo};this.pushLink.linkObj={};this.pushLink.linkObj["dependenceTaskId"]=taskTo.id();this.pushLink.linkObj["linkType"]=typeLink;this.pushLink.linkObj["parentTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["type"]="link";if(this.linkLineEdit.parentSide===kTaskSideRight&&this.linkLineEdit.side===kTaskSideLeft){this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}else if(this.linkLineEdit.parentSide===kTaskSideLeft&&this.linkLineEdit.side===kTaskSideRight){taskTo.links.push(this.pushLink.linkObj)}else{this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}}}else{this.overlay.style.cursor=""}}else if(-1!=this.hitProject&&-1!=this.hitTask&&-1!=this.hitMilestone){taskTo=this.storage.getTask(this.hitProject,this.hitMilestone,this.hitTask);if(taskTo._status!==kElementCompleted&&this.hitMilestone===this.linkLineEdit.m){this.linkLineEdit.parent=taskTo;if(this.timeToSceneX(this.linkLineEdit.parent.beginTime)+Math.abs(this.timeToSceneX(this.linkLineEdit.parent.endTime)-this.timeToSceneX(this.linkLineEdit.parent.beginTime))*.5>this.mouse.x){this.linkLineEdit.parentSide=kTaskSideLeft}else{this.linkLineEdit.parentSide=kTaskSideRight}this.linkLineEdit.pp=this.hitProject;this.linkLineEdit.pm=this.hitMilestone;this.linkLineEdit.pt=this.hitTask;if(taskTo.endFail){this.linkLineEdit.parentSide=kTaskSideLeft}if(this.linkLineEdit.parentSide===kTaskSideRight&&this.linkLineEdit.side===kTaskSideRight)typeLink=kLinkEndEnd;else if(this.linkLineEdit.parentSide===kTaskSideLeft&&this.linkLineEdit.side===kTaskSideLeft)typeLink=kLinkBeginBegin;else typeLink=kLinkBeginEnd;this.pushLink={task:taskTo};this.pushLink.linkObj={};this.pushLink.linkObj["dependenceTaskId"]=taskTo.id();this.pushLink.linkObj["linkType"]=typeLink;this.pushLink.linkObj["parentTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["type"]="link";if(this.linkLineEdit.parentSide===kTaskSideRight&&this.linkLineEdit.side===kTaskSideLeft){this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}else if(this.linkLineEdit.parentSide===kTaskSideLeft&&this.linkLineEdit.side===kTaskSideRight){taskTo.links.push(this.pushLink.linkObj)}else{this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}if(this._mouseInLinkZone){this._mouseInLinkZone.task=taskTo;this._mouseInLinkZone.linkToTaskId=taskTo.id();this._mouseInLinkZone.linkToTaskSide=this.linkLineEdit.parentSide}if(!this.isValidEditLink()){this.linkLineEdit.pp=-1;this.linkLineEdit.pm=-1;this.linkLineEdit.pt=-1;if(this._mouseInLinkZone){this._mouseInLinkZone.task=undefined;this._mouseInLinkZone.linkToTaskId=undefined;this._mouseInLinkZone.linkToTaskSide=undefined}this.overlay.style.cursor=""}else{this.pushLink={task:taskTo};this.pushLink.linkObj={};this.pushLink.linkObj["dependenceTaskId"]=taskTo.id();this.pushLink.linkObj["linkType"]=typeLink;this.pushLink.linkObj["parentTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["type"]="link";if(this.linkLineEdit.parentSide===kTaskSideRight&&this.linkLineEdit.side===kTaskSideLeft){this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}else if(this.linkLineEdit.parentSide===kTaskSideLeft&&this.linkLineEdit.side===kTaskSideRight){taskTo.links.push(this.pushLink.linkObj)}else{this.pushLink.linkObj["dependenceTaskId"]=this.linkLineEdit.task.id();this.pushLink.linkObj["parentTaskId"]=taskTo.id();this.pushLink.task=this.linkLineEdit.task;this.linkLineEdit.task.links.push(this.pushLink.linkObj)}}}else{this.overlay.style.cursor=""}}else{this.linkLineEdit.pp=-1;this.linkLineEdit.pm=-1;this.linkLineEdit.pt=-1;if(this._mouseInLinkZone){this._mouseInLinkZone.task=undefined;this._mouseInLinkZone.linkToTaskId=undefined;this._mouseInLinkZone.linkToTaskSide=undefined}this.overlay.style.cursor=""}this.hitProject=pp;this.hitMilestone=pm;this.hitTask=pt;this.needUpdate=true;return}}}else if(kEditModeElementDrag===this.editMode){if(!this.readMode){this.moveMouse=mouse;this.dragBound.y=floor2(mouse.y/this.itemMargin)*this.itemMargin+(this.itemMargin-this.itemHeight)*.5;this.getTheMilestoneTaskToDrag(e);this.updateDragDrop=true;this.leftPanelController().clearFocus();return}}if(this.taskDescWidget.ref){if(this.taskDescWidget.checkInBoundDetailsLink(mouse.x,mouse.y)){this.overlay.style.cursor="pointer";return}else{this.overlay.style.cursor=""}if(!this.readMode&&!this.taskDescWidget.checkBound(mouse.x,mouse.y)){this.offMenus();this.overlay.style.cursor="";return}}if(this.milestoneDescWidget.ref&&!this.readMode){if(!this.milestoneDescWidget.checkBound(mouse.x,mouse.y)){this.offMenus();this.overlay.style.cursor="";return}}if(this.menuTask.checkZone(mouse.x,mouse.y)){this.moveMouse=this.mouse;this.needUpdate=true;this.menuTask.disableSetter=true;this.hitProject=this.menuTask.p;this.hitMilestone=this.menuTask.m;this.hitTask=this.menuTask.t;this.menuTask.disableSetter=false;this.menuMileStone.reset();this.linkWidget.reset();this.menuTask.onmousemove(mouse.x,mouse.y);return}if(this.menuMileStone.checkZone(mouse.x,mouse.y)){this.moveMouse=this.mouse;this.needUpdate=true;this.calculateHit(e,true,e.ctrlKey||e.metaKey);this.hitProject=this.menuTask.p;this.hitMilestone=this.menuTask.m;this.hitTask=this.menuTask.t;this.menuTask.reset();this.linkWidget.reset();this.menuMileStone.onmousemove(mouse.x,mouse.y);return}if(this.linkWidget.checkZone(mouse.x,mouse.y)){this.moveMouse=this.mouse;this.needUpdate=true;this.menuMileStone.reset();this.menuTask.reset();this.linkWidget.onmousemove(mouse.x,mouse.y);return}if(this.editBox.enable){if(!this.pressedButtonRight){this.editBox.onmousemove(mouse);if(this.editBox.milestoneRef&&this.editBox.createMode){if(Math.abs(mouse.x-(this.editBox.bound.x+this.editBox.bound.w))<kHitSidePixels&&mouse.y>this.editBox.bound.y+this.editBox.bound.h&&mouse.y<this.editBox.bound.y+this.editBox.bound.h+this.itemMargin){this.overlay.style.cursor="w-resize";return}}if((Math.abs(this.editBox.bound.x-mouse.x)<kHitSidePixels||Math.abs(this.editBox.bound.x+this.editBox.bound.w-mouse.x)<kHitSidePixels)&&this.editBox.bound.y<=mouse.y&&mouse.y<=this.editBox.bound.y+this.editBox.bound.h){this.overlay.style.cursor="w-resize";return}if(this.editBox.inBound(mouse.x,mouse.y)&&mouse.x>this.visibleLeft||this.editBox.checkUp)this.overlay.style.cursor="text";else this.overlay.style.cursor="";return}}var divisionInPx=this.timeScale.hourInPixels/this.timeScale.scaleX;var scaleUnitStep=this.timeScale.scaleUnitStep();var task,milestone,time;if(this.isLBMDown){scaleUnitStep=24;var timeX,timeNX=(mouse.x-this.timeScale.hourInPixels*this.offsetX)/(this.timeScale.hourInPixels*scaleUnitStep)*scaleUnitStep*this.timeScale.scaleX+this.anchorMouse.x;if(this.sticking){timeX=floor2(timeNX/scaleUnitStep)*scaleUnitStep}else{timeX=timeNX}if(this.createMode){this.capProject=this.createMode.p;this.capMilestone=this.createMode.m;this.capTask=this.createMode.t;this.capSide=kTaskSideRight}else{if(e.which===1&&!this.editBox.enable&&this.editBox.checkUp){return}}var timeTaskScreen;var endFailX=this.ctxWidth*kTaskEndFailSetup.bigClampPct;var worldToScreen,boundWidth,anchorX,dur,mouseX,endTime;lockProject=false;if(-1!==this.capProject){lockProject=kOpenProject!==this.storage.getProject(this.capProject).status()}if(-1!==this.capProject&&-1!==this.capTask&&-1===this.capMilestone&&!this.readMode&&!lockProject){task=this.storage.p[this.capProject].t[this.capTask];if(undefined!==task&&kElementCompleted!=task._status&&(!this.editBox.enable||this.editBox.createMode)){if(this.moveMouse.y-mouse.y!==0&&!this._modeStrafe&&!this.editBox.enable&&0===this.capSide){worldToScreen=this.timeScale.hourInPixels/this.timeScale.scaleX;boundWidth=task.duration*worldToScreen;anchorX=this.anchorMouse.x*worldToScreen;dur=task.duration;mouseX=this.moveMouse.x;if(task.endFail){boundWidth=-anchorX;dur=boundWidth/worldToScreen;timeTaskScreen=this.timeToSceneX(task.beginTime);boundWidth=this.ctxWidth-kTaskEndFailSetup.smallClampPx;if(timeTaskScreen>this.visibleLeft-1){boundWidth=this.ctxWidth-kTaskEndFailSetup.smallClampPx-timeTaskScreen}else{boundWidth=this.ctxWidth*kTaskEndFailSetup.bigClampPct-this.visibleLeft;anchorX=0;mouseX=this.visibleLeft}}this.dragBound={x:mouseX,y:this.moveMouse.y,width:boundWidth,height:this.itemHeight,dy:0,dx:anchorX,time:dur,failEnd:task.endFail};this.itemToDrop={t:this.capTask,m:this.capMilestone,p:this.capProject};this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.hitTask=-1;this.hitMilestone=-1;this.hitProject=-1;this.hitSide=-1;this.isLBMDown=false;this.needUpdate=true;this.editMode=kEditModeElementDrag;return}this._modeStrafe=true;if(kTaskSideLeft===this.capSide){if(timeNX<=0)timeX-=24;task.updateBegin(timeX)}else if(kTaskSideRight===this.capSide){if(timeNX>=0)timeX+=24;task.updateEnd(timeX);task.endFail=false}else{if(task.endFail){timeTaskScreen=this.timeToSceneX(task.beginTime);endFailX=this.ctxWidth-kTaskEndFailSetup.smallClampPx;if(timeTaskScreen<=this.visibleLeft-1){endFailX=this.ctxWidth*kTaskEndFailSetup.bigClampPct}endTime=Math.floor(this.worldToSceneX(endFailX)/24)*24;task.updateEnd(endTime)}task.strafe(timeX);task.endFail=false}if(kEnableQueryTaskWithLinksMove){if(this.queryMoveLinks){if(this.queryMoveLinks){if(this.queryMoveLinks.right&&1){this.queryMoveLinks.right.walkElements(task,function(task,node){if(task&&node){if(task._id!==node._id){if(task.endTime>node.beginTime){node.strafe(task.endTime);node["change"]=true}}}})}if(this.queryMoveLinks.left&&1){this.queryMoveLinks.left.walkElements(task,function(task,node){if(task&&node){if(task._id!==node._id){if(task.beginTime<node.endTime){node.strafe(task.beginTime-(node.endTime-node.beginTime));node["change"]=true}}}})}}}}this.storage.p[this.capProject]._calcTimes();if(this.pressMouse.change)this.taskDescWidget.checkAndOff(task)}}else if(-1!=this.capProject&&-1!=this.capTask&&-1!==this.capMilestone&&!this.readMode&&!lockProject){task=this.storage.getTask(this.capProject,this.capMilestone,this.capTask);if(undefined!==task&&kElementCompleted!=task._status&&(!this.editBox.enable||this.editBox.createMode)){if(this.moveMouse.y-mouse.y!==0&&!this._modeStrafe&&!this.editBox.enable&&0===this.capSide){worldToScreen=this.timeScale.hourInPixels/this.timeScale.scaleX;boundWidth=task.duration*worldToScreen;anchorX=this.anchorMouse.x*worldToScreen;dur=task.duration;mouseX=this.moveMouse.x;if(task.endFail){boundWidth=-anchorX;dur=boundWidth/worldToScreen;timeTaskScreen=this.timeToSceneX(task.beginTime);boundWidth=this.ctxWidth-kTaskEndFailSetup.smallClampPx;if(timeTaskScreen>this.visibleLeft-1){boundWidth=this.ctxWidth-kTaskEndFailSetup.smallClampPx-timeTaskScreen}else{boundWidth=this.ctxWidth*kTaskEndFailSetup.bigClampPct-this.visibleLeft;anchorX=0;mouseX=this.visibleLeft}}this.dragBound={x:mouseX,y:this.moveMouse.y,width:boundWidth,height:this.itemHeight,dy:0,dx:anchorX,time:dur,failEnd:task.endFail};this.itemToDrop={t:this.capTask,m:this.capMilestone,p:this.capProject};this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.hitTask=-1;this.hitMilestone=-1;this.hitProject=-1;this.hitSide=-1;this.isLBMDown=false;this.needUpdate=true;this.editMode=kEditModeElementDrag;return}this._modeStrafe=true;milestone=this.storage.getMilestone(this.capProject,this.capMilestone);if(kTaskSideLeft===this.capSide){if(timeNX<=0)timeX-=24;task.updateBegin(timeX,milestone.endTime)}else if(kTaskSideRight===this.capSide){if(timeNX>=0)timeX+=24;task.updateEnd(timeX);task.endFail=false}else{if(task.endFail){task.updateEnd(milestone.endTime)}task.strafe(timeX);task.endFail=false;if(kEnableQueryTaskWithLinksMove){if(this.queryMoveLinks){if(this.queryMoveLinks){if(this.queryMoveLinks.right){this.queryMoveLinks.right.walkElements(task,function(task,node){if(task&&node){if(task._id!==node._id){if(task.endTime>node.beginTime){node.strafe(task.endTime);node["change"]=true}}}})}if(this.queryMoveLinks.left){this.queryMoveLinks.left.walkElements(task,function(task,node){if(task&&node){if(task._id!==node._id){if(task.beginTime<node.endTime){node.strafe(task.beginTime-(node.endTime-node.beginTime));node["change"]=true}}}})}}}}}this.storage.getMilestone(this.capProject,this.capMilestone).updateTimes();if(this.pressMouse.change)this.taskDescWidget.checkAndOff(task)}}else if(-1!=this.capProject&&-1===this.capTask&&-1!==this.capMilestone&&!this.readMode&&!lockProject){milestone=this.storage.getMilestone(this.capProject,this.capMilestone);if(milestone&&!milestone.isInEditMode){if(timeNX>=0)timeX+=24;milestone.updateEnd(timeX)}}else{this.pressedButtonRight=false;if(e.buttons){this.pressedButtonRight=e.buttons==2}else{this.pressedButtonRight=e.button===2}this.offsetX+=(mouse.x-this.moveMouse.x)/this.timeScale.hourInPixels;this.offsetX=Math.max(this.offsetX,this.zoomBar.maxPos());this.offsetX=Math.min(this.offsetX,this.zoomBar.minPos());if(this.timeScale)this.timeScale.strafe(this.offsetX);if(this.enableTouch){var val=floor2((mouse.y-this.moveMouse.y)/this.itemMargin)*this.itemMargin;this.rightScroll.forwardMoveY(val-kEps)}if(this.zoomBar){this.bottomScroll.updateThumb(this.zoomBar.thumb)}}this.moveMouse=mouse;this.needUpdate=true;this.hitTask=-1;this.hitMilestone=-1;this.milestoneDescWidget.check(null);this.taskDescWidget.check(null);this.offMenus();if(this.zoomBar){this.zoomBar.repaint=true}return}var hitItem={t:this.hitTask,p:this.hitProject};this.calculateHit(e,true,e.ctrlKey||e.metaKey);this.moveMouse=this.mouse;lockProject=false;if(-1!==this.hitProject){lockProject=kOpenProject!==this.storage.getProject(this.hitProject).status()}if(this.readMode){if(hitItem.t!=this.hitTask||hitItem.p!=this.hitProject||this.backLightMilestone.update){this.needUpdate=true;this.backLightMilestone.update=false}return}if(this.hitSide===kTaskSideNone){this.menuTask.set(this.hitProject,this.hitMilestone,this.hitTask,this.storage.getTasWithInd(this.hitProject,this.hitMilestone,this.hitTask),mouse.x,mouse.y);if(-1==this.hitProject){this.menuTask.reset()}if(-1!==this.backLightMilestone.m)this.menuMileStone.set(this.backLightMilestone.p,this.backLightMilestone.m,this.storage.getMilestone(this.backLightMilestone.p,this.backLightMilestone.m));if(-1===this.backLightMilestone.p){this.menuMileStone.reset()}}else{if(this.hitSide===kTaskSideLeft||this.hitSide===kTaskSideRight){this.menuTask.reset();this.menuMileStone.reset();if(kElementCompleted!==this.menuTask._status&&!lockProject)this.overlay.style.cursor="w-resize"}}if(-1===hitItem.t&&-1===this.hitTask)this.linkWidget.onmousemove(mouse.x,mouse.y);if(this.menuTask.onmousemove(mouse.x,mouse.y)){this.linkWidget.reset()}if(this.menuMileStone.onmousemove(mouse.x,mouse.y)){this.linkWidget.reset()}if(hitItem.t!=this.hitTask||hitItem.p!=this.hitProject||this.backLightMilestone.update){if(this.backLightMilestone.update){if(!this.milestoneChange){this._leftPanelController.updateFocus(this.backLightMilestone.p,this.backLightMilestone.m,undefined);if(-1!==this.backLightMilestone.m)this.menuMileStone.set(this.backLightMilestone.p,this.backLightMilestone.m,this.storage.getMilestone(this.backLightMilestone.p,this.backLightMilestone.m))}}else{if(this.editBox.isEnable()){this._leftPanelController.updateFocus(this.editBox.p,this.editBox.m==-1?undefined:this.editBox.m,this.editBox.t==-1?undefined:this.editBox.t)}else{this._leftPanelController.updateFocus(this.hitProject,this.hitMilestone==-1?undefined:this.hitMilestone,this.hitTask==-1?undefined:this.hitTask)}}this.needUpdate=true;this.backLightMilestone.update=false}else{this.leftPanelController().clearHighlight()}},onmousedown:function(e){if(!this.userEvents)return;this._modeStrafe=false;this.animator.stop();if(this.zoomBar)this.zoomBar.releaseCapture();var tref=null;this.capTask=-1;this.capSide=0;this.downMouse=this.windowToCanvas(e.clientX,e.clientY);this.pressMouse={x:this.downMouse.x,y:this.downMouse.y,change:false};if(this._leftPanelController.getPanel().editBox.isEnable()){if(!this._leftPanelController.getPanel().editBox.inBound(e)){this._leftPanelController.clearFocus()}return}if(this.bottomScroll.onmousedown(this.downMouse))return;if(this.rightScroll.onmousedown(this.downMouse))return;this.leftBoxMousePressed=0;this.moveMouse={x:this.downMouse.x,y:this.downMouse.y};if(this.taskDescWidget.ref){if(!this.taskDescWidget.checkBound(this.pressMouse.x,this.pressMouse.y)){if(this.taskDescWidget.checkInBoundDetailsLink(this.pressMouse.x,this.pressMouse.y)){this.taskDescWidget.setLinkRef("tasks.aspx?prjID="+this.taskDescWidget.ref.t._owner+"&id="+this.taskDescWidget.ref.t._id)}this.offMenus();this.overlay.style.cursor="";return}this.needUpdate=true}if(this.milestoneDescWidget.ref){if(!this.milestoneDescWidget.checkBound(this.pressMouse.x,this.pressMouse.y)){this.offMenus();this.overlay.style.cursor="";return}}this.isLBMDown=true;if(e.buttons){this.pressedButtonRight=e.buttons==2}else{this.pressedButtonRight=e.button===2;if(!this.pressedButtonRight)this.pressedButtonLeft=e.button===1}if(this.linkWidget.onmousedown(this.moveMouse.x,this.moveMouse.y))return;if(this.menuTask.onmousedown(this.moveMouse.x,this.moveMouse.y))return;if(this.menuMileStone.onmousedown(this.moveMouse.x,this.moveMouse.y))return;if(this.mouse.y<=this.visibleUp){return}this.calculateHit(e,!this.editBox.enable,e.ctrlKey||e.metaKey);if(this.editBox.enable){if(this.editBox.p===this.hitProject&&this.editBox.m===this.hitMilestone&&this.editBox.t===this.hitTask){this.capTask=this.hitTask;this.capMilestone=this.hitMilestone;this.capProject=this.hitProject;this.capSide=this.hitSide;this.editBox.onmousedown(this.moveMouse);return}if(-1!==this.editBox.p&&-1!==this.editBox.m&&this.editBox.t===-1){this.editBox.onmousedown(this.moveMouse);if(this.editBox.inBound(this.moveMouse.x,this.moveMouse.y))return}this.editBox.onmousedown(this.moveMouse);if(this.editBox.checkUp){this.hitProject=-1;this.hitMilestone=-1;this.hitTask=-1;this.capTask=-1;this.capMilestone=-1;this.capProject=-1;return}}this.capTask=this.hitTask;this.capMilestone=this.hitMilestone;this.capProject=this.hitProject;this.capSide=this.hitSide;if(this.hitLink){this.capLink=this.hitLink}if(this._mouseInLinkZone){if(this.addEditLink()){this.editMode=kEditModeAddLink}this.needUpdate=true;return}if(-1===this.menuMileStone.p&&-1===this.menuMileStone.m){if(this.pressedButtonRight&&-1===this.capProject&&-1===this.capTask&&-1===this.capMilestone){this.anchorMouse={x:0,y:0};if(this.exist&&this.capLink||this.hitLink){this._modelController.addTaskOperation(kHandlerBeforeDeleteTaskLink,this.hitLink?this.hitLink:this.capLink)}else{if(!this.editBox.enable){if(this.calculateLineHit(e)){if(-1!==this.hitLine.p&&kOpenProject===this.storage.getProject(this.hitLine.p).status()){var line=this.hitLine.t+1;if(-1!==this.hitLine.m){this.storage.getMilestone(this.hitLine.p,this.hitLine.m).setCollapse(false)}if(this.storage.p[this.hitLine.p].fullCollapse){this.storage.p[this.hitLine.p].setFullCollapse(false)}if(e.ctrlKey||e.metaKey){this.updateData();this.needUpdateContent=true;this.drawScene();this.createMilestone(this.hitLine.p,this.hitLine.bottomMilestoneInd?this.hitLine.bottomMilestoneInd:this.hitLine.m)}else{if(this.storage.p[this.hitLine.p].collapse&&-1===this.hitLine.m){this.storage.p[this.hitLine.p].setCollapse(false);this.updateData();this.needUpdateContent=true;this.drawScene()}this.createTask(this.hitLine.p,this.hitLine.m,line);this.createMode={p:this.hitLine.p,m:this.hitLine.m,t:line}}}}else{if(this.downMouse.y>this.visibleUp){if(this.storage.p.length){if(kOpenProject===this.storage.getProject(0).status()){this.storage.p[0].setCollapse(false);var ind=this.storage.p[0].t.length;this.createTask(0,-1,ind);this.createMode={p:0,m:-1,t:ind}}}}}}}this.offMenus();this.offWidgets();return}}if(e.ctrlKey||e.metaKey){if(-1!=this.capProject&&-1!=this.capTask&&-1===this.capMilestone){tref=this.storage.getTask(this.capProject,undefined,this.capTask)}if(-1!=this.capProject&&-1!=this.capTask&&-1!=this.capMilestone){tref=this.storage.getTask(this.capProject,this.capMilestone,this.capTask)}if(tref){if(kElementCompleted==tref._status||!(e.ctrlKey||e.metaKey))return;var worldToScreen=this.timeScale.hourInPixels/this.timeScale.scaleX;var boundWidth=tref.duration*worldToScreen;var anchorX=this.anchorMouse.x*worldToScreen;var dur=tref.duration;var mouseX=this.moveMouse.x;if(tref.endFail){boundWidth=-anchorX;dur=boundWidth/worldToScreen;var timeTaskScreen=this.timeToSceneX(tref.beginTime);boundWidth=this.ctxWidth-kTaskEndFailSetup.smallClampPx;if(timeTaskScreen>this.visibleLeft-1){boundWidth=this.ctxWidth-kTaskEndFailSetup.smallClampPx-timeTaskScreen}else{boundWidth=this.ctxWidth*kTaskEndFailSetup.bigClampPct-this.visibleLeft;anchorX=0;mouseX=this.visibleLeft}}this.dragBound={x:mouseX,y:this.moveMouse.y,width:boundWidth,height:this.itemHeight,dy:0,dx:anchorX,time:dur,failEnd:tref.endFail};this.itemToDrop={t:this.capTask,m:this.capMilestone,p:this.capProject};this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.hitTask=-1;this.hitMilestone=-1;this.hitProject=-1;this.hitSide=-1;this.isLBMDown=false;this.needUpdate=true;this.editMode=kEditModeElementDrag}return}if(this.editBox.enable)return;this.needUpdate=true;var taskRef=null;var projectId=-1;var milestoneId=-1;var taskId=-1;var formatBatchTasks=[],silentUpdateMode=true;if(-1!==this.capProject&&-1!==this.capTask&&-1===this.capMilestone&&!this.readMode){taskRef=this.storage.p[this.capProject].t[this.capTask];if(kElementCompleted===taskRef._status)return;projectId=this.storage.p[this.capProject]._id;taskId=this.storage.p[this.capProject].t[this.capTask]._id;if(kEnableQueryTaskWithLinksMove){this.queryMoveLinks=this._modelController.collectBeginEndItems(this.capProject,undefined,taskId);if(this.queryMoveLinks){if(this.queryMoveLinks.right){this.queryMoveLinks.right.walkElements(taskRef,function(task,node,data){if(data){formatBatchTasks.push(data)}})}if(this.queryMoveLinks.left){this.queryMoveLinks.left.walkElements(taskRef,function(task,node,data){if(data){formatBatchTasks.push(data)}})}}}this._undoManager.addTempOperation(kOperationChangeTimeTask,{p:this.capProject,m:undefined,t:taskRef,index:this.capTask,taskId:taskId,milestoneId:undefined,projectId:projectId,silentUpdateMode:silentUpdateMode,queryMoveLinks:formatBatchTasks})}else if(-1!=this.capProject&&-1!=this.capTask&&-1!==this.capMilestone&&!this.readMode){taskRef=this.storage.getTask(this.capProject,this.capMilestone,this.capTask);if(kElementCompleted===taskRef._status)return;projectId=this.storage.p[this.capProject]._id;milestoneId=this.storage.p[this.capProject].m[this.capMilestone]._id;taskId=this.storage.p[this.capProject].m[this.capMilestone].t[this.capTask]._id;if(kEnableQueryTaskWithLinksMove){this.queryMoveLinks=this._modelController.collectBeginEndItems(this.capProject,this.capMilestone,taskId);if(this.queryMoveLinks){if(this.queryMoveLinks.right){this.queryMoveLinks.right.walkElements(taskRef,function(task,node,data){if(data){formatBatchTasks.push(data)}})}if(this.queryMoveLinks.left){this.queryMoveLinks.left.walkElements(taskRef,function(task,node,data){if(data){formatBatchTasks.push(data)}})}}}this._undoManager.addTempOperation(kOperationChangeTimeTask,{p:this.capProject,m:this.capMilestone,t:taskRef,index:this.capTask,taskId:taskId,milestoneId:milestoneId,projectId:projectId,silentUpdateMode:silentUpdateMode,queryMoveLinks:formatBatchTasks})}else if(-1!=this.capProject&&-1===this.capTask&&-1!==this.capMilestone&&!this.readMode){var ids=this.storage.milestoneIds(this.capProject,this.capMilestone);var ref=this.storage.getMilestone(this.capProject,this.capMilestone);this._undoManager.add(kOperationChangeTimeMilestone,{p:this.capProject,m:this.capMilestone,t:ref,index:this.capMilestone,taskId:undefined,milestoneId:ids.m,projectId:ids.p,silentUpdateMode:silentUpdateMode});this._undoManager.add(kOperationDummy,null)}else if(this.capLink){this.needUpdate=true}},onmouseup:function(e,focus){if(!this.userEvents)return;this._modeStrafe=false;var coords;var lockproject=false;var taskId=-1;var projectId=-1;var milestoneId=-1;var p,t,m,clickOk=false;var t_=this;var mouseChange=this.pressMouse.change;this.createMode=null;this.needUpdateScrollContent=true;this.isLBMDown=false;this.downMouse=this.windowToCanvas(e.clientX,e.clientY);if(this.leftBoxMousePressed){this.leftBoxMousePressed--;this.offMenus();this.needUpdate=true;return}if(focus)return;if(this.taskDescWidget.ref&&this.taskDescWidget.href){if(!this.taskDescWidget.checkBound(this.downMouse.x,this.downMouse.y)){if(this.taskDescWidget.checkInBoundDetailsLink(this.downMouse.x,this.downMouse.y)){window.open(this.taskDescWidget.href);this.taskDescWidget.setLinkRef(null)}}}this.taskDescWidget.setLinkRef(null);if(this.pressMouse.y<=this.visibleUp){return}if(kEditModeAddLink===this.editMode){this.applyEditLink();this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.capProject=-1;this.queryMoveLinks=null;this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;return}else if(kEditModeElementDrag===this.editMode){this.painter.clearZones(true);this.moveElement(e);this.updateData();return}if(this.editBox.enable){this.editBox.onmouseup(this.windowToCanvas(e.clientX,e.clientY));return}this.menuMileStone.reset();this.menuTask.reset();if(this.editBox.checkUp&&e.which!==3){this.editBox.onmouseup(this.downMouse);return}this.pressMouse={x:this.downMouse.x,y:this.downMouse.y,change:this.pressMouse.change};var hitItem={t:this.hitTask,m:this.hitMilestone,p:this.hitProject};this.calculateHit(e,true);if(-1!==this.backLightMilestone.p&&-1!==this.backLightMilestone.m&&-1===this.hitTask){this.hitProject=this.backLightMilestone.p;this.hitMilestone=this.backLightMilestone.m}if(this.clickPosCentreing){this.animator.moveCenterToX(this.storage.getTask(this.clickPosCentreing.p,this.clickPosCentreing.m,this.clickPosCentreing.t).beginTime);this.clickPosCentreing=null;this.offMenus();this.overlay.style.cursor=""}function checkMouse(e){var mouse=t_.windowToCanvas(e.clientX,e.clientY);return mouse.x==t_.pressMouse.x&&mouse.y==t_.pressMouse.y&&!t_.pressMouse.change}if(-1!==this.capProject&&-1!==this.capTask&&-1!==this.capMilestone){lockproject=kOpenProject!==this.storage.getProject(this.capProject).status();t=this.storage.getTask(this.capProject,this.capMilestone,this.capTask);if(this.pressedButtonRight&&!focus&&!lockproject){if(-1!==this.hitTask){if(this.handlers[kHanderShowEditPopUpMenuWindow]&&!this.readMode){this._modelController.statusElement={p:this.capProject,m:this.capMilestone,t:this.capTask,ids:this.storage.taskIds(this.capProject,this.capMilestone,this.capTask),isTask:true,task:t,ref:t};coords={left:e.clientX-this.ctx.canvas.offsetLeft,top:this.currentElementY+this.ctx.canvas.offsetTop};this.offWidgets();this.handlers[kHanderShowEditPopUpMenuWindow](coords,t,true,this.storage.getProject(this.capProject).id())}}this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.queryMoveLinks=null;this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.offMenus();this.leftPanelController().clearFocus();return}if(!mouseChange){if(this.taskDescWidget.check(t)){t.dropDownWidget=!t.dropDownWidget;if(t.dropDownWidget){this.milestoneDescWidget.check(null)}clickOk=true}this._undoManager.deleteTempOperation()}else{projectId=this.storage.getProject(this.capProject)._id;milestoneId=this.storage.getMilestone(this.capProject,this.capMilestone)._id;taskId=t._id;this._undoManager.applyTempOperation();this._undoManager.updateOperation(true,t,this.queryMoveLinks)}this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.queryMoveLinks=null;this.leftPanelController().scrollContent(this.rightScroll.value())}if(-1!==this.capProject&&-1!==this.capTask&&-1===this.capMilestone){lockproject=kOpenProject!==this.storage.getProject(this.capProject).status();t=this.storage.getTask(this.capProject,undefined,this.capTask);if(this.pressedButtonRight&&!focus&&!lockproject){if(-1!==this.hitTask){if(this.handlers[kHanderShowEditPopUpMenuWindow]&&!this.readMode){this._modelController.statusElement={p:this.capProject,m:undefined,t:this.capTask,ids:this.storage.taskIds(this.capProject,undefined,this.capTask),isTask:true,task:t,ref:t};coords={left:e.clientX-this.ctx.canvas.offsetLeft,top:this.currentElementY+this.ctx.canvas.offsetTop};this.offWidgets();this.handlers[kHanderShowEditPopUpMenuWindow](coords,t,true,this.storage.getProject(this.capProject).id())}}this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.queryMoveLinks=null;this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.offMenus();this.leftPanelController().clearFocus();return}if(!mouseChange){if(this.taskDescWidget.check(t)){t.dropDownWidget=!t.dropDownWidget;if(t.dropDownWidget){this.milestoneDescWidget.check(null)}clickOk=true}this._undoManager.deleteTempOperation()}else{projectId=this.storage.getProject(this.capProject)._id;taskId=t._id;this._undoManager.applyTempOperation();this._undoManager.updateOperation(true,t,this.queryMoveLinks)}this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.capProject=-1;this.queryMoveLinks=null;this.leftPanelController().scrollContent(this.rightScroll.value())}if(-1!==this.menuMileStone.p&&-1!==this.menuMileStone.m){lockproject=kOpenProject!==this.storage.getProject(this.menuMileStone.p).status();m=this.storage.getMilestone(this.menuMileStone.p,this.menuMileStone.m);if(this.pressedButtonRight&&!focus&&!lockproject){if(this.handlers[kHanderShowEditPopUpMenuWindow]&&!this.readMode){this._modelController.statusElement={p:this.menuMileStone.p,m:this.menuMileStone.m,t:undefined,ids:this.storage.milestoneIds(this.menuMileStone.p,this.menuMileStone.m),isTask:false,milestone:m,ref:m};coords={left:e.clientX-this.ctx.canvas.offsetLeft,top:this.getElementPosVertical(this.menuMileStone.p,this.menuMileStone.m,-1)+this.ctx.canvas.offsetTop-this.rightScroll.value()};this.offWidgets();this.handlers[kHanderShowEditPopUpMenuWindow](coords,m,false,this.storage.getProject(this.menuMileStone.p).id())}this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.queryMoveLinks=null;this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.offMenus();this.leftPanelController().clearFocus();return}if(!mouseChange){m.dropDownWidget=!m.dropDownWidget;if(m.dropDownWidget){this.taskDescWidget.check(null)}else{this.milestoneDescWidget.check(null)}clickOk=true}this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.leftPanelController().scrollContent(this.rightScroll.value())}if(-1!==this.capProject&&-1===this.capTask&&-1!==this.capMilestone){if(mouseChange){if(this._undoManager.flushTopDummy()){var ref=this.storage.getMilestone(this.capProject,this.capMilestone);this._undoManager.updateOperation(true,ref)}}else{if(this._undoManager.flushTopDummy()){this._undoManager.flushPop(0)}}this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.leftPanelController().scrollContent(this.rightScroll.value())}if(this.pressMouse.change)clickOk=true;this.capTask=-1;this.capSide=0;this.capMilestone=-1;this.pressMouse.change=true;this.queryMoveLinks=null;if(this.bottomScroll.onmouseup(e))return;if(this.rightScroll.onmouseup(e))return;if(!clickOk){this.milestoneDescWidget.check(null);this.taskDescWidget.check(null)}this.needUpdate=true;this.needUpdateScrollContent=true},ondblclick:function(e){if(!this.userEvents)return;this.isLBMDown=false;if(e.ctrlKey||e.metaKey)return;if(this.editBox.enable){this.editBox.ondblclick(this.windowToCanvas(e.clientX,e.clientY));return}this.calculateHit(e);this.downMouse=this.windowToCanvas(e.clientX,e.clientY);if(this.bottomScroll.onmousedown(this.downMouse))return;if(this.rightScroll.onmousedown(this.downMouse))return;if(-1!==this.hitMilestone&&-1!==this.hitTask){return}if(this.menuTask.check(this.downMouse.x,this.downMouse.y)||this.menuMileStone.check(this.downMouse.x,this.downMouse.y)||-1!==this.menuMileStone.p&&-1!==this.menuMileStone.m){}},onmousewheel:function(e){if(!this.userEvents)return;var oldPosY=0;if(this.editMode==kEditModeAddLink){oldPosY=this.rightScroll.value()}this.offWidgets();if(e.altKey){if(kEditModeElementDrag===this.editMode){return}e=e||window["event"];var delta=e["deltaY"]||e["detail"]||e["wheelDelta"];if(e["deltaY"])delta*=-1;if(e["detail"])delta*=-1;this.setZoomUI(this.zoom-(delta/Math.abs(delta)>>0));this.calculateHit(e,true);if(this.zoomBar){this.zoomBar.repaint=true}return}var scrollVertical=true;if(undefined!==e["wheelDeltaX"]){var offAdd=0,maxPos=this.zoomBar.maxPos(),minPos=this.zoomBar.minPos();if(e["wheelDeltaX"]>0){offAdd=minPos-this.offsetX;if(offAdd>0){this.offWidgets();this.offMenus();this.painter.clearZones(true);this.overlay.style.cursor="";offAdd=Math.min(Math.abs(offAdd),this.ctxWidth/this.timeScale.hourInPixels*kUIScrollStepInWidthPercent);this.animator.addMovementX(-offAdd)}scrollVertical=false}if(e["wheelDeltaX"]<0){offAdd=maxPos-this.offsetX;if(offAdd<0){this.offWidgets();this.offMenus();this.painter.clearZones(true);this.overlay.style.cursor="";offAdd=Math.min(Math.abs(offAdd),this.ctxWidth/this.timeScale.hourInPixels*kUIScrollStepInWidthPercent);this.animator.addMovementX(offAdd)}scrollVertical=false}}if(scrollVertical){this.rightScroll.onmousewheel(e)}if(this.editMode==kEditModeAddLink){this.linkLineEdit.posY+=oldPosY-this.rightScroll.value()}this.calculateHit(e,true);this.linkWidget.setLink(this.hitLink);var mouse=this.windowToCanvas(e.clientX,e.clientY);this.menuTask.set(this.hitProject,this.hitMilestone,this.hitTask);if(0<this.menuTask.bound.w&&0<this.menuTask.bound.h){this.menuTask.check(mouse.x,mouse.y)}if(0<this.menuMileStone.bound.w&&0<this.menuMileStone.bound.h){this.menuMileStone.check(mouse.x,mouse.y)}},onkeypress:function(e){if(!this.userEvents)return;if(this.editBox.enable){this.editBox.onkeypress(e);return}if(this._leftPanelController.getPanel().editBox.isEnable()){return}e=window.event||e;var keyCode=e.keyCode?e.keyCode:e.which?e.which:e.charCode;if((e.ctrlKey||e.metaKey)&&26==keyCode){this._undoManager.undo()}if((e.ctrlKey||e.metaKey)&&25==keyCode){this._undoManager.redo()}},onkeydown:function(e){if(!this.userEvents)return;if(this.editBox.enable){this.editBox.onkeydown(e);return}if(this._leftPanelController.getPanel().editBox.isEnable()){return}e=window.event||e;var keyCode=e.keyCode?e.keyCode:e.which?e.which:e.charCode;this.counter=0;var hidePopUp=false;var mY=0;var maxVal=floor2(this.rightScroll.maxValue()/this.itemMargin)*this.itemMargin;var offAdd=0,maxPos=this.zoomBar.maxPos(),minPos=this.zoomBar.minPos();switch(keyCode){case 191:{if((e.ctrlKey||e.metaKey)&&e.shiftKey){this.printVersion=!this.printVersion;this.needUpdate=true}}break;case 40:{hidePopUp=true;mY=this.fullscreen?this.rightScroll.value()+kUIScrollBarStepMoveY:floor2((this.rightScroll.value()+this.itemMargin)/this.itemMargin+.5)*this.itemMargin-kEps;this.animator.moveToY(Math.min(mY,maxVal-kEps),undefined,!this.fullscreen)}break;case 38:{hidePopUp=true;mY=this.fullscreen?this.rightScroll.value()-kUIScrollBarStepMoveY:floor2((this.rightScroll.value()-this.itemMargin)/this.itemMargin+.5)*this.itemMargin-kEps;this.animator.moveToY(Math.max(mY,kEps),undefined,!this.fullscreen)}break;case 33:{hidePopUp=true;if(!this.fullscreen){mY=floor2((this.rightScroll.value()-floor2((this.ctxHeight-this.timeScale.height())/this.itemMargin+.5)*this.itemMargin)/this.itemMargin)*this.itemMargin-kEps;this.animator.moveToY(Math.max(mY,kEps))}else{this.animator.moveToY(Math.max(this.rightScroll.calculatePageMove(1)*this.rightScroll.step,kEps))}}break;case 34:{hidePopUp=true;if(!this.fullscreen){mY=floor2((this.rightScroll.value()+floor2((this.ctxHeight-this.timeScale.height())/this.itemMargin+.5)*this.itemMargin)/this.itemMargin)*this.itemMargin-kEps;this.animator.moveToY(Math.min(mY,maxVal-kEps))}else{this.animator.moveToY(Math.min(this.rightScroll.calculatePageMove(-1)*this.rightScroll.step,this.rightScroll.maxValue()-kEps))}}break;case 36:hidePopUp=true;this.rightScroll.pageMove(1,"end");break;case 35:hidePopUp=true;if(!this.fullscreen){this.animator.moveToY(maxVal-kEps,undefined,true)}else{this.rightScroll.pageMove(-1,"home")}break;case 37:offAdd=minPos-this.offsetX;if(offAdd>0){if(kEditModeElementDrag===this.editMode)return;this.offWidgets();this.offMenus();this.painter.clearZones(true);this.overlay.style.cursor="";offAdd=Math.min(Math.abs(offAdd),this.ctxWidth/this.timeScale.hourInPixels*kUIScrollStepInWidthPercent);this.animator.addMovementX(-offAdd)}break;case 39:offAdd=maxPos-this.offsetX;if(offAdd<0){if(kEditModeElementDrag===this.editMode)return;this.offWidgets();this.offMenus();this.painter.clearZones(true);this.overlay.style.cursor="";offAdd=Math.min(Math.abs(offAdd),this.ctxWidth/this.timeScale.hourInPixels*kUIScrollStepInWidthPercent);this.animator.addMovementX(offAdd)}break}if(hidePopUp){this.offMenus();this.offWidgets();this.clearPopUp=true}},onkeyup:function(e){if(!this.userEvents)return;if(!this.readMode&&!(e.ctrlKey||e.metaKey)){this.applyEditLink()}},onpaste:function(e){if(!this.userEvents)return;if(this.editBox.enable){this.editBox.onpaste(e)}},oncopy:function(e){if(!this.userEvents)return;if(this.editBox.enable){this.editBox.oncopy(e)}},drawScene:function(print){if(!this.needUpdate)return;this.needUpdate=false;if(this.ctx){this.ctxWidth=this.ctx.canvas.width;this.ctxHeight=this.ctx.canvas.height;this.bounding=this.ctx.canvas.getBoundingClientRect();if(this.fullscreen){this.centerScreen=this.ctxWidth*.5;this.visibleLeft=0}else{this.visibleLeft=this._leftPanelController.getPanel().getWidth();this.centerScreen=(this.ctxWidth+this.visibleLeft)*.5}this.worldToScreen=this.timeScale.hourInPixels/this.timeScale.scaleX;this.offX=this.timeScale.hourInPixels*this.offsetX;if(this.needUpdateContent){this.contentHeight=this.getContentHeight();if(!this.fullscreen){this.contentHeight+=this.itemMargin}var viewHeight=this.ctxHeight-this.timeScale.height();this.rightScroll.init(this.timeScale.height(),viewHeight,this.contentHeight+!this.fullscreen*this.itemMargin,this.ctxWidth);this.rightScroll.clamp();this.visibleUp=!this.fullscreen*this.timeScale.height();this.needUpdateContent=false;if(this._leftPanelController){this._leftPanelController.scrollContent(this.rightScroll.value())}}if(this.zoomBar){this.bottomScroll.updateThumb(this.zoomBar.thumb,this.ctxWidth,this.ctxHeight)}this.timeScale.refresh();this.ctx.clearRect(0,0,this.ctxWidth,this.ctxHeight);this.worldToScreen=this.timeScale.hourInPixels/this.timeScale.scaleX;this.offX=this.timeScale.hourInPixels*this.offsetX;this.scrollY=this.rightScroll.value()>>0;this.drawWeekend();this.timeScale.drawLines();this.timeScale.draw();this.drawElementHorLines();this.drawDayLine();this.drawWeekendLines();if(this.fullscreen){this.ctx.save();this.ctx.rect(0,this.timeScale.height()+this.itemProjectMargin*2,this.ctxWidth,this.ctxHeight);this.ctx.clip()}this.drawProjects();if(this.fullscreen){this.ctx.restore()}this.drawPopWidgets();if(undefined===print){this.rightScroll.refresh();this.bottomScroll.refresh()}if(this.ctx.canvas.width-this.ctxWidth>1){this.ctx.fillStyle="#ffffff";this.ctx.fillRect(this.ctxWidth,0,this.ctx.canvas.width-this.ctxWidth,this.ctxHeight)}this.updateScrollContent();if(this._needDrawFlashBackground){this.ctx.fillStyle="rgba(255,255,255,0.7)";this.ctx.fillRect(0,0,this.ctxWidth,this.ctxHeight)}if(this.printVersion){this.ctx.font="Bold 10pt "+kDefaultFontName;this.ctx.fillStyle="#000000";this.ctx.fillText("v"+kInternalVersion,this.ctxWidth-70,this.ctxHeight-15)}}},drawProjects:function(){var i,j,tx,tn,te,textW;var offY=floor2(this.timeScale.height());var scrollY=floor2(this.rightScroll.value());this.ctx.font=this.titlesFont;this._renderer.prepare();this.editBox.boundUpdate=false;this.projectsLines=[];var p=this.storage.projects();var length=p.length;for(j=0;j<length;++j){var tasks=p[j].t;var tasksLength=tasks.length;this.projectsLines.push(offY-scrollY+this.itemMargin*.5);offY+=this.itemMargin;if(p[j].fullCollapse){continue}tx=this.offX+p[j].beginTime*this.worldToScreen;te=p[j].duration*this.worldToScreen;this.ctx.strokeStyle=kLinesVerticalColor;this.ctx.lineWidth=1;offY+=(this.itemMargin-this.itemHeight)*.5;if(j===this.capProject)offY=this.drawProject(p[j],offY,this.capTask,scrollY,j);else offY=this.drawProject(p[j],offY,-1,scrollY,j);if(offY-scrollY>this.ctxHeight){break}offY-=(this.itemMargin-this.itemHeight)*.5;if(0===tasksLength)offY+=this.itemMargin}if(!this.editBox.boundUpdate){this.editBox.setBound(0,0,0,0,true)}},drawProject:function(project,offY,capture,scrollY,p){var i,j,x,tasksCount,length,free=false,outFactor=false;var m=project.m,realTasksCount;var count=m.length;for(i=0;i<count;++i){tasksCount=m[i].t.length;if(m[i].filter){continue}realTasksCount=tasksCount;for(x=tasksCount-1;x>=0;--x){if(m[i].t[x].filter){--realTasksCount}}this._renderer.drawBackLightMilestone(p,i,-1,offY-scrollY+3);this._renderer.drawMilestone(m[i],offY,p,i,realTasksCount);if(offY-scrollY>this.ctxHeight){outFactor=true;break}offY+=this.itemMargin;if(offY-scrollY+tasksCount*this.itemMargin>0&&offY-scrollY<this.ctxHeight){if(!this.fullscreen&&!m[i].collapse||this.fullscreen)this._renderer.drawLinks(m[i].t,this.offX,offY,scrollY)}if(0===tasksCount&&this.fullscreen){offY+=this.itemMargin}if(!this.fullscreen&&m[i].collapse){continue}for(j=0;j<tasksCount;++j){if(m[i].t[j].filter){continue}this._renderer.drawBackLightTask(p,i,j,offY-scrollY+3);this._renderer.drawTask(m[i].t[j],offY,free,p,i,j,m[i].t);offY+=this.itemMargin}}if(outFactor){return offY}length=project.t.length;if(length){i=-1;if(this.fullscreen){offY+=this.itemHeight}free=true;if(!this.fullscreen){offY+=this.itemMargin;if(project.collapse){return offY}}if(offY-scrollY<this.ctxHeight){if(!this.fullscreen&&!project.collapse||this.fullscreen)this._renderer.drawLinks(project.t,this.offX,offY,scrollY)}for(j=0;j<length;++j){if(project.t[j].filter){continue}this._renderer.drawBackLightFreeTask(p,i,j,offY-scrollY+3);this._renderer.drawTask(project.t[j],offY,free,p,i,j,project.t);offY+=this.itemMargin}}return offY},drawPopWidgets:function(){var t=this,k=0;function splitStrings(str,str2,maxstrings){if(!str||0===str.length)return{lines:[],width:0};if(!str2)str2=str;var lines=[];var maxBlockWidth=0;var allTextWidth=Math.max(t.ctx.measureText(str).width,t.ctx.measureText(str2).width)/t.zoom;if(allTextWidth>kDetailsWidgetSettings.width){var i,j;var widgetWidth=allTextWidth>kDetailsWidgetSettings.maxWidth*2?kDetailsWidgetSettings.maxWidth:kDetailsWidgetSettings.width;var strings=[],line="";var length=str.length;var from=0;for(i=0;i<length;++i){if("\n"===str[i]){strings.push(str.slice(from,i));strings.push("\n");++i;from=i}if(" "===str[i]&&from!==i){strings.push(str.slice(from,i));from=i}if(i==length-1){if(from!==i){strings.push(str.slice(from,i+1))}}}length=strings.length;for(j=0;j<length;++j){var appLine=line+strings[j];var widthLine=t.ctx.measureText(appLine).width/t.zoom;if(t.ctx.measureText(strings[j]).width/t.zoom>widgetWidth){line=strings[j].slice(0,25).replace(/^\s+/,"")+"...";lines.push(line);maxBlockWidth=Math.max(t.ctx.measureText(line).width/t.zoom,maxBlockWidth);break}if(strings[j]==="\n"){line=line.replace(/^\s+/,"");lines.push(line);maxBlockWidth=Math.max(t.ctx.measureText(line).width/t.zoom,maxBlockWidth);line="";continue}if(widthLine>widgetWidth){line=line.replace(/^\s+/,"");lines.push(line);maxBlockWidth=Math.max(t.ctx.measureText(line).width/t.zoom,maxBlockWidth);line=strings[j]}else{line=appLine}if(j==length-1){line=line.replace(/^\s+/,"");lines.push(line);maxBlockWidth=Math.max(t.ctx.measureText(line).width/t.zoom,maxBlockWidth)}if(lines.length>maxstrings-1&&-1!==maxstrings){if(lines[lines.length-1].length>2){if(" "==lines[lines.length-1][lines[lines.length-1].length-2]){lines[lines.length-1]=lines[lines.length-1].slice(0,-2)}}lines.push("...");break}}}else{lines.push(str);maxBlockWidth=kDetailsWidgetSettings.width}maxBlockWidth+=t.taskTextIndent*2;return{lines:lines,width:maxBlockWidth*t.zoom}}function drawTaskWidget(){var isOverdue=kTaskOverdueColor==widget.fill;var isComplete=kTaskCompleteColor==widget.fill;var tx=t.visibleLeft+(t.visibleLeft>0?5:0);widget.x=Math.max(tx,widget.x);var widgetTxtOffX=widget.x+t.taskTextIndent*t.zoom;var widthWidget=Math.max(widget.t.stringsBlocks.width,widget.t.descStrings.width);var heightWidget=widget.t.stringsBlocks.lines.length*t.fontPx;heightWidget+=widget.t.descStrings.lines.length*t.fontPx;heightWidget+=t.fontPx*.5;var openSubtaskCount=widget.t.subtasks();if(isOverdue){heightWidget+=t.fontPx}if(widget.t.performer&&widget.t.performer.length){heightWidget+=t.fontPx*1.5}if(openSubtaskCount){heightWidget+=t.fontPx*1.5}heightWidget+=t.fontPx*1.5;heightWidget+=t.fontPx*1.5;heightWidget+=t.fontPx*2.2;heightWidget/=t.zoom;var dayTxt=widget.t.formatBeginDate()+" - "+widget.t.formatEndDate();if(widget.t.endTime>0&&!isComplete)dayTxt+=" ("+window["Gantt"]["Localize_strings"]["statusOpenTask"]+")";if(isComplete)dayTxt+=" ("+window["Gantt"]["Localize_strings"]["statusClosedTask"]+")";widthWidget=Math.max((t.ctx.measureText(dayTxt).width+t.taskTextIndent*2)*t.zoom,widthWidget);var dayOverdue="";if(isOverdue){dayOverdue=window["Gantt"]["Localize_strings"]["taskOverdueText"]["format"](widget.t.daysPastDue());widthWidget=Math.max((t.ctx.measureText(dayOverdue).width+t.taskTextIndent*2)*t.zoom,widthWidget)}t.taskDescWidget.bound.x=Math.max(1,widget.x);t.taskDescWidget.bound.y=widget.y;t.taskDescWidget.bound.w=widthWidget;t.taskDescWidget.bound.h=heightWidget;t.ctx.fillStyle=kDetailsWidgetSettings.backgroundColor;t.ctx.fillRect(widget.x,widget.y,widthWidget,heightWidget*t.zoom);t.ctx.strokeStyle=widget.fill;t.ctx.lineWidth=1;t.ctx.strokeRect(Math.floor(widget.x)+.5,Math.floor(widget.y)+.5,Math.floor(widthWidget),Math.floor(heightWidget*t.zoom+1));t.ctx.fillStyle="#000000";t.ctx.strokeStyle="#000000";var lineY=widget.y+t.fontPx+1;for(k=0;k<widget.t.stringsBlocks.lines.length;++k){t.ctx.fillText(widget.t.stringsBlocks.lines[k],widget.x+t.taskTextIndent*t.zoom,lineY);lineY+=t.fontPx}lineY+=t.fontPx*.5;t.ctx.fillStyle=isOverdue?widget.fill:"#000000";t.ctx.fillText(dayTxt,widgetTxtOffX,lineY);if(isOverdue){lineY+=t.fontPx;t.ctx.fillText(dayOverdue,widgetTxtOffX,lineY)}t.ctx.fillStyle=kDetailsWidgetSettings.titleColor;if(openSubtaskCount){lineY+=t.fontPx*1.5;var text=openSubtaskCount==1?window["Gantt"]["Localize_strings"]["taskDescSubtask"]:window["Gantt"]["Localize_strings"]["taskDescSubtasks"];t.ctx.fillText(openSubtaskCount+" "+text,widgetTxtOffX,lineY)}lineY+=t.fontPx*1.5;var respCount=widget.t._responsibles.length;if(respCount>0){var resp=widget.t.performer;if(respCount>1)resp=window["Gantt"]["Localize_strings"]["responsibles"]["format"](respCount);else resp=window["Encoder"]["htmlDecode"](widget.t._responsibles[0]["displayName"]);t.ctx.fillText(resp,widgetTxtOffX,lineY)}else{t.ctx.fillText(window["Gantt"]["Localize_strings"]["noResponsible"],widgetTxtOffX,lineY)}lineY+=t.fontPx*1.5;for(k=0;k<widget.t.descStrings.lines.length;++k){t.ctx.fillText(widget.t.descStrings.lines[k],widgetTxtOffX,lineY);lineY+=t.fontPx}lineY+=t.fontPx*.5;var detailsText=window["Gantt"]["Localize_strings"]["details"];t.ctx.fillText(detailsText,widgetTxtOffX,lineY);t.ctx.beginPath();t.ctx.strokeStyle=kDetailsWidgetSettings.descriptionColor;t.ctx.lineWidth=Math.floor(t.zoom);t.ctx.moveTo(Math.floor(widgetTxtOffX)+.5,Math.floor(lineY+t.fontPx*.15)+.5);t.ctx.lineTo(Math.floor(widgetTxtOffX+t.ctx.measureText(detailsText).width)+.5,Math.floor(lineY+t.fontPx*.15)+.5);t.ctx.stroke();var textHeight=14;t.taskDescWidget.detailsLinkBound.x=widgetTxtOffX;t.taskDescWidget.detailsLinkBound.y=lineY-textHeight;t.taskDescWidget.detailsLinkBound.w=t.ctx.measureText(detailsText).width;t.taskDescWidget.detailsLinkBound.h=textHeight}function drawMilestoneWidget(){var isOverdue=kMilestoneOverdueColor===widgetms.fill;var isComplete=kMilestoneCompleteColor===widgetms.fill;var widthWidget=Math.max(widgetms.t.descStrings.width,kDetailsWidgetSettings.width*t.zoom);widgetms.x=Math.min(widgetms.x,t.ctxWidth-5);var widgetTxtOffX=widgetms.x+t.taskTextIndent*t.zoom-widthWidget;var heightWidget=widgetms.t.descStrings.lines.length*t.fontPx;heightWidget+=t.fontPx*.5;if(widgetms.t.t.length){heightWidget+=t.fontPx*1.25}if(widgetms.t._responsibles){heightWidget+=t.fontPx*1.5}heightWidget+=t.fontPx*2;t.milestoneDescWidget.bound.x=widgetms.x-widthWidget;t.milestoneDescWidget.bound.y=widgetms.y;t.milestoneDescWidget.bound.w=widthWidget;t.milestoneDescWidget.bound.h=heightWidget;t.ctx.fillStyle=kDetailsWidgetSettings.backgroundColor;t.ctx.fillRect(widgetms.x,widgetms.y,-widthWidget,heightWidget);t.ctx.strokeStyle=widgetms.fill;t.ctx.lineWidth=1;t.ctx.strokeRect(Math.floor(widgetms.x)+.5,Math.floor(widgetms.y)+.5,-Math.floor(widthWidget),Math.floor(heightWidget+1));var lineY=widgetms.y+t.fontPx*1.25;var dayTxt=widgetms.t.formatEndDate();if(widgetms.t.endTime>0&&!isComplete)dayTxt+=" ("+window["Gantt"]["Localize_strings"]["statusOpenMilestone"]+")";if(isComplete)dayTxt+=" ("+window["Gantt"]["Localize_strings"]["statusClosedMilestone"]+")";t.ctx.fillStyle=isOverdue?widgetms.fill:"#000000";if(isOverdue){dayTxt+=" ("+window["Gantt"]["Localize_strings"]["overdue"]+")"}t.ctx.fillText(dayTxt,widgetTxtOffX,lineY);if(widgetms.t.t.length){lineY+=t.fontPx*1.25;t.ctx.fillStyle=t.windowsWidgetColorText;t.ctx.fillText(widgetms.t.t.length+" "+window["Gantt"]["Localize_strings"]["tasks"],widgetTxtOffX,lineY)}t.ctx.fillStyle=t.windowsWidgetColorText;if(widgetms.t._responsibles){lineY+=t.fontPx*1.5;t.ctx.fillText(window["Encoder"]["htmlDecode"](widgetms.t._responsibles["displayName"]),widgetTxtOffX,lineY)}lineY+=t.fontPx*1.5;for(k=0;k<widgetms.t.descStrings.lines.length;++k){t.ctx.fillText(widgetms.t.descStrings.lines[k],widgetTxtOffX,lineY);lineY+=t.fontPx}lineY+=t.fontPx*.5}var widget=this.taskDescWidget.ref;if(widget){if(null==widget.t.stringsBlocks)widget.t.stringsBlocks=splitStrings(widget.t._title,widget.t._description,kMaxShowTextStrings);if(null==widget.t.descStrings)widget.t.descStrings=splitStrings(widget.t._description,widget.t._title,kMaxShowTextStrings);drawTaskWidget()}var widgetms=this.milestoneDescWidget.ref;if(widgetms){if(null==widgetms.t.descStrings)widgetms.t.descStrings=splitStrings(widgetms.t._description,-1);drawMilestoneWidget()}},drawDayLine:function(){if(kTypeScaleMonth===this.timeScale.scaleType){var offX=floor2(this.timeToSceneX(0))+.5;this.painter.drawLineH(offX,0,offX,this.ctxHeight,kDayLineColor,1)}},drawElementHorLines:function(){if(!this.fullscreen){var divLine=this.rightScroll.value()%this.itemMargin;var height=this.timeScale.height()-divLine;var maxOffY=this.contentHeight-this.rightScroll.value();if(maxOffY<height){this.ctx.beginPath();this.ctx.strokeStyle=kLinesVerticalColor;this.ctx.lineWidth=1;this.ctx.moveTo(0,this.itemMargin+.5);this.ctx.lineTo(this.ctxWidth,this.itemMargin+.5);this.ctx.moveTo(0,this.itemMargin*2+.5);this.ctx.lineTo(this.ctxWidth,this.itemMargin*2+.5);this.ctx.stroke();return}if(this.projectsLines.length!==this.storage.p.length){this.needUpdate=true}var lineY=0;var linePY=0;this.projectsLinesY=[];this.ctx.beginPath();this.ctx.strokeStyle=kLinesVerticalColor;this.ctx.lineWidth=1;for(;height<=this.ctxHeight;height+=this.itemMargin){lineY=floor2(height)+.5;if(lineY<this.visibleUp){linePY=lineY;continue}this.ctx.moveTo(.5,lineY);this.ctx.lineTo(this.ctxWidth+.5,lineY);for(var j=this.projectsLines.length-1;j>=0;--j){if(this.projectsLines[j]>linePY&&this.projectsLines[j]<lineY){this.projectsLinesY.push(linePY);break}}linePY=lineY;if(maxOffY<height){break}}this.ctx.stroke();this.ctx.beginPath();this.ctx.strokeStyle=kLinesVerticalColor;this.ctx.lineWidth=1;this.ctx.moveTo(0,this.itemMargin+.5);this.ctx.lineTo(this.ctxWidth,this.itemMargin+.5);this.ctx.moveTo(0,this.itemMargin*2+.5);this.ctx.lineTo(this.ctxWidth,this.itemMargin*2+.5);this.ctx.stroke();if(kTypeScaleDays!==this.timeScale.scaleType){var width=this.itemMargin;this.ctx.fillStyle="#ffffff";var margin=this.itemMargin;for(var i=this.projectsLinesY.length-1;i>=0;--i){lineY=this.projectsLinesY[i]+1;if(this.projectsLinesY[i]>margin*2){this.ctx.fillRect(0,lineY,this.ctxWidth,margin-2)}else if(this.projectsLinesY[i]>=margin){this.ctx.fillRect(0,margin*2+1,this.ctxWidth,lineY-margin-2)}}}}},drawWeekend:function(){var weekend=this.timeScale.weekend();if(weekend){var ind=-1;var offX=this.timeScale.hourInPixels*this.offsetX;if(1===this.timeScale.divisionInDays&&kTypeScaleMonth!==this.timeScale.scaleType){var y=this.itemMargin;var height=this.ctxHeight-y;var arrItems=this.ctxWidth/weekend.off+2;var stepRight=(offX/weekend.off-(offX/weekend.off>>0))*weekend.off+weekend.x;this.ctx.fillStyle=kWeekendColor;for(ind=-1;ind<arrItems;++ind){this.ctx.fillRect(stepRight+ind*weekend.off,y,weekend.width,height)}}offX=floor2(this.timeToSceneX(0))+.5;this.ctx.fillStyle=kDayBandColor;this.ctx.fillRect(offX,this.itemMargin,weekend.width/2,this.ctxHeight-this.itemMargin)}},drawWeekendLines:function(){var weekend=this.timeScale.weekend();if(weekend){var ind=-1;var offX=this.timeScale.hourInPixels*this.offsetX;if(1===this.timeScale.divisionInDays&&kTypeScaleMonth!==this.timeScale.scaleType){var y=this.itemMargin;var height=this.ctxHeight;var arrItems=this.ctxWidth/weekend.off+2;var stepRight=(offX/weekend.off-(offX/weekend.off>>0))*weekend.off+weekend.x;this.ctx.lineWidth=1;this.ctx.strokeStyle=kLinesVerticalColor;this.ctx.beginPath();for(ind=-1;ind<arrItems;++ind){this.ctx.moveTo(floor2(stepRight+ind*weekend.off)+.5,floor2(this.itemMargin));this.ctx.lineTo(floor2(stepRight+ind*weekend.off)+.5,floor2(height));this.ctx.moveTo(floor2(stepRight+ind*weekend.off+weekend.width)+.5,floor2(this.itemMargin)+.5);this.ctx.lineTo(floor2(stepRight+ind*weekend.off+weekend.width)+.5,floor2(height)+.5)}this.ctx.stroke();this.ctx.lineWidth=1;this.ctx.strokeStyle=kLinesVerticalColor;this.ctx.beginPath();for(ind=-1;ind<arrItems;++ind){for(var j=3;j<7;++j){if(j===5){continue}this.ctx.moveTo(floor2(stepRight+ind*weekend.off+weekend.width*.5*j)+.5,floor2(this.itemMargin));this.ctx.lineTo(floor2(stepRight+ind*weekend.off+weekend.width*.5*j)+.5,floor2(height));this.ctx.moveTo(floor2(stepRight+ind*weekend.off+weekend.width+weekend.width*.5*j)+.5,floor2(this.itemMargin)+.5);this.ctx.lineTo(floor2(stepRight+ind*weekend.off+weekend.width+weekend.width*.5*j)+.5,floor2(height)+.5)}}this.ctx.stroke();this.ctx.fillStyle="#ffffff";var margin=this.itemMargin;var lineY=0;for(var i=this.projectsLinesY.length-1;i>=0;--i){lineY=this.projectsLinesY[i]+1;if(this.projectsLinesY[i]>margin*2){this.ctx.fillRect(0,lineY,this.ctxWidth,margin-2)}else if(this.projectsLinesY[i]>=margin){this.ctx.fillRect(0,margin*2+1,this.ctxWidth,lineY-margin-2)}}}}},drawEditLayer:function(){if(this.clearPopUp){if(this.mouse){this.onmousemove(this.mouse.baseEvent,true)}this.clearPopUp=false}if(this.editBox.enable){this.painter.clearZones(true);this.editBox.draw();this.painter.addBoundZone(this.editBox.bound,10*this.zoom);return}if(kEditModeAddLink===this.editMode)this.drawLinkEditLines();else if(kEditModeElementDrag===this.editMode)this.drawDragElement();else this.drawPopUpMenu()},drawDragElement:function(){var t=this;function drawDragItem(){if(t.dragBound.failEnd){t.overlayctx.fillStyle=kTaskDragDropFillColor;t.overlayctx.strokeStyle=t.dragTo.p===t.itemToDrop.p?kTaskDragDropBorderColor:kTaskDragDropInvalidBorderColor;t.overlayctx.lineWidth=1;if(t.dragBound.x+t.dragBound.dx<=t.visibleLeft){t.dragBound.width=t.dragBound.width+t.dragBound.x+t.dragBound.dx-t.visibleLeft;t.dragBound.x=t.visibleLeft;t.dragBound.dx=0}var x=floor2(t.dragBound.x+t.dragBound.dx)+.5;var y=floor2(t.dragBound.y+t.dragBound.dy)+.5;t.overlayctx.beginPath();t.overlayctx.moveTo(x,y);t.overlayctx.lineTo(x+t.dragBound.width,y);t.overlayctx.lineTo(x+t.dragBound.width,y+t.dragBound.height*.5);t.overlayctx.lineTo(x+t.dragBound.width,y+t.dragBound.height);t.overlayctx.lineTo(x,y+t.dragBound.height);t.overlayctx.closePath();t.overlayctx.fill();t.overlayctx.stroke();t.overlayctx.drawImage(t._renderer.infinity,x+t.dragBound.width+4,y+2)}else{if(t.dragBound.x+t.dragBound.dx<=t.visibleLeft){t.dragBound.width=t.dragBound.width+t.dragBound.x+t.dragBound.dx-t.visibleLeft;t.dragBound.x=t.visibleLeft;t.dragBound.dx=0}t.overlayctx.fillStyle=kTaskDragDropFillColor;t.overlayctx.fillRect(t.dragBound.x+t.dragBound.dx,t.dragBound.y+t.dragBound.dy,t.dragBound.width,t.dragBound.height);t.overlayctx.strokeStyle=t.dragTo.p===t.itemToDrop.p?kTaskDragDropBorderColor:kTaskDragDropInvalidBorderColor;t.overlayctx.lineWidth=1;t.overlayctx.strokeRect(floor2(t.dragBound.x+t.dragBound.dx)+.5,floor2(t.dragBound.y+t.dragBound.dy)+.5,floor2(t.dragBound.width),floor2(t.dragBound.height))}t.painter.addZone(t.dragBound.x+t.dragBound.dx,t.dragBound.y+t.dragBound.dy,t.dragBound.width,t.dragBound.height,20)}function drawCaptureMilestone(){if(t.animator.isScroll()){return}var length,tasksCount,realTasksCount,x,margin=t.itemMargin;var offY=Math.floor(t.timeScale.height());var clampX=Math.floor(t.visibleLeft);var clampY=Math.floor(t.timeScale.height()+t.itemProjectMargin*2);var p=t.storage.projects();var pl=p.length;for(var j=0;j<pl;++j){if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=margin;length=p[j].m.length;for(var i=0;i<length;++i){if(p[j].m[i].filter){continue}tasksCount=p[j].m[i].t.length;realTasksCount=tasksCount;for(x=tasksCount-1;x>=0;--x){if(p[j].m[i].t[x].filter){--realTasksCount}}if(j===t.dragTo.p&&i===t.dragTo.m){if(1===p[j].m[i]._status)return;if(t.dragTo.p!==t.itemToDrop.p)return;var tx=t.offX+p[j].m[i].beginTime*t.worldToScreen;var te=p[j].m[i].duration*t.worldToScreen;var rel=Math.floor(offY-t.scrollY+t.itemHeight-t.milestoneLinewidth*t.zoom);var th=p[j].m[i].t.length!==0?(realTasksCount+.5)*margin:.5*margin;if(!p[j].m[i].collapse){th=realTasksCount!==0?(realTasksCount+.5)*margin:.5*margin;th=realTasksCount!==0?(realTasksCount+.5)*margin:.5*margin}else{th=margin*.5}if(!t.backLightMilestone.enable){t.overlayctx.fillStyle=kMilestoneColorBackLight;t.overlayctx.fillRect(tx,rel+t.itemHeight,te,th)}if(tx<clampX){te-=clampX-tx;tx=clampX}if(tx+te>clampX){t.overlayctx.strokeStyle=kMilestoneBeforeDragColor;t.overlayctx.lineWidth=1;t.overlayctx.beginPath();t.overlayctx.moveTo(Math.floor(tx)+.5,Math.max(clampY,rel-t.milestoneLinewidth*t.zoom+.5));t.overlayctx.lineTo(Math.floor(tx)+.5,rel+Math.floor(th)+.5);t.overlayctx.lineTo(Math.floor(tx+te)+.5,rel+Math.floor(th)+.5);t.overlayctx.lineTo(Math.floor(tx+te)+.5,Math.max(clampY,rel-t.milestoneLinewidth*t.zoom+.5));t.overlayctx.stroke();t.painter.addZone(tx,rel,te,th,margin)}return}offY+=margin;if(!p[j].m[i].collapse){offY+=margin*realTasksCount}}if(p[j].collapse){offY+=margin;continue}if(p[j].t.length){offY+=margin;for(i=p[j].t.length-1;i>=0;--i){if(p[j].t[i].filter){continue}offY+=margin}}else{offY+=margin}if(offY-t.scrollY>t.ctxHeight)return}else{offY+=margin*2}}}if(this.updateDragDrop){this.painter.clearZones(true);drawCaptureMilestone();drawDragItem();this.updateDragDrop=false}},drawPopUpMenu:function(){this.painter.clearZones(true);if(this.readMode)return;if(-1!==this.hitTask&&0===this.hitSide){this.menuTask.setBound(Math.floor(this.menuTask.offx-kMenuSettings.elementsWidth5X*.5*this.zoom),Math.floor(this.menuTask.offy)-(kMenuSettings.icoSize+kMenuSettings.borderSz*2+5)*this.zoom,kMenuSettings.elementsWidth5X*this.zoom,(kMenuSettings.icoSize+kMenuSettings.borderSz*2+5)*this.zoom)}if(-1!==this.menuMileStone.m&&-1!==this.menuMileStone.p){var width=this.menuMileStone.ref._status==kElementCompleted-1?kMenuSettings.elementsWidth3X:kMenuSettings.elementsWidth6X;this.menuMileStone.setBound(floor2(this.menuMileStone.offx-width*.5*this.zoom),floor2(this.menuMileStone.offy)-(kMenuSettings.icoSize+kMenuSettings.borderSz*3+this.milestoneMenuOffY*2)*this.zoom,width*this.zoom,(kMenuSettings.icoSize+kMenuSettings.borderSz*2+this.milestoneMenuOffY*2)*this.zoom)}if(this.linkWidget.isValid()){this.linkWidget.render();return}this.painter.clearZones(true);if(this.menuTask.draw()){this.painter.addZone(this.menuTask.bound.x,this.menuTask.bound.y,this.menuTask.bound.w,this.menuTask.bound.h,10*this.zoom)}if(this.menuMileStone.draw()){this.painter.addZone(this.menuMileStone.bound.x,this.menuMileStone.bound.y,this.menuMileStone.bound.w,this.menuMileStone.bound.h,10*this.zoom)}},drawLinkEditLines:function(){if(this.linkLineEdit){if(this.linkLineEdit.update){this.painter.clearZones(true);if(!this.pushLink){var xFrom,xTo,yFrom,yTo,itemHf=this.itemHeight*.5,itemH=this.itemHeight;var mouseX=this.moveMouse.x,mouseY=this.moveMouse.y;var linkX=this.linkLineEdit.posX,linkY=this.linkLineEdit.posY+1;this.overlayctx.lineWidth=2;this.overlayctx.strokeStyle="#24547E";if(kTaskSideLeft===this.linkLineEdit.side){if(mouseX<linkX){this.painter.drawDashedLineH(this.overlayctx,floor2(mouseX-.5),floor2(linkY),floor2(linkX+.5),floor2(linkY),[6,2]);this.painter.drawDashedLineV(this.overlayctx,floor2(mouseX),floor2(Math.min(linkY,mouseY)-.5),floor2(mouseX),floor2(Math.max(linkY,mouseY)+.5),[6,2])}else{if(mouseY<this.linkLineEdit.posY){xFrom=floor2(linkX-itemHf-.5);xTo=floor2(mouseX+.5);if(xFrom<xTo){this.painter.drawDashedLineH(this.overlayctx,xFrom,floor2(linkY-itemH),xTo,floor2(linkY-itemH),[6,2]);this.painter.drawDashedLineH(this.overlayctx,xFrom,floor2(linkY),floor2(xFrom+itemHf),floor2(linkY),[6,2]);this.painter.drawDashedLineV(this.overlayctx,xFrom,floor2(linkY-itemH),xFrom,floor2(linkY),[6,2])}yFrom=floor2(Math.min(linkY,mouseY));yTo=floor2(Math.max(linkY-itemH,mouseY-itemH));if(yFrom<yTo){this.painter.drawDashedLineV(this.overlayctx,floor2(mouseX),yFrom,floor2(mouseX),yTo,[6,2])}}else{xFrom=floor2(linkX-itemHf);xTo=floor2(mouseX);if(xFrom<xTo){this.painter.drawDashedLineH(this.overlayctx,xFrom,floor2(linkY+itemH),xTo,floor2(linkY+itemH),[6,2]);this.painter.drawDashedLineH(this.overlayctx,xFrom,floor2(linkY),floor2(xFrom+itemHf),floor2(linkY),[6,2]);this.painter.drawDashedLineV(this.overlayctx,xFrom,floor2(linkY),xFrom,floor2(linkY+itemH),[6,2])}yFrom=floor2(Math.min(linkY+itemH,mouseY+itemH));yTo=floor2(Math.max(linkY+itemH,mouseY+itemH));if(yFrom<yTo){this.painter.drawDashedLineV(this.overlayctx,floor2(mouseX),yFrom,floor2(mouseX),yTo,[6,2])}}}}if(kTaskSideRight===this.linkLineEdit.side){if(mouseX>linkX){this.painter.drawDashedLineH(this.overlayctx,floor2(linkX-.5),floor2(linkY),floor2(mouseX+.5),floor2(linkY),[6,2]);this.painter.drawDashedLineV(this.overlayctx,floor2(mouseX),floor2(Math.min(linkY,mouseY)-.5),floor2(mouseX),floor2(Math.max(linkY,mouseY)+.5),[6,2])}else{if(mouseY<this.linkLineEdit.posY){xFrom=floor2(mouseX-.5);xTo=floor2(linkX+itemHf+.5);if(xFrom<xTo){this.painter.drawDashedLineV(this.overlayctx,xFrom,Math.min(floor2(mouseY),floor2(linkY-itemH)),xFrom,Math.max(floor2(mouseY),floor2(linkY-itemH)),[6,2]);this.painter.drawDashedLineH(this.overlayctx,xFrom,floor2(linkY-itemH),xTo,floor2(linkY-itemH),[6,2]);this.painter.drawDashedLineH(this.overlayctx,floor2(xTo-itemHf),floor2(linkY),xTo,floor2(linkY),[6,2]);this.painter.drawDashedLineV(this.overlayctx,xTo,floor2(linkY-itemH),xTo,floor2(linkY),[6,2])}}else{xFrom=floor2(mouseX-.5);xTo=floor2(linkX+itemHf+.5);if(xFrom<xTo){this.painter.drawDashedLineV(this.overlayctx,xFrom,Math.min(floor2(mouseY),floor2(linkY+itemH)),xFrom,Math.max(floor2(mouseY),floor2(linkY+itemH)),[6,2]);this.painter.drawDashedLineH(this.overlayctx,xFrom,floor2(linkY+itemH),xTo,floor2(linkY+itemH),[6,2]);this.painter.drawDashedLineH(this.overlayctx,floor2(xTo-itemHf),floor2(linkY),xTo,floor2(linkY),[6,2]);this.painter.drawDashedLineV(this.overlayctx,xTo,floor2(linkY),xTo,floor2(linkY+itemH),[6,2])}}}}this.painter.addZone(Math.min(linkX,mouseX),Math.min(linkY,mouseY),Math.max(linkX,mouseX)-Math.min(linkX,mouseX),Math.max(linkY,mouseY)-Math.min(linkY,mouseY),30)}this.linkLineEdit.update=false}}},calculateHit:function(e,cursor,ctr){this.clickPosCentreing=null;this.downMouse=this.windowToCanvas(e.clientX,e.clientY);this.moveMouse={x:this.downMouse.x,y:this.downMouse.y};var worldToScreen=this.timeScale.hourInPixels/this.timeScale.scaleX;this.downMouse.x-=this.timeScale.hourInPixels*this.offsetX;var offY=this.timeScale.height()-this.rightScroll.value()+this.itemHeight*.5;var scaleUnitStep=this.timeScale.scaleUnitStep();var offX=this.timeScale.hourInPixels*this.offsetX;var scrollY=floor2(this.rightScroll.value());this.hitProject=-1;this.hitMilestone=-1;this.hitTask=-1;this.hitSide=0;this.hitLink=undefined;this.capLink=undefined;this.milestoneChange=undefined;var taskBeginY=0;var taskEnY=0;var margin=this.itemMargin;var mousedx=this.worldToSceneX(this.moveMouse.x);var mouseaddy=this.downMouse.y-this.itemHeight;var offLinkY=this.itemMargin*.5;var linkBeginY=0;var linkMouseY=0;var timeTaskScreen=0;var timeTaskScreenEnd=0;var endFailX=this.ctxWidth*kTaskEndFailSetup.bigClampPct;var timeEps=this.sceneXToTime(kTaskCaptureEps);var pinEps=this.sceneXToTime(kTaskPinCaptureEps);var i,j,k,mi,ti,mc,mbegin,realTasksCount,x,sideEps=0,lockProject=false;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){var t=p[j].t;lockProject=p[j]._status;if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=margin;for(mi=0;mi<p[j].m.length;++mi){if(p[j].m[mi].filter){continue}var m=p[j].m[mi];mc=p[j].m[mi].t.length;if(!this.fullscreen&&m.collapse){offY+=margin;continue}realTasksCount=mc;for(x=mc-1;x>=0;--x){if(m.t[x].filter){--realTasksCount}}linkBeginY=offY+scrollY;linkMouseY=this.downMouse.y+scrollY-this.timeScale.height()+offLinkY;var milestoneY=offY;var milestoneBeginY=offY+margin*.25;var milestoneEndY=offY+realTasksCount*margin+this.itemHeight*1.5;var billet=milestoneY-this.itemHeight*.3-2+margin*.5-margin*.3;if(this.fullscreen){milestoneEndY+=this.itemHeight;if(0===mc){milestoneEndY+=margin}}mbegin=offY+(margin-this.itemHeight)*.5+this.itemHeight*.5;offY+=margin;offY+=margin*realTasksCount;taskBeginY=mbegin+margin-this.itemHeight;taskEnY=mbegin+margin;for(ti=0;ti<mc;++ti){t=m.t[ti];if(t.filter){continue}if(this.downMouse.y>=taskBeginY&&this.downMouse.y<=taskEnY){if(this.moveMouse.x>this.visibleLeft&&this.moveMouse.x<this.visibleLeft+16||this.moveMouse.x>this.ctxWidth-32&&this.moveMouse.x<this.ctxWidth-16){timeTaskScreen=this.timeToSceneX(t.beginTime);timeTaskScreenEnd=this.timeToSceneX(t.endTime);if(timeTaskScreen<this.visibleLeft||timeTaskScreen<this.visibleLeft&&timeTaskScreenEnd>this.visibleLeft){if(cursor)this.overlay.style.cursor="pointer";this.clickPosCentreing={p:j,m:mi,t:ti};this.offMenus();return}if(timeTaskScreen>this.ctxWidth){if(this.moveMouse.x>this.ctxWidth-32&&this.moveMouse.x<this.ctxWidth-16){if(cursor)this.overlay.style.cursor="pointer";this.clickPosCentreing={p:j,m:mi,t:ti};this.offMenus();return}}}}sideEps=pinEps;if(t._status===kElementCompleted)sideEps=0;if(mousedx>=t.beginTime-sideEps&&mousedx<=t.endTime+sideEps&&(this.downMouse.y>=taskBeginY&&this.downMouse.y<=taskEnY)){this.hitTask=ti;this.hitMilestone=mi;this.hitProject=j;this.hitSide=0;this.backLightMilestone.up(-1,-1);this.anchorMouse.x=t.beginTime-this.downMouse.x/(this.timeScale.hourInPixels*scaleUnitStep)*scaleUnitStep*this.timeScale.scaleX;this.anchorMouse.y=taskBeginY-this.downMouse.y;if(cursor)this.overlay.style.cursor="pointer";this.menuTask.offx=this.moveMouse.x;this.menuTask.offy=taskBeginY;if(this.readMode||kOpenProject!==lockProject)this.menuTask.reset();if(t._status!==kElementCompleted){if(kHitSidePixels>abs2(this.downMouse.x-t.beginTime*worldToScreen)){if(cursor&&!this.readMode&&kOpenProject===lockProject){if(this.storage.getTask(j,mi,ti)._status!=kElementCompleted&&!ctr)this.overlay.style.cursor="w-resize"}this.hitSide=kTaskSideLeft}if(kHitSidePixels>abs2(this.downMouse.x-t.endTime*worldToScreen)){if(cursor&&!this.readMode&&kOpenProject===lockProject){if(this.storage.getTask(j,mi,ti)._status!=kElementCompleted&&!ctr)this.overlay.style.cursor="w-resize"}this.hitSide=kTaskSideRight;this.anchorMouse.x=t.endTime-this.downMouse.x/(this.timeScale.hourInPixels*scaleUnitStep)*scaleUnitStep*this.timeScale.scaleX}if(this.editMode!==kEditModeAddLink){timeTaskScreen=this.timeToSceneX(t.beginTime);timeTaskScreenEnd=this.timeToSceneX(t.endTime);if(timeTaskScreen-this.moveMouse.x>2&&timeTaskScreen-this.moveMouse.x<kTaskPinCaptureEps){if(!this._mouseInLinkZone){this._mouseInLinkZone={side:kTaskSideLeft};this.needUpdate=true}this.hitSide=kTaskSideNone;if(cursor)this.overlay.style.cursor="pointer";this.offMenus()}else if(this.moveMouse.x-timeTaskScreenEnd>2&&this.moveMouse.x-timeTaskScreenEnd<kTaskPinCaptureEps&&!t.endFail){if(!this._mouseInLinkZone){this._mouseInLinkZone={side:kTaskSideRight};this.needUpdate=true}this.hitSide=kTaskSideNone;if(cursor)this.overlay.style.cursor="pointer";this.offMenus()}else{if(this._mouseInLinkZone){this._mouseInLinkZone=null;this.needUpdate=true}}}}return}taskBeginY+=margin;taskEnY+=margin}if(Math.abs(this.downMouse.x-m.endTime*worldToScreen)<kHitSidePixels&&(this.downMouse.y>=milestoneBeginY&&milestoneEndY>=this.downMouse.y)){if(p[j].m[mi]._status==kElementCompleted-1)return;if(this.editBox.enable){if(this.editBox.taskRef)return}if(cursor&&!this.readMode&&kOpenProject===lockProject)this.overlay.style.cursor="w-resize";this.milestoneChange=true;this.hitMilestone=mi;this.hitProject=j;this.anchorMouse.x=m.endTime-this.downMouse.x/(this.timeScale.hourInPixels*scaleUnitStep)*scaleUnitStep*this.timeScale.scaleX;this.menuTask.offx=this.moveMouse.x;this.menuTask.offy=milestoneY;this.menuMileStone.hide=true;this.menuMileStone.reset();this.backLightMilestone.up(j,mi);if(this.readMode||kOpenProject!==lockProject)this.menuTask.reset();return}if(kEditModeNoUse===this.editMode){if(mousedx>=m.beginTime&&mousedx<=m.endTime&&(this.downMouse.y>=billet&&this.downMouse.y<=billet+margin*.5)){this.backLightMilestone.up(j,mi);this.menuMileStone.set(j,mi,this.storage.getMilestone(j,mi));this.menuMileStone.offx=this.moveMouse.x;this.menuMileStone.offy=milestoneY+this.itemHeight-(this.milestoneLinewidth+this.menuArrowSize)*this.zoom;this.menuMileStone.hide=false;this.menuMileStone.disable=lockProject;return}}if(!lockProject&&this.calculateLinksHit(p[j].m[mi].t,offX,linkBeginY,scrollY,1,mousedx,linkMouseY,0)){if(cursor){this.overlay.style.cursor="pointer"}return}if(0===mc&&this.fullscreen)offY+=margin}if(p[j].collapse){offY+=margin;continue}if(p[j].t.length){if(this.fullscreen){offY+=this.itemHeight}if(!this.fullscreen){offY+=margin}if(!this.fullscreen&&p[j].collapse){continue}linkBeginY=offY+scrollY;linkMouseY=this.downMouse.y+scrollY-this.timeScale.height()+margin+offLinkY;mc=p[j].t.length;realTasksCount=mc;for(x=mc-1;x>=0;--x){if(p[j].t[x].filter){--realTasksCount}}mbegin=offY+margin*.5-this.itemHeight;taskBeginY=mbegin;taskEnY=mbegin+this.itemHeight;for(k=0;k<p[j].t.length;++k){t=p[j].t[k];if(t.filter){continue}var endTime=t.endTime;if(t.endFail)endTime+=1e7;if(t.endFail){timeTaskScreen=this.timeToSceneX(t.beginTime);endFailX=this.ctxWidth-kTaskEndFailSetup.smallClampPx;if(timeTaskScreen<=this.visibleLeft-1){endFailX=this.ctxWidth*kTaskEndFailSetup.bigClampPct}if(this.moveMouse.x-endFailX>kHitSidePixels+32){if(cursor)this.overlay.style.cursor="";taskBeginY+=margin;taskEnY+=margin;continue}endTime=this.worldToSceneX(endFailX)}if(this.downMouse.y>=taskBeginY&&this.downMouse.y<=taskEnY){if(this.moveMouse.x>this.visibleLeft&&this.moveMouse.x<this.visibleLeft+16||this.moveMouse.x>this.ctxWidth-32&&this.moveMouse.x<this.ctxWidth-16){timeTaskScreen=this.timeToSceneX(t.beginTime);timeTaskScreenEnd=this.timeToSceneX(endTime);if(timeTaskScreen<this.visibleLeft||timeTaskScreen<this.visibleLeft&&timeTaskScreenEnd>this.visibleLeft){if(cursor)this.overlay.style.cursor="pointer";this.clickPosCentreing={p:j,m:undefined,t:k};this.offMenus();return}if(timeTaskScreen>this.ctxWidth){if(this.moveMouse.x>this.ctxWidth-32&&this.moveMouse.x<this.ctxWidth-16){if(cursor)this.overlay.style.cursor="pointer";this.clickPosCentreing={p:j,m:undefined,t:k};this.offMenus();return}}}}sideEps=pinEps;if(t._status===kElementCompleted)sideEps=0;if(mousedx>=t.beginTime-sideEps&&mousedx<=endTime+sideEps&&(this.downMouse.y>=taskBeginY&&this.downMouse.y<=taskEnY)){this.hitTask=k;this.hitMilestone=-1;this.hitProject=j;this.hitSide=0;this.backLightMilestone.up(-1,-1);this.anchorMouse.x=t.beginTime-this.downMouse.x/(this.timeScale.hourInPixels*scaleUnitStep)*scaleUnitStep*this.timeScale.scaleX;this.anchorMouse.y=taskBeginY-this.downMouse.y;this.overlay.style.cursor="pointer";this.menuTask.offx=this.moveMouse.x;this.menuTask.offy=taskBeginY;if(this.readMode||kOpenProject!==lockProject)this.menuTask.reset();if(t._status!==kElementCompleted){if(abs2(this.downMouse.x-t.beginTime*worldToScreen)<kHitSidePixels){if(cursor&&!this.readMode&&kOpenProject===lockProject){if(this.storage.getTask(j,undefined,k)._status!=kElementCompleted&&!ctr)this.overlay.style.cursor="w-resize"}this.hitSide=kTaskSideLeft}if(t.endFail){if(abs2(this.moveMouse.x-endFailX)<kHitSidePixels){if(cursor&&!this.readMode&&kOpenProject===lockProject){if(this.storage.getTask(j,undefined,k)._status!=kElementCompleted&&!ctr)this.overlay.style.cursor="w-resize"}this.hitSide=kTaskSideRight;this.anchorMouse.x=endTime-this.downMouse.x/(this.timeScale.hourInPixels*scaleUnitStep)*scaleUnitStep*this.timeScale.scaleX}}else{if(abs2(this.downMouse.x-endTime*worldToScreen)<kHitSidePixels){if(cursor&&!this.readMode&&kOpenProject===lockProject){if(this.storage.getTask(j,undefined,k)._status!=kElementCompleted&&!ctr)this.overlay.style.cursor="w-resize"}this.hitSide=kTaskSideRight;this.anchorMouse.x=endTime-this.downMouse.x/(this.timeScale.hourInPixels*scaleUnitStep)*scaleUnitStep*this.timeScale.scaleX}}if(this.editMode!==kEditModeAddLink){timeTaskScreen=this.timeToSceneX(t.beginTime);timeTaskScreenEnd=this.timeToSceneX(endTime);if(timeTaskScreen-this.moveMouse.x>2&&timeTaskScreen-this.moveMouse.x<kTaskPinCaptureEps){if(!this._mouseInLinkZone){this._mouseInLinkZone={side:kTaskSideLeft};this.needUpdate=true}this.hitSide=kTaskSideNone;if(cursor)this.overlay.style.cursor="pointer";this.offMenus()}else if(this.moveMouse.x-timeTaskScreenEnd>2&&this.moveMouse.x-timeTaskScreenEnd<kTaskPinCaptureEps&&!t.endFail){if(!this._mouseInLinkZone){this._mouseInLinkZone={side:kTaskSideRight};this.needUpdate=true}this.hitSide=kTaskSideNone;if(cursor)this.overlay.style.cursor="pointer";this.offMenus()}else{if(this._mouseInLinkZone){this._mouseInLinkZone=null;this.needUpdate=true}}}}return}taskBeginY+=margin;taskEnY+=margin}if(!lockProject&&this.calculateLinksHit(p[j].t,offX,linkBeginY,scrollY,1,mousedx,linkMouseY,margin)){if(cursor){this.overlay.style.cursor="pointer"}return}offY+=margin*realTasksCount}else{offY+=margin}}else{offY+=margin*2}}this.backLightMilestone.up(-1,-1);if(this.editMode!==kEditModeAddLink){this._mouseInLinkZone=null}if(cursor)this.overlay.style.cursor="";if(this.readMode){this.menuTask.reset();this.menuMileStone.reset()}},calculateLineHit:function(e,dx,dy){var i,j,k,m,begin,end;if(undefined!=e){this.downMouse=this.windowToCanvas(e.clientX,e.clientY)}else{this.downMouse={x:dx,y:dy}}this.moveMouse={x:this.downMouse.x,y:this.downMouse.y};this.downMouse.x-=this.timeScale.hourInPixels*this.offsetX;var margin=this.itemMargin;var offY=-this.rightScroll.value();var mouseY=this.downMouse.y-margin*2;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){if(offY<=mouseY&&mouseY<=offY+margin){this.hitLine={p:j,m:p[j].m.length?0:-1,t:-1};return true}if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=this.itemMargin;for(m=0;m<p[j].m.length;++m){if(p[j].m[m].filter){continue}if(offY<=mouseY&&mouseY<=offY+margin){this.hitLine={p:j,m:m,t:-1};return true}offY+=this.itemMargin;if(p[j].m[m].collapse){continue}for(i=0;i<p[j].m[m].t.length;++i){if(p[j].m[m].t[i].filter){continue}if(offY<=mouseY&&mouseY<=offY+margin){this.hitLine={p:j,m:m,t:i-1};return true}offY+=margin}}if(p[j].collapse){if(offY<=mouseY&&mouseY<=offY+margin){this.hitLine={p:j,m:-1,t:-1};return true}offY+=margin;continue}if(p[j].t.length){if(offY<=mouseY&&mouseY<=offY+margin){this.hitLine={p:j,m:-1,t:-1};return true}offY+=this.itemMargin;for(i=0;i<p[j].t.length;++i){if(p[j].t[i].filter){continue}if(offY<=mouseY&&mouseY<=offY+margin){this.hitLine={p:j,m:-1,t:i-1};return true}offY+=margin}}else{if(offY<=mouseY&&mouseY<=offY+margin){this.hitLine={p:j,m:-1,t:-1};return true}offY+=this.itemMargin}}else{if(offY<=mouseY&&mouseY<=offY+margin*2){this.hitLine={p:j,m:-1,t:-1};return true}offY+=this.itemMargin*2}}if(offY<mouseY&&pl>0){if(p.last().t.length){this.hitLine={p:j-1,m:-1,t:p.last().t.length-1,bottomMilestoneInd:p[j-1].m.length?-1:0}}else{this.hitLine={p:j-1,m:-1,t:-1}}return true}return false},calculateHitMilestone:function(dx,dy){this.downMouse={x:dx,y:dy};this.moveMouse={x:this.downMouse.x,y:this.downMouse.y};this.downMouse.x-=this.timeScale.hourInPixels*this.offsetX;var offY=this.timeScale.height()-this.rightScroll.value()+this.itemHeight*.5;var mouseaddy=this.downMouse.y-this.itemMargin;var i,j,k,mi,ti,mbegin,mend,realTasksCount,margin=this.itemMargin;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=margin;for(mi=0;mi<p[j].m.length;++mi){if(0===p[j].m[mi].t.length){offY+=margin}if(!this.fullscreen){if(!p[j].m[mi].collapse){offY+=margin+p[j].m[mi].t.length*margin}}else{offY+=margin+p[j].m[mi].t.length*margin}if(offY>=dy){return{p:j,m:mi+1}}}if(p[j].collapse){offY+=margin;continue}if(p[j].t.length){offY+=margin;for(i=p[j].t.length-1;i>=0;--i){if(p[j].t[i].filter){continue}offY+=margin}if(offY>=dy){return{p:j,m:undefined}}}else{offY+=margin}}else{offY+=margin*2}}return{p:undefined,m:undefined}},calculateTaskHit:function(){if(-1!==this.hitProject&&-1===this.hitMilestone&&this.hitTask!==-1){return this.storage.getTask(this.hitProject,undefined,this.hitTask)}if(-1!==this.hitProject&&-1!==this.hitMilestone&&this.hitTask!==-1){return this.storage.getTask(this.hitProject,this.hitMilestone,this.hitTask)}return null},calculateLinksHit:function(tasks,offX,offY,scrollY,worldToScreen,mousex,mousey,offWidget){this.exist=false;this.linkDir=0;if(this.readMode){return this.exist}if(!tasks.length){return false}var yFrom,yTo,xFrom,xTo,taskFrom,begTime,linkId,linkType,linkDep;var linkFromCnY=0,linkToCnY=0;var margin=this.itemMargin;var itemHalfH=this.itemHeight*.5;var lineOff=this.sceneXToTime(kLineCaptureEps);var lineOffY=this.sceneXToTime(this.itemHeight);offY-=this.timeScale.marginY;for(var to=0;to<tasks.length;++to){taskFrom=tasks[to];if(taskFrom.filter){linkFromCnY++}for(var linkInd=0;linkInd<taskFrom.links.length;++linkInd){var link=taskFrom.links[linkInd];linkId=link.parentTaskId||link["parentTaskId"];if(tasks[to]._id===linkId){continue}linkType=link.linkType||link["linkType"];linkDep=link.dependenceTaskId||link["dependenceTaskId"];linkToCnY=0;for(var cur=0;cur<tasks.length;++cur){if(tasks[cur].filter){linkToCnY++}if(tasks[cur].filter&&tasks[to].filter){continue}if(tasks[cur]._id===linkId){if(kLinkBeginEnd===linkType){xFrom=tasks[cur].beginTime+tasks[cur].duration;xTo=tasks[to].beginTime;yFrom=offY+margin*(cur-linkToCnY);yTo=offY+margin*(to-linkFromCnY);if(yFrom<yTo){if(xFrom<xTo){if(pointInRectangle(mousex,mousey,xFrom+lineOff,yFrom,xFrom+lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xFrom+lineOff*2),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xFrom+lineOff,yTo,xTo,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yTo-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}}else{if(pointInRectangle(mousex,mousey,xFrom+lineOff,yFrom,xFrom+lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xFrom+lineOff),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo,yTo-itemHalfH*2,xFrom,yTo-itemHalfH*2,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yTo-itemHalfH*2-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}}}else{if(xFrom<xTo){if(pointInRectangle(mousex,mousey,xFrom+lineOff,yTo,xFrom+lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xFrom+lineOff/2),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xFrom+lineOff,yTo,xTo,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yTo-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}}else{if(pointInRectangle(mousex,mousey,xTo-lineOff,yTo,xTo-lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xTo),y:this.moveMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo-lineOff,yFrom-itemHalfH*2,xFrom+lineOff,yFrom-itemHalfH*2,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yFrom-itemHalfH*2-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].endTime)/24),true);this.linkWidget.setLink(link);this.hitLink=link;return true}}}}else if(kLinkBeginBegin===linkType){xFrom=tasks[cur].beginTime;xTo=tasks[to].beginTime;yFrom=offY+margin*(cur-linkToCnY);yTo=offY+margin*(to-linkFromCnY);if(yFrom<yTo){if(xFrom<xTo){if(pointInRectangle(mousex,mousey,xFrom-lineOff,yFrom,xFrom-lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xFrom),y:this.moveMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xFrom-lineOff,yTo,xTo,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yTo-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}else{if(pointInRectangle(mousex,mousey,xTo-lineOff,yFrom,xFrom,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yFrom-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo-lineOff,yFrom,xTo-lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xTo),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}}else{if(xFrom<xTo){if(pointInRectangle(mousex,mousey,xFrom-lineOff,yTo,xFrom-lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xFrom-lineOff),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xFrom-lineOff,yTo,xTo,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yTo-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}else{if(pointInRectangle(mousex,mousey,xTo-lineOff,yTo,xTo-lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xTo),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo+lineOff,yFrom,xFrom,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yFrom-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.beginTime-tasks[cur].beginTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}}}else if(kLinkEndEnd===linkType){xFrom=tasks[cur].beginTime+tasks[cur].duration;xTo=tasks[to].beginTime+tasks[to].duration;yFrom=offY+margin*(cur-linkToCnY);yTo=offY+margin*(to-linkFromCnY);if(yFrom<yTo){if(xFrom<xTo){if(pointInRectangle(mousex,mousey,xFrom+lineOff,yFrom,xTo+lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yFrom-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo+lineOff,yFrom,xTo+lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xTo+lineOff*2),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}else{if(pointInRectangle(mousex,mousey,xFrom+lineOff,yFrom,xFrom+lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xFrom+lineOff*2),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo,yTo,xFrom+lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yTo-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}}else{if(xFrom<xTo){if(pointInRectangle(mousex,mousey,xFrom,yFrom,xTo+lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yFrom-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo+lineOff,yTo,xTo+lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xTo+lineOff*2),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}else{if(pointInRectangle(mousex,mousey,xFrom+lineOff,yTo,xFrom+lineOff,yFrom,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.timeToSceneX(xFrom+lineOff*2),y:this.downMouse.y,w:100,h:100},0,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}if(pointInRectangle(mousex,mousey,xTo,yTo,xFrom+lineOff,yTo,kLineCaptureEps)){if(this.capLink&&this.capLink.dependenceTaskId===linkDep&&this.capLink.parentTaskId==linkId){this.exist=true;continue}this.linkWidget.setBound({x:this.moveMouse.x,y:yTo-scrollY+this.itemMargin-offWidget,w:100,h:100},1,Math.floor((taskFrom.endTime-tasks[cur].endTime)/24));this.linkWidget.setLink(link);this.hitLink=link;return true}}}}}}}}return this.exist},getTheMilestoneTaskToDrag:function(e){this.dragTo={t:-1,m:-1,p:-1};var offY=this.timeScale.height()-this.rightScroll.value();var bound={x:0,y:0,width:0,height:0,dx:0,dy:0};this.dragTo.m=-1;this.dragTo.p=-1;bound.x=this.worldToSceneX(this.dragBound.x+this.dragBound.dx);bound.dx=bound.x+this.dragBound.time;bound.y=this.dragBound.y+this.dragBound.dy;bound.dy=this.dragBound.y+this.dragBound.height;var centerBoundY=(bound.y+bound.dy)*.5;var i,j,k,x,find=false,mind=-1;var tasksCount,realTasksCount;var margin=this.itemMargin;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){if(offY<centerBoundY&&centerBoundY<offY+margin){this.dragTo.p=j;return true}if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=margin;for(i=0;i<p[j].m.length;++i){if(p[j].m[i].filter){continue}tasksCount=p[j].m[i].t.length;realTasksCount=tasksCount;for(x=tasksCount-1;x>=0;--x){if(p[j].m[i].t[x].filter){--realTasksCount}}var beginY=offY+this.itemHeight;var endY=beginY+margin*(realTasksCount+.5);tasksCount=realTasksCount;if(!this.fullscreen){if(!p[j].m[i].collapse){endY=beginY+margin*(tasksCount+.5)}else{endY=beginY+margin*.5;tasksCount=0}}else{endY=beginY+margin*(tasksCount+.5)}if(0===tasksCount&&this.fullscreen){offY+=margin;endY+=margin}if(beginY<=bound.y&&bound.y<=endY||beginY<=bound.dy&&bound.dy<=endY||beginY<=bound.y&&bound.dy<=endY){var timeMX=p[j].m[i].beginTime;var timeEX=p[j].m[i].endTime;this.dragTo.m=i;this.dragTo.p=j;return true}if(!p[j].m[i].collapse){offY+=margin*(tasksCount+1)}else{offY+=margin}}if(p[j].collapse){if(offY<centerBoundY&&centerBoundY<offY+margin){this.dragTo.p=j;return true}offY+=margin;continue}if(p[j].t.length){if(offY<centerBoundY&&centerBoundY<offY+margin){this.dragTo.p=j;return true}offY+=margin;for(i=p[j].t.length-1;i>=0;--i){if(p[j].t[i].filter){continue}if(offY<centerBoundY&&centerBoundY<offY+margin){this.dragTo.p=j;return true}offY+=margin}}else{if(offY<centerBoundY&&centerBoundY<offY+margin){this.dragTo.p=j;return true}offY+=margin}}else{if(offY<centerBoundY&&centerBoundY<offY+margin*2){this.dragTo.p=j;return true}offY+=margin*2}}if(offY<bound.y&&pl>0){if(pl===1)this.dragTo.p=0;else this.dragTo.p=pl-1;return true}return false},getContentHeight:function(){var offY=0,i,j,x,mc,margin=this.itemMargin;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=margin;for(i=0;i<p[j].m.length;++i){if(p[j].m[i].filter){continue}offY+=margin;if(p[j].m[i].collapse){continue}for(x=p[j].m[i].t.length-1;x>=0;--x){if(p[j].m[i].t[x].filter){continue}offY+=margin}}if(p[j].collapse){offY+=margin;continue}if(p[j].t.length){for(i=p[j].t.length-1;i>=0;--i){if(p[j].t[i].filter){continue}offY+=margin}}offY+=margin}else{offY+=margin*2}}return offY},getElementPosVertical:function(pc,mc,tc){var margin=this.itemMargin;var i,j,s,x,tasksCount,realTasksCount,offY=margin*2;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=margin;for(i=0;i<p[j].m.length;++i){if(p[j].m[i].filter){continue}tasksCount=p[j].m[i].t.length;realTasksCount=tasksCount;for(x=tasksCount-1;x>=0;--x){if(p[j].m[i].t[x].filter){--realTasksCount}}if(pc===j&&i===mc&&-1===tc){return offY+margin*.5+2}if(p[j].m[i].collapse){offY+=margin;continue}offY+=margin;for(s=0;s<p[j].m[i].t.length;++s){if(p[j].m[i].t[s].filter){continue}if(s===tc&&pc===j&&i===mc)return offY;offY+=margin}}if(p[j].collapse){offY+=margin;continue}offY+=margin;if(-1===mc){for(i=0;i<p[j].t.length;++i){if(p[j].t[i].filter){continue}if(i===tc&&j===pc){return offY}offY+=margin}}else{for(i=0;i<p[j].t.length;++i){if(p[j].t[i].filter){continue}offY+=margin}}}else{offY+=margin*2}}return offY},getLeftMostElement:function(){var i,j,s;var element={height:null,x:null};var pos=0;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){pos+=this.itemMargin;if(!p[j].isEmpty()){if(j===0&&!this.fullscreen){pos+=this.itemMargin}pos+=this.itemMargin;for(i=0;i<p[j].m.length;++i){if(p[j].m[i].filter){continue}pos+=this.itemMargin;for(s=0;s<p[j].m[i].t.length;++s){if(p[j].m[i].t[s].filter){continue}if(!element.x||p[j].m[i].t[s].beginTime<element.x){element.x=p[j].m[i].t[s].beginTime}pos+=this.itemMargin}if(0===p[j].m[i].t.length){if(!element.x||p[j].m[i].beginTime<element.x){element.x=p[j].m[i].beginTime}pos+=this.itemMargin}}for(s=0;s<p[j].t.length;++s){if(p[j].t[s].filter){continue}if(!element.x||p[j].t[s].beginTime<element.x){element.x=p[j].t[s].beginTime}pos+=this.itemMargin}pos+=this.itemHeight}}element.height=pos+kEps;return element},getTopElementInVisibleRange:function(){var duration=(this.zoomBar.rightDate.getTime()-this.zoomBar.leftDate.getTime())/36e5;var from=(this.zoomBar.thumb.begin-this.zoomBar.fraction)*duration;var to=(this.zoomBar.thumb.end-this.zoomBar.fraction)*duration;var i,j,s,task,milestone,offY=0;var margin=this.itemMargin;var p=this.storage.projects();var pl=p.length;for(j=0;j<pl;++j){if(p[j].fullCollapse){offY+=margin;continue}if(!p[j].isEmpty()){offY+=margin;for(i=0;i<p[j].m.length;++i){if(p[j].m[i].filter){continue}offY+=margin;for(s=0;s<p[j].m[i].t.length;++s){task=p[j].m[i].t[s];if(task.filter){continue}if(task.beginTime>=from&&task.beginTime<=to||task.endTime>=from&&task.endTime<=to||task.beginTime>=from&&task.endTime<=to||task.beginTime<=from&&task.endTime>=to){if(s===0&&i===0&&j===0)return{height:kEps,empty:false};if(s===0)return{height:offY-margin,empty:false};return{height:offY,empty:false}}offY+=margin}if(0===p[j].m[i].t.length){if(p[j].m[i].beginTime>=from&&p[j].m[i].beginTime<=to||p[j].m[i].endTime>=from&&p[j].m[i].endTime<=to||p[j].m[i].beginTime>=from&&p[j].m[i].endTime<=to||p[j].m[i].beginTime<=from&&p[j].m[i].endTime>=to){if(s===0&&i===0&&j===0)return{height:kEps,empty:false};if(s===0)return{height:offY-margin,empty:false};return{height:offY,empty:false}}offY+=margin}}for(s=0;s<p[j].t.length;++s){task=p[j].t[s];if(task.filter){continue}if(task.endFail){if(task.beginTime<=from||task.beginTime>=from&&task.beginTime<=to){if(s===0&&p[j].m.length===0&&j===0)return{height:kEps,empty:false};return{height:offY,empty:false}}}if(task.beginTime>=from&&task.beginTime<=to||task.endTime>=from&&task.endTime<=to||task.beginTime>=from&&task.endTime<=to||task.beginTime<=from&&task.endTime>=to){if(s===0&&p[j].m.length===0&&j===0)return{height:kEps,empty:false};return{height:offY,empty:false}}offY+=margin}offY+=this.itemHeight}else{offY+=margin*2}}return{height:kEps,empty:true}},moveElement:function(e,line){if(this.readMode)return;this.getTheMilestoneTaskToDrag(e);if(line){this.dragTo=line}var ids=null;var toids=null;var projectId=-1;var milestoneId=-1;var taskId=-1;var taskDrag,milestoneRef,projectRef,indexRemove,changePosition=false,elementLine=-1,elementPlace=-1,elementRemove=-1;var links=null;if(this.itemToDrop.p!==this.dragTo.p){this.dragTo={t:-1,m:-1,p:-1};this.needUpdate=true;this.editMode=kEditModeNoUse;return}if(-1!==this.dragTo.m&&-1!==this.dragTo.p){if(-1!==this.itemToDrop.t&&-1!==this.itemToDrop.p){this.calculateLineHit(e);if(-1===this.itemToDrop.m){taskDrag=this.storage.getTask(this.itemToDrop.p,undefined,this.itemToDrop.t);milestoneRef=this.storage.getMilestone(this.dragTo.p,this.dragTo.m);ids=this.storage.taskIds(this.itemToDrop.p,undefined,this.itemToDrop.t);toids=this.storage.milestoneIds(this.dragTo.p,this.dragTo.m);links=this.modelController().collectLinks(this.itemToDrop.p,undefined,ids.t);if(kElementCompleted-1!==milestoneRef.status()){if(links.length){this.modelController().addTaskOperation(kHandlerBeforeMoveTaskWithLinks,{p:this.itemToDrop.p,m:undefined,t:taskDrag,index:this.itemToDrop.t,place:this.hitLine.t+1,fromProject:this.itemToDrop.p,toProject:this.dragTo.p,fromMilestone:undefined,toMilestone:this.dragTo.m,taskId:ids.t,milestoneId:undefined,projectId:ids.p,projectToId:toids.p,milestoneToId:toids.m,linksToRemove:links,type:"FtoM"})}else{if(taskDrag.endFail&&taskDrag.beginTime>=milestoneRef.endTime){taskDrag.updateBegin(milestoneRef.endTime-24)}this.storage.p[this.dragTo.p].m[this.dragTo.m].addTaskWithIndex(taskDrag,this.hitLine.t+1);this.storage.p[this.itemToDrop.p].removeTask(this.itemToDrop.t);milestoneRef.updateTimes();this.offMenus();this._undoManager.add(kOperationMoveTask,{p:this.itemToDrop.p,m:undefined,t:taskDrag,index:this.itemToDrop.t,place:this.hitLine.t+1,fromProject:this.itemToDrop.p,toProject:this.dragTo.p,fromMilestone:undefined,toMilestone:this.dragTo.m,taskId:ids.t,milestoneId:undefined,projectId:ids.p,projectToId:toids.p,milestoneToId:toids.m});if(taskDrag.endFail&&taskDrag.beginTime>=milestoneRef.endTime){taskDrag.updateBegin(milestoneRef.endTime-24)}this._undoManager.performTop();if(milestoneRef.collapse){milestoneRef.setCollapse(false)}}}}if(-1!==this.itemToDrop.m&&-1!==this.dragTo.m){if(kElementCompleted-1!==this.storage.getMilestone(this.dragTo.p,this.dragTo.m).status()){indexRemove=this.itemToDrop.t;elementLine=this.hitLine.t+1;elementPlace=elementLine;if(this.hitLine.t+1===indexRemove&&this.dragTo.m===this.itemToDrop.m){this.dragTo={t:-1,m:-1,p:-1};this.needUpdate=true;this.editMode=kEditModeNoUse;return}if(this.dragTo.m===this.itemToDrop.m){changePosition=true;if(elementLine<indexRemove){++indexRemove}else{elementPlace++}}taskDrag=this.storage.getTask(this.itemToDrop.p,this.itemToDrop.m,this.itemToDrop.t);milestoneRef=this.storage.getMilestone(this.dragTo.p,this.dragTo.m);ids=this.storage.taskIds(this.itemToDrop.p,this.itemToDrop.m,this.itemToDrop.t);toids=this.storage.milestoneIds(this.dragTo.p,this.dragTo.m);links=this.modelController().collectLinks(this.itemToDrop.p,this.itemToDrop.m,ids.t);if(links.length&&!changePosition){this.offMenus();this.modelController().addTaskOperation(kHandlerBeforeMoveTaskWithLinks,{p:this.itemToDrop.p,m:undefined,t:taskDrag,index:this.itemToDrop.t,place:this.hitLine+1,fromProject:this.itemToDrop.p,toProject:this.dragTo.p,fromMilestone:this.itemToDrop.m,toMilestone:this.dragTo.m,taskId:ids.t,milestoneId:ids.m,projectId:ids.p,projectToId:toids.p,milestoneToId:toids.m,linksToRemove:links,type:"MtoM"})}else{milestoneRef.addTaskWithIndex(taskDrag,elementPlace);this.storage.p[this.itemToDrop.p].m[this.itemToDrop.m].removeTask(indexRemove);this.storage.p[this.itemToDrop.p].m[this.itemToDrop.m].updateTimes();milestoneRef.updateTimes();this.offMenus();this._undoManager.add(kOperationMoveTask,{p:this.itemToDrop.p,m:undefined,t:taskDrag,index:this.itemToDrop.t,place:elementLine,fromProject:this.itemToDrop.p,toProject:this.dragTo.p,fromMilestone:this.itemToDrop.m,toMilestone:this.dragTo.m,taskId:ids.t,milestoneId:ids.m,projectId:ids.p,projectToId:toids.p,milestoneToId:toids.m});this._undoManager.performTop();if(milestoneRef.collapse){milestoneRef.setCollapse(false)}}}}}}else{this.calculateLineHit(e);taskDrag=this.storage.getTask(this.itemToDrop.p,-1===this.itemToDrop.m?undefined:this.itemToDrop.m,this.itemToDrop.t);ids=this.storage.taskIds(this.itemToDrop.p,-1===this.itemToDrop.m?undefined:this.itemToDrop.m,this.itemToDrop.t);projectRef=this.storage.projects()[this.itemToDrop.p];links=this.modelController().collectLinks(this.itemToDrop.p,-1===this.itemToDrop.m?undefined:this.itemToDrop.m,ids.t);indexRemove=this.itemToDrop.t;elementLine=this.hitLine.t+1;elementPlace=elementLine;if(this.dragTo.m===this.itemToDrop.m){if(this.hitLine.t+1===indexRemove&&this.dragTo.m===this.itemToDrop.m){this.dragTo={t:-1,m:-1,p:-1};this.needUpdate=true;this.editMode=kEditModeNoUse;return}elementLine=this.hitLine.t+1;elementPlace=elementLine;elementRemove=indexRemove;changePosition=true;if(elementLine<indexRemove){++elementRemove}else{++elementLine}}if(links.length&&!changePosition){this.offMenus();this.modelController().addTaskOperation(kHandlerBeforeMoveTaskWithLinks,{p:this.itemToDrop.p,m:this.itemToDrop.m,t:taskDrag,index:this.itemToDrop.t,fromProject:this.itemToDrop.p,toProject:this.itemToDrop.p,fromMilestone:this.itemToDrop.m,toMilestone:undefined,taskId:ids.t,milestoneId:ids.m,projectId:ids.p,projectToId:projectRef._id,milestoneToId:undefined,linksToRemove:links,type:"MtoF"})}else{if(changePosition){this.storage.p[this.itemToDrop.p].addTaskWithIndex(taskDrag,elementLine);this.storage.p[this.itemToDrop.p].removeTask(elementRemove);this.offMenus();this._undoManager.add(kOperationMoveTask,{p:this.itemToDrop.p,m:this.itemToDrop.m,t:taskDrag,index:indexRemove,place:elementPlace,fromProject:this.itemToDrop.p,toProject:this.itemToDrop.p,fromMilestone:undefined,toMilestone:undefined,taskId:ids.t,milestoneId:ids.m,projectId:ids.p,projectToId:projectRef._id,milestoneToId:undefined});this._undoManager.performTop()}else{taskDrag=this.storage.getTask(this.itemToDrop.p,this.itemToDrop.m,this.itemToDrop.t);this.storage.p[this.itemToDrop.p].addTaskWithIndex(taskDrag,elementPlace);this.storage.p[this.itemToDrop.p].m[this.itemToDrop.m].removeTask(this.itemToDrop.t);this.offMenus();this._undoManager.add(kOperationMoveTask,{p:this.itemToDrop.p,m:this.itemToDrop.m,t:taskDrag,index:this.itemToDrop.t,place:elementPlace,fromProject:this.itemToDrop.p,toProject:this.itemToDrop.p,fromMilestone:this.itemToDrop.m,toMilestone:undefined,taskId:ids.t,milestoneId:ids.m,projectId:ids.p,projectToId:projectRef._id,milestoneToId:undefined});this._undoManager.performTop()}}}this.dragTo={t:-1,m:-1,p:-1};this.needUpdate=true;this.editMode=kEditModeNoUse},editElementTitle:function(p,m,t){if(this.readMode)return;var projectId=-1;var milestoneId=-1;var taskId=-1;var taskRef=null;if(-1!==p&&-1===m&&t!==-1){projectId=this.storage.p[p]._id;taskId=this.storage.p[p].t[t]._id;taskRef=this.storage.getTask(p,undefined,t);if(taskRef){if(kElementCompleted==taskRef._status)return;taskRef.isInEditMode=true;this.editBox.reset();this.editBox.taskRef=taskRef;this.editBox.p=p;this.editBox.m=-1;this.editBox.t=t;this.editBox.text=taskRef._title;this.editBox.saveText=taskRef._title;this.editBox.setEnable();if(this.offsetX*this.timeScale.scaleX+taskRef.beginTime<this.sceneXToTime(this.visibleLeft)){this.animator.moveCenterToX(taskRef.beginTime)}else if(this.sceneToWorldX(taskRef.beginTime)+taskRef.titleWidth>this.ctxWidth){this.animator.moveCenterToX(taskRef.beginTime)}this._undoManager.add(kOperationChangeTitleTask,{p:p,m:undefined,t:taskRef,index:t,taskId:taskId,milestoneId:undefined,projectId:projectId,silentUpdateMode:true})}}if(-1!==p&&-1!==m&&t!==-1){projectId=this.storage.p[p]._id;milestoneId=this.storage.p[p].m[m]._id;taskId=this.storage.p[p].m[m].t[t]._id;taskRef=this.storage.getTask(p,m,t);if(taskRef){if(kElementCompleted==taskRef._status)return;taskRef.isInEditMode=true;this.editBox.reset();this.editBox.taskRef=taskRef;this.editBox.p=p;this.editBox.m=m;this.editBox.t=t;this.editBox.text=taskRef._title;this.editBox.saveText=taskRef._title;this.editBox.setEnable();if(this.offsetX*this.timeScale.scaleX+taskRef.beginTime<this.sceneXToTime(this.visibleLeft)){this.animator.moveCenterToX(taskRef.beginTime)}else if(this.sceneToWorldX(taskRef.beginTime)+taskRef.titleWidth>this.ctxWidth){this.animator.moveCenterToX(taskRef.beginTime)}this._undoManager.add(kOperationChangeTitleTask,{p:p,m:m,t:taskRef,index:t,taskId:taskId,milestoneId:milestoneId,projectId:projectId,silentUpdateMode:true})}}if(-1!==p&&-1!==m&&t===-1){projectId=this.storage.p[p]._id;milestoneId=this.storage.p[p].m[m]._id;var milestoneRef=this.storage.getMilestone(p,m);if(milestoneRef){milestoneRef.isInEditMode=true;this.editBox.reset();this.editBox.milestoneRef=milestoneRef;this.editBox.p=p;this.editBox.m=m;this.editBox.t=-1;this.editBox.text=milestoneRef._title;this.editBox.saveText=milestoneRef._title;this.editBox.setEnable();this._undoManager.add(kOperationChangeTitleMilestone,{p:p,m:m,t:milestoneRef,index:undefined,taskId:undefined,milestoneId:milestoneId,projectId:projectId,silentUpdateMode:true});if(this.sceneToWorldX(milestoneRef.endTime)-milestoneRef.titleWidth<this.sceneXToTime(this.visibleLeft)||this.sceneToWorldX(milestoneRef.endTime)>this.ctxWidth){this.animator.moveCenterToX(milestoneRef.endTime)}}}},updateScrollContent:function(){if(this.needUpdateScrollContent){var t=this;t.needUpdateScrollContent=false;var endH=0;var viewHeight=t.ctxHeight-t.timeScale.height()+2;var scrollTo=Math.max(t.contentHeight-viewHeight,kEps);var regionY=Math.min(t.contentHeight,t.rightScroll.value()+viewHeight);if(t.taskDescWidget.isValid()){endH=t.widgetY+t.taskDescWidget.bound.h}if(t.milestoneDescWidget.isValid()){endH=t.widgetY+t.milestoneDescWidget.bound.h}if(viewHeight>t.contentHeight&&viewHeight>endH&&t.rightScroll.offDown===0){if(t.taskDescWidget.isValid()){if(t.widgetX+t.taskDescWidget.bound.w>t.ctxWidth)t.animator.addMovementX(-(t.ctxWidth-(t.widgetX+t.taskDescWidget.bound.w)-35)/t.timeScale.hourInPixels)}return}t.offMenus();if(endH>regionY){var addOff=endH-regionY;var contentH=regionY+addOff;scrollTo=Math.max(contentH-viewHeight,kEps);if(t.rightScroll.offDown===addOff&&addOff===0){t.needUpdateScrollContent=false;return}if(endH>t.contentHeight){t.rightScroll.setOffDown(addOff);t.rightScroll.init(t.timeScale.height()+2,viewHeight,contentH,t.ctxWidth);t.offMenus()}else{scrollTo=floor2(scrollTo/t.itemMargin)*t.itemMargin-kEps}t.animator.moveToY(scrollTo,function(){})}else{if(t.rightScroll.offDown){if(t.rightScroll.value()<scrollTo){t.rightScroll.save();t.rightScroll.setOffDown(0);t.rightScroll.init(t.timeScale.height()+2,viewHeight,t.contentHeight,t.ctxWidth)}else{t.animator.moveToY(scrollTo,function(){t.rightScroll.save();t.rightScroll.setOffDown(0);t.rightScroll.init(t.timeScale.height()+2,viewHeight,t.contentHeight,t.ctxWidth)})}}}if(t.taskDescWidget.isValid()){if(t.widgetX+t.taskDescWidget.bound.w>t.ctxWidth)t.animator.addMovementX(-(t.ctxWidth-(t.widgetX+t.taskDescWidget.bound.w)-35)/t.timeScale.hourInPixels)}}},createTask:function(p,m,ind,placeholder){if(this.editBox.enable||this.readMode)return;var projectId=-1;var milestoneId=-1;var taskId=-1;var taskRef,clickX,unitStep,beginTime,scrollY;if(-1===m){this.queryMoveLinks=null;projectId=this.storage.p[p]._id;taskId=this.storage.genRefId();this.storage.addTaskWithIndex(taskWithIds(projectId,undefined,taskId),ind);taskRef=this.storage.getTask(p,undefined,ind);clickX=this.moveMouse.x;unitStep=this.timeScale.scaleUnitStep();beginTime=(clickX-this.timeScale.hourInPixels*this.offsetX)/(this.timeScale.hourInPixels*unitStep)*unitStep*this.timeScale.scaleX;if(beginTime<0){beginTime-=unitStep}if(this.sticking){beginTime=(beginTime/unitStep>>0)*unitStep}taskRef.setTimes(beginTime,beginTime+24*5);if(taskRef){taskRef.isInEditMode=true;this.editBox.reset();this.editBox.taskRef=taskRef;this.editBox.p=p;this.editBox.m=m;this.editBox.t=ind;this.editBox.createMode=true;if(placeholder){this.editBox.placeHolder=placeholder}this.editBox.setEnable();this._undoManager.add(kOperationAddTask,{p:p,m:undefined,t:taskRef,index:ind,taskId:taskId,milestoneId:undefined,projectId:projectId,silentUpdateMode:true});scrollY=this.getElementPosVertical(p,-1,1===this.storage.getProject(p).t.length?ind:ind+1);if(this.rightScroll.value()+this.rightScroll.viewWidth<scrollY){this.animator.moveToY(Math.min(Math.max(0,scrollY-this.ctxHeight*.5),this.rightScroll._maxValue-this.rightScroll.viewWidth)+this.itemMargin*2)}}}if(-1!==m){this.queryMoveLinks=null;if(this.storage.p[p].m[m]._status==kElementCompleted-1){return}projectId=this.storage.p[p]._id;milestoneId=this.storage.p[p].m[m]._id;taskId=this.storage.genRefId();this.storage.addTaskWithIndex(taskWithIds(projectId,milestoneId,taskId),ind);taskRef=this.storage.getTask(p,m,ind);var milestoneRef=this.storage.getMilestone(p,m);clickX=this.moveMouse.x;unitStep=this.timeScale.scaleUnitStep();beginTime=(clickX-this.timeScale.hourInPixels*this.offsetX)/(this.timeScale.hourInPixels*unitStep)*unitStep*this.timeScale.scaleX;if(beginTime<0){beginTime-=unitStep}if(this.sticking){beginTime=(beginTime/unitStep>>0)*unitStep}taskRef.setTimes(beginTime,beginTime+24*5);if(beginTime<milestoneRef.endTime){taskRef.setTimes(beginTime,milestoneRef.endTime)}if(taskRef){taskRef.isInEditMode=true;this.editBox.reset();this.editBox.taskRef=taskRef;this.editBox.p=p;this.editBox.m=m;this.editBox.t=ind;this.editBox.createMode=true;this.editBox.milestoneRefForUpdate=milestoneRef;if(placeholder){this.editBox.placeHolder=placeholder;this.editBox.addMode=true}this.editBox.setEnable();milestoneRef.updateTimes();this._undoManager.add(kOperationAddTask,{p:p,m:m,t:taskRef,index:ind,taskId:taskId,milestoneId:milestoneId,projectId:projectId,silentUpdateMode:true});scrollY=this.getElementPosVertical(p,m,ind);if(this.rightScroll.value()+this.rightScroll.viewWidth<scrollY){this.animator.moveToY(Math.max(0,scrollY+this.itemMargin*2-this.rightScroll.viewWidth))}}}},createMilestone:function(p,ind){if(this.editBox.enable||0===this.storage.projects().length||this.readMode)return;var place={p:p,m:ind};if(place.p>=0){var pIds=this.storage.p[place.p]._id;var mIds=this.storage.genRefId();var milestoneRef=null;if(undefined===place.m||-1===ind){place.m=this.storage.p[place.p].m.length}this.storage.p[place.p].addMilestoneWithIndex(milestoneWithIds(pIds,mIds),place.m);milestoneRef=this.storage.getMilestone(place.p,place.m);if(milestoneRef){var placeholder=window["Gantt"]["Localize_strings"]["newMilestone"];var clickX=this.moveMouse.x;var unitStep=this.timeScale.scaleUnitStep();clickX=this.moveMouse.x;unitStep=this.timeScale.scaleUnitStep();var beginTime=(clickX-this.timeScale.hourInPixels*this.offsetX)/(this.timeScale.hourInPixels*unitStep)*unitStep*this.timeScale.scaleX;if(beginTime<0){beginTime-=unitStep}if(this.sticking){beginTime=(beginTime/unitStep>>0)*unitStep}milestoneRef.updateEnd(beginTime);this.editBox.reset();this.editBox.milestoneRef=milestoneRef;this.editBox.p=place.p;this.editBox.m=place.m;this.editBox.t=-1;this.editBox.addMode=true;this.editBox.createMode=true;if(placeholder){this.editBox.placeHolder=placeholder}this.editBox.setEnable();this._undoManager.add(kOperationAddMilestone,{p:place.p,m:place.m,t:milestoneRef,index:place.m,taskId:undefined,milestoneId:mIds,projectId:pIds,silentUpdateMode:true});var t=this;this.viewController().centeringElement(milestoneRef.id(),true,function(){t.updateContent()},true)}}},addNewMilestone:function(){if(this.editBox.enable||0===this.storage.projects().length||this.readMode)return;var place=this.calculateHitMilestone(this.centerScreen,this.ctxHeight*.5);if(undefined===place.p)place.p=this.storage.projects().length-1;if(place.p>=0){var pIds=this.storage.p[place.p]._id;var mIds=this.storage.genRefId();var milestoneRef=null;if(undefined===place.m){place.m=this.storage.p[place.p].m.length}this.storage.p[place.p].addMilestoneWithIndex(milestoneWithIds(pIds,mIds),place.m);milestoneRef=this.storage.getMilestone(place.p,place.m);if(milestoneRef){var placeholder=window["Gantt"]["Localize_strings"]["newMilestone"];var clickX=this.moveMouse.x;var unitStep=this.timeScale.scaleUnitStep();milestoneRef.updateEnd(kMilestoneMinDurationInHours);this.editBox.reset();this.editBox.milestoneRef=milestoneRef;this.editBox.p=place.p;this.editBox.m=place.m;this.editBox.t=-1;this.editBox.addMode=true;this.editBox.createMode=true;if(placeholder){this.editBox.placeHolder=placeholder}this.editBox.setEnable();this._undoManager.add(kOperationAddMilestone,{p:place.p,m:place.m,t:milestoneRef,index:place.m,taskId:undefined,milestoneId:mIds,projectId:pIds,silentUpdateMode:true});this.updateContent();if(this.sceneToWorldX(milestoneRef.endTime)-milestoneRef.titleWidth<this.sceneXToTime(this.visibleLeft)||this.sceneToWorldX(milestoneRef.endTime)>this.ctxWidth){this.animator.moveCenterToX(0)}var scrollY=this.getElementPosVertical(place.p,place.m,-1)-this.ctxHeight*.5;var maxVal=floor2(this.rightScroll.maxValue()/this.itemMargin)*this.itemMargin;scrollY=floor2(scrollY/this.itemMargin)*this.itemMargin;this.animator.moveToY(Math.min(Math.max(0,scrollY),maxVal)+(this.itemMargin*2-kEps)*this.fullscreen)}}},addNewTask:function(placeholder){if(this.editBox.enable||0===this.storage.projects().length||this.readMode)return;var endp=null;this.hitLine={p:-1,m:-1,t:-1};this.calculateLineHit(undefined,this.centerScreen,this.ctxHeight*.5);this.hitLine.m=-1;if(-1===this.hitLine.p){endp=this.storage.endProject();if(endp){this.hitLine.t=endp.t.length-1;var endm=null;if(!endm){this.createTask(this.storage.projects().length-1,-1,endp.t.length,placeholder?placeholder:window["Gantt"]["Localize_strings"]["newTask"]);endp._calcTimes()}else{if(endp.t.length){this.createTask(this.storage.projects().length-1,-1,endp.t.length,window["Gantt"]["Localize_strings"]["newTask"]);endp._calcTimes()}else{this.createTask(this.storage.projects().length-1,endp.m.length-1,endp.m[endp.m.length-1].t.length,placeholder?placeholder:window["Gantt"]["Localize_strings"]["newTask"])}}}}else{this.hitLine.t=this.storage.p[this.hitLine.p].t.length-1;endp=this.storage.endProject();if(endp.collapse){endp.setCollapse(false);this.updateContent(true)}this.createTask(this.hitLine.p,this.hitLine.m,this.hitLine.t+1,window["Gantt"]["Localize_strings"]["newTask"])}var scrollY=this.getElementPosVertical(0,-1,this.hitLine.t+1)-this.ctxHeight*.5;var maxVal=this.rightScroll.maxValue();if(!this.fullscreen){maxVal=floor2(this.rightScroll.maxValue()/this.itemMargin)*this.itemMargin;scrollY=floor2(scrollY/this.itemMargin)*this.itemMargin}this.animator.moveToY(Math.min(Math.max(0,scrollY),maxVal)+(this.itemMargin*2-kEps)*this.fullscreen)},addTaskToMilestone:function(p,m){if(this.readMode)return;var projectId=-1;var milestoneId=-1;var taskId=-1;if(-1!==m){projectId=this.storage.p[p]._id;milestoneId=this.storage.p[p].m[m]._id;taskId=this.storage.genRefId();this.storage.addTaskWithIndex(taskWithIds(projectId,milestoneId,taskId),0);var taskRef=this.storage.getTask(p,m,0);var milestoneRef=this.storage.getMilestone(p,m);var placeholder=window["Gantt"]["Localize_strings"]["newTask"];var clickX=this.menuMileStone.bound.x+this.menuMileStone.bound.w*.5;var unitStep=this.timeScale.scaleUnitStep();var beginTime=(clickX-this.timeScale.hourInPixels*this.offsetX)/(this.timeScale.hourInPixels*unitStep)*unitStep*this.timeScale.scaleX;if(beginTime<0)beginTime-=Math.max(24,unitStep);if(this.sticking){beginTime=(beginTime/unitStep>>0)*unitStep}taskRef.setTimes(beginTime,milestoneRef.endTime);if(taskRef){taskRef.isInEditMode=true;this.editBox.reset();this.editBox.taskRef=taskRef;this.editBox.p=p;this.editBox.m=m;this.editBox.t=0;this.editBox.createMode=true;if(placeholder){this.editBox.placeHolder=placeholder}this.editBox.setEnable();this._undoManager.add(kOperationAddTask,{p:p,m:m,t:taskRef,index:0,taskId:taskId,milestoneId:milestoneId,projectId:projectId,silentUpdateMode:true})}}},showPopUpResp:function(p,m,t,posX){var element,coords;if(this.handlers[kHanderShowRespPopUpMenuWindow]){if(undefined===t||-1===t){element=this.storage.getMilestone(p,m);this._modelController.statusElement={p:p,m:m,t:undefined,ref:element,ids:this.storage.milestoneIds(p,m),isTask:false,milestone:element};coords={left:posX,top:this.getElementPosVertical(p,m,-1)+this.ctx.canvas.offsetTop-this.rightScroll.value()}}else{element=this.storage.getTask(p,m,t);this._modelController.statusElement={p:p,m:m,t:t,ref:element,ids:this.storage.taskIds(p,m,t),isTask:true,task:element};coords={left:posX,top:this.currentElementY+this.ctx.canvas.offsetTop}}this.handlers[kHanderShowRespPopUpMenuWindow](element,coords);this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.queryMoveLinks=null;this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.offMenus()}},showPopUpEditElement:function(p,m,t){var element,coords;if(this.handlers[kHanderShowEditElemPopUpMenuWindow]){if(undefined===t||-1===t){element=this.storage.getMilestone(p,m);this._modelController.statusElement={p:p,m:m,t:undefined,ref:element,ids:this.storage.milestoneIds(p,m),isTask:false,milestone:element}}else{element=this.storage.getTask(p,m,t);this._modelController.statusElement={p:p,m:m,t:t,ref:element,ids:this.storage.taskIds(p,m,t),isTask:true,task:element}}this.handlers[kHanderShowEditElemPopUpMenuWindow](element);this.menuMileStone.p=-1;this.menuMileStone.m=-1;this.queryMoveLinks=null;this.capTask=-1;this.capMilestone=-1;this.capProject=-1;this.capSide=-1;this.offMenus()}},addEditLink:function(){var task=null,duration;var p=this.hitProject;var m=this.hitMilestone;var t=this.hitTask;if(-1===m&&-1===t){return false}if(-1!=p){if(kOpenProject!==this.storage.getProject(p).status())return false}var side=this.hitSide;var posY=this.timeScale.height(),posX=0;var addY=floor2(this.rightScroll.value())+this.itemMargin*.5+!this.fullscreen*this.itemMargin;if(-1!=p&&-1!=t&&-1===m){task=this.storage.getTask(p,undefined,t);posY+=this.getElementPosVertical(p,m,t)-addY;if(this.timeToSceneX(task.beginTime)+Math.abs(this.timeToSceneX(task.endTime)-this.timeToSceneX(task.beginTime))*.5>this.moveMouse.x){side=kTaskSideLeft;posX=this.timeToSceneX(task.beginTime)}else{side=kTaskSideRight;posX=this.timeToSceneX(task.endTime)}}if(-1!=this.hitProject&&-1!=t&&-1!=m){task=this.storage.getTask(p,m,t);posY+=this.getElementPosVertical(p,m,t)-addY;if(this.timeToSceneX(task.beginTime)+Math.abs(this.timeToSceneX(task.endTime)-this.timeToSceneX(task.beginTime))*.5>this.moveMouse.x){side=kTaskSideLeft;posX=this.timeToSceneX(task.beginTime)}else{side=kTaskSideRight;posX=this.timeToSceneX(task.endTime)}}if(task){if(kElementCompleted!==task._status){if(task.endFail){side=kTaskSideLeft}this.linkLineEdit={side:side,task:task,posX:posX,posY:posY};this.editMode=kEditModeAddLink;this.linkLineEdit.p=p;this.linkLineEdit.m=m;this.linkLineEdit.t=t;return true}}return false},applyEditLink:function(){if(kEditModeAddLink===this.editMode){if(this.linkLineEdit){if(this.linkLineEdit.parent){if(this.linkLineEdit.parent._id!==this.linkLineEdit.task._id){if(kTaskSideNone!==this.linkLineEdit.side&&kTaskSideNone!==this.linkLineEdit.parentSide){if(this.linkLineEdit.pp===this.linkLineEdit.p){if(this.linkLineEdit.pm===this.linkLineEdit.m){if(kElementCompleted!==this.linkLineEdit.parent._status){var i,links,lastLink,dublicate=false;var linkId0=this.linkLineEdit.parent.id();var linkId1=this.linkLineEdit.task.id();if(this.pushLink){links=this.pushLink.task.links;lastLink=links.last();for(i=0;i<links.length-1;++i){if(lastLink["dependenceTaskId"]===links[i]["dependenceTaskId"]&&lastLink["linkType"]===links[i]["linkType"]&&lastLink["parentTaskId"]===links[i]["parentTaskId"]&&lastLink["type"]===links[i]["type"]){dublicate=true}}this.pushLink.task.links.pop();if(!dublicate&&(lastLink["linkType"]===kLinkEndEnd||lastLink["linkType"]===kLinkBeginBegin)){links=this.linkLineEdit.parent.links;for(i=0;i<links.length;++i){if(lastLink["parentTaskId"]===links[i]["dependenceTaskId"]&&lastLink["linkType"]===links[i]["linkType"]&&lastLink["dependenceTaskId"]===links[i]["parentTaskId"]&&lastLink["type"]===links[i]["type"]){dublicate=true}}}this.pushLink=undefined}if(!dublicate){var haveLink=false;links=this.linkLineEdit.parent.links;for(i=0;i<links.length;++i){if(linkId1==links[i]["parentTaskId"]){haveLink=true;break}}if(!haveLink){links=this.linkLineEdit.task.links;for(i=0;i<links.length;++i){if(linkId0==links[i]["parentTaskId"]){haveLink=true;break}}}if(!haveLink){var linkObject={};if(kTaskSideLeft===this.linkLineEdit.side&&kTaskSideRight===this.linkLineEdit.parentSide){linkObject["parentSide"]=this.linkLineEdit.side;linkObject["parent"]=this.linkLineEdit.task;linkObject["task"]=this.linkLineEdit.parent;linkObject["side"]=this.linkLineEdit.parentSide}else{linkObject["side"]=this.linkLineEdit.side;linkObject["task"]=this.linkLineEdit.task;linkObject["parent"]=this.linkLineEdit.parent;linkObject["parentSide"]=this.linkLineEdit.parentSide}this._modelController.addTaskOperation(kHandlerBeforeAddTaskLink,linkObject);this.offMenus();this.needUpdate=true}}}}}}}}if(this.pushLink){this.pushLink.task.links.pop();this.pushLink=undefined}this.linkLineEdit=undefined;this.editMode=kEditModeNoUse;this._mouseInLinkZone=null}}},isValidEditLink:function(){var i,links,lastLink,dublicate=false,retval=false;var linkId0=this.linkLineEdit.parent.id();var linkId1=this.linkLineEdit.task.id();if(this.linkLineEdit.parent.endFail&&this.linkLineEdit.task.endFail){this.linkLineEdit.side=kTaskSideLeft;this.linkLineEdit.parentSide=kTaskSideLeft}else if(this.linkLineEdit.parent.endFail){this.linkLineEdit.parentSide=kTaskSideLeft}else if(this.linkLineEdit.task.endFail){this.linkLineEdit.side=kTaskSideLeft}if(this.pushLink){if(kEndBeginLinksEditMode){if(kLinkBeginEnd!==this.pushLink.task.links.last()["linkType"]){this.pushLink.task.links.pop();this.pushLink=undefined;return false}}links=this.pushLink.task.links;lastLink=links.last();for(i=0;i<links.length-1;++i){if(lastLink["dependenceTaskId"]===links[i]["dependenceTaskId"]&&lastLink["linkType"]===links[i]["linkType"]&&lastLink["parentTaskId"]===links[i]["parentTaskId"]&&lastLink["type"]===links[i]["type"]){dublicate=true}}this.pushLink.task.links.pop();if(!dublicate&&(lastLink["linkType"]===kLinkEndEnd||lastLink["linkType"]===kLinkBeginBegin)){links=this.linkLineEdit.parent.links;for(i=0;i<links.length;++i){if(lastLink["parentTaskId"]===links[i]["dependenceTaskId"]&&lastLink["linkType"]===links[i]["linkType"]&&lastLink["dependenceTaskId"]===links[i]["parentTaskId"]&&lastLink["type"]===links[i]["type"]){dublicate=true}}}this.pushLink=undefined}if(!dublicate){var haveLink=false;links=this.linkLineEdit.parent.links;for(i=0;i<links.length;++i){if(linkId1==links[i]["parentTaskId"]){haveLink=true;break}}if(!haveLink){links=this.linkLineEdit.task.links;for(i=0;i<links.length;++i){if(linkId0==links[i]["parentTaskId"]){haveLink=true;break}}}if(!haveLink){return true}}if(this.pushLink){this.pushLink.task.links.pop();this.pushLink=undefined}return false},sceneToWorldX:function(X){return this.timeScale.hourInPixels*this.offsetX+X*this.timeScale.hourInPixels/this.timeScale.scaleX},sceneToWorldY:function(Y){},worldToSceneX:function(X){return(X-this.offsetX*this.timeScale.hourInPixels)/this.timeScale.hourInPixels*this.timeScale.scaleX},worldToSceneY:function(Y){return Y-this.timeScale.height()+this.rightScroll.value()},sceneXToTime:function(X){return X*this.timeScale.scaleX/this.timeScale.hourInPixels},timeToSceneX:function(time){var worldToScreen=this.timeScale.hourInPixels/this.timeScale.scaleX;var offX=this.timeScale.hourInPixels*this.offsetX;return offX+time*worldToScreen},windowToCanvas:function(x,y){return{x:x-this.bounding.left*(this.ctxWidth/this.bounding.width),y:y-this.bounding.top*(this.ctxHeight/this.bounding.height)}},addHandler:function(evt,callback){this.handlers[evt]=callback},internalVersion:function(){return kInternalVersion},isEditTitleMode:function(){return this._leftPanelController.getPanel().editBox.isEnable()||this.editBox.isEnable()},setEnableTouch:function(value){this.enableTouch=value},updateDefaults:function(){this.titlesFont=this.fontHeight+"pt "+kDefaultFontName;this.timeScale.updateDefaults();this.editBox.updateDefaults()},needDrawFlashBackground:function(enable){this._needDrawFlashBackground=enable;this.needUpdate=true},print:function(){var margin=this.itemMargin;function drawCollapseArrow(iscollapse,px,py){if(py>=margin*2){if(iscollapse){ctx.fillStyle="#818181";painter.drawArrowLeft(px,py,13,13)}else{ctx.fillStyle="#818181";painter.drawArrowBottom(px,py,13,13)}}}var noneMilestones=window["Gantt"]["Localize_strings"]["taskWithoutMilestones"]||"Task Without Milestones",highPriority=window["Gantt"]["Localize_strings"]["highPriority"]||"high",openStatus=window["Gantt"]["Localize_strings"]["openStatus"]||"open",closeStatus=window["Gantt"]["Localize_strings"]["closeStatus"]||"close",addDate=window["Gantt"]["Localize_strings"]["addDate"]||"add",noResponsible=window["Gantt"]["Localize_strings"]["noResponsible"],isTeamlabTime=undefined!==Teamlab&&undefined!==Teamlab["getDisplayDate"],ctx=this.ctx,child=null,rect=null,color=null,task=null,painter=new Painter(ctx),panel=this.leftPanelController().getPanel(),el=panel.el,topAdd=margin*2;var fontH1="12px"+kDefaultFontName;var fontH2="bold "+"12px "+kDefaultFontName;var fontH3="bold "+"16px "+kDefaultFontName;if(el){rect=el.getBoundingClientRect();this.drawScene(true);ctx.fillStyle="#F3F3F3";ctx.fillRect(0,0,rect.width,this.ctxHeight);ctx.fillStyle="#CCCCCC";ctx.fillRect(rect.width,0,1,this.ctxWidth);ctx.fillStyle="#CCCCCC";ctx.fillRect(rect.width,0,1,this.ctxWidth);var i,j,k,m,begin,end,text,lockProject=false,offY=-this.rightScroll.value(),p=this.storage.projects(),pl=p.length,respPosX=panel.rows[1].posX,beginDateX=panel.rows[2].posX,endDateX=panel.rows[3].posX,statusX=panel.rows[4].posX,priorityX=panel.rows[5].posX,showRowResp=!panel.rows[1].isHidden,showRowBeg=!panel.rows[2].isHidden,showRowEnd=!panel.rows[3].isHidden,showRowStat=!panel.rows[4].isHidden,showRowPrior=!panel.rows[5].isHidden;for(j=0;j<pl;++j){lockProject=p[j].isLocked()||p[j].isInReadMode();if(offY>=0){text=ellipsis(p[j]._title,19);if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle="#000000"}ctx.font=fontH3;ctx.fillText(text,18,offY+margin*.75+topAdd);if(showRowResp){ctx.font=fontH1;ctx.fillText(ellipsis(milestoneResponsibles(p[j],noResponsible),20),respPosX,offY+margin*.7+topAdd)}ctx.fillStyle="#D3D3D3";ctx.fillRect(0,offY+topAdd,rect.width-15,1);ctx.fillRect(0,offY+margin+topAdd,rect.width-15,1);if(p[j]._isprivate){ctx.drawImage(lockImg,0,36,16,16,0,offY+topAdd+margin*.35,16,16)}drawCollapseArrow(p[j].fullCollapse,230,offY+margin*.35+topAdd)}if(p[j].fullCollapse){offY+=margin;if(offY>this.ctxHeight){break}continue}if(!p[j].isEmpty()){offY+=this.itemMargin;if(offY>this.ctxHeight){break}for(m=0;m<p[j].m.length;++m){if(p[j].m[m].filter){continue}if(offY>=0){text=ellipsis(p[j].m[m]._title,24);if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle=milestoneFill(p[j].m[m])}ctx.font=fontH2;ctx.fillText(text,27,offY+margin*.7+topAdd);ctx.font=fontH1;ctx.fillText(numberOfValidTasks(p[j].m[m].t),195,offY+margin*.7+topAdd);if(showRowResp){ctx.fillText(ellipsis(milestoneResponsibles(p[j].m[m],noResponsible),20),respPosX,offY+margin*.7+topAdd)}if(showRowEnd){ctx.fillText(formatTime(p[j].m[m]._endDate,isTeamlabTime),endDateX,offY+margin*.7+topAdd)}if(showRowStat){if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle="#000000"}if(kElementCompleted-1===p[j].m[m]._status){ctx.fillText(closeStatus,statusX,offY+margin*.7+topAdd)}else{ctx.fillText(openStatus,statusX,offY+margin*.7+topAdd)}}ctx.fillStyle="#D3D3D3";ctx.fillRect(0,offY+topAdd,rect.width-15,1);ctx.fillRect(0,offY+margin+topAdd,rect.width-15,1);if(p[j].m[m].t.length){drawCollapseArrow(p[j].m[m].collapse,230,offY+margin*.35+topAdd)}}offY+=this.itemMargin;if(offY>this.ctxHeight){break}if(p[j].m[m].collapse){continue}for(i=0;i<p[j].m[m].t.length;++i){if(p[j].m[m].t[i].filter){continue}if(offY>=0){task=p[j].m[m].t[i];text=ellipsis(task._title,28);if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle=taskFill(task)}ctx.font=fontH1;ctx.fillText(text,36,offY+margin*.65+topAdd);if(showRowResp){ctx.fillText(ellipsis(taskResponsibles(task,noResponsible),20),respPosX,offY+margin*.7+topAdd)}if(showRowBeg){ctx.fillText(task.beginFail?addDate:formatTime(task.beginDate(),isTeamlabTime),beginDateX,offY+margin*.7+topAdd)}if(showRowEnd){ctx.fillText(task.endFail?addDate:formatTime(task.endDate(),isTeamlabTime),endDateX,offY+margin*.7+topAdd)}if(task._priority&&showRowPrior){ctx.fillText(highPriority,priorityX,offY+margin*.7+topAdd)}if(showRowStat){if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle="#000000"}if(kElementCompleted===task._status){ctx.fillText(closeStatus,statusX,offY+margin*.7+topAdd)}else{ctx.fillText(openStatus,statusX,offY+margin*.7+topAdd)}}ctx.fillStyle="#D3D3D3";ctx.fillRect(0,offY+topAdd,rect.width-15,1);ctx.fillRect(0,offY+margin+topAdd,rect.width-15,1)}offY+=margin;if(offY>this.ctxHeight){break}}}if(offY>=0){if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle="#000000"}ctx.font=fontH2;ctx.fillText(noneMilestones,27,offY+margin*.75+topAdd);ctx.font=fontH1;ctx.fillText(numberOfValidTasks(p[j].t),195,offY+margin*.7+topAdd);ctx.fillStyle="#D3D3D3";ctx.fillRect(0,offY+topAdd,rect.width-15,1);ctx.fillRect(0,offY+margin+topAdd,rect.width-15,1)}if(p[j].collapse){drawCollapseArrow(p[j].collapse,230,offY+margin*.35+topAdd);offY+=margin;if(offY>this.ctxHeight){break}continue}if(p[j].t.length){drawCollapseArrow(p[j].collapse,230,offY+margin*.35+topAdd);offY+=this.itemMargin;for(i=0;i<p[j].t.length;++i){if(p[j].t[i].filter){continue}if(offY>=0){task=p[j].t[i];text=ellipsis(task._title,28);if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle=taskFill(task)}ctx.font=fontH1;ctx.fillText(text,36,offY+margin*.65+topAdd);if(showRowResp){ctx.fillText(ellipsis(taskResponsibles(task,noResponsible),20),respPosX,offY+margin*.7+topAdd)}if(showRowBeg){ctx.fillText(task.beginFail?addDate:formatTime(task.beginDate(),isTeamlabTime),beginDateX,offY+margin*.7+topAdd)}if(showRowEnd){ctx.fillText(task.endFail?addDate:formatTime(task.endDate(),isTeamlabTime),endDateX,offY+margin*.7+topAdd)}if(task._priority&&showRowPrior){ctx.fillText(highPriority,priorityX,offY+margin*.7+topAdd)}if(showRowStat){if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle="#000000"}if(kElementCompleted===task._status){ctx.fillText(closeStatus,statusX,offY+margin*.7+topAdd)}else{ctx.fillText(openStatus,statusX,offY+margin*.7+topAdd)}}ctx.fillStyle="#D3D3D3";ctx.fillRect(0,offY+topAdd,rect.width-15,1);ctx.fillRect(0,offY+margin+topAdd,rect.width-15,1)}offY+=margin;if(offY>this.ctxHeight){break}}}else{offY+=this.itemMargin}}else{offY+=this.itemMargin;if(offY>=0){if(lockProject){ctx.fillStyle=kLockProjectColor}else{ctx.fillStyle="#000000"}ctx.font=fontH2;ctx.fillText(noneMilestones,27,offY+margin*.75+topAdd);ctx.font=fontH1;ctx.fillText(numberOfValidTasks(p[j].t),195,offY+margin*.7+topAdd);ctx.fillStyle="#D3D3D3";ctx.fillRect(0,offY+topAdd,rect.width-15,1);ctx.fillRect(0,offY+margin+topAdd,rect.width-15,1)}offY+=this.itemMargin}if(offY>this.ctxHeight){break}}ctx.fillStyle="#D3D3D3";ctx.fillRect(0,0,rect.width,margin*1.5);for(i=1;i<panel.rows.length;++i){if(!panel.rows[i].isHidden){ctx.fillStyle="#F3F3F3";painter.roundRect(ctx,panel.rows[i].posX-5,26,panel.rows[i].minWidth,margin,4);ctx.fill();ctx.fillStyle="#666666";ctx.font=fontH1;ctx.fillText(panel.rows[i].translate,panel.rows[i].posX+1,margin*1.3)}}}}};var prot;var gantt=window["Gantt"]?window["Gantt"]:window["Gantt"]={};gantt["TimeLine"]=TimeLine;prot=TimeLine.prototype;prot["render"]=prot.render;prot["addHandler"]=prot.addHandler;prot["update"]=prot.update;prot["viewController"]=prot.viewController;prot["modelController"]=prot.modelController;prot["undoManager"]=prot.undoManager;prot["userDefaults"]=prot.userDefaults;prot["leftPanelController"]=prot.leftPanelController;prot["addNewTask"]=prot.addNewTask;prot["addNewMilestone"]=prot.addNewMilestone;prot["setReadMode"]=prot.setReadMode;prot["print"]=prot.print;prot["onkeypress"]=prot.onkeypress;prot["onkeydown"]=prot.onkeydown;prot["onkeyup"]=prot.onkeyup;prot["ondblclick"]=prot.ondblclick;prot["onmousewheel"]=prot.onmousewheel;prot["onpaste"]=prot.onpaste;prot["oncopy"]=prot.oncopy;prot["focus"]=prot.focus;prot["internalVersion"]=prot.internalVersion;prot["isEditTitleMode"]=prot.isEditTitleMode;prot["setEnableTouch"]=prot.setEnableTouch;prot["needDrawFlashBackground"]=prot.needDrawFlashBackground;prot=ModelController.prototype;prot["addTask"]=prot.addTask;prot["addMilestone"]=prot.addMilestone;prot["addProject"]=prot.addProject;prot["finalize"]=prot.finalize;prot["clear"]=prot.clear;prot["applyNewAddTaskId"]=prot.applyNewAddTaskId;prot["applyNewAddMilestoneId"]=prot.applyNewAddMilestoneId;prot["addLinkWithIds"]=prot.addLinkWithIds;prot["finalizeStatus"]=prot.finalizeStatus;prot["finalizeOperation"]=prot.finalizeOperation;prot["collectBeginEndItems"]=prot.collectBeginEndItems;prot["throughIdsIndexes"]=prot.throughIdsIndexes;prot["buildWithThroughIndexer"]=prot.buildWithThroughIndexer;prot["setFilter"]=prot.setFilter;prot["clearFilter"]=prot.clearFilter;prot=ViewController.prototype;prot["scaleTo"]=prot.scaleTo;prot["strafeToDay"]=prot.strafeToDay;prot["strafe"]=prot.strafe;prot["toVisibleElementMove"]=prot.toVisibleElementMove;prot["buildZoomBar"]=prot.buildZoomBar;prot["enableSlipAnimation"]=prot.enableSlipAnimation;prot["fullscreen"]=prot.fullscreen;prot["disableUserEvents"]=prot.disableUserEvents;prot["scaleValue"]=prot.scaleValue;prot["saveViewState"]=prot.saveViewState;prot["loadViewState"]=prot.loadViewState;prot["centeringElement"]=prot.centeringElement;prot=ZoomBar.prototype;prot["canvas"]=prot.canvas;prot["dom"]=prot.dom;prot["needRepaint"]=prot.needRepaint;prot=LeftPanelController.prototype;prot["addRowsAvailable"]=prot.addRowsAvailable;prot["showHiddenRows"]=prot.showHiddenRows;prot=UndoManager.prototype;prot["undo"]=prot.undo;prot["redo"]=prot.redo;prot=Task.prototype;prot["id"]=prot.id;prot["title"]=prot.title;prot["description"]=prot.description;prot["owner"]=prot.owner;prot["beginDate"]=prot.beginDate;prot["endDate"]=prot.endDate;prot["isMilestone"]=prot.isMilestone;prot["status"]=prot.status;prot["subtasks"]=prot.subtasks;prot["responsibles"]=prot.responsibles;prot["isUndefinedEndTime"]=prot.isUndefinedEndTime;prot["isUndefinedBeginTime"]=prot.isUndefinedBeginTime;prot=Milestone.prototype;prot["id"]=prot.id;prot["title"]=prot.title;prot["description"]=prot.description;prot["owner"]=prot.owner;prot["tasks"]=prot.tasks;prot["beginDate"]=prot.beginDate;prot["endDate"]=prot.endDate;prot["isMilestone"]=prot.isMilestone;prot["status"]=prot.status;prot["responsibles"]=prot.responsibles;prot=Project.prototype;prot["id"]=prot.id;prot["title"]=prot.title;prot["description"]=prot.description;prot=UserDefaults.prototype;prot["setFontFamily"]=prot.setFontFamily}; \ No newline at end of file
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_ver.js b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_ver.js
index 0fd8234be..2a6f75d0f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_ver.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchart_ver.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchartpage.js b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchartpage.js
index db1e08129..979de9568 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchartpage.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/ganttchartpage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/helper.js b/web/studio/ASC.Web.Studio/Products/Projects/js/helper.js
index 812541e02..69b4f1f4d 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/helper.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/helper.js
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
ASC.Projects.Tab = function (moduleName, count, divID, $container, link, isVisibleSelector, emptyScreen) {
this.title = moduleName;
this.count = count;
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/import.js b/web/studio/ASC.Web.Studio/Products/Projects/js/import.js
index 99bdcb234..ef298a9dd 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/import.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/import.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/jq_projects_extensions.js b/web/studio/ASC.Web.Studio/Products/Projects/js/jq_projects_extensions.js
index 9efdc844f..26ffd7f3f 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/jq_projects_extensions.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/jq_projects_extensions.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/jquery-tagsadvansedselector.js b/web/studio/ASC.Web.Studio/Products/Projects/js/jquery-tagsadvansedselector.js
index be214f2e4..f4f3b9617 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/jquery-tagsadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/jquery-tagsadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/milestoneaction.js b/web/studio/ASC.Web.Studio/Products/Projects/js/milestoneaction.js
index c9cba685e..ea2289a43 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/milestoneaction.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/milestoneaction.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/milestones.js b/web/studio/ASC.Web.Studio/Products/Projects/js/milestones.js
index 2e49e57bb..6de6b5c32 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/milestones.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/milestones.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/navsidepanel.js b/web/studio/ASC.Web.Studio/Products/Projects/js/navsidepanel.js
index f25b9120b..9e86c59d4 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/navsidepanel.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/navsidepanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/projectDocumentsPopup.js b/web/studio/ASC.Web.Studio/Products/Projects/js/projectDocumentsPopup.js
index d874665a8..99f79ae65 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/projectDocumentsPopup.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/projectDocumentsPopup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/projectaction.js b/web/studio/ASC.Web.Studio/Products/Projects/js/projectaction.js
index 6e63c3a1f..231dcc6e5 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/projectaction.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/projectaction.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/projectnavpanel.js b/web/studio/ASC.Web.Studio/Products/Projects/js/projectnavpanel.js
index 9414eb345..edbed49d5 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/projectnavpanel.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/projectnavpanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/projects.js b/web/studio/ASC.Web.Studio/Products/Projects/js/projects.js
index e75716e3d..a1e7ca88e 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/projects.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/projects.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/projectteam.js b/web/studio/ASC.Web.Studio/Products/Projects/js/projectteam.js
index b3181719b..445f474ef 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/projectteam.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/projectteam.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/projecttemplates.js b/web/studio/ASC.Web.Studio/Products/Projects/js/projecttemplates.js
index fae1294e5..20309fa74 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/projecttemplates.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/projecttemplates.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/reports.js b/web/studio/ASC.Web.Studio/Products/Projects/js/reports.js
index 1eb61c79e..f67556f3a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/reports.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/reports.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -22,6 +22,8 @@
* Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
*/
+
+
if (!Array.prototype.findIndex) {
Array.prototype.findIndex = function(predicate) {
if (this == null) {
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/settings.js b/web/studio/ASC.Web.Studio/Products/Projects/js/settings.js
index 868110bd8..5622512d5 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/settings.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/settings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/subtasks.js b/web/studio/ASC.Web.Studio/Products/Projects/js/subtasks.js
index 81b66e485..f29c2196d 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/subtasks.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/subtasks.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/taskaction.js b/web/studio/ASC.Web.Studio/Products/Projects/js/taskaction.js
index 163acf49c..f8ce9cd45 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/taskaction.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/taskaction.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/taskdescription.js b/web/studio/ASC.Web.Studio/Products/Projects/js/taskdescription.js
index 7f1f2818c..504a0792a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/taskdescription.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/taskdescription.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/tasks.js b/web/studio/ASC.Web.Studio/Products/Projects/js/tasks.js
index 989853b7f..6215deb1a 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/tasks.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/tasks.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Projects/js/timetracking.js b/web/studio/ASC.Web.Studio/Products/Projects/js/timetracking.js
index 02e92a90e..98ff5c204 100644
--- a/web/studio/ASC.Web.Studio/Products/Projects/js/timetracking.js
+++ b/web/studio/ASC.Web.Studio/Products/Projects/js/timetracking.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Api.aspx.cs b/web/studio/ASC.Web.Studio/Products/Sample/Api.aspx.cs
index 94a27241e..dafba3ec1 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Api.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Api.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/App_Themes/default/css/style.less b/web/studio/ASC.Web.Studio/Products/Sample/App_Themes/default/css/style.less
index 060fa6e99..445020f6f 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/App_Themes/default/css/style.less
+++ b/web/studio/ASC.Web.Studio/Products/Sample/App_Themes/default/css/style.less
@@ -1,4 +1,29 @@
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
.menu-list li.menu-item .menu-item-icon.sample {
background: url("../images/product_logo_nav.png") no-repeat 0 0;
}
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Classes/PathProvider.cs b/web/studio/ASC.Web.Studio/Products/Sample/Classes/PathProvider.cs
index 58dda9251..dccfcd4ac 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Classes/PathProvider.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Classes/PathProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleClass.cs b/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleClass.cs
index dc0588642..d903714d0 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleClass.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleClass.cs
@@ -1,4 +1,29 @@
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
namespace ASC.Web.Sample.Classes
{
public class SampleClass
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleDao.cs b/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleDao.cs
index 81395d9fa..9b54fce4a 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleDao.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Classes/SampleDao.cs
@@ -1,4 +1,29 @@
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Collections.Generic;
using System.Data;
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Classes/SearchResultsView.cs b/web/studio/ASC.Web.Studio/Products/Sample/Classes/SearchResultsView.cs
index 7085ddcee..526b88e25 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Classes/SearchResultsView.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Classes/SearchResultsView.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Configuration/ProductEntryPoint.cs b/web/studio/ASC.Web.Studio/Products/Sample/Configuration/ProductEntryPoint.cs
index 40c60ecd1..5c11707af 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Configuration/ProductEntryPoint.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Configuration/ProductEntryPoint.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Configuration/SampleSearchHandler.cs b/web/studio/ASC.Web.Studio/Products/Sample/Configuration/SampleSearchHandler.cs
index 87ff7fbc3..2eef1be26 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Configuration/SampleSearchHandler.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Configuration/SampleSearchHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Controls/NavigationSidePanel.ascx.cs b/web/studio/ASC.Web.Studio/Products/Sample/Controls/NavigationSidePanel.ascx.cs
index cc661bc0b..d88c678a2 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Controls/NavigationSidePanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Controls/NavigationSidePanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Database.aspx.cs b/web/studio/ASC.Web.Studio/Products/Sample/Database.aspx.cs
index 324f9334b..76d5a98e7 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Database.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Database.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Default.aspx.cs b/web/studio/ASC.Web.Studio/Products/Sample/Default.aspx.cs
index d70584689..f9ddb9c88 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Elements.aspx.cs b/web/studio/ASC.Web.Studio/Products/Sample/Elements.aspx.cs
index e0e56b39f..c60501035 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Elements.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Elements.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Help.aspx.cs b/web/studio/ASC.Web.Studio/Products/Sample/Help.aspx.cs
index d84767671..57fd51a71 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Help.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Help.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Masters/BasicTemplate.Master.cs b/web/studio/ASC.Web.Studio/Products/Sample/Masters/BasicTemplate.Master.cs
index 46eba4f73..ef00d5631 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Masters/BasicTemplate.Master.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Masters/BasicTemplate.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Masters/ClientScripts/ClientLocalizationResources.cs b/web/studio/ASC.Web.Studio/Products/Sample/Masters/ClientScripts/ClientLocalizationResources.cs
index 707c407ed..573a3023d 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Masters/ClientScripts/ClientLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Masters/ClientScripts/ClientLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/Styles.aspx.cs b/web/studio/ASC.Web.Studio/Products/Sample/Styles.aspx.cs
index e02d97e2e..dbd0ed52e 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/Styles.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/Styles.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/UserControls.aspx.cs b/web/studio/ASC.Web.Studio/Products/Sample/UserControls.aspx.cs
index a0e3b19e3..b9f38b4b1 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/UserControls.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Products/Sample/UserControls.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2017
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Products/Sample/js/script.js b/web/studio/ASC.Web.Studio/Products/Sample/js/script.js
index 3117f315b..94bec607d 100644
--- a/web/studio/ASC.Web.Studio/Products/Sample/js/script.js
+++ b/web/studio/ASC.Web.Studio/Products/Sample/js/script.js
Binary files differ
diff --git a/web/studio/ASC.Web.Studio/Search.aspx.cs b/web/studio/ASC.Web.Studio/Search.aspx.cs
index 7543982e7..81ee7adf1 100644
--- a/web/studio/ASC.Web.Studio/Search.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Search.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ServerError.aspx.cs b/web/studio/ASC.Web.Studio/ServerError.aspx.cs
index dfc0490a9..7352ff21e 100644
--- a/web/studio/ASC.Web.Studio/ServerError.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ServerError.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Services/WhatsNew/feed.ashx.cs b/web/studio/ASC.Web.Studio/Services/WhatsNew/feed.ashx.cs
index d0b904812..e75fe98e8 100644
--- a/web/studio/ASC.Web.Studio/Services/WhatsNew/feed.ashx.cs
+++ b/web/studio/ASC.Web.Studio/Services/WhatsNew/feed.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/StartScriptsStyles.aspx.cs b/web/studio/ASC.Web.Studio/StartScriptsStyles.aspx.cs
index 620502dfa..0a87124d9 100644
--- a/web/studio/ASC.Web.Studio/StartScriptsStyles.aspx.cs
+++ b/web/studio/ASC.Web.Studio/StartScriptsStyles.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Startup.cs b/web/studio/ASC.Web.Studio/Startup.cs
index 6d72339d6..ef8f222a2 100644
--- a/web/studio/ASC.Web.Studio/Startup.cs
+++ b/web/studio/ASC.Web.Studio/Startup.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Tariffs.aspx.cs b/web/studio/ASC.Web.Studio/Tariffs.aspx.cs
index b7c3d5be6..4659593f9 100644
--- a/web/studio/ASC.Web.Studio/Tariffs.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Tariffs.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Terms.aspx.cs b/web/studio/ASC.Web.Studio/Terms.aspx.cs
index eda807be3..937528195 100644
--- a/web/studio/ASC.Web.Studio/Terms.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Terms.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/Box.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/Box.aspx.cs
index d80515120..5ace22e3c 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/Box.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/Box.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/DocuSign.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/DocuSign.aspx.cs
index c0a5ea511..13a14f7ae 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/DocuSign.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/DocuSign.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/Dropbox.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/Dropbox.aspx.cs
index 133a683e1..bbacd780f 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/Dropbox.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/Dropbox.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/Google.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/Google.aspx.cs
index 2927a478e..afaafca1f 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/Google.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/Google.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ContactInfo.cs b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ContactInfo.cs
index 06f04f24c..11b2122dd 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ContactInfo.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ContactInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Google.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Google.aspx.cs
index e7f78b05f..254f29aca 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Google.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Google.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Import.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Import.aspx.cs
index cf37a81b3..17de6066d 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Import.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Import.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ImportLogin.Master.cs b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ImportLogin.Master.cs
index 1f4d03286..215c7b09c 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ImportLogin.Master.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/ImportLogin.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Yahoo.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Yahoo.aspx.cs
index 671f1955b..3647fdf0b 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Yahoo.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/ImportContacts/Yahoo.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/Login.Master.cs b/web/studio/ASC.Web.Studio/ThirdParty/Login.Master.cs
index 92f69ab80..3ad818ec9 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/Login.Master.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/Login.Master.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/OneDrive.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/OneDrive.aspx.cs
index 5e7ce315c..f4cb7a342 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/OneDrive.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/OneDrive.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/ThirdParty/Wordpress.aspx.cs b/web/studio/ASC.Web.Studio/ThirdParty/Wordpress.aspx.cs
index e0a3c19a5..9a51b3565 100644
--- a/web/studio/ASC.Web.Studio/ThirdParty/Wordpress.aspx.cs
+++ b/web/studio/ASC.Web.Studio/ThirdParty/Wordpress.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ActivateEmailPanel.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ActivateEmailPanel.ascx.cs
index e61b99b35..5b0780253 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ActivateEmailPanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ActivateEmailPanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/Attachments.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/Attachments.ascx.cs
index 7c16c8b1c..00f4108f7 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/Attachments.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/Attachments.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/css/attachments.less b/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/css/attachments.less
index 3fbd7a0f0..8ff071f5c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/css/attachments.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/css/attachments.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/js/attachments.js b/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/js/attachments.js
index 09506118d..e1e1a5917 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/js/attachments.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Attachments/js/attachments.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/Authorize.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/Authorize.ascx.cs
index 3f307661f..7ad0a6204 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/Authorize.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/Authorize.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/css/authorize.less b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/css/authorize.less
index a37209370..d54adb302 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/css/authorize.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/css/authorize.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/authorize.js b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/authorize.js
index 580821cd5..64692621e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/authorize.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/authorize.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/recaptchacontroller.js b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/recaptchacontroller.js
index e1a00e936..9576b4d1f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/recaptchacontroller.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Authorize/js/recaptchacontroller.js
@@ -1,3 +1,29 @@
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
;
var RecaptchaController = new function () {
this.InitRecaptcha = function (datahl) {
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/AuthorizeDocs.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/AuthorizeDocs.ascx.cs
index 3dc720322..59c11dcf1 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/AuthorizeDocs.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/AuthorizeDocs.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/authorizedocs.less b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/authorizedocs.less
index 2deb3a928..6b962a1f3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/authorizedocs.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/authorizedocs.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/custom-mode.less b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/custom-mode.less
index 241bd626b..1351455f6 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/custom-mode.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/css/custom-mode.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/js/authorizedocs.js b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/js/authorizedocs.js
index 277846513..706a0fd5f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/js/authorizedocs.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/AuthorizeDocs/js/authorizedocs.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Banner/Banner.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Banner/Banner.ascx.cs
index 3b406d81a..fcac11b3b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Banner/Banner.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Banner/Banner.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Banner/js/banner.js b/web/studio/ASC.Web.Studio/UserControls/Common/Banner/js/banner.js
index 395b16dff..1e87d7b7b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Banner/js/banner.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Banner/js/banner.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/ChooseTimePeriod.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/ChooseTimePeriod.ascx.cs
index a636d7242..282f10ef2 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/ChooseTimePeriod.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/ChooseTimePeriod.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/css/choosetimeperiod.less b/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/css/choosetimeperiod.less
index 96724fccc..baf82d907 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/css/choosetimeperiod.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/css/choosetimeperiod.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/js/choosetimeperiod.js b/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/js/choosetimeperiod.js
index 33be52d99..9f9eb8c30 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/js/choosetimeperiod.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ChooseTimePeriod/js/choosetimeperiod.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/CommentInfo.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/CommentInfo.cs
index 747f478c2..25ea00786 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/CommentInfo.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/CommentInfo.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/Comments.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/Comments.cs
index f9015e35e..5542215ce 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/Comments.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/Comments.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/css/codehighlighter/vs.less b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/css/codehighlighter/vs.less
index 1e93f19df..f240229de 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/css/codehighlighter/vs.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/css/codehighlighter/vs.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/js/comments.js b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/js/comments.js
index 5a9d07696..538fbdf4a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Comments/js/comments.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Comments/js/comments.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/Confirm.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/Confirm.ascx.cs
index 98c1302c2..cef663c9e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/Confirm.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/Confirm.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/js/confirm.js b/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/js/confirm.js
index 44865ded7..d3bf7b0bf 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/js/confirm.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Confirm/js/confirm.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/HelpCenter.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/HelpCenter.ascx.cs
index cc32c515b..3ccdb041b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/HelpCenter.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/HelpCenter.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/css/help-center.less b/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/css/help-center.less
index 4956b3ca7..8517c3dfe 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/css/help-center.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/css/help-center.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/js/help-center.js b/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/js/help-center.js
index e87be7bc2..b5c47f0f0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/js/help-center.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/HelpCenter/js/help-center.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/InviteLink.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/InviteLink.ascx.cs
index 248b47e2d..01f8d7a23 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/InviteLink.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/InviteLink.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/js/invitelink.js b/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/js/invitelink.js
index 830cc71f2..9a637bc6d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/js/invitelink.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/InviteLink/js/invitelink.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/LoaderPage.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/LoaderPage.ascx.cs
index 4f3ca6a0a..c949bab55 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/LoaderPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/LoaderPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/css/loaderpage.less b/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/css/loaderpage.less
index 036040209..0c1644f1d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/css/loaderpage.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/LoaderPage/css/loaderpage.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/LoginWithThirdParty.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/LoginWithThirdParty.ascx.cs
index 4a95bc4c3..5a9e78f85 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/LoginWithThirdParty.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/LoginWithThirdParty.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/MediaPlayer.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/MediaPlayer.ascx.cs
index da3887293..feb23660b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/MediaPlayer.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/MediaPlayer.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/imageviewer.js b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/imageviewer.js
index d5be717b2..b52365ca8 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/imageviewer.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/imageviewer.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.css b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.css
index 482e1149b..01f312a62 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
.scroll-fix {
overflow: hidden !important;
}
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.js b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.js
index 7d2321a00..a2799f546 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/MediaViewer/mediaplayer.js
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2016
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
window.ASC.Files.MediaPlayer = (function () {
var isInit = false;
var audio = 1;
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/MigrationPortal.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/MigrationPortal.ascx.cs
index e2040a77e..cee7bc5ab 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/MigrationPortal.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/MigrationPortal.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/css/migrationportal.less b/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/css/migrationportal.less
index ef7f446b9..ab2d587c0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/css/migrationportal.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/css/migrationportal.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/js/migrationportal.js b/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/js/migrationportal.js
index 6c7248611..87e62ec47 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/js/migrationportal.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/MigrationPortal/js/migrationportal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/PersonalFooter.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/PersonalFooter.ascx.cs
index 47c91c6cc..5acbb7c79 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/PersonalFooter.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/PersonalFooter.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/css/personalfooter.less b/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/css/personalfooter.less
index a583960a7..2e4f19364 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/css/personalfooter.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/css/personalfooter.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/js/personalfooter.js b/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/js/personalfooter.js
index 40948ac8d..79ea75a3e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/js/personalfooter.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PersonalFooter/js/personalfooter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollForm.cs b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollForm.cs
index bc9b3e507..9ea80d89c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollForm.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollForm.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollFormMaster.cs b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollFormMaster.cs
index dcceb2cb2..78881dd5d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollFormMaster.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/PollFormMaster.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/css/style.css b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/css/style.css
index b5fe07867..5b75e3181 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/css/style.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/css/style.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/js/pollform.js b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/js/pollform.js
index 9ff1cd998..f2df7439c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/js/pollform.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PollForm/js/pollform.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/PreparationPortal.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/PreparationPortal.ascx.cs
index 9bf6b0c33..f87ceb76e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/PreparationPortal.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/PreparationPortal.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/css/preparationportal.css b/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/css/preparationportal.css
index 55d1e2da9..ac551c72d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/css/preparationportal.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/css/preparationportal.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/js/preparationportal.js b/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/js/preparationportal.js
index b1db37d4c..8da2422fc 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/js/preparationportal.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/PreparationPortal/js/preparationportal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Search/SearchResults.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Search/SearchResults.ascx.cs
index d9fad14bf..e13ca3517 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Search/SearchResults.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Search/SearchResults.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Search/css/searchResults.less b/web/studio/ASC.Web.Studio/UserControls/Common/Search/css/searchResults.less
index b99cf4c12..514755416 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Search/css/searchResults.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Search/css/searchResults.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Search/js/searchresults.js b/web/studio/ASC.Web.Studio/UserControls/Common/Search/js/searchresults.js
index 6d52c7785..731a970c2 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Search/js/searchresults.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Search/js/searchresults.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/SharingSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/SharingSettings.ascx.cs
index 1544ca877..e7e86711b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/SharingSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/SharingSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/bright-blue/sharingsettingsparams.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/bright-blue/sharingsettingsparams.less
index 7bb93e10a..fd9599267 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/bright-blue/sharingsettingsparams.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/bright-blue/sharingsettingsparams.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/dark-green/sharingsettingsparams.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/dark-green/sharingsettingsparams.less
index 7de99927b..158b898d5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/dark-green/sharingsettingsparams.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/dark-green/sharingsettingsparams.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/deep-blue/sharingsettingsparams.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/deep-blue/sharingsettingsparams.less
index 7de99927b..158b898d5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/deep-blue/sharingsettingsparams.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/deep-blue/sharingsettingsparams.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/baseparams.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/baseparams.less
index 43c8f8466..b026ab975 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/baseparams.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/baseparams.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettings.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettings.less
index 176affe35..2bdbf574f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettings.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettingsparams.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettingsparams.less
index ecb7d7c06..f09feeb07 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettingsparams.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/default/sharingsettingsparams.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/pure-orange/sharingsettingsparams.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/pure-orange/sharingsettingsparams.less
index 7de99927b..158b898d5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/pure-orange/sharingsettingsparams.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/pure-orange/sharingsettingsparams.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/wild-pink/sharingsettingsparams.less b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/wild-pink/sharingsettingsparams.less
index 7bb93e10a..fd9599267 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/wild-pink/sharingsettingsparams.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/css/wild-pink/sharingsettingsparams.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/js/sharingsettings.js b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/js/sharingsettings.js
index 0b5baae6b..907dcb87b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/js/sharingsettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SharingSettings/js/sharingsettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/SmallChat.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/SmallChat.ascx.cs
index 505bcd7d1..615237ea2 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/SmallChat.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/SmallChat.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/jquery.cssemoticons.css b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/jquery.cssemoticons.css
index c07635fd1..6154845a5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/jquery.cssemoticons.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/jquery.cssemoticons.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/smallChat.css b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/smallChat.css
index fe58e4c3b..3a2da3711 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/smallChat.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/css/smallChat.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/js/smallChat.js b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/js/smallChat.js
index 5c003a87c..d69df84b1 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/js/smallChat.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/SmallChat/js/smallChat.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/Support/Support.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/Support/Support.ascx.cs
index 4b9cb82dd..35f99747e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/Support/Support.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/Support/Support.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBanner.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBanner.ascx.cs
index d9b59e37d..df09598bf 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBanner.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBanner.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBannerSettings.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBannerSettings.cs
index b12148716..7e81aa578 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBannerSettings.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/ThirdPartyBannerSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/css/thirdpartybanner.css b/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/css/thirdpartybanner.css
index 803f053cb..b14678b5e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/css/thirdpartybanner.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ThirdPartyBanner/css/thirdpartybanner.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/TopStudioPanel.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/TopStudioPanel.ascx.cs
index 261fa76cf..a67b46289 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/TopStudioPanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/TopStudioPanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/VoipPhoneControl.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/VoipPhoneControl.ascx.cs
index ff7b02f5d..c6d55b95f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/VoipPhoneControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/TopStudioPanel/VoipPhoneControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/UserForum/UserForum.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/UserForum/UserForum.ascx.cs
index 23dcc8ebb..eda8475d5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/UserForum/UserForum.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/UserForum/UserForum.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/VideoGuides.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/VideoGuides.ascx.cs
index 0f3fba6ac..cb29cc01f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/VideoGuides.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/VideoGuides.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/js/videoguides.js b/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/js/videoguides.js
index 8b4b829b2..1a986bb99 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/js/videoguides.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/VideoGuides/js/videoguides.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcher.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcher.cs
index 75ec4f1bb..ad49833bb 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcher.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcher.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherBaseItem.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherBaseItem.cs
index 7c720854a..c80face54 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherBaseItem.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherBaseItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherLinkItem.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherLinkItem.cs
index cc1fa5c03..dbe8543f1 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherLinkItem.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherLinkItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherTabItem.cs b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherTabItem.cs
index 799c53e8c..3c146de51 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherTabItem.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/ViewSwitcherTabItem.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/css/viewswitcher.css b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/css/viewswitcher.css
index a1b90cf52..db46a95be 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/css/viewswitcher.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/css/viewswitcher.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/js/viewswitcher.js b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/js/viewswitcher.js
index 77e2b513f..56311c62c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/js/viewswitcher.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Common/ViewSwitcher/js/viewswitcher.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CRMDashboardEmptyScreen.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CRMDashboardEmptyScreen.ascx.cs
index 507766493..eb70f7c5d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CRMDashboardEmptyScreen.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CRMDashboardEmptyScreen.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CommunityDashboardEmptyScreen.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CommunityDashboardEmptyScreen.ascx.cs
index c3735b2c8..bcd8c7e4f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CommunityDashboardEmptyScreen.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/CommunityDashboardEmptyScreen.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/ManagerDashboardEmptyScreen.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/ManagerDashboardEmptyScreen.ascx.cs
index 9eb9fc342..f8bccd728 100644
--- a/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/ManagerDashboardEmptyScreen.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/EmptyScreens/ManagerDashboardEmptyScreen.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Feed/FeedList.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Feed/FeedList.ascx.cs
index c88294089..eac0b167a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Feed/FeedList.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Feed/FeedList.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Feed/NewNavigationPanel.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Feed/NewNavigationPanel.ascx.cs
index b114e7f9e..017867551 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Feed/NewNavigationPanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Feed/NewNavigationPanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Feed/css/feed.less b/web/studio/ASC.Web.Studio/UserControls/Feed/css/feed.less
index 6b50653f8..57ca05b9f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Feed/css/feed.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Feed/css/feed.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.filter.js b/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.filter.js
index e3c77e917..3c957b196 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.filter.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.filter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.js b/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.js
index 98124bf6e..b76c38d12 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Feed/js/feed.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/FirstTime/EmailAndPassword.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/FirstTime/EmailAndPassword.ascx.cs
index a04859fda..785a89330 100644
--- a/web/studio/ASC.Web.Studio/UserControls/FirstTime/EmailAndPassword.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/FirstTime/EmailAndPassword.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/FirstTime/FirstTimeTenantSettings.cs b/web/studio/ASC.Web.Studio/UserControls/FirstTime/FirstTimeTenantSettings.cs
index 99d06b0ce..6dcbf1af3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/FirstTime/FirstTimeTenantSettings.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/FirstTime/FirstTimeTenantSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/FirstTime/StepContainer.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/FirstTime/StepContainer.ascx.cs
index 230b15a67..761aee8ca 100644
--- a/web/studio/ASC.Web.Studio/UserControls/FirstTime/StepContainer.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/FirstTime/StepContainer.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/EmailAndPassword.less b/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/EmailAndPassword.less
index 7e2d50bcc..234ceff18 100644
--- a/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/EmailAndPassword.less
+++ b/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/EmailAndPassword.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/stepContainer.less b/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/stepContainer.less
index 1a0406047..b3ecedef8 100644
--- a/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/stepContainer.less
+++ b/web/studio/ASC.Web.Studio/UserControls/FirstTime/css/stepContainer.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/manager.js b/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/manager.js
index 6098b7390..248dd40b0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/manager.js
+++ b/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/manager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/view.js b/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/view.js
index 4e147d582..97b411dfe 100644
--- a/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/view.js
+++ b/web/studio/ASC.Web.Studio/UserControls/FirstTime/js/view.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/AccessRights.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/AccessRights.ascx.cs
index e70297c95..0cf84059c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/AccessRights.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/AccessRights.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/css/accessrights.less b/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/css/accessrights.less
index 5b7864f62..29e9ed9d2 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/css/accessrights.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/css/accessrights.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/js/accessrights.js b/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/js/accessrights.js
index c30294224..6d8e3055a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/js/accessrights.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AccessRights/js/accessrights.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/AdminMessageSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/AdminMessageSettings.ascx.cs
index 59d74c47e..c9852bda5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/AdminMessageSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/AdminMessageSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/css/admMess.less b/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/css/admMess.less
index 3fcce7831..35ec660ac 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/css/admMess.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/css/admMess.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/js/admmess.js b/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/js/admmess.js
index 698f1f541..9fb82e2a9 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/js/admmess.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AdminMessageSettings/js/admmess.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AdminSettings/ConfirmPortalOwner.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/AdminSettings/ConfirmPortalOwner.ascx.cs
index 2d8bf9ada..b0d300580 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AdminSettings/ConfirmPortalOwner.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AdminSettings/ConfirmPortalOwner.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthService.cs b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthService.cs
index 8cfbb626f..989620f1c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthService.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthService.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthorizationKeys.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthorizationKeys.ascx.cs
index 87a7f7934..b3c0342f3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthorizationKeys.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/AuthorizationKeys.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/css/authorizationkeys.css b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/css/authorizationkeys.css
index bcc6c78e6..b35f8f327 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/css/authorizationkeys.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/css/authorizationkeys.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/js/authorizationkeys.js b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/js/authorizationkeys.js
index 10d10cf4e..aa69fdb50 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/js/authorizationkeys.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/AuthorizationKeys/js/authorizationkeys.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/ColorThemes.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/ColorThemes.ascx.cs
index de1e12922..26817108d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/ColorThemes.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/ColorThemes.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/css/colorthemes.css b/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/css/colorthemes.css
index 82f9e7662..d7f36b527 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/css/colorthemes.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/css/colorthemes.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/js/colorthemes.js b/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/js/colorthemes.js
index 53a004846..c0275ada7 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/js/colorthemes.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ColorThemes/js/colorthemes.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/ConfirmActivation.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/ConfirmActivation.ascx.cs
index 93a88b49e..ba2ca398e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/ConfirmActivation.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/ConfirmActivation.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/css/confirmactivation.less b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/css/confirmactivation.less
index 5877be8b6..0262f8562 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/css/confirmactivation.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/css/confirmactivation.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/js/confirmactivation.js b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/js/confirmactivation.js
index 264f3a3cc..2ee2b0ce3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/js/confirmactivation.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmActivation/js/confirmactivation.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/ConfirmInviteActivation.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/ConfirmInviteActivation.ascx.cs
index fbc028267..3787ad40a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/ConfirmInviteActivation.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/ConfirmInviteActivation.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/css/confirm_invite_activation.less b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/css/confirm_invite_activation.less
index 00a203d20..cd134e78e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/css/confirm_invite_activation.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/css/confirm_invite_activation.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/js/confirm_invite_activation.js b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/js/confirm_invite_activation.js
index b18f6f39d..d3b4c0749 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/js/confirm_invite_activation.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmInviteActivation/js/confirm_invite_activation.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmPortalActivity.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmPortalActivity.ascx.cs
index a93f94306..ab0748a80 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmPortalActivity.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ConfirmPortalActivity.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/CookieSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/CookieSettings.ascx.cs
index 6cc0d76de..81a33d777 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/CookieSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/CookieSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/js/cookiesettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/js/cookiesettings.js
index 522819896..a2e417182 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/js/cookiesettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/CookieSettings/js/cookiesettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/CustomNavigation.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/CustomNavigation.ascx.cs
index 5053bd39a..5ab174dca 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/CustomNavigation.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/CustomNavigation.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/LogoUploader.cs b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/LogoUploader.cs
index 3e6d0bd1a..4bc802f7e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/LogoUploader.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/LogoUploader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/css/customnavigation.less b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/css/customnavigation.less
index 7d4d55732..904ddb552 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/css/customnavigation.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/css/customnavigation.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/js/customnavigation.js b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/js/customnavigation.js
index 5e80590b1..cb5f814d0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/js/customnavigation.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/CustomNavigation/js/customnavigation.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/DeactivatePortal.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/DeactivatePortal.ascx.cs
index 11f56d6f3..4cfd4d973 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/DeactivatePortal.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/DeactivatePortal.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/js/deactivateportal.js b/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/js/deactivateportal.js
index 48c44fa0f..fdf6f898b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/js/deactivateportal.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DeactivatePortal/js/deactivateportal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/DefaultPageSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/DefaultPageSettings.ascx.cs
index 9b7582ae6..b64fb68c5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/DefaultPageSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/DefaultPageSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/js/defaultpage.js b/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/js/defaultpage.js
index c13693b89..574a6b83c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/js/defaultpage.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DefaultPageSettings/js/defaultpage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/DnsSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/DnsSettings.ascx.cs
index ce5858f0f..bb60c09be 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/DnsSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/DnsSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/dnssettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/dnssettings.js
index 58cc28aa7..ebb1e48be 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/dnssettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DnsSettings/dnssettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DocService/DocService.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/DocService/DocService.ascx.cs
index b838cf0d6..520885ec0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DocService/DocService.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DocService/DocService.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DocService/css/docservice.css b/web/studio/ASC.Web.Studio/UserControls/Management/DocService/css/docservice.css
index c61f07bb0..b0248f2ff 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DocService/css/docservice.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DocService/css/docservice.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/DocService/js/docservice.js b/web/studio/ASC.Web.Studio/UserControls/Management/DocService/js/docservice.js
index 1d6b8a4a1..619dde698 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/DocService/js/docservice.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/DocService/js/docservice.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/FullTextSearch.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/FullTextSearch.ascx.cs
index dccfe52e2..963f06569 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/FullTextSearch.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/FullTextSearch.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/css/fulltextsearch.css b/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/css/fulltextsearch.css
index a06cf6f41..5803cb445 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/css/fulltextsearch.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/css/fulltextsearch.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/js/fulltextsearch.js b/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/js/fulltextsearch.js
index a304ec0c3..58bad1b75 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/js/fulltextsearch.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/FullTextSearch/js/fulltextsearch.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingLogoSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingLogoSettings.ascx.cs
index bf81a1ae5..4077dd3f7 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingLogoSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingLogoSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingSettings.ascx.cs
index a21146249..2a51646d4 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/GreetingSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/LogoUploader.cs b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/LogoUploader.cs
index a704aba9e..b7c51e3dd 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/LogoUploader.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/LogoUploader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/css/greetingsettings.less b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/css/greetingsettings.less
index fdd8f76ea..723b8eecc 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/css/greetingsettings.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/css/greetingsettings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetinglogosettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetinglogosettings.js
index f9bbc1bcf..60f2d9e3f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetinglogosettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetinglogosettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetingsettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetingsettings.js
index 798e29e13..8a91e75ee 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetingsettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/GreetingSettings/js/greetingsettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/InvitePanel.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/InvitePanel.ascx.cs
index bf0273cfe..49ae1ec1a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/InvitePanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/InvitePanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/css/invitepanel.less b/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/css/invitepanel.less
index 3d9f7f043..f81300868 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/css/invitepanel.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/css/invitepanel.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/js/invitepanel.js b/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/js/invitepanel.js
index b1e609b7f..050d7c96a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/js/invitepanel.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/InvitePanel/js/invitepanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/IpSecurity.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/IpSecurity.ascx.cs
index b214e794a..76fa57219 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/IpSecurity.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/IpSecurity.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/css/ipsecurity.less b/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/css/ipsecurity.less
index 941e919f8..0d2655cdf 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/css/ipsecurity.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/css/ipsecurity.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/js/ipsecurity.js b/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/js/ipsecurity.js
index 329628716..2405dd2d7 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/js/ipsecurity.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/IpSecurity/js/ipsecurity.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/MailDomainSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/MailDomainSettings.ascx.cs
index f9cf23b23..f46ef5343 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/MailDomainSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/MailDomainSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/css/maildomainsettings.less b/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/css/maildomainsettings.less
index 780e5c6bf..b59f54cbb 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/css/maildomainsettings.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/css/maildomainsettings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/js/maildomainsettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/js/maildomainsettings.js
index 3aa5654fb..63b10e1fe 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/js/maildomainsettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/MailDomainSettings/js/maildomainsettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/MailService/MailService.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/MailService/MailService.ascx.cs
index 50d17388b..6a8efedf8 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/MailService/MailService.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/MailService/MailService.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/MailService/css/mailservice.css b/web/studio/ASC.Web.Studio/UserControls/Management/MailService/css/mailservice.css
index 5e91b10c6..be624ba2f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/MailService/css/mailservice.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/MailService/css/mailservice.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/MailService/js/mailservice.js b/web/studio/ASC.Web.Studio/UserControls/Management/MailService/js/mailservice.js
index 9625771df..c19864602 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/MailService/js/mailservice.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/MailService/js/mailservice.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/LogHelper.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/LogHelper.ascx.cs
index a277b83e9..93c96f21e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/LogHelper.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/LogHelper.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/PortsChecker.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/PortsChecker.ascx.cs
index a5ca02149..3727bfe84 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/PortsChecker.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/PortsChecker.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/ServiceHealthChecker.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/ServiceHealthChecker.ascx.cs
index 365e7c69f..8972be92c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/ServiceHealthChecker.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/ServiceHealthChecker.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/css/monitoring.less b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/css/monitoring.less
index 4a2e85dc6..ce00a6812 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/css/monitoring.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/css/monitoring.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/loghelper.js b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/loghelper.js
index cded6fde2..dd8f7deba 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/loghelper.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/loghelper.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/portschecker.js b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/portschecker.js
index b3f0464ec..2f6bbf10e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/portschecker.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/portschecker.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/servicehealthchecker.js b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/servicehealthchecker.js
index 3bcd4839b..d07962c6c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/servicehealthchecker.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/Monitoring/js/servicehealthchecker.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettings.ascx.cs
index a306cd3e5..9e1484ad5 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettingsContent.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettingsContent.ascx.cs
index bab856ca1..f768a29b8 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettingsContent.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/NamingPeopleSettingsContent.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/css/namingpeople.less b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/css/namingpeople.less
index 13f08f127..d5b6730bf 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/css/namingpeople.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/css/namingpeople.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeople.js b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeople.js
index 33c7b9e42..4704c4661 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeople.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeople.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeoplecontent.js b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeoplecontent.js
index 92e11078e..784693820 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeoplecontent.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/NamingPeopleSettings/js/namingpeoplecontent.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/PasswordSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/PasswordSettings.ascx.cs
index 472c20160..407475f81 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/PasswordSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/PasswordSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/css/PasswordSettings.less b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/css/PasswordSettings.less
index 135ac97d7..cc15f3fb3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/css/PasswordSettings.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/css/PasswordSettings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/passwordSettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/passwordSettings.js
index 4e9bba4fb..ebc1cbd9a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/passwordSettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/passwordSettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/slider.js b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/slider.js
index b81314634..2eef805d8 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/slider.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PasswordSettings/js/slider.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/PortalAccessSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/PortalAccessSettings.ascx.cs
index 84fb1e30c..7acba2190 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/PortalAccessSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/PortalAccessSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/css/portalAccess.less b/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/css/portalAccess.less
index ffc89cdd1..ddc6f7715 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/css/portalAccess.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/css/portalAccess.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/js/portalAccess.js b/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/js/portalAccess.js
index 0ae2883e5..5b6946a27 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/js/portalAccess.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PortalAccessSettings/js/portalAccess.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/PortalRename.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/PortalRename.ascx.cs
index 83963597e..7f0e4c1ad 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/PortalRename.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/PortalRename.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/css/portalrename.less b/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/css/portalrename.less
index 5e2030d6f..5782b0017 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/css/portalrename.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/css/portalrename.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/js/portalrename.js b/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/js/portalrename.js
index 39d669b70..c2114d674 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/js/portalrename.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PortalRename/js/portalrename.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/PricingPageSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/PricingPageSettings.ascx.cs
index 2ed4bb97d..881e891ba 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/PricingPageSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/PricingPageSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/js/pricingpagesettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/js/pricingpagesettings.js
index 1d010c14c..ae6e5a356 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/js/pricingpagesettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PricingPageSettings/js/pricingpagesettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/ProductsAndInstruments.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/ProductsAndInstruments.ascx.cs
index f8ec34fcf..1065dabe3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/ProductsAndInstruments.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/ProductsAndInstruments.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/css/productsandinstruments.less b/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/css/productsandinstruments.less
index f6f458ddc..0c4045119 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/css/productsandinstruments.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/css/productsandinstruments.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/js/productsandinstruments.js b/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/js/productsandinstruments.js
index 5c4fe64e0..efe751f67 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/js/productsandinstruments.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ProductsAndInstruments/js/productsandinstruments.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/ProfileOperation.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/ProfileOperation.ascx.cs
index d4d07fb38..05424710f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/ProfileOperation.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/ProfileOperation.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/PromoCode.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/PromoCode.ascx.cs
index a3715fe9a..9f8c40bd1 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/PromoCode.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/PromoCode.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/promocode.js b/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/promocode.js
index b2733be7f..e0c99f438 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/promocode.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/PromoCode/promocode.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SingleSignOnSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SingleSignOnSettings.ascx.cs
index a3b59974c..21f68d2e6 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SingleSignOnSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SingleSignOnSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoSettingsV2.cs b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoSettingsV2.cs
index 81065e0a5..b34d4208d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoSettingsV2.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoSettingsV2.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoUserData.cs b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoUserData.cs
index 57e29711b..7035b0e65 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoUserData.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/SsoUserData.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/css/singlesignonsettings.css b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/css/singlesignonsettings.css
index 1da776775..568931fef 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/css/singlesignonsettings.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/css/singlesignonsettings.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/js/singlesignonsettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/js/singlesignonsettings.js
index db1ad0743..4c998db1b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/js/singlesignonsettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SingleSignOnSettings/js/singlesignonsettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ChangeMobileNumber.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ChangeMobileNumber.ascx.cs
index 56d4d42b6..019043ed2 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ChangeMobileNumber.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ChangeMobileNumber.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ConfirmMobileActivation.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ConfirmMobileActivation.ascx.cs
index 9d10013a9..d2ee42d44 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ConfirmMobileActivation.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/ConfirmMobileActivation.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/SmsValidationSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/SmsValidationSettings.ascx.cs
index c5e0491fb..34924751e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/SmsValidationSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/SmsValidationSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/css/confirmmobile.less b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/css/confirmmobile.less
index ffd343284..0454ff646 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/css/confirmmobile.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/css/confirmmobile.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/changemobile.js b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/changemobile.js
index e02c59310..204413389 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/changemobile.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/changemobile.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/confirmmobile.js b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/confirmmobile.js
index df5c99d4b..a92591e6b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/confirmmobile.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/confirmmobile.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/smsvalidation.js b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/smsvalidation.js
index 3acdd86ad..a57d2f075 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/smsvalidation.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmsControls/js/smsvalidation.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/SmtpSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/SmtpSettings.ascx.cs
index e9aa1f6ca..a00ea853d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/SmtpSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/SmtpSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/css/smtpsettings.css b/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/css/smtpsettings.css
index 778b082d9..8eee34086 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/css/smtpsettings.css
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/css/smtpsettings.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/js/smtpsettings.js b/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/js/smtpsettings.js
index ada0f1d37..c65c7462f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/js/smtpsettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/SmtpSettings/js/smtpsettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/StudioSettings/StudioSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/StudioSettings/StudioSettings.ascx.cs
index ab86758e8..8d6dc81fd 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/StudioSettings/StudioSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/StudioSettings/StudioSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffDesktop.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffDesktop.ascx.cs
index 723f314e0..173884d95 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffDesktop.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffDesktop.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffHistory.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffHistory.ascx.cs
index c4f5e1d3c..2f2acc05e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffHistory.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffHistory.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffLimitExceed.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffLimitExceed.ascx.cs
index 120990cdb..00dcbcc0a 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffLimitExceed.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffLimitExceed.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffNotify.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffNotify.ascx.cs
index eabf53a4e..ac07150c3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffNotify.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffNotify.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffSettings.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffSettings.cs
index 22f81643b..0af54a230 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffSettings.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffSettings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffStandalone.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffStandalone.ascx.cs
index 4044a6e18..b40ce8576 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffStandalone.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffStandalone.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffUsage.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffUsage.ascx.cs
index 4297a7e3a..a30e8228c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffUsage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/TariffUsage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariff.less b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariff.less
index 6a80fb66d..d4f45d799 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariff.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariff.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffdesktop.less b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffdesktop.less
index 1e4d9322a..791b8c839 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffdesktop.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffdesktop.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
.current-tariff-desc {
float: left;
font-size: 14px;
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffhistory.less b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffhistory.less
index 67a172c6d..a05045b98 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffhistory.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffhistory.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tarifflimitexceed.less b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tarifflimitexceed.less
index bb9d01bad..6e3e2816d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tarifflimitexceed.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tarifflimitexceed.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffnotify.less b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffnotify.less
index 5cd827ef6..860df65d4 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffnotify.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffnotify.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffstandalone.less b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffstandalone.less
index d061cb554..bd7d3007f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffstandalone.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffstandalone.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffusage.less b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffusage.less
index 342b672c4..a45dfde75 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffusage.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/css/tariffusage.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffdesktop.js b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffdesktop.js
index 4313a4274..30cf72847 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffdesktop.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffdesktop.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tarifflimitexceed.js b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tarifflimitexceed.js
index de6ce32df..b401e347e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tarifflimitexceed.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tarifflimitexceed.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffnotify.js b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffnotify.js
index 39557dcb6..26c1c73a3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffnotify.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffnotify.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffstandalone.js b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffstandalone.js
index 4dab44433..f51e38e03 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffstandalone.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffstandalone.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffusage.js b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffusage.js
index 725d68176..ffd6065c2 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffusage.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TariffSettings/js/tariffusage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ConfirmTfa.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ConfirmTfa.ascx.cs
index 81bb35394..731f35fee 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ConfirmTfa.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ConfirmTfa.ascx.cs
@@ -1,26 +1,26 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
*/
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ResetAppDialog.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ResetAppDialog.ascx.cs
index e2ce99588..43e504c69 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ResetAppDialog.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ResetAppDialog.ascx.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Web;
using System.Web.UI;
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ShowBackupCodesDialog.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ShowBackupCodesDialog.ascx.cs
index 4ffb2cf6d..f97ac6607 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ShowBackupCodesDialog.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/ShowBackupCodesDialog.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/confirmtfa.less b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/confirmtfa.less
index 0f9a586a5..c35048e73 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/confirmtfa.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/confirmtfa.less
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
.tfa-panel {
float: left;
margin: 0 25px 80px 0;
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/showbackup.less b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/showbackup.less
index 472ee4b7f..2846a3078 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/showbackup.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/css/showbackup.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/confirmtfa.js b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/confirmtfa.js
index 11e06de44..bd8e64993 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/confirmtfa.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/confirmtfa.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/resetapp.js b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/resetapp.js
index 81aa585f1..4d565b31f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/resetapp.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/resetapp.js
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
;
window.ASC.Controls.TfaAppResetApp = (function () {
var $content = jq("#resetAppContent");
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/showbackup.js b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/showbackup.js
index 33d4fa9e2..11b561714 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/showbackup.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TfaControls/js/showbackup.js
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
;
window.ASC.Controls.TfaAppShowBackupCodes = (function () {
var $content = jq("#showBackupCodesContent"),
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/TimeAndLanguage.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/TimeAndLanguage.ascx.cs
index 2cbe54351..90d7409e0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/TimeAndLanguage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/TimeAndLanguage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/css/timeandlanguage.less b/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/css/timeandlanguage.less
index bb9c2681b..270bcb369 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/css/timeandlanguage.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/css/timeandlanguage.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/js/timeandlanguage.js b/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/js/timeandlanguage.js
index ca2bea268..8bd16e67b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/js/timeandlanguage.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TimeAndLanguage/js/timeandlanguage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/TransferPortal.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/TransferPortal.ascx.cs
index 278eb06d2..3f5bbd157 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/TransferPortal.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/TransferPortal.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/css/transferportal.less b/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/css/transferportal.less
index e034313bb..555e722fd 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/css/transferportal.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/css/transferportal.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/js/transferportal.js b/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/js/transferportal.js
index 1462de0f0..14bc45b08 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/js/transferportal.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/TransferPortal/js/transferportal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/VersionSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/VersionSettings.ascx.cs
index 471e2224f..3fbad058b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/VersionSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/VersionSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/css/versionsettings.less b/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/css/versionsettings.less
index e1f95e813..7e28accb3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/css/versionsettings.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/css/versionsettings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/js/script.js b/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/js/script.js
index 2b988599c..622b31c1b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/js/script.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Management/VersionSettings/js/script.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/PortalAnalytics.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/PortalAnalytics.ascx.cs
index 8d89521c8..df6bf3566 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/PortalAnalytics.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/PortalAnalytics.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/css/portalanalytics.less b/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/css/portalanalytics.less
index 0b301a004..516436817 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/css/portalanalytics.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/css/portalanalytics.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/js/portalanalytics.js b/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/js/portalanalytics.js
index b5cedbcec..3365c1449 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/js/portalanalytics.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/PortalAnalytics/js/portalanalytics.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/ProductQuotes.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/ProductQuotes.ascx.cs
index 6fd4e301f..7538f0ae6 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/ProductQuotes.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/ProductQuotes.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/css/productquotes_style.less b/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/css/productquotes_style.less
index 5e9f6901a..6b5c14661 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/css/productquotes_style.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/css/productquotes_style.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/js/product_quotes.js b/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/js/product_quotes.js
index 8ae31b63f..36b0714fa 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/js/product_quotes.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/ProductQuotes/js/product_quotes.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/TenantStatisticsProvider.cs b/web/studio/ASC.Web.Studio/UserControls/Statistics/TenantStatisticsProvider.cs
index 1a3ba5342..8acc61c8f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/TenantStatisticsProvider.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/TenantStatisticsProvider.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/VisitorsChart.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/VisitorsChart.ascx.cs
index 048ff9e74..1000274f4 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/VisitorsChart.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/VisitorsChart.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/css/visitorschart_style.less b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/css/visitorschart_style.less
index cc9b98cc1..36d0bf1b0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/css/visitorschart_style.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/css/visitorschart_style.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/tooltip.js b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/tooltip.js
index 72371932e..5e69c78d0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/tooltip.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/tooltip.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/visitorschart.js b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/visitorschart.js
index 097ea9a7a..f39228ef0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/visitorschart.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Statistics/VisitorsChart/js/visitorschart.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/AuthCommunications.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/AuthCommunications.ascx.cs
index 51a588427..cdfb9bd1d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/AuthCommunications.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/AuthCommunications.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/js/authcommunications.js b/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/js/authcommunications.js
index 4f8577f74..d76e3af6e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/js/authcommunications.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/AuthCommunications/js/authcommunications.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/ResendInvitesControl.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/ResendInvitesControl.ascx.cs
index f3c5b1b96..7558b3127 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/ResendInvitesControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/ResendInvitesControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/js/resendinvitescontrol.js b/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/js/resendinvitescontrol.js
index 8a70d0bd9..bc76a2485 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/js/resendinvitescontrol.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/ResendInvitesControl/js/resendinvitescontrol.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/TipsSettings.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/TipsSettings.ascx.cs
index bda34d39b..d3b80675f 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/TipsSettings.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/TipsSettings.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/css/tipsSettings.less b/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/css/tipsSettings.less
index b13f4d28c..b6e66f9ba 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/css/tipsSettings.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/css/tipsSettings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/js/tipsSettings.js b/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/js/tipsSettings.js
index db68ec6bc..e157a84c2 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/js/tipsSettings.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/TipsSettings/js/tipsSettings.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/AccountLinkControl.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/AccountLinkControl.ascx.cs
index cc19303fb..a7fc6c228 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/AccountLinkControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/AccountLinkControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/ConfirmationDeleteUser.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/ConfirmationDeleteUser.ascx.cs
index 70777d38f..68ed578af 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/ConfirmationDeleteUser.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/ConfirmationDeleteUser.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/LoadPhotoControl.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/LoadPhotoControl.ascx.cs
index 7ac9cf95b..c0e312ae1 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/LoadPhotoControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/LoadPhotoControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/PwdTool.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/PwdTool.ascx.cs
index 25c81afc4..c6a8b502b 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/PwdTool.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/PwdTool.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailChange.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailChange.ascx.cs
index 370b9a542..a047eb924 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailChange.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailChange.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailControl.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailControl.ascx.cs
index 93e8ab66a..5a45cedef 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserEmailControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserLanguage.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserLanguage.ascx.cs
index 5ee367d2a..5de737958 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserLanguage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserLanguage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileActions.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileActions.ascx.cs
index abbb6c926..39385b9c3 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileActions.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileActions.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileControl.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileControl.ascx.cs
index 296edafe4..7a20db173 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
using System;
using System.Collections.Generic;
using System.Linq;
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileEditControl.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileEditControl.ascx.cs
index 7e7923bb0..a390e7239 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileEditControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/UserProfileEditControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/accountlink_style.less b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/accountlink_style.less
index fc2b0edd5..1054fa7b9 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/accountlink_style.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/accountlink_style.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/loadphoto_style.less b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/loadphoto_style.less
index 95a6b1588..254811256 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/loadphoto_style.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/loadphoto_style.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/profileeditcontrol_style.less b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/profileeditcontrol_style.less
index 5c4e11894..9861f211c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/profileeditcontrol_style.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/profileeditcontrol_style.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
@border-color: #D1D1D1;
@active-color: #999999;
@default-color: #EBEBEB;
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userlanguages.less b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userlanguages.less
index c01082993..9a1367926 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userlanguages.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userlanguages.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userprofilecontrol_style.less b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userprofilecontrol_style.less
index ea8e5aec6..68b22a082 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userprofilecontrol_style.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/css/userprofilecontrol_style.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/accountlinker.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/accountlinker.js
index 43c4e5c12..1002acd93 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/accountlinker.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/accountlinker.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/deleteuser.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/deleteuser.js
index ffaae32ce..dda1c553c 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/deleteuser.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/deleteuser.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/loadphoto.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/loadphoto.js
index f78ae8181..f60e34c31 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/loadphoto.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/loadphoto.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/pwdtool.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/pwdtool.js
index 0a33ea6de..313475a94 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/pwdtool.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/pwdtool.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userlanguage.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userlanguage.js
index 0eae61496..ddd70a4ee 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userlanguage.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userlanguage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofilecontrol.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofilecontrol.js
index bcc605dd4..5a287639d 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofilecontrol.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofilecontrol.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofileeditcontrol.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofileeditcontrol.js
index c5b549712..f9dca3f94 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofileeditcontrol.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserProfile/js/userprofileeditcontrol.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/UserSubscriptions.ascx.cs b/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/UserSubscriptions.ascx.cs
index 740298b52..50a84db9e 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/UserSubscriptions.ascx.cs
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/UserSubscriptions.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/css/subscriptions.less b/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/css/subscriptions.less
index 20ac4f5e0..7303e67b0 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/css/subscriptions.less
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/css/subscriptions.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/js/subscription_manager.js b/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/js/subscription_manager.js
index 8bc637b4a..8c9686269 100644
--- a/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/js/subscription_manager.js
+++ b/web/studio/ASC.Web.Studio/UserControls/Users/UserSubscriptions/js/subscription_manager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/AjaxResponse.cs b/web/studio/ASC.Web.Studio/Utility/AjaxResponse.cs
index 83a1c6aa4..b0abd1179 100644
--- a/web/studio/ASC.Web.Studio/Utility/AjaxResponse.cs
+++ b/web/studio/ASC.Web.Studio/Utility/AjaxResponse.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ExpressionReplacement.cs b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ExpressionReplacement.cs
index 7d31eb253..0a92ec59d 100644
--- a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ExpressionReplacement.cs
+++ b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ExpressionReplacement.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ParserConfiguration.cs b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ParserConfiguration.cs
index d7bb25871..47fa03834 100644
--- a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ParserConfiguration.cs
+++ b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/ParserConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/RegularExpressionTemplate.cs b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/RegularExpressionTemplate.cs
index 720097280..31a69e892 100644
--- a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/RegularExpressionTemplate.cs
+++ b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/RegularExpressionTemplate.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/Smiles.cs b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/Smiles.cs
index 07da6ff20..830b9d1cd 100644
--- a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/Smiles.cs
+++ b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/Smiles.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagConfiguration.cs b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagConfiguration.cs
index 38ae101de..5b5f00325 100644
--- a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagConfiguration.cs
+++ b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagParamOption.cs b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagParamOption.cs
index 54e08a3a9..89bbb83ed 100644
--- a/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagParamOption.cs
+++ b/web/studio/ASC.Web.Studio/Utility/BBCodeParser/TagParamOption.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/CommonControlsConfigurer.cs b/web/studio/ASC.Web.Studio/Utility/CommonControlsConfigurer.cs
index 47da605ad..030978803 100644
--- a/web/studio/ASC.Web.Studio/Utility/CommonControlsConfigurer.cs
+++ b/web/studio/ASC.Web.Studio/Utility/CommonControlsConfigurer.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/CustomResourceHelper.cs b/web/studio/ASC.Web.Studio/Utility/CustomResourceHelper.cs
index a67e51375..70df829ec 100644
--- a/web/studio/ASC.Web.Studio/Utility/CustomResourceHelper.cs
+++ b/web/studio/ASC.Web.Studio/Utility/CustomResourceHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HeaderStringHelper.cs b/web/studio/ASC.Web.Studio/Utility/HeaderStringHelper.cs
index 35749bed1..a32588d8c 100644
--- a/web/studio/ASC.Web.Studio/Utility/HeaderStringHelper.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HeaderStringHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CLikeFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CLikeFormat.cs
index 5377f5fa5..c270dca9f 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CLikeFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CLikeFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CSharpFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CSharpFormat.cs
index 3eccba713..c601b9d6d 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CSharpFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CSharpFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CodeFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CodeFormat.cs
index 291969111..ab40ca15f 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CodeFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CodeFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CppFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CppFormat.cs
index 446e77287..f3d99b8e5 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CppFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/CppFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/HtmlFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/HtmlFormat.cs
index 1359a5e73..0e0aa6e1f 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/HtmlFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/HtmlFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/JavaScriptFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/JavaScriptFormat.cs
index 0c51a2502..4c1cda558 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/JavaScriptFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/JavaScriptFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/MshFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/MshFormat.cs
index 003b1bfc6..25a293f1d 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/MshFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/MshFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/SourceFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/SourceFormat.cs
index 1cc5e65c2..20a4f0c04 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/SourceFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/SourceFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/TsqlFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/TsqlFormat.cs
index 5f028f9c9..039990adc 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/TsqlFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/TsqlFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/VisualBasicFormat.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/VisualBasicFormat.cs
index 94a40130c..49283779e 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/VisualBasicFormat.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/CodeFormat/VisualBasicFormat.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/Highlighter.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/Highlighter.cs
index b3c8e5391..9c387e9e7 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/Highlighter.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/Highlighter.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/HtmlUtility.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/HtmlUtility.cs
index 0bdde38de..fd10c86f1 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/HtmlUtility.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/HtmlUtility.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/LangType.cs b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/LangType.cs
index 9ef3cafb7..366c47861 100644
--- a/web/studio/ASC.Web.Studio/Utility/HtmlUtility/LangType.cs
+++ b/web/studio/ASC.Web.Studio/Utility/HtmlUtility/LangType.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/TenantExtra.cs b/web/studio/ASC.Web.Studio/Utility/TenantExtra.cs
index 335cca8c5..a266c5f6b 100644
--- a/web/studio/ASC.Web.Studio/Utility/TenantExtra.cs
+++ b/web/studio/ASC.Web.Studio/Utility/TenantExtra.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/TenantLogoHelper.cs b/web/studio/ASC.Web.Studio/Utility/TenantLogoHelper.cs
index fc8638fa9..0b7839116 100644
--- a/web/studio/ASC.Web.Studio/Utility/TenantLogoHelper.cs
+++ b/web/studio/ASC.Web.Studio/Utility/TenantLogoHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/TransferResourceHelper.cs b/web/studio/ASC.Web.Studio/Utility/TransferResourceHelper.cs
index 955e9ab63..ae9a2fff4 100644
--- a/web/studio/ASC.Web.Studio/Utility/TransferResourceHelper.cs
+++ b/web/studio/ASC.Web.Studio/Utility/TransferResourceHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Utility/WhiteLabelHelper.cs b/web/studio/ASC.Web.Studio/Utility/WhiteLabelHelper.cs
index 233a791d8..6bf174777 100644
--- a/web/studio/ASC.Web.Studio/Utility/WhiteLabelHelper.cs
+++ b/web/studio/ASC.Web.Studio/Utility/WhiteLabelHelper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/VoipClient.aspx.cs b/web/studio/ASC.Web.Studio/VoipClient.aspx.cs
index ee2bac9a3..abf64ba25 100644
--- a/web/studio/ASC.Web.Studio/VoipClient.aspx.cs
+++ b/web/studio/ASC.Web.Studio/VoipClient.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/Wizard.aspx.cs b/web/studio/ASC.Web.Studio/Wizard.aspx.cs
index 10d225213..9e701cb57 100644
--- a/web/studio/ASC.Web.Studio/Wizard.aspx.cs
+++ b/web/studio/ASC.Web.Studio/Wizard.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/Addon/CalendarAddon.cs b/web/studio/ASC.Web.Studio/addons/calendar/Addon/CalendarAddon.cs
index 7be4ed866..1327e2b9d 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/Addon/CalendarAddon.cs
+++ b/web/studio/ASC.Web.Studio/addons/calendar/Addon/CalendarAddon.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/Default/calendar.less b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/Default/calendar.less
index c56b4a17d..3ca407058 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/Default/calendar.less
+++ b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/Default/calendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/bright-blue/calendar.less b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/bright-blue/calendar.less
index 629b9e864..504c69663 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/bright-blue/calendar.less
+++ b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/bright-blue/calendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/dark-green/calendar.less b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/dark-green/calendar.less
index 6b6505981..d3272df33 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/dark-green/calendar.less
+++ b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/dark-green/calendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/deep-blue/calendar.less b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/deep-blue/calendar.less
index 66941ac7a..e6c964b40 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/deep-blue/calendar.less
+++ b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/deep-blue/calendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/pure-orange/calendar.less b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/pure-orange/calendar.less
index 9faeadf55..2aa6a2836 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/pure-orange/calendar.less
+++ b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/pure-orange/calendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/wild-pink/calendar.less b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/wild-pink/calendar.less
index 2d73a4f8c..ddd358733 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/wild-pink/calendar.less
+++ b/web/studio/ASC.Web.Studio/addons/calendar/App_Themes/wild-pink/calendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/Notification/CalendarSubscriptionManager.cs b/web/studio/ASC.Web.Studio/addons/calendar/Notification/CalendarSubscriptionManager.cs
index 7f5cda160..0529bc585 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/Notification/CalendarSubscriptionManager.cs
+++ b/web/studio/ASC.Web.Studio/addons/calendar/Notification/CalendarSubscriptionManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarControl.ascx.cs b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarControl.ascx.cs
index 103253590..3a4b76eca 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarControl.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarControl.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarResources.ascx.cs b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarResources.ascx.cs
index 6f6eab343..54965a93f 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarResources.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/CalendarResources.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/SidePanel.ascx.cs b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/SidePanel.ascx.cs
index 0b66867a2..c96822e97 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/SidePanel.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/SidePanel.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/css/fullcalendar.less b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/css/fullcalendar.less
index b7c051152..aedbe9256 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/css/fullcalendar.less
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/css/fullcalendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/fullcalendar.js b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/fullcalendar.js
index 2ccc0f9f8..e6c0d4ac1 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/fullcalendar.js
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/fullcalendar/fullcalendar.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -15,11 +15,11 @@
* The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
* Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
*
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
* relevant author attributions when distributing the software. If the display of the logo in its graphic
* form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
* in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
*/
@@ -311,7 +311,7 @@ var defaults = function defaultsModule() {return {
dialogButton_details: "Details",
// new option
- dialogRepeatOption_custom: "íàñòðîéêà",
+ dialogRepeatOption_custom: "���������",
dialogHeader_createEvent: "Create new event",
dialogHeader_editEvent: "Edit event",
dialogHeader_viewEvent: "View event",
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_controller.js b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_controller.js
index 83d0dd1cd..4df9dfcd2 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_controller.js
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_controller.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_event_page.js b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_event_page.js
index a29caac57..6f50cb1e3 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_event_page.js
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/calendar_event_page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/recurrence_rule.js b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/recurrence_rule.js
index 230e10b8b..7bce9bf5f 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/recurrence_rule.js
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/js/recurrence_rule.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/css/popup.css b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/css/popup.css
index c5cdab598..e6638ca79 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/css/popup.css
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/css/popup.css
@@ -1,6 +1,6 @@
-/*
+/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/popup.js b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/popup.js
index d0db126d7..97590d953 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/popup.js
+++ b/web/studio/ASC.Web.Studio/addons/calendar/UserControls/popup/popup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,7 +23,7 @@
*
*/
-
+
(function($, window) {
function htmlEscape(s) {
diff --git a/web/studio/ASC.Web.Studio/addons/calendar/default.aspx.cs b/web/studio/ASC.Web.Studio/addons/calendar/default.aspx.cs
index 11540edf8..6e6ba1c56 100644
--- a/web/studio/ASC.Web.Studio/addons/calendar/default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/addons/calendar/default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Addon/MailAddon.cs b/web/studio/ASC.Web.Studio/addons/mail/Addon/MailAddon.cs
index a9bbd8543..4b8412d43 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Addon/MailAddon.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Addon/MailAddon.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountpopup.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountpopup.less
index a9ad35864..586c3958e 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountpopup.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountpopup.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accounts.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accounts.less
index 467d9c481..9adc19350 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accounts.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accounts.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountspanel.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountspanel.less
index ed2159045..254336cfd 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountspanel.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/accountspanel.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/administration.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/administration.less
index 50b0a8964..89a439aa2 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/administration.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/administration.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/attachments.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/attachments.less
index 4b11d9abb..57fd854e7 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/attachments.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/attachments.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/calendar.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/calendar.less
index 11df574f9..007699a4b 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/calendar.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/calendar.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/common.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/common.less
index a9eda7907..0e611c4c1 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/common.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/common.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/contacts.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/contacts.less
index dd8c7c456..4b44de540 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/contacts.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/contacts.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/crm_integration.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/crm_integration.less
index d1edfd1fc..5a4906f1d 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/crm_integration.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/crm_integration.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/filters.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/filters.less
index ff0f6a51e..c1c2764e8 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/filters.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/filters.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
#editFilterPage {
.simpleWrapper {
.contentMenuWrapper {
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/folders.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/folders.less
index 18fa8ff65..16b0ae888 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/folders.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/folders.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/icons.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/icons.less
index 15522f109..4e9d29968 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/icons.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/icons.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mail.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mail.less
index 96ee0c1ee..97eea2196 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mail.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mail.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/message.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/message.less
index 5876d2ec8..6883d72fc 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/message.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/message.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/messages.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/messages.less
index 187e94cb4..c2a36b0cb 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/messages.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/messages.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mixins.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mixins.less
index df2488442..f9a503494 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mixins.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/mixins.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/popup.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/popup.less
index 6ec84dcc6..4c6878cef 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/popup.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/popup.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/print.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/print.less
index fa35f9702..a3b790ad8 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/print.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/print.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/settings.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/settings.less
index 3e7a39ac2..bf3d7b84c 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/settings.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/settings.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/tags.less b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/tags.less
index c82eb0e02..b45abb5d8 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/tags.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/App_Themes/Default/less/tags.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Configuration/MailSpaceUsageStatManager.cs b/web/studio/ASC.Web.Studio/addons/mail/Configuration/MailSpaceUsageStatManager.cs
index 61a91b8c8..4c7b54a6f 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Configuration/MailSpaceUsageStatManager.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Configuration/MailSpaceUsageStatManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Configuration/Settings.cs b/web/studio/ASC.Web.Studio/addons/mail/Configuration/Settings.cs
index 32db9bb86..269879881 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Configuration/Settings.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Configuration/Settings.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/AccountsPage/AccountsPage.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/AccountsPage/AccountsPage.ascx.cs
index 49ec8a9d1..923a0ff58 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/AccountsPage/AccountsPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/AccountsPage/AccountsPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/AdministrationPage/AdministrationPage.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/AdministrationPage/AdministrationPage.ascx.cs
index c2e5ce3be..a274c58e7 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/AdministrationPage/AdministrationPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/AdministrationPage/AdministrationPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/BlankModal.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/BlankModal.ascx.cs
index 4ba84e41e..8d6e3e1ee 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/BlankModal.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/BlankModal.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/js/blankmodal.js b/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/js/blankmodal.js
index 1b211aa3b..f818600f5 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/js/blankmodal.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/BlankModal/js/blankmodal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/CommonSettingsPage/CommonSettingsPage.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/CommonSettingsPage/CommonSettingsPage.ascx.cs
index c460db2b7..edb337a24 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/CommonSettingsPage/CommonSettingsPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/CommonSettingsPage/CommonSettingsPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/ContactsPage/ContactsPage.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/ContactsPage/ContactsPage.ascx.cs
index f5f9fef44..86ffebd2c 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/ContactsPage/ContactsPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/ContactsPage/ContactsPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/DocumentsPopup.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/DocumentsPopup.ascx.cs
index e3148f70d..1df39fc82 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/DocumentsPopup.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/DocumentsPopup.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/css/documentsPopup.less b/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/css/documentsPopup.less
index 4a9cc4fab..aefac4cce 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/css/documentsPopup.less
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/css/documentsPopup.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/js/documentsPopup.js b/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/js/documentsPopup.js
index f7e6aa923..1cd673f21 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/js/documentsPopup.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/DocumentsPopup/js/documentsPopup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/FiltersPage/Filters.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/FiltersPage/Filters.ascx.cs
index b602d5abf..57e9ae794 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/FiltersPage/Filters.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/FiltersPage/Filters.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/MailBox/MailBox.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/MailBox/MailBox.ascx.cs
index 2a3eba016..375560ed2 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/MailBox/MailBox.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/MailBox/MailBox.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/TagBox/TagBox.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/TagBox/TagBox.ascx.cs
index c46a34364..ff1937c98 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/TagBox/TagBox.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/TagBox/TagBox.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/TagsPage/TagsPage.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/TagsPage/TagsPage.ascx.cs
index 93be45c49..47dd2df21 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/TagsPage/TagsPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/TagsPage/TagsPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Controls/UserFoldersPage/UserFoldersPage.ascx.cs b/web/studio/ASC.Web.Studio/addons/mail/Controls/UserFoldersPage/UserFoldersPage.ascx.cs
index b5fa52c69..e6937107d 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Controls/UserFoldersPage/UserFoldersPage.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Controls/UserFoldersPage/UserFoldersPage.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Default.aspx.cs b/web/studio/ASC.Web.Studio/addons/mail/Default.aspx.cs
index 435efc7fd..fffb7d126 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ComposeDraft.ashx.cs b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ComposeDraft.ashx.cs
index 563fdffa8..aab4d9ce9 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ComposeDraft.ashx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ComposeDraft.ashx.cs
@@ -1,4 +1,30 @@
-using System;
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
diff --git a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ContactPhoto.ashx.cs b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ContactPhoto.ashx.cs
index 56be4872f..0c2eb59dc 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ContactPhoto.ashx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ContactPhoto.ashx.cs
@@ -1,29 +1,29 @@
-/*
- *
- * (c) Copyright Ascensio System Limited 2010-2018
- *
- * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
- * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
- * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
- *
- * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
- * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
- *
- * You can contact Ascensio System SIA by email at sales@onlyoffice.com
- *
- * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
- * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
- *
- * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
- * relevant author attributions when distributing the software. If the display of the logo in its graphic
- * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
- * in every copy of the program you distribute.
- * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
- *
-*/
-
-
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
using System;
using System.Web;
using System.Web.Services;
diff --git a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/Download.ashx.cs b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/Download.ashx.cs
index b3bcb9789..6b1b67df2 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/Download.ashx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/Download.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/DownloadAll.ashx.cs b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/DownloadAll.ashx.cs
index 80990e5e4..be96ea644 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/DownloadAll.ashx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/DownloadAll.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/EditDocument.ashx.cs b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/EditDocument.ashx.cs
index 04d2bd83e..603b8eb28 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/EditDocument.ashx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/EditDocument.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/FilesUploader.cs b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/FilesUploader.cs
index 1596a5fd4..04bf5bbfe 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/FilesUploader.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/FilesUploader.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ViewDocument.ashx.cs b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ViewDocument.ashx.cs
index d6e028333..4a9d5d08f 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ViewDocument.ashx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/HttpHandlers/ViewDocument.ashx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientLocalizationResources.cs b/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientLocalizationResources.cs
index e9a6c6b15..3fe027081 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientLocalizationResources.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientLocalizationResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientSettingsResources.cs b/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientSettingsResources.cs
index f03c02b6b..d98d63e3b 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientSettingsResources.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientSettingsResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientTemplateResources.cs b/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientTemplateResources.cs
index 234ff255b..ad5c07ac9 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientTemplateResources.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/Masters/ClientScripts/ClientTemplateResources.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/OAuth.aspx.cs b/web/studio/ASC.Web.Studio/addons/mail/OAuth.aspx.cs
index db53d7fe3..60885ef97 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/OAuth.aspx.cs
+++ b/web/studio/ASC.Web.Studio/addons/mail/OAuth.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/accountsPanel.js b/web/studio/ASC.Web.Studio/addons/mail/js/accountsPanel.js
index e325f1c0e..9c9d3a601 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/accountsPanel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/accountsPanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/actionMenu.js b/web/studio/ASC.Web.Studio/addons/mail/js/actionMenu.js
index 8dcbf574f..f419d6c7c 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/actionMenu.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/actionMenu.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/actionPanel.js b/web/studio/ASC.Web.Studio/addons/mail/js/actionPanel.js
index e27999d2e..f91d7fa63 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/actionPanel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/actionPanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/administration.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/administration.js
index 024afe473..89d2559aa 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/administration.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/administration.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/error.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/error.js
index aeedc361d..c74e219f5 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/error.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/error.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/forms.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/forms.js
index 8d0a30a88..ff680eb4b 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/forms.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/forms.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createdomain.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createdomain.js
index 2cad583ad..ef1883041 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createdomain.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createdomain.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailbox.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailbox.js
index 9a92333da..e05739d92 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailbox.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailbox.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailgroup.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailgroup.js
index abcdff2db..f050b72f4 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailgroup.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/createmailgroup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailbox.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailbox.js
index 7dafb456d..e3e33e16b 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailbox.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailbox.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailgroup.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailgroup.js
index 0a1216824..90ccb6edd 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailgroup.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/modal/editmailgroup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/page.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/page.js
index 38812cdc2..244f2607a 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/page.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-domainadvansedselector.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-domainadvansedselector.js
index 37f93679a..742e40edb 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-domainadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-domainadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-mailboxadvansedselector.js b/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-mailboxadvansedselector.js
index 2adb62463..dc0a83e9c 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-mailboxadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/administration/plugin/jquery-mailboxadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/alerts.js b/web/studio/ASC.Web.Studio/addons/mail/js/alerts.js
index b2a611124..2b0acf86d 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/alerts.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/alerts.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/crmAutocomplete.js b/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/crmAutocomplete.js
index 7b9660d15..7becbfbda 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/crmAutocomplete.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/crmAutocomplete.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/emailAutocomplete.js b/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/emailAutocomplete.js
index 58cc84926..f046dd7eb 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/emailAutocomplete.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/autocomplete/emailAutocomplete.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/blankpage.js b/web/studio/ASC.Web.Studio/addons/mail/js/blankpage.js
index 34e4a0f17..824fc905d 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/blankpage.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/blankpage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/commonsettings/page.js b/web/studio/ASC.Web.Studio/addons/mail/js/commonsettings/page.js
index afdf66333..cbf765f57 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/commonsettings/page.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/commonsettings/page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/contacts.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/contacts.js
index 68a3643d1..cfa3d4b05 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/contacts.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/contacts.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/crmFilter.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/crmFilter.js
index c831a86ab..8de14a45a 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/crmFilter.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/crmFilter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/customFilter.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/customFilter.js
index 592ad086e..87a5be4e6 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/customFilter.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/customFilter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/tlFilter.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/tlFilter.js
index e574947b4..14d0ccdee 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/tlFilter.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/filter/tlFilter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/modal/editContact.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/modal/editContact.js
index a1e185476..5b47e95d8 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/modal/editContact.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/modal/editContact.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/page.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/page.js
index 818f4a694..3d4c538b7 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/page.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/panel.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/panel.js
index 50aa44c84..46f91e959 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/panel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/panel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/tlGroups.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/tlGroups.js
index 0807204c8..0b304491c 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/tlGroups.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/tlGroups.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/types.js b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/types.js
index a2c6a9a05..031877d9c 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/contacts/types.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/contacts/types.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/containers/set.js b/web/studio/ASC.Web.Studio/addons/mail/js/containers/set.js
index dd01ed01b..56a2703c2 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/containers/set.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/containers/set.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/dropdown.js b/web/studio/ASC.Web.Studio/addons/mail/js/dropdown.js
index b624c27c3..1395e0e69 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/dropdown.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/dropdown.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/filterCache.js b/web/studio/ASC.Web.Studio/addons/mail/js/filterCache.js
index 021f77c0b..cdaf39413 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/filterCache.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/filterCache.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/filters/edit.js b/web/studio/ASC.Web.Studio/addons/mail/js/filters/edit.js
index dc640eeda..d4411bbb5 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/filters/edit.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/filters/edit.js
@@ -1,4 +1,30 @@
-window.editFilterPage = (function($) {
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+window.editFilterPage = (function($) {
var isInit = false,
container,
page = 0,
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/filters/filter.js b/web/studio/ASC.Web.Studio/addons/mail/js/filters/filter.js
index 554b63b68..9c5f984cf 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/filters/filter.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/filters/filter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/filters/manager.js b/web/studio/ASC.Web.Studio/addons/mail/js/filters/manager.js
index e192394d8..ef264d69c 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/filters/manager.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/filters/manager.js
@@ -1,4 +1,30 @@
-window.filtersManager = (function($) {
+/*
+ *
+ * (c) Copyright Ascensio System Limited 2010-2020
+ *
+ * This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
+ * In accordance with Section 7(a) of the GNU GPL its Section 15 shall be amended to the effect that
+ * Ascensio System SIA expressly excludes the warranty of non-infringement of any third-party rights.
+ *
+ * THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY; WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR
+ * FITNESS FOR A PARTICULAR PURPOSE. For more details, see GNU GPL at https://www.gnu.org/copyleft/gpl.html
+ *
+ * You can contact Ascensio System SIA by email at sales@onlyoffice.com
+ *
+ * The interactive user interfaces in modified source and object code versions of ONLYOFFICE must display
+ * Appropriate Legal Notices, as required under Section 5 of the GNU GPL version 3.
+ *
+ * Pursuant to Section 7 § 3(b) of the GNU GPL you must retain the original ONLYOFFICE logo which contains
+ * relevant author attributions when distributing the software. If the display of the logo in its graphic
+ * form is not reasonably feasible for technical reasons, you must include the words "Powered by ONLYOFFICE"
+ * in every copy of the program you distribute.
+ * Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
+ *
+*/
+
+
+window.filtersManager = (function($) {
var isInit = false,
filters = [],
eventsHandler = $({}),
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/filters/modal.js b/web/studio/ASC.Web.Studio/addons/mail/js/filters/modal.js
index c2d946b29..68ff4bde1 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/filters/modal.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/filters/modal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/filters/page.js b/web/studio/ASC.Web.Studio/addons/mail/js/filters/page.js
index 5300156c8..007b35acd 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/filters/page.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/filters/page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2016
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/fromsenderfilter.js b/web/studio/ASC.Web.Studio/addons/mail/js/fromsenderfilter.js
index 82efae61a..73bfb99a7 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/fromsenderfilter.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/fromsenderfilter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/page.js b/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/page.js
index c7353cc5c..e9f56e370 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/page.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/panel.js b/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/panel.js
index b803e0256..1756430f3 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/panel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/helpcenter/panel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/hidePanel.js b/web/studio/ASC.Web.Studio/addons/mail/js/hidePanel.js
index 5b1bb6ef1..a5498e7ff 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/hidePanel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/hidePanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/init.js b/web/studio/ASC.Web.Studio/addons/mail/js/init.js
index 56f69fcbf..a4d2c9992 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/init.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/init.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.accounts.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.accounts.js
index b0fb7b700..67548744e 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.accounts.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.accounts.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountsmodal.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountsmodal.js
index a057d2e65..6b82447ab 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountsmodal.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountsmodal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountspage.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountspage.js
index 5e0dd3952..26169ce20 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountspage.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.accountspage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.attachmentmanager.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.attachmentmanager.js
index cb64cdb09..6fa560763 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.attachmentmanager.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.attachmentmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.cache.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.cache.js
index c2b4421f5..62f9e845b 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.cache.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.cache.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.calendar.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.calendar.js
index 02e3b851a..66a01f043 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.calendar.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.calendar.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.common.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.common.js
index 23aae3f1a..92c2243ea 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.common.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.crmLinkPopup.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.crmLinkPopup.js
index c587ad239..cd2ccfdb5 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.crmLinkPopup.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.crmLinkPopup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.default.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.default.js
index 1728a7b98..9afa53fe9 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.default.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.default.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.filter.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.filter.js
index 75aa6e867..95dba999e 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.filter.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.filter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderfilter.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderfilter.js
index 00b870ccc..0850b7e09 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderfilter.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderfilter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderpanel.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderpanel.js
index b174a4144..ab630b543 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderpanel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.folderpanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.mailbox.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.mailbox.js
index 3088dc7b2..d5d298aef 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.mailbox.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.mailbox.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.messagepage.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.messagepage.js
index d979b5132..e57f1446a 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.messagepage.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.messagepage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.navigation.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.navigation.js
index 1b8420ba9..956a768f0 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.navigation.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.navigation.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.printpage.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.printpage.js
index 6bd38554d..23565dd78 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.printpage.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.printpage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.servicemanager.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.servicemanager.js
index 52b0485c9..c5a0cca5a 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.servicemanager.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.servicemanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/mail.settingspanel.js b/web/studio/ASC.Web.Studio/addons/mail/js/mail.settingspanel.js
index f20ea08b1..a7ad8c180 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/mail.settingspanel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/mail.settingspanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/popup.js b/web/studio/ASC.Web.Studio/addons/mail/js/popup.js
index d50bc4227..8f519f807 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/popup.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/popup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/tags/colorsPopup.js b/web/studio/ASC.Web.Studio/addons/mail/js/tags/colorsPopup.js
index 0125a4188..b39950026 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/tags/colorsPopup.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/tags/colorsPopup.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/tags/dropdown.js b/web/studio/ASC.Web.Studio/addons/mail/js/tags/dropdown.js
index 84ad4a8f6..690f21932 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/tags/dropdown.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/tags/dropdown.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/tags/modal.js b/web/studio/ASC.Web.Studio/addons/mail/js/tags/modal.js
index 646ae9941..1b4a0b47e 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/tags/modal.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/tags/modal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/tags/page.js b/web/studio/ASC.Web.Studio/addons/mail/js/tags/page.js
index b2601328d..89df12c2b 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/tags/page.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/tags/page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/tags/panel.js b/web/studio/ASC.Web.Studio/addons/mail/js/tags/panel.js
index 7240bae89..f71cad8c0 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/tags/panel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/tags/panel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/tags/tags.js b/web/studio/ASC.Web.Studio/addons/mail/js/tags/tags.js
index 3fb62f1d6..b2b2f7718 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/tags/tags.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/tags/tags.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/templates/plugin/jquery-mailtemplateadvansedselector.js b/web/studio/ASC.Web.Studio/addons/mail/js/templates/plugin/jquery-mailtemplateadvansedselector.js
index d1abb4c88..7f1ee684e 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/templates/plugin/jquery-mailtemplateadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/templates/plugin/jquery-mailtemplateadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/trustedAddresses.js b/web/studio/ASC.Web.Studio/addons/mail/js/trustedAddresses.js
index d764a76df..213eef71f 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/trustedAddresses.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/trustedAddresses.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/dropdown.js b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/dropdown.js
index d173658c0..f7d23cc2f 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/dropdown.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/dropdown.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/manager.js b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/manager.js
index 682001f63..2ea38b747 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/manager.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/manager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/modal.js b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/modal.js
index 50812eb1a..2ede7c595 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/modal.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/modal.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/page.js b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/page.js
index 67bc88ac1..659ac178a 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/page.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/page.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/panel.js b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/panel.js
index 34c1df15d..f7dfe4898 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/panel.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/panel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/plugins/jstree.counters.plugin.js b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/plugins/jstree.counters.plugin.js
index 734206fb6..e280dcb34 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/plugins/jstree.counters.plugin.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/userfolders/plugins/jstree.counters.plugin.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/mail/js/wysiwyg.js b/web/studio/ASC.Web.Studio/addons/mail/js/wysiwyg.js
index 32de2d65e..99fcb074e 100644
--- a/web/studio/ASC.Web.Studio/addons/mail/js/wysiwyg.js
+++ b/web/studio/ASC.Web.Studio/addons/mail/js/wysiwyg.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkAddon.cs b/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkAddon.cs
index 60639697d..e8bac81ce 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkAddon.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkAddon.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkSpaceUsageStatManager.cs b/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkSpaceUsageStatManager.cs
index 4b629b517..e7ed473ba 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkSpaceUsageStatManager.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/Addon/TalkSpaceUsageStatManager.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/ClientScript/TalkClientScript.cs b/web/studio/ASC.Web.Studio/addons/talk/ClientScript/TalkClientScript.cs
index dfa57d223..d7bbe52e3 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/ClientScript/TalkClientScript.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/ClientScript/TalkClientScript.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/Default.aspx.cs b/web/studio/ASC.Web.Studio/addons/talk/Default.aspx.cs
index 1493489cb..89af38edc 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/Default.aspx.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/Default.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/HttpPollHandler.cs b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/HttpPollHandler.cs
index 17d05ddd0..ebce8b220 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/HttpPollHandler.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/HttpPollHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/OpenContactHandler.cs b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/OpenContactHandler.cs
index 06fa16b38..d8a0cdbf6 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/OpenContactHandler.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/OpenContactHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UploadFileHandler.cs b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UploadFileHandler.cs
index 1a423d504..a44f4b9ab 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UploadFileHandler.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UploadFileHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UserPhotoHandler.cs b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UserPhotoHandler.cs
index 3aa44234e..135974ad5 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UserPhotoHandler.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/HttpHandlers/UserPhotoHandler.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/JabberClient.aspx.cs b/web/studio/ASC.Web.Studio/addons/talk/JabberClient.aspx.cs
index 3bdca6498..5d389c0c6 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/JabberClient.aspx.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/JabberClient.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/JabberWrapper.cs b/web/studio/ASC.Web.Studio/addons/talk/JabberWrapper.cs
index 008dbfded..40f5f0c74 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/JabberWrapper.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/JabberWrapper.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/TalkConfiguration.cs b/web/studio/ASC.Web.Studio/addons/talk/TalkConfiguration.cs
index cfbd70b63..3065a31d0 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/TalkConfiguration.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/TalkConfiguration.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/UserControls/ContactsContainer.ascx.cs b/web/studio/ASC.Web.Studio/addons/talk/UserControls/ContactsContainer.ascx.cs
index 4d51071f4..c41981c1a 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/UserControls/ContactsContainer.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/UserControls/ContactsContainer.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/UserControls/MeseditorContainer.ascx.cs b/web/studio/ASC.Web.Studio/addons/talk/UserControls/MeseditorContainer.ascx.cs
index 7de92e913..65955e9af 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/UserControls/MeseditorContainer.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/UserControls/MeseditorContainer.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/UserControls/RoomsContainer.ascx.cs b/web/studio/ASC.Web.Studio/addons/talk/UserControls/RoomsContainer.ascx.cs
index 89d4317b7..0844c9084 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/UserControls/RoomsContainer.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/UserControls/RoomsContainer.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/UserControls/TabsContainerPart.ascx.cs b/web/studio/ASC.Web.Studio/addons/talk/UserControls/TabsContainerPart.ascx.cs
index 3c369eeca..715e1decf 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/UserControls/TabsContainerPart.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/UserControls/TabsContainerPart.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/UserControls/TalkNavigationItem.ascx.cs b/web/studio/ASC.Web.Studio/addons/talk/UserControls/TalkNavigationItem.ascx.cs
index 50c6f4980..8c00ebb5c 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/UserControls/TalkNavigationItem.ascx.cs
+++ b/web/studio/ASC.Web.Studio/addons/talk/UserControls/TalkNavigationItem.ascx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.messagearea.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.messagearea.css
index adc07917f..379c5108a 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.messagearea.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.messagearea.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.overview.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.overview.css
index 585c23951..253ae8771 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.overview.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.overview.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.css
index 17b36e9ac..df5ba0273 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.de-de.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.de-de.css
index a744681d6..9c5728698 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.de-de.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.de-de.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-gb.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-gb.css
index 8c1758672..3ef5da27c 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-gb.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-gb.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-us.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-us.css
index 8c1758672..3ef5da27c 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-us.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.en-us.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.es-es.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.es-es.css
index 3ed270505..73ebc0b66 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.es-es.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.es-es.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.fr-fr.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.fr-fr.css
index d6d33fa29..9423d2515 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.fr-fr.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.fr-fr.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.it-it.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.it-it.css
index 282dc182a..b4ecfe1f2 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.it-it.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.it-it.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.lv-lv.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.lv-lv.css
index e459c12de..4d93feeea 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.lv-lv.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.lv-lv.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.pt-br.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.pt-br.css
index ccf08adc0..9b10c94e0 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.pt-br.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.pt-br.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.ru-ru.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.ru-ru.css
index 97391b7e7..595099258 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.ru-ru.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.style.ru-ru.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.text-overflow.css b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.text-overflow.css
index 37edbaae1..361d69e4b 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.text-overflow.css
+++ b/web/studio/ASC.Web.Studio/addons/talk/css/default/talk.text-overflow.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.common.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.common.js
index 2980d324c..1ee6ecd8f 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.common.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.connectiomanager.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.connectiomanager.js
index e20e6a3b2..fadfabaf0 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.connectiomanager.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.connectiomanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactscontainer.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactscontainer.js
index 3f30fe3f2..df280c832 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactscontainer.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactscontainer.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactsmanager.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactsmanager.js
index 92d68c2c0..057128e02 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactsmanager.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.contactsmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.customevents.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.customevents.js
index 400d8e881..c09b3c653 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.customevents.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.customevents.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.default.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.default.js
index 58fbeb8b0..07fa08596 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.default.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.default.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.init.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.init.js
index b5e1fe6e8..774528ea2 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.init.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.init.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
window.onload = function () {
jq('meta[name=viewport]').remove();
jq('head').append('<meta name="viewport" content="width=device-width, initial-scale=0.5, minimum-scale=0.3, maximum-scale=1">');
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.meseditorcontainer.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.meseditorcontainer.js
index f5ae4b08f..1491be4a4 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.meseditorcontainer.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.meseditorcontainer.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.messagesmanager.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.messagesmanager.js
index df06acc67..5e2baa64b 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.messagesmanager.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.messagesmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.msmanager.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.msmanager.js
index fb51c6ad7..8cedad6b2 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.msmanager.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.msmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.mucmanager.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.mucmanager.js
index d084e6fb2..b804cf434 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.mucmanager.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.mucmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.navigationitem.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.navigationitem.js
index b3d3a5189..7f7a6369c 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.navigationitem.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.navigationitem.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomscontainer.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomscontainer.js
index 7c182d5fa..44532fa11 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomscontainer.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomscontainer.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomsmanager.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomsmanager.js
index b4570ba1b..092028b86 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomsmanager.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.roomsmanager.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/js/talk.tabscontainer.js b/web/studio/ASC.Web.Studio/addons/talk/js/talk.tabscontainer.js
index a28711fd8..a5a524417 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/js/talk.tabscontainer.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/js/talk.tabscontainer.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/addons/talk/talk.notification.js b/web/studio/ASC.Web.Studio/addons/talk/talk.notification.js
index 62574226e..a47020199 100644
--- a/web/studio/ASC.Web.Studio/addons/talk/talk.notification.js
+++ b/web/studio/ASC.Web.Studio/addons/talk/talk.notification.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/confirm.aspx.cs b/web/studio/ASC.Web.Studio/confirm.aspx.cs
index 45a7d8fed..749e3fc8a 100644
--- a/web/studio/ASC.Web.Studio/confirm.aspx.cs
+++ b/web/studio/ASC.Web.Studio/confirm.aspx.cs
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/api/api.factory.js b/web/studio/ASC.Web.Studio/js/asc/api/api.factory.js
index 446f116af..51e118ad4 100644
--- a/web/studio/ASC.Web.Studio/js/asc/api/api.factory.js
+++ b/web/studio/ASC.Web.Studio/js/asc/api/api.factory.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/api/api.helper.js b/web/studio/ASC.Web.Studio/js/asc/api/api.helper.js
index df359cdc0..70daee0ed 100644
--- a/web/studio/ASC.Web.Studio/js/asc/api/api.helper.js
+++ b/web/studio/ASC.Web.Studio/js/asc/api/api.helper.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/api/asc.teamlab.js b/web/studio/ASC.Web.Studio/js/asc/api/asc.teamlab.js
index eac03d55c..0f6a35026 100644
--- a/web/studio/ASC.Web.Studio/js/asc/api/asc.teamlab.js
+++ b/web/studio/ASC.Web.Studio/js/asc/api/asc.teamlab.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.anchorcontroller.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.anchorcontroller.js
index 98e1158b2..e50fb32db 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.anchorcontroller.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.anchorcontroller.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.customevents.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.customevents.js
index e85d8e4f1..55ddc2265 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.customevents.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.customevents.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.feedreader.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.feedreader.js
index 4db3f9810..9697d1aac 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.feedreader.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.feedreader.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.files.utility.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.files.utility.js
index 3fcd769b7..bedcc81a4 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.files.utility.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.files.utility.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.listscript.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.listscript.js
index fa2db4c39..9672311f6 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.listscript.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.listscript.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.mail.utility.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.mail.utility.js
index 0f2e61718..0551150d5 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.mail.utility.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.mail.utility.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.mailreader.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.mailreader.js
index 706995ed7..49c46f3ca 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.mailreader.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.mailreader.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.pagenavigator.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.pagenavigator.js
index b3638f50c..0033a6cc3 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.pagenavigator.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.pagenavigator.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.socketio.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.socketio.js
index d7baad923..a5f4ef075 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.socketio.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.socketio.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.tabsnavigator.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.tabsnavigator.js
index 812f0d848..51b16fd6b 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.tabsnavigator.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.tabsnavigator.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/asc.topstudiopanel.js b/web/studio/ASC.Web.Studio/js/asc/core/asc.topstudiopanel.js
index 9a498b12e..01902ab35 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/asc.topstudiopanel.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/asc.topstudiopanel.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/basetemplate.master.init.js b/web/studio/ASC.Web.Studio/js/asc/core/basetemplate.master.init.js
index 98361383b..082582948 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/basetemplate.master.init.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/basetemplate.master.init.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/clipboard.js b/web/studio/ASC.Web.Studio/js/asc/core/clipboard.js
index 73f548cc5..2dab9bff0 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/clipboard.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/clipboard.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/collaborators.js b/web/studio/ASC.Web.Studio/js/asc/core/collaborators.js
index 8a8c3d2fb..0b5890a69 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/collaborators.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/collaborators.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/common.js b/web/studio/ASC.Web.Studio/js/asc/core/common.js
index 48b85d28c..dc52b42aa 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/common.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/common.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/groupselector.js b/web/studio/ASC.Web.Studio/js/asc/core/groupselector.js
index 9bdbc60d7..73dd10188 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/groupselector.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/groupselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/localstorage.js b/web/studio/ASC.Web.Studio/js/asc/core/localstorage.js
index e87c8f166..8d59479a4 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/localstorage.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/localstorage.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/my.js b/web/studio/ASC.Web.Studio/js/asc/core/my.js
index de5eb53e4..ac569ba4a 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/my.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/my.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/voip.countries.js b/web/studio/ASC.Web.Studio/js/asc/core/voip.countries.js
index 35bcb3924..8e18cd8a5 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/voip.countries.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/voip.countries.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/voip.navigationitem.js b/web/studio/ASC.Web.Studio/js/asc/core/voip.navigationitem.js
index 8dcaec190..003d514d5 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/voip.navigationitem.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/voip.navigationitem.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/core/voip.phone.js b/web/studio/ASC.Web.Studio/js/asc/core/voip.phone.js
index d85519d61..f93cee100 100644
--- a/web/studio/ASC.Web.Studio/js/asc/core/voip.phone.js
+++ b/web/studio/ASC.Web.Studio/js/asc/core/voip.phone.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/countries.js b/web/studio/ASC.Web.Studio/js/asc/plugins/countries.js
index b7eac04be..7c5ff4b84 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/countries.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/countries.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedfilter.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedfilter.js
index 542b49a90..3a3bcc9af 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedfilter.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedfilter.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedselector.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedselector.js
index 2f358b808..1dd1065a9 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedselector.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-advansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-contactadvansedselector.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-contactadvansedselector.js
index 111c22be5..bfafd4365 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-contactadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-contactadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-customcombobox.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-customcombobox.js
index 9e3c0a38f..c87eab4ff 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-customcombobox.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-customcombobox.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-emailadvansedselector.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-emailadvansedselector.js
index 0a144ac9a..56c33f5a8 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-emailadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-emailadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-groupadvansedselector.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-groupadvansedselector.js
index 443a8fb39..cb00509c7 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-groupadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-groupadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-projectadvansedselector.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-projectadvansedselector.js
index 6c6d417be..bab22b2c9 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-projectadvansedselector.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-projectadvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-useradvansedselector.js b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-useradvansedselector.js
index 3829d4181..6bd4fd933 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-useradvansedselector.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/jquery-useradvansedselector.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/phonecontroller.js b/web/studio/ASC.Web.Studio/js/asc/plugins/phonecontroller.js
index 4985dec8b..2f2fdec15 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/phonecontroller.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/phonecontroller.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/popupBox.js b/web/studio/ASC.Web.Studio/js/asc/plugins/popupBox.js
index 04f4a9bee..3cbf3ba6f 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/popupBox.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/popupBox.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/js/asc/plugins/progressdialog.js b/web/studio/ASC.Web.Studio/js/asc/plugins/progressdialog.js
index a0e2bf66b..efa151b4b 100644
--- a/web/studio/ASC.Web.Studio/js/asc/plugins/progressdialog.js
+++ b/web/studio/ASC.Web.Studio/js/asc/plugins/progressdialog.js
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/base.less b/web/studio/ASC.Web.Studio/skins/base.less
index 6865c0248..e0ed4fc77 100644
--- a/web/studio/ASC.Web.Studio/skins/base.less
+++ b/web/studio/ASC.Web.Studio/skins/base.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/bright-blue/main.less b/web/studio/ASC.Web.Studio/skins/bright-blue/main.less
index 5ee6fe224..24ffd782d 100644
--- a/web/studio/ASC.Web.Studio/skins/bright-blue/main.less
+++ b/web/studio/ASC.Web.Studio/skins/bright-blue/main.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/bright-blue/params.less b/web/studio/ASC.Web.Studio/skins/bright-blue/params.less
index 1cfc9e401..3ed13e08f 100644
--- a/web/studio/ASC.Web.Studio/skins/bright-blue/params.less
+++ b/web/studio/ASC.Web.Studio/skins/bright-blue/params.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/dark-green/main.less b/web/studio/ASC.Web.Studio/skins/dark-green/main.less
index a896b73ea..1bb8d2598 100644
--- a/web/studio/ASC.Web.Studio/skins/dark-green/main.less
+++ b/web/studio/ASC.Web.Studio/skins/dark-green/main.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/dark-green/params.less b/web/studio/ASC.Web.Studio/skins/dark-green/params.less
index dbf5e7d01..72773c42c 100644
--- a/web/studio/ASC.Web.Studio/skins/dark-green/params.less
+++ b/web/studio/ASC.Web.Studio/skins/dark-green/params.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/deep-blue/main.less b/web/studio/ASC.Web.Studio/skins/deep-blue/main.less
index bfeef1218..e3fd4cbed 100644
--- a/web/studio/ASC.Web.Studio/skins/deep-blue/main.less
+++ b/web/studio/ASC.Web.Studio/skins/deep-blue/main.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/deep-blue/params.less b/web/studio/ASC.Web.Studio/skins/deep-blue/params.less
index 0d9b9f27c..d69b122d6 100644
--- a/web/studio/ASC.Web.Studio/skins/deep-blue/params.less
+++ b/web/studio/ASC.Web.Studio/skins/deep-blue/params.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/actionpanel.less b/web/studio/ASC.Web.Studio/skins/default/actionpanel.less
index ae7a7cc49..c23dec3cc 100644
--- a/web/studio/ASC.Web.Studio/skins/default/actionpanel.less
+++ b/web/studio/ASC.Web.Studio/skins/default/actionpanel.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/app_install.less b/web/studio/ASC.Web.Studio/skins/default/app_install.less
index bfa87f18d..122ffa6c2 100644
--- a/web/studio/ASC.Web.Studio/skins/default/app_install.less
+++ b/web/studio/ASC.Web.Studio/skins/default/app_install.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/buttons.less b/web/studio/ASC.Web.Studio/skins/default/buttons.less
index e2f9944cc..d0d8075a9 100644
--- a/web/studio/ASC.Web.Studio/skins/default/buttons.less
+++ b/web/studio/ASC.Web.Studio/skins/default/buttons.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/codestyle.css b/web/studio/ASC.Web.Studio/skins/default/codestyle.css
index 0608114e5..2733adf5f 100644
--- a/web/studio/ASC.Web.Studio/skins/default/codestyle.css
+++ b/web/studio/ASC.Web.Studio/skins/default/codestyle.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/comments-container.less b/web/studio/ASC.Web.Studio/skins/default/comments-container.less
index 4e1cfa020..669b1e5be 100644
--- a/web/studio/ASC.Web.Studio/skins/default/comments-container.less
+++ b/web/studio/ASC.Web.Studio/skins/default/comments-container.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common.less b/web/studio/ASC.Web.Studio/skins/default/common.less
index 4a2ca5e63..e22661c01 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common.less
+++ b/web/studio/ASC.Web.Studio/skins/default/common.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common_style.de-de.css b/web/studio/ASC.Web.Studio/skins/default/common_style.de-de.css
index 2db47830e..8cbb939c7 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common_style.de-de.css
+++ b/web/studio/ASC.Web.Studio/skins/default/common_style.de-de.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common_style.es-es.css b/web/studio/ASC.Web.Studio/skins/default/common_style.es-es.css
index f491d6640..2e3749f26 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common_style.es-es.css
+++ b/web/studio/ASC.Web.Studio/skins/default/common_style.es-es.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common_style.fr-fr.css b/web/studio/ASC.Web.Studio/skins/default/common_style.fr-fr.css
index df8d35602..4208364e7 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common_style.fr-fr.css
+++ b/web/studio/ASC.Web.Studio/skins/default/common_style.fr-fr.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common_style.it-it.css b/web/studio/ASC.Web.Studio/skins/default/common_style.it-it.css
index acfd40876..d7c52d861 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common_style.it-it.css
+++ b/web/studio/ASC.Web.Studio/skins/default/common_style.it-it.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common_style.less b/web/studio/ASC.Web.Studio/skins/default/common_style.less
index e16ed2a4b..e0d4a8db4 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common_style.less
+++ b/web/studio/ASC.Web.Studio/skins/default/common_style.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common_style.ru-ru.css b/web/studio/ASC.Web.Studio/skins/default/common_style.ru-ru.css
index ce189190d..941992460 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common_style.ru-ru.css
+++ b/web/studio/ASC.Web.Studio/skins/default/common_style.ru-ru.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/common_style.wide-screen.less b/web/studio/ASC.Web.Studio/skins/default/common_style.wide-screen.less
index 8c681d9bb..2b25198ad 100644
--- a/web/studio/ASC.Web.Studio/skins/default/common_style.wide-screen.less
+++ b/web/studio/ASC.Web.Studio/skins/default/common_style.wide-screen.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/contentmenu.less b/web/studio/ASC.Web.Studio/skins/default/contentmenu.less
index bb93f4efd..c5db136da 100644
--- a/web/studio/ASC.Web.Studio/skins/default/contentmenu.less
+++ b/web/studio/ASC.Web.Studio/skins/default/contentmenu.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/dashboard.less b/web/studio/ASC.Web.Studio/skins/default/dashboard.less
index 80a54e5c3..532092263 100644
--- a/web/studio/ASC.Web.Studio/skins/default/dashboard.less
+++ b/web/studio/ASC.Web.Studio/skins/default/dashboard.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/empty-screen-control.less b/web/studio/ASC.Web.Studio/skins/default/empty-screen-control.less
index 144d0ff06..08788d835 100644
--- a/web/studio/ASC.Web.Studio/skins/default/empty-screen-control.less
+++ b/web/studio/ASC.Web.Studio/skins/default/empty-screen-control.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/filetype_style.css b/web/studio/ASC.Web.Studio/skins/default/filetype_style.css
index bc5a795de..6757a8f36 100644
--- a/web/studio/ASC.Web.Studio/skins/default/filetype_style.css
+++ b/web/studio/ASC.Web.Studio/skins/default/filetype_style.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/groupselector.css b/web/studio/ASC.Web.Studio/skins/default/groupselector.css
index 35cd579f9..3bd1ad3f6 100644
--- a/web/studio/ASC.Web.Studio/skins/default/groupselector.css
+++ b/web/studio/ASC.Web.Studio/skins/default/groupselector.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/headers.less b/web/studio/ASC.Web.Studio/skins/default/headers.less
index d39a5f601..b8db7a862 100644
--- a/web/studio/ASC.Web.Studio/skins/default/headers.less
+++ b/web/studio/ASC.Web.Studio/skins/default/headers.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/helper.less b/web/studio/ASC.Web.Studio/skins/default/helper.less
index 6588a0c99..075ad95c5 100644
--- a/web/studio/ASC.Web.Studio/skins/default/helper.less
+++ b/web/studio/ASC.Web.Studio/skins/default/helper.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-fix.less b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-fix.less
index dbf6eaab5..22c4627aa 100644
--- a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-fix.less
+++ b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-fix.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-theme.less b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-theme.less
index e6a443e37..673bd8a47 100644
--- a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-theme.less
+++ b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter-theme.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter.css b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter.css
index 5bfb33a04..38587d9b4 100644
--- a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter.css
+++ b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedfilter.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedselector.less b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedselector.less
index 39c956681..85eb3361a 100644
--- a/web/studio/ASC.Web.Studio/skins/default/jquery-advansedselector.less
+++ b/web/studio/ASC.Web.Studio/skins/default/jquery-advansedselector.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/jquery-emailadvansedselector.css b/web/studio/ASC.Web.Studio/skins/default/jquery-emailadvansedselector.css
index a39acc18e..23e3c6565 100644
--- a/web/studio/ASC.Web.Studio/skins/default/jquery-emailadvansedselector.css
+++ b/web/studio/ASC.Web.Studio/skins/default/jquery-emailadvansedselector.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/links.less b/web/studio/ASC.Web.Studio/skins/default/links.less
index cdc29f9a7..a7adb7344 100644
--- a/web/studio/ASC.Web.Studio/skins/default/links.less
+++ b/web/studio/ASC.Web.Studio/skins/default/links.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/lists.less b/web/studio/ASC.Web.Studio/skins/default/lists.less
index e8887cbfd..5ae02077e 100644
--- a/web/studio/ASC.Web.Studio/skins/default/lists.less
+++ b/web/studio/ASC.Web.Studio/skins/default/lists.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/magnific-popup.less b/web/studio/ASC.Web.Studio/skins/default/magnific-popup.less
index c60b97095..9104d0c3a 100644
--- a/web/studio/ASC.Web.Studio/skins/default/magnific-popup.less
+++ b/web/studio/ASC.Web.Studio/skins/default/magnific-popup.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/main-page-container.less b/web/studio/ASC.Web.Studio/skins/default/main-page-container.less
index c3297ac67..8b9e4e9a0 100644
--- a/web/studio/ASC.Web.Studio/skins/default/main-page-container.less
+++ b/web/studio/ASC.Web.Studio/skins/default/main-page-container.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/main-title-icon.less b/web/studio/ASC.Web.Studio/skins/default/main-title-icon.less
index 33d20095a..0ac954391 100644
--- a/web/studio/ASC.Web.Studio/skins/default/main-title-icon.less
+++ b/web/studio/ASC.Web.Studio/skins/default/main-title-icon.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
@@ -23,6 +23,7 @@
*
*/
+
.main-title-svg {
width:inherit;
height:inherit;
diff --git a/web/studio/ASC.Web.Studio/skins/default/main.less b/web/studio/ASC.Web.Studio/skins/default/main.less
index be6077493..0851630ac 100644
--- a/web/studio/ASC.Web.Studio/skins/default/main.less
+++ b/web/studio/ASC.Web.Studio/skins/default/main.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/page-tabs-navigators.less b/web/studio/ASC.Web.Studio/skins/default/page-tabs-navigators.less
index b0fda97df..3756cd917 100644
--- a/web/studio/ASC.Web.Studio/skins/default/page-tabs-navigators.less
+++ b/web/studio/ASC.Web.Studio/skins/default/page-tabs-navigators.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/params.less b/web/studio/ASC.Web.Studio/skins/default/params.less
index 6b1b50234..792a83af9 100644
--- a/web/studio/ASC.Web.Studio/skins/default/params.less
+++ b/web/studio/ASC.Web.Studio/skins/default/params.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/phonecontroller.css b/web/studio/ASC.Web.Studio/skins/default/phonecontroller.css
index 6bba9d446..e564bb371 100644
--- a/web/studio/ASC.Web.Studio/skins/default/phonecontroller.css
+++ b/web/studio/ASC.Web.Studio/skins/default/phonecontroller.css
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/sidepanel.less b/web/studio/ASC.Web.Studio/skins/default/sidepanel.less
index ad8e01352..b0d5d9f6f 100644
--- a/web/studio/ASC.Web.Studio/skins/default/sidepanel.less
+++ b/web/studio/ASC.Web.Studio/skins/default/sidepanel.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/tl-combobox.less b/web/studio/ASC.Web.Studio/skins/default/tl-combobox.less
index 12a836a01..7eb17c81c 100644
--- a/web/studio/ASC.Web.Studio/skins/default/tl-combobox.less
+++ b/web/studio/ASC.Web.Studio/skins/default/tl-combobox.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/toastr.less b/web/studio/ASC.Web.Studio/skins/default/toastr.less
index 2d0325ee3..cabfee451 100644
--- a/web/studio/ASC.Web.Studio/skins/default/toastr.less
+++ b/web/studio/ASC.Web.Studio/skins/default/toastr.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/topstudiopanel.less b/web/studio/ASC.Web.Studio/skins/default/topstudiopanel.less
index 61a7286ec..e52180810 100644
--- a/web/studio/ASC.Web.Studio/skins/default/topstudiopanel.less
+++ b/web/studio/ASC.Web.Studio/skins/default/topstudiopanel.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/voip.phone.less b/web/studio/ASC.Web.Studio/skins/default/voip.phone.less
index 60f720ffc..6b5ea8b11 100644
--- a/web/studio/ASC.Web.Studio/skins/default/voip.phone.less
+++ b/web/studio/ASC.Web.Studio/skins/default/voip.phone.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/whitelabel.less b/web/studio/ASC.Web.Studio/skins/default/whitelabel.less
index d4e877057..5d605deaa 100644
--- a/web/studio/ASC.Web.Studio/skins/default/whitelabel.less
+++ b/web/studio/ASC.Web.Studio/skins/default/whitelabel.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/default/wizard.less b/web/studio/ASC.Web.Studio/skins/default/wizard.less
index 4a3feaa17..146fb8b8a 100644
--- a/web/studio/ASC.Web.Studio/skins/default/wizard.less
+++ b/web/studio/ASC.Web.Studio/skins/default/wizard.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/page_default.less b/web/studio/ASC.Web.Studio/skins/page_default.less
index 01cad2e43..084bd53d3 100644
--- a/web/studio/ASC.Web.Studio/skins/page_default.less
+++ b/web/studio/ASC.Web.Studio/skins/page_default.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/pure-orange/main.less b/web/studio/ASC.Web.Studio/skins/pure-orange/main.less
index bfeef1218..e3fd4cbed 100644
--- a/web/studio/ASC.Web.Studio/skins/pure-orange/main.less
+++ b/web/studio/ASC.Web.Studio/skins/pure-orange/main.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/pure-orange/params.less b/web/studio/ASC.Web.Studio/skins/pure-orange/params.less
index 6ec6e646d..0357a63c9 100644
--- a/web/studio/ASC.Web.Studio/skins/pure-orange/params.less
+++ b/web/studio/ASC.Web.Studio/skins/pure-orange/params.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/wild-pink/main.less b/web/studio/ASC.Web.Studio/skins/wild-pink/main.less
index 55e0b4d6b..68887fb88 100644
--- a/web/studio/ASC.Web.Studio/skins/wild-pink/main.less
+++ b/web/studio/ASC.Web.Studio/skins/wild-pink/main.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).
diff --git a/web/studio/ASC.Web.Studio/skins/wild-pink/params.less b/web/studio/ASC.Web.Studio/skins/wild-pink/params.less
index aada837db..5cac18804 100644
--- a/web/studio/ASC.Web.Studio/skins/wild-pink/params.less
+++ b/web/studio/ASC.Web.Studio/skins/wild-pink/params.less
@@ -1,6 +1,6 @@
/*
*
- * (c) Copyright Ascensio System Limited 2010-2018
+ * (c) Copyright Ascensio System Limited 2010-2020
*
* This program is freeware. You can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) version 3 as published by the Free Software Foundation (https://www.gnu.org/copyleft/gpl.html).