From f38e61d58fba06eeeff32c4abe0060bab4069f21 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 16 Jan 2023 13:33:47 +0500 Subject: [PATCH] global: update copyright year to 2023 --- Notesnook.API/Accessors/SyncItemsRepositoryAccessor.cs | 2 +- Notesnook.API/Authorization/EmailVerifiedRequirement.cs | 2 +- Notesnook.API/Authorization/NotesnookUserRequirement.cs | 2 +- Notesnook.API/Authorization/ProUserRequirement.cs | 2 +- Notesnook.API/Authorization/SyncRequirement.cs | 2 +- Notesnook.API/Controllers/AnnouncementController.cs | 2 +- Notesnook.API/Controllers/MonographsController.cs | 2 +- Notesnook.API/Controllers/S3Controller.cs | 2 +- Notesnook.API/Controllers/UsersController.cs | 2 +- Notesnook.API/Extensions/AuthorizationResultTransformer.cs | 2 +- Notesnook.API/Extensions/TransactionHelper.cs | 2 +- Notesnook.API/Hubs/SyncHub.cs | 2 +- Notesnook.API/Interfaces/IEncrypted.cs | 2 +- Notesnook.API/Interfaces/IMonograph.cs | 2 +- Notesnook.API/Interfaces/IS3Service.cs | 2 +- Notesnook.API/Interfaces/ISyncItem.cs | 2 +- Notesnook.API/Interfaces/ISyncItemsRepositoryAccessor.cs | 2 +- Notesnook.API/Interfaces/IUserService.cs | 2 +- Notesnook.API/Interfaces/IUserSettings.cs | 2 +- Notesnook.API/Models/Algorithms.cs | 2 +- Notesnook.API/Models/Announcement.cs | 2 +- Notesnook.API/Models/EncryptedData.cs | 2 +- Notesnook.API/Models/Monograph.cs | 2 +- Notesnook.API/Models/MultipartUploadMeta.cs | 2 +- Notesnook.API/Models/S3Options.cs | 2 +- Notesnook.API/Models/SyncItem.cs | 2 +- Notesnook.API/Models/UserSettings.cs | 2 +- Notesnook.API/Program.cs | 2 +- Notesnook.API/Repositories/SyncItemsRepository.cs | 2 +- Notesnook.API/Services/S3Service.cs | 2 +- Notesnook.API/Services/UserService.cs | 2 +- Notesnook.API/Startup.cs | 2 +- README.md | 2 +- .../Attributes/JsonInterfaceConverterAttribute.cs | 2 +- Streetwriters.Common/Clients.cs | 2 +- Streetwriters.Common/Constants.cs | 2 +- Streetwriters.Common/Converters/InterfaceConverter.cs | 2 +- Streetwriters.Common/Enums/ApplicationType.cs | 2 +- Streetwriters.Common/Enums/MFAMethods.cs | 2 +- Streetwriters.Common/Enums/SubscriptionProvider.cs | 2 +- Streetwriters.Common/Enums/SubscriptionType.cs | 2 +- Streetwriters.Common/Extensions/AppBuilderExtensions.cs | 2 +- Streetwriters.Common/Extensions/HttpClientExtensions.cs | 2 +- .../Extensions/ServiceCollectionServiceExtensions.cs | 2 +- Streetwriters.Common/Extensions/StringExtensions.cs | 2 +- Streetwriters.Common/Extensions/WampRealmExtensions.cs | 2 +- Streetwriters.Common/Helpers/WampHelper.cs | 2 +- Streetwriters.Common/Interfaces/IClient.cs | 2 +- Streetwriters.Common/Interfaces/IDocument.cs | 2 +- Streetwriters.Common/Interfaces/IMessageHandler.cs | 2 +- Streetwriters.Common/Interfaces/IOffer.cs | 2 +- Streetwriters.Common/Interfaces/IResponse.cs | 2 +- Streetwriters.Common/Interfaces/ISubscription.cs | 2 +- Streetwriters.Common/Logger.cs | 2 +- Streetwriters.Common/Messages/CreateSubscriptionMessage.cs | 2 +- Streetwriters.Common/Messages/DeleteSubscriptionMessage.cs | 2 +- Streetwriters.Common/Messages/DeleteUserMessage.cs | 2 +- Streetwriters.Common/Messages/SendSSEMessage.cs | 2 +- Streetwriters.Common/Models/Client.cs | 2 +- Streetwriters.Common/Models/GetSubscriptionResponse.cs | 2 +- Streetwriters.Common/Models/MFAConfig.cs | 2 +- Streetwriters.Common/Models/Offer.cs | 2 +- Streetwriters.Common/Models/PromoCode.cs | 2 +- Streetwriters.Common/Models/Response.cs | 2 +- Streetwriters.Common/Models/Role.cs | 2 +- Streetwriters.Common/Models/Subscription.cs | 2 +- Streetwriters.Common/Models/User.cs | 2 +- Streetwriters.Common/Models/UserModel.cs | 2 +- Streetwriters.Common/Servers.cs | 2 +- Streetwriters.Common/Version.cs | 2 +- Streetwriters.Common/WampServers.cs | 2 +- Streetwriters.Data/Attributes/BsonCollection.cs | 2 +- Streetwriters.Data/DbContexts/MongoDbContext.cs | 2 +- Streetwriters.Data/DbSettings.cs | 2 +- Streetwriters.Data/Interfaces/IDbContext.cs | 2 +- Streetwriters.Data/Interfaces/IDbSettings.cs | 2 +- Streetwriters.Data/Interfaces/IUnitOfWork.cs | 2 +- Streetwriters.Data/Repositories/Repository.cs | 2 +- Streetwriters.Data/UnitOfWork.cs | 2 +- Streetwriters.Identity/Config.cs | 2 +- Streetwriters.Identity/Controllers/AccountController.cs | 2 +- Streetwriters.Identity/Controllers/IdentityControllerBase.cs | 2 +- Streetwriters.Identity/Controllers/MFAController.cs | 2 +- Streetwriters.Identity/Controllers/SignupController.cs | 2 +- Streetwriters.Identity/Enums/TokenTypes.cs | 2 +- Streetwriters.Identity/Extensions/HttpContextExtensions.cs | 2 +- Streetwriters.Identity/Extensions/IEnumerableExtensions.cs | 2 +- Streetwriters.Identity/Extensions/IntExtensions.cs | 2 +- Streetwriters.Identity/Extensions/MongoDBTicketStore.cs | 2 +- Streetwriters.Identity/Extensions/UrlExtensions.cs | 2 +- Streetwriters.Identity/Extensions/UserManagerExtensions.cs | 2 +- Streetwriters.Identity/Helpers/PasswordHelper.cs | 2 +- Streetwriters.Identity/Interfaces/IEmailSender.cs | 2 +- Streetwriters.Identity/Interfaces/IEmailTemplate.cs | 2 +- Streetwriters.Identity/Interfaces/IMFAService.cs | 2 +- Streetwriters.Identity/Interfaces/ISMSSender.cs | 2 +- Streetwriters.Identity/Interfaces/ITokenGenerationService.cs | 2 +- Streetwriters.Identity/MessageHandlers/CreateSubscription.cs | 2 +- Streetwriters.Identity/MessageHandlers/DeleteSubscription.cs | 2 +- Streetwriters.Identity/Models/AuthenticatorDetails.cs | 2 +- Streetwriters.Identity/Models/ChangeEmailForm.cs | 2 +- Streetwriters.Identity/Models/DeleteAccountForm.cs | 2 +- Streetwriters.Identity/Models/EmailTemplate.cs | 2 +- Streetwriters.Identity/Models/GetAccessTokenForm.cs | 2 +- Streetwriters.Identity/Models/MFAPasswordRequiredResponse.cs | 2 +- Streetwriters.Identity/Models/MFARequiredResponse.cs | 2 +- Streetwriters.Identity/Models/MultiFactorEnableForm.cs | 2 +- Streetwriters.Identity/Models/MultiFactorSetupForm.cs | 2 +- Streetwriters.Identity/Models/ResetPasswordForm.cs | 2 +- Streetwriters.Identity/Models/SignupForm.cs | 2 +- Streetwriters.Identity/Models/TwoFactorLoginForm.cs | 2 +- Streetwriters.Identity/Models/UpdateUserForm.cs | 2 +- Streetwriters.Identity/Program.cs | 2 +- .../Services/CustomIntrospectionResponseGenerator.cs | 2 +- Streetwriters.Identity/Services/CustomRefreshTokenService.cs | 2 +- Streetwriters.Identity/Services/EmailSender.cs | 2 +- Streetwriters.Identity/Services/MFAService.cs | 2 +- Streetwriters.Identity/Services/PasswordHasher.cs | 2 +- Streetwriters.Identity/Services/ProfileService.cs | 2 +- Streetwriters.Identity/Services/SMSSender.cs | 2 +- Streetwriters.Identity/Services/TokenGenerationService.cs | 2 +- Streetwriters.Identity/Services/UserService.cs | 2 +- Streetwriters.Identity/Startup.cs | 2 +- Streetwriters.Identity/Validation/BearerTokenValidator.cs | 2 +- .../Validation/CustomResourceOwnerValidator.cs | 2 +- Streetwriters.Identity/Validation/EmailGrantValidator.cs | 2 +- .../Validation/LockedOutValidationResult.cs | 2 +- Streetwriters.Identity/Validation/MFAGrantValidator.cs | 2 +- .../Validation/MFAPasswordGrantValidator.cs | 2 +- Streetwriters.Messenger/Helpers/SSEHelper.cs | 2 +- Streetwriters.Messenger/Program.cs | 2 +- Streetwriters.Messenger/Services/HeartbeatService.cs | 2 +- Streetwriters.Messenger/Startup.cs | 4 ++-- 133 files changed, 134 insertions(+), 134 deletions(-) diff --git a/Notesnook.API/Accessors/SyncItemsRepositoryAccessor.cs b/Notesnook.API/Accessors/SyncItemsRepositoryAccessor.cs index 6c33cd5..25ca455 100644 --- a/Notesnook.API/Accessors/SyncItemsRepositoryAccessor.cs +++ b/Notesnook.API/Accessors/SyncItemsRepositoryAccessor.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Authorization/EmailVerifiedRequirement.cs b/Notesnook.API/Authorization/EmailVerifiedRequirement.cs index ef1683e..279187a 100644 --- a/Notesnook.API/Authorization/EmailVerifiedRequirement.cs +++ b/Notesnook.API/Authorization/EmailVerifiedRequirement.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Authorization/NotesnookUserRequirement.cs b/Notesnook.API/Authorization/NotesnookUserRequirement.cs index 7df5a06..9e406a7 100644 --- a/Notesnook.API/Authorization/NotesnookUserRequirement.cs +++ b/Notesnook.API/Authorization/NotesnookUserRequirement.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Authorization/ProUserRequirement.cs b/Notesnook.API/Authorization/ProUserRequirement.cs index 31245ea..67cc79b 100644 --- a/Notesnook.API/Authorization/ProUserRequirement.cs +++ b/Notesnook.API/Authorization/ProUserRequirement.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Authorization/SyncRequirement.cs b/Notesnook.API/Authorization/SyncRequirement.cs index 527a1a0..aec7cd5 100644 --- a/Notesnook.API/Authorization/SyncRequirement.cs +++ b/Notesnook.API/Authorization/SyncRequirement.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Controllers/AnnouncementController.cs b/Notesnook.API/Controllers/AnnouncementController.cs index 3c09eb6..c117818 100644 --- a/Notesnook.API/Controllers/AnnouncementController.cs +++ b/Notesnook.API/Controllers/AnnouncementController.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Controllers/MonographsController.cs b/Notesnook.API/Controllers/MonographsController.cs index 72a1e94..5d6d425 100644 --- a/Notesnook.API/Controllers/MonographsController.cs +++ b/Notesnook.API/Controllers/MonographsController.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Controllers/S3Controller.cs b/Notesnook.API/Controllers/S3Controller.cs index 51254b0..fce5075 100644 --- a/Notesnook.API/Controllers/S3Controller.cs +++ b/Notesnook.API/Controllers/S3Controller.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Controllers/UsersController.cs b/Notesnook.API/Controllers/UsersController.cs index 85f5e44..3aa91c6 100644 --- a/Notesnook.API/Controllers/UsersController.cs +++ b/Notesnook.API/Controllers/UsersController.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Extensions/AuthorizationResultTransformer.cs b/Notesnook.API/Extensions/AuthorizationResultTransformer.cs index b997313..8e1b87d 100644 --- a/Notesnook.API/Extensions/AuthorizationResultTransformer.cs +++ b/Notesnook.API/Extensions/AuthorizationResultTransformer.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Extensions/TransactionHelper.cs b/Notesnook.API/Extensions/TransactionHelper.cs index 03bd072..23bb049 100644 --- a/Notesnook.API/Extensions/TransactionHelper.cs +++ b/Notesnook.API/Extensions/TransactionHelper.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Hubs/SyncHub.cs b/Notesnook.API/Hubs/SyncHub.cs index 64ba4fc..1ae9c29 100644 --- a/Notesnook.API/Hubs/SyncHub.cs +++ b/Notesnook.API/Hubs/SyncHub.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Interfaces/IEncrypted.cs b/Notesnook.API/Interfaces/IEncrypted.cs index 44e8e25..9c154f1 100644 --- a/Notesnook.API/Interfaces/IEncrypted.cs +++ b/Notesnook.API/Interfaces/IEncrypted.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Interfaces/IMonograph.cs b/Notesnook.API/Interfaces/IMonograph.cs index e8b0a22..8409d5c 100644 --- a/Notesnook.API/Interfaces/IMonograph.cs +++ b/Notesnook.API/Interfaces/IMonograph.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Interfaces/IS3Service.cs b/Notesnook.API/Interfaces/IS3Service.cs index fb259c0..4fbae1c 100644 --- a/Notesnook.API/Interfaces/IS3Service.cs +++ b/Notesnook.API/Interfaces/IS3Service.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Interfaces/ISyncItem.cs b/Notesnook.API/Interfaces/ISyncItem.cs index 1284c7e..2858555 100644 --- a/Notesnook.API/Interfaces/ISyncItem.cs +++ b/Notesnook.API/Interfaces/ISyncItem.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Interfaces/ISyncItemsRepositoryAccessor.cs b/Notesnook.API/Interfaces/ISyncItemsRepositoryAccessor.cs index 89a6d7d..a71e620 100644 --- a/Notesnook.API/Interfaces/ISyncItemsRepositoryAccessor.cs +++ b/Notesnook.API/Interfaces/ISyncItemsRepositoryAccessor.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Interfaces/IUserService.cs b/Notesnook.API/Interfaces/IUserService.cs index 2082fd4..dc84d08 100644 --- a/Notesnook.API/Interfaces/IUserService.cs +++ b/Notesnook.API/Interfaces/IUserService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Interfaces/IUserSettings.cs b/Notesnook.API/Interfaces/IUserSettings.cs index 0b0684e..6898f2c 100644 --- a/Notesnook.API/Interfaces/IUserSettings.cs +++ b/Notesnook.API/Interfaces/IUserSettings.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/Algorithms.cs b/Notesnook.API/Models/Algorithms.cs index 60e79e1..910ae3c 100644 --- a/Notesnook.API/Models/Algorithms.cs +++ b/Notesnook.API/Models/Algorithms.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/Announcement.cs b/Notesnook.API/Models/Announcement.cs index e532717..649df50 100644 --- a/Notesnook.API/Models/Announcement.cs +++ b/Notesnook.API/Models/Announcement.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/EncryptedData.cs b/Notesnook.API/Models/EncryptedData.cs index 8b955ff..444c65c 100644 --- a/Notesnook.API/Models/EncryptedData.cs +++ b/Notesnook.API/Models/EncryptedData.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/Monograph.cs b/Notesnook.API/Models/Monograph.cs index df8e9a6..0b521a6 100644 --- a/Notesnook.API/Models/Monograph.cs +++ b/Notesnook.API/Models/Monograph.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/MultipartUploadMeta.cs b/Notesnook.API/Models/MultipartUploadMeta.cs index ae8c904..ce2a307 100644 --- a/Notesnook.API/Models/MultipartUploadMeta.cs +++ b/Notesnook.API/Models/MultipartUploadMeta.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/S3Options.cs b/Notesnook.API/Models/S3Options.cs index f4dd02b..238db23 100644 --- a/Notesnook.API/Models/S3Options.cs +++ b/Notesnook.API/Models/S3Options.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/SyncItem.cs b/Notesnook.API/Models/SyncItem.cs index 97230c6..ae204aa 100644 --- a/Notesnook.API/Models/SyncItem.cs +++ b/Notesnook.API/Models/SyncItem.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Models/UserSettings.cs b/Notesnook.API/Models/UserSettings.cs index d012c3e..ad32215 100644 --- a/Notesnook.API/Models/UserSettings.cs +++ b/Notesnook.API/Models/UserSettings.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Program.cs b/Notesnook.API/Program.cs index 59101e1..735d93f 100644 --- a/Notesnook.API/Program.cs +++ b/Notesnook.API/Program.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Repositories/SyncItemsRepository.cs b/Notesnook.API/Repositories/SyncItemsRepository.cs index 9bae38b..1663fdc 100644 --- a/Notesnook.API/Repositories/SyncItemsRepository.cs +++ b/Notesnook.API/Repositories/SyncItemsRepository.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Services/S3Service.cs b/Notesnook.API/Services/S3Service.cs index 1238107..021b3a6 100644 --- a/Notesnook.API/Services/S3Service.cs +++ b/Notesnook.API/Services/S3Service.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Services/UserService.cs b/Notesnook.API/Services/UserService.cs index a1bce61..a697cce 100644 --- a/Notesnook.API/Services/UserService.cs +++ b/Notesnook.API/Services/UserService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Notesnook.API/Startup.cs b/Notesnook.API/Startup.cs index 9123dfd..9a1d72d 100644 --- a/Notesnook.API/Startup.cs +++ b/Notesnook.API/Startup.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/README.md b/README.md index 91a2b3b..ce58179 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This takes care of setting up everything including MongoDB, Minio etc. ``` This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Attributes/JsonInterfaceConverterAttribute.cs b/Streetwriters.Common/Attributes/JsonInterfaceConverterAttribute.cs index dc2291e..122c44e 100644 --- a/Streetwriters.Common/Attributes/JsonInterfaceConverterAttribute.cs +++ b/Streetwriters.Common/Attributes/JsonInterfaceConverterAttribute.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Clients.cs b/Streetwriters.Common/Clients.cs index 7008f8f..1718464 100644 --- a/Streetwriters.Common/Clients.cs +++ b/Streetwriters.Common/Clients.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Constants.cs b/Streetwriters.Common/Constants.cs index 3e43916..e7be902 100644 --- a/Streetwriters.Common/Constants.cs +++ b/Streetwriters.Common/Constants.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Converters/InterfaceConverter.cs b/Streetwriters.Common/Converters/InterfaceConverter.cs index acf385e..788fe34 100644 --- a/Streetwriters.Common/Converters/InterfaceConverter.cs +++ b/Streetwriters.Common/Converters/InterfaceConverter.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Enums/ApplicationType.cs b/Streetwriters.Common/Enums/ApplicationType.cs index b0818ef..ad90d4e 100644 --- a/Streetwriters.Common/Enums/ApplicationType.cs +++ b/Streetwriters.Common/Enums/ApplicationType.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Enums/MFAMethods.cs b/Streetwriters.Common/Enums/MFAMethods.cs index b1b84ff..1ee767a 100644 --- a/Streetwriters.Common/Enums/MFAMethods.cs +++ b/Streetwriters.Common/Enums/MFAMethods.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Enums/SubscriptionProvider.cs b/Streetwriters.Common/Enums/SubscriptionProvider.cs index 36955ea..88c0f7f 100644 --- a/Streetwriters.Common/Enums/SubscriptionProvider.cs +++ b/Streetwriters.Common/Enums/SubscriptionProvider.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Enums/SubscriptionType.cs b/Streetwriters.Common/Enums/SubscriptionType.cs index 755dc90..a6e638d 100644 --- a/Streetwriters.Common/Enums/SubscriptionType.cs +++ b/Streetwriters.Common/Enums/SubscriptionType.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Extensions/AppBuilderExtensions.cs b/Streetwriters.Common/Extensions/AppBuilderExtensions.cs index 28f3871..5ee31d4 100644 --- a/Streetwriters.Common/Extensions/AppBuilderExtensions.cs +++ b/Streetwriters.Common/Extensions/AppBuilderExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Extensions/HttpClientExtensions.cs b/Streetwriters.Common/Extensions/HttpClientExtensions.cs index 4d962b3..a627ffd 100644 --- a/Streetwriters.Common/Extensions/HttpClientExtensions.cs +++ b/Streetwriters.Common/Extensions/HttpClientExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Extensions/ServiceCollectionServiceExtensions.cs b/Streetwriters.Common/Extensions/ServiceCollectionServiceExtensions.cs index e7cb508..c8277fa 100644 --- a/Streetwriters.Common/Extensions/ServiceCollectionServiceExtensions.cs +++ b/Streetwriters.Common/Extensions/ServiceCollectionServiceExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Extensions/StringExtensions.cs b/Streetwriters.Common/Extensions/StringExtensions.cs index 7d0cb7e..1a9e796 100644 --- a/Streetwriters.Common/Extensions/StringExtensions.cs +++ b/Streetwriters.Common/Extensions/StringExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Extensions/WampRealmExtensions.cs b/Streetwriters.Common/Extensions/WampRealmExtensions.cs index 1e114c8..24b4f05 100644 --- a/Streetwriters.Common/Extensions/WampRealmExtensions.cs +++ b/Streetwriters.Common/Extensions/WampRealmExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Helpers/WampHelper.cs b/Streetwriters.Common/Helpers/WampHelper.cs index 428fdbd..869e83f 100644 --- a/Streetwriters.Common/Helpers/WampHelper.cs +++ b/Streetwriters.Common/Helpers/WampHelper.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Interfaces/IClient.cs b/Streetwriters.Common/Interfaces/IClient.cs index 3932ded..e2f14c3 100644 --- a/Streetwriters.Common/Interfaces/IClient.cs +++ b/Streetwriters.Common/Interfaces/IClient.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Interfaces/IDocument.cs b/Streetwriters.Common/Interfaces/IDocument.cs index d2808e7..50dd009 100644 --- a/Streetwriters.Common/Interfaces/IDocument.cs +++ b/Streetwriters.Common/Interfaces/IDocument.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Interfaces/IMessageHandler.cs b/Streetwriters.Common/Interfaces/IMessageHandler.cs index 7097e86..b0d83e5 100644 --- a/Streetwriters.Common/Interfaces/IMessageHandler.cs +++ b/Streetwriters.Common/Interfaces/IMessageHandler.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Interfaces/IOffer.cs b/Streetwriters.Common/Interfaces/IOffer.cs index dac1f44..c4e733b 100644 --- a/Streetwriters.Common/Interfaces/IOffer.cs +++ b/Streetwriters.Common/Interfaces/IOffer.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Interfaces/IResponse.cs b/Streetwriters.Common/Interfaces/IResponse.cs index a9da817..1f9c547 100644 --- a/Streetwriters.Common/Interfaces/IResponse.cs +++ b/Streetwriters.Common/Interfaces/IResponse.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Interfaces/ISubscription.cs b/Streetwriters.Common/Interfaces/ISubscription.cs index f44a118..fd2d1a4 100644 --- a/Streetwriters.Common/Interfaces/ISubscription.cs +++ b/Streetwriters.Common/Interfaces/ISubscription.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Logger.cs b/Streetwriters.Common/Logger.cs index 9b99356..1ddf47b 100644 --- a/Streetwriters.Common/Logger.cs +++ b/Streetwriters.Common/Logger.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Messages/CreateSubscriptionMessage.cs b/Streetwriters.Common/Messages/CreateSubscriptionMessage.cs index 1f78f87..bd78fdc 100644 --- a/Streetwriters.Common/Messages/CreateSubscriptionMessage.cs +++ b/Streetwriters.Common/Messages/CreateSubscriptionMessage.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Messages/DeleteSubscriptionMessage.cs b/Streetwriters.Common/Messages/DeleteSubscriptionMessage.cs index 52be3c6..036064a 100644 --- a/Streetwriters.Common/Messages/DeleteSubscriptionMessage.cs +++ b/Streetwriters.Common/Messages/DeleteSubscriptionMessage.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Messages/DeleteUserMessage.cs b/Streetwriters.Common/Messages/DeleteUserMessage.cs index 076feca..69c2bbe 100644 --- a/Streetwriters.Common/Messages/DeleteUserMessage.cs +++ b/Streetwriters.Common/Messages/DeleteUserMessage.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Messages/SendSSEMessage.cs b/Streetwriters.Common/Messages/SendSSEMessage.cs index 026a89b..70b6444 100644 --- a/Streetwriters.Common/Messages/SendSSEMessage.cs +++ b/Streetwriters.Common/Messages/SendSSEMessage.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/Client.cs b/Streetwriters.Common/Models/Client.cs index 2abb4e6..77d1a4d 100644 --- a/Streetwriters.Common/Models/Client.cs +++ b/Streetwriters.Common/Models/Client.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/GetSubscriptionResponse.cs b/Streetwriters.Common/Models/GetSubscriptionResponse.cs index 425e47e..ce43be8 100644 --- a/Streetwriters.Common/Models/GetSubscriptionResponse.cs +++ b/Streetwriters.Common/Models/GetSubscriptionResponse.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/MFAConfig.cs b/Streetwriters.Common/Models/MFAConfig.cs index c45c865..5bb70f6 100644 --- a/Streetwriters.Common/Models/MFAConfig.cs +++ b/Streetwriters.Common/Models/MFAConfig.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/Offer.cs b/Streetwriters.Common/Models/Offer.cs index d93ff84..11edf71 100644 --- a/Streetwriters.Common/Models/Offer.cs +++ b/Streetwriters.Common/Models/Offer.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/PromoCode.cs b/Streetwriters.Common/Models/PromoCode.cs index 2df5501..5be6de1 100644 --- a/Streetwriters.Common/Models/PromoCode.cs +++ b/Streetwriters.Common/Models/PromoCode.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/Response.cs b/Streetwriters.Common/Models/Response.cs index 71f2ea0..3b713ab 100644 --- a/Streetwriters.Common/Models/Response.cs +++ b/Streetwriters.Common/Models/Response.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/Role.cs b/Streetwriters.Common/Models/Role.cs index ef157ef..b81bd1b 100644 --- a/Streetwriters.Common/Models/Role.cs +++ b/Streetwriters.Common/Models/Role.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/Subscription.cs b/Streetwriters.Common/Models/Subscription.cs index 791cba7..33906bb 100644 --- a/Streetwriters.Common/Models/Subscription.cs +++ b/Streetwriters.Common/Models/Subscription.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/User.cs b/Streetwriters.Common/Models/User.cs index 666c000..5b50286 100644 --- a/Streetwriters.Common/Models/User.cs +++ b/Streetwriters.Common/Models/User.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Models/UserModel.cs b/Streetwriters.Common/Models/UserModel.cs index baf71ca..3847e2c 100644 --- a/Streetwriters.Common/Models/UserModel.cs +++ b/Streetwriters.Common/Models/UserModel.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Servers.cs b/Streetwriters.Common/Servers.cs index 2ab8324..ad3bde2 100644 --- a/Streetwriters.Common/Servers.cs +++ b/Streetwriters.Common/Servers.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/Version.cs b/Streetwriters.Common/Version.cs index 41528f4..4715f12 100644 --- a/Streetwriters.Common/Version.cs +++ b/Streetwriters.Common/Version.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Common/WampServers.cs b/Streetwriters.Common/WampServers.cs index 37d53a6..bcf6bb3 100644 --- a/Streetwriters.Common/WampServers.cs +++ b/Streetwriters.Common/WampServers.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/Attributes/BsonCollection.cs b/Streetwriters.Data/Attributes/BsonCollection.cs index 462b0b5..0fd8d74 100644 --- a/Streetwriters.Data/Attributes/BsonCollection.cs +++ b/Streetwriters.Data/Attributes/BsonCollection.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/DbContexts/MongoDbContext.cs b/Streetwriters.Data/DbContexts/MongoDbContext.cs index 093d7a8..40d5e5e 100644 --- a/Streetwriters.Data/DbContexts/MongoDbContext.cs +++ b/Streetwriters.Data/DbContexts/MongoDbContext.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/DbSettings.cs b/Streetwriters.Data/DbSettings.cs index 2067fa3..52909d1 100644 --- a/Streetwriters.Data/DbSettings.cs +++ b/Streetwriters.Data/DbSettings.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/Interfaces/IDbContext.cs b/Streetwriters.Data/Interfaces/IDbContext.cs index dddd60f..2c4830f 100644 --- a/Streetwriters.Data/Interfaces/IDbContext.cs +++ b/Streetwriters.Data/Interfaces/IDbContext.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/Interfaces/IDbSettings.cs b/Streetwriters.Data/Interfaces/IDbSettings.cs index 268c992..168bc67 100644 --- a/Streetwriters.Data/Interfaces/IDbSettings.cs +++ b/Streetwriters.Data/Interfaces/IDbSettings.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/Interfaces/IUnitOfWork.cs b/Streetwriters.Data/Interfaces/IUnitOfWork.cs index 603db33..f8a6e73 100644 --- a/Streetwriters.Data/Interfaces/IUnitOfWork.cs +++ b/Streetwriters.Data/Interfaces/IUnitOfWork.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/Repositories/Repository.cs b/Streetwriters.Data/Repositories/Repository.cs index 84c5042..2ebc85a 100644 --- a/Streetwriters.Data/Repositories/Repository.cs +++ b/Streetwriters.Data/Repositories/Repository.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Data/UnitOfWork.cs b/Streetwriters.Data/UnitOfWork.cs index 47307a9..8d021e3 100644 --- a/Streetwriters.Data/UnitOfWork.cs +++ b/Streetwriters.Data/UnitOfWork.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Config.cs b/Streetwriters.Identity/Config.cs index 1e5b029..1a2d247 100644 --- a/Streetwriters.Identity/Config.cs +++ b/Streetwriters.Identity/Config.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Controllers/AccountController.cs b/Streetwriters.Identity/Controllers/AccountController.cs index f630821..0def1e0 100644 --- a/Streetwriters.Identity/Controllers/AccountController.cs +++ b/Streetwriters.Identity/Controllers/AccountController.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Controllers/IdentityControllerBase.cs b/Streetwriters.Identity/Controllers/IdentityControllerBase.cs index 7918b91..7c428c7 100644 --- a/Streetwriters.Identity/Controllers/IdentityControllerBase.cs +++ b/Streetwriters.Identity/Controllers/IdentityControllerBase.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Controllers/MFAController.cs b/Streetwriters.Identity/Controllers/MFAController.cs index 95859e2..899d6f1 100644 --- a/Streetwriters.Identity/Controllers/MFAController.cs +++ b/Streetwriters.Identity/Controllers/MFAController.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Controllers/SignupController.cs b/Streetwriters.Identity/Controllers/SignupController.cs index 6de0aec..a54ee5b 100644 --- a/Streetwriters.Identity/Controllers/SignupController.cs +++ b/Streetwriters.Identity/Controllers/SignupController.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Enums/TokenTypes.cs b/Streetwriters.Identity/Enums/TokenTypes.cs index 2cbb05c..472a7ee 100644 --- a/Streetwriters.Identity/Enums/TokenTypes.cs +++ b/Streetwriters.Identity/Enums/TokenTypes.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Extensions/HttpContextExtensions.cs b/Streetwriters.Identity/Extensions/HttpContextExtensions.cs index 1059943..56ff1ba 100644 --- a/Streetwriters.Identity/Extensions/HttpContextExtensions.cs +++ b/Streetwriters.Identity/Extensions/HttpContextExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Extensions/IEnumerableExtensions.cs b/Streetwriters.Identity/Extensions/IEnumerableExtensions.cs index d5561bb..745b037 100644 --- a/Streetwriters.Identity/Extensions/IEnumerableExtensions.cs +++ b/Streetwriters.Identity/Extensions/IEnumerableExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Extensions/IntExtensions.cs b/Streetwriters.Identity/Extensions/IntExtensions.cs index 92ca5af..f0cd1a1 100644 --- a/Streetwriters.Identity/Extensions/IntExtensions.cs +++ b/Streetwriters.Identity/Extensions/IntExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Extensions/MongoDBTicketStore.cs b/Streetwriters.Identity/Extensions/MongoDBTicketStore.cs index 9c90eee..d7be3c2 100644 --- a/Streetwriters.Identity/Extensions/MongoDBTicketStore.cs +++ b/Streetwriters.Identity/Extensions/MongoDBTicketStore.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Extensions/UrlExtensions.cs b/Streetwriters.Identity/Extensions/UrlExtensions.cs index 28ed67d..9f51ec2 100644 --- a/Streetwriters.Identity/Extensions/UrlExtensions.cs +++ b/Streetwriters.Identity/Extensions/UrlExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Extensions/UserManagerExtensions.cs b/Streetwriters.Identity/Extensions/UserManagerExtensions.cs index 1d215ba..68b541d 100644 --- a/Streetwriters.Identity/Extensions/UserManagerExtensions.cs +++ b/Streetwriters.Identity/Extensions/UserManagerExtensions.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Helpers/PasswordHelper.cs b/Streetwriters.Identity/Helpers/PasswordHelper.cs index df039e7..1ff0725 100644 --- a/Streetwriters.Identity/Helpers/PasswordHelper.cs +++ b/Streetwriters.Identity/Helpers/PasswordHelper.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Interfaces/IEmailSender.cs b/Streetwriters.Identity/Interfaces/IEmailSender.cs index dc5e160..e4ab014 100644 --- a/Streetwriters.Identity/Interfaces/IEmailSender.cs +++ b/Streetwriters.Identity/Interfaces/IEmailSender.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Interfaces/IEmailTemplate.cs b/Streetwriters.Identity/Interfaces/IEmailTemplate.cs index 25cc23a..f2de07e 100644 --- a/Streetwriters.Identity/Interfaces/IEmailTemplate.cs +++ b/Streetwriters.Identity/Interfaces/IEmailTemplate.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Interfaces/IMFAService.cs b/Streetwriters.Identity/Interfaces/IMFAService.cs index 1025234..7b6b556 100644 --- a/Streetwriters.Identity/Interfaces/IMFAService.cs +++ b/Streetwriters.Identity/Interfaces/IMFAService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Interfaces/ISMSSender.cs b/Streetwriters.Identity/Interfaces/ISMSSender.cs index 7f765d6..8522727 100644 --- a/Streetwriters.Identity/Interfaces/ISMSSender.cs +++ b/Streetwriters.Identity/Interfaces/ISMSSender.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Interfaces/ITokenGenerationService.cs b/Streetwriters.Identity/Interfaces/ITokenGenerationService.cs index 1343e69..6048c14 100644 --- a/Streetwriters.Identity/Interfaces/ITokenGenerationService.cs +++ b/Streetwriters.Identity/Interfaces/ITokenGenerationService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/MessageHandlers/CreateSubscription.cs b/Streetwriters.Identity/MessageHandlers/CreateSubscription.cs index 4e4ba6d..5c852b8 100644 --- a/Streetwriters.Identity/MessageHandlers/CreateSubscription.cs +++ b/Streetwriters.Identity/MessageHandlers/CreateSubscription.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/MessageHandlers/DeleteSubscription.cs b/Streetwriters.Identity/MessageHandlers/DeleteSubscription.cs index 7840e1d..e31c7d5 100644 --- a/Streetwriters.Identity/MessageHandlers/DeleteSubscription.cs +++ b/Streetwriters.Identity/MessageHandlers/DeleteSubscription.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/AuthenticatorDetails.cs b/Streetwriters.Identity/Models/AuthenticatorDetails.cs index a149420..f54cac2 100644 --- a/Streetwriters.Identity/Models/AuthenticatorDetails.cs +++ b/Streetwriters.Identity/Models/AuthenticatorDetails.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/ChangeEmailForm.cs b/Streetwriters.Identity/Models/ChangeEmailForm.cs index 2c69ffb..ec58fe1 100644 --- a/Streetwriters.Identity/Models/ChangeEmailForm.cs +++ b/Streetwriters.Identity/Models/ChangeEmailForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/DeleteAccountForm.cs b/Streetwriters.Identity/Models/DeleteAccountForm.cs index 9a8b999..83bec8e 100644 --- a/Streetwriters.Identity/Models/DeleteAccountForm.cs +++ b/Streetwriters.Identity/Models/DeleteAccountForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/EmailTemplate.cs b/Streetwriters.Identity/Models/EmailTemplate.cs index 660fb23..84d86e9 100644 --- a/Streetwriters.Identity/Models/EmailTemplate.cs +++ b/Streetwriters.Identity/Models/EmailTemplate.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/GetAccessTokenForm.cs b/Streetwriters.Identity/Models/GetAccessTokenForm.cs index c2a53c9..b4ce719 100644 --- a/Streetwriters.Identity/Models/GetAccessTokenForm.cs +++ b/Streetwriters.Identity/Models/GetAccessTokenForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/MFAPasswordRequiredResponse.cs b/Streetwriters.Identity/Models/MFAPasswordRequiredResponse.cs index 35e7c8c..86b004a 100644 --- a/Streetwriters.Identity/Models/MFAPasswordRequiredResponse.cs +++ b/Streetwriters.Identity/Models/MFAPasswordRequiredResponse.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/MFARequiredResponse.cs b/Streetwriters.Identity/Models/MFARequiredResponse.cs index c374770..9cf2a48 100644 --- a/Streetwriters.Identity/Models/MFARequiredResponse.cs +++ b/Streetwriters.Identity/Models/MFARequiredResponse.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/MultiFactorEnableForm.cs b/Streetwriters.Identity/Models/MultiFactorEnableForm.cs index 333e572..34ec868 100644 --- a/Streetwriters.Identity/Models/MultiFactorEnableForm.cs +++ b/Streetwriters.Identity/Models/MultiFactorEnableForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/MultiFactorSetupForm.cs b/Streetwriters.Identity/Models/MultiFactorSetupForm.cs index 37c5768..6379fe9 100644 --- a/Streetwriters.Identity/Models/MultiFactorSetupForm.cs +++ b/Streetwriters.Identity/Models/MultiFactorSetupForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/ResetPasswordForm.cs b/Streetwriters.Identity/Models/ResetPasswordForm.cs index fa95424..fb5c9e8 100644 --- a/Streetwriters.Identity/Models/ResetPasswordForm.cs +++ b/Streetwriters.Identity/Models/ResetPasswordForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/SignupForm.cs b/Streetwriters.Identity/Models/SignupForm.cs index 4e248ea..a18e9c2 100644 --- a/Streetwriters.Identity/Models/SignupForm.cs +++ b/Streetwriters.Identity/Models/SignupForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/TwoFactorLoginForm.cs b/Streetwriters.Identity/Models/TwoFactorLoginForm.cs index 5bd075e..de40c58 100644 --- a/Streetwriters.Identity/Models/TwoFactorLoginForm.cs +++ b/Streetwriters.Identity/Models/TwoFactorLoginForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Models/UpdateUserForm.cs b/Streetwriters.Identity/Models/UpdateUserForm.cs index 8bfa2f6..dcf5945 100644 --- a/Streetwriters.Identity/Models/UpdateUserForm.cs +++ b/Streetwriters.Identity/Models/UpdateUserForm.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Program.cs b/Streetwriters.Identity/Program.cs index 365a926..e07fc49 100644 --- a/Streetwriters.Identity/Program.cs +++ b/Streetwriters.Identity/Program.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/CustomIntrospectionResponseGenerator.cs b/Streetwriters.Identity/Services/CustomIntrospectionResponseGenerator.cs index 994d029..92342c8 100644 --- a/Streetwriters.Identity/Services/CustomIntrospectionResponseGenerator.cs +++ b/Streetwriters.Identity/Services/CustomIntrospectionResponseGenerator.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/CustomRefreshTokenService.cs b/Streetwriters.Identity/Services/CustomRefreshTokenService.cs index dbec9d2..bf6b731 100644 --- a/Streetwriters.Identity/Services/CustomRefreshTokenService.cs +++ b/Streetwriters.Identity/Services/CustomRefreshTokenService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/EmailSender.cs b/Streetwriters.Identity/Services/EmailSender.cs index 7b551a2..4a2a410 100644 --- a/Streetwriters.Identity/Services/EmailSender.cs +++ b/Streetwriters.Identity/Services/EmailSender.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/MFAService.cs b/Streetwriters.Identity/Services/MFAService.cs index ff37cee..e72ece2 100644 --- a/Streetwriters.Identity/Services/MFAService.cs +++ b/Streetwriters.Identity/Services/MFAService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/PasswordHasher.cs b/Streetwriters.Identity/Services/PasswordHasher.cs index 9dbb4c9..f1f268e 100644 --- a/Streetwriters.Identity/Services/PasswordHasher.cs +++ b/Streetwriters.Identity/Services/PasswordHasher.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/ProfileService.cs b/Streetwriters.Identity/Services/ProfileService.cs index b0acbff..311f8b6 100644 --- a/Streetwriters.Identity/Services/ProfileService.cs +++ b/Streetwriters.Identity/Services/ProfileService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/SMSSender.cs b/Streetwriters.Identity/Services/SMSSender.cs index dcd23bf..3774abf 100644 --- a/Streetwriters.Identity/Services/SMSSender.cs +++ b/Streetwriters.Identity/Services/SMSSender.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/TokenGenerationService.cs b/Streetwriters.Identity/Services/TokenGenerationService.cs index 2918408..ddd1732 100644 --- a/Streetwriters.Identity/Services/TokenGenerationService.cs +++ b/Streetwriters.Identity/Services/TokenGenerationService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Services/UserService.cs b/Streetwriters.Identity/Services/UserService.cs index c32a107..b6fcde5 100644 --- a/Streetwriters.Identity/Services/UserService.cs +++ b/Streetwriters.Identity/Services/UserService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Startup.cs b/Streetwriters.Identity/Startup.cs index 1eb46d8..011eaa3 100644 --- a/Streetwriters.Identity/Startup.cs +++ b/Streetwriters.Identity/Startup.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Validation/BearerTokenValidator.cs b/Streetwriters.Identity/Validation/BearerTokenValidator.cs index 023e09c..932fbbb 100644 --- a/Streetwriters.Identity/Validation/BearerTokenValidator.cs +++ b/Streetwriters.Identity/Validation/BearerTokenValidator.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Validation/CustomResourceOwnerValidator.cs b/Streetwriters.Identity/Validation/CustomResourceOwnerValidator.cs index 874db66..340ca41 100644 --- a/Streetwriters.Identity/Validation/CustomResourceOwnerValidator.cs +++ b/Streetwriters.Identity/Validation/CustomResourceOwnerValidator.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Validation/EmailGrantValidator.cs b/Streetwriters.Identity/Validation/EmailGrantValidator.cs index dc86a8f..0e7b468 100644 --- a/Streetwriters.Identity/Validation/EmailGrantValidator.cs +++ b/Streetwriters.Identity/Validation/EmailGrantValidator.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Validation/LockedOutValidationResult.cs b/Streetwriters.Identity/Validation/LockedOutValidationResult.cs index 937e38d..72304fe 100644 --- a/Streetwriters.Identity/Validation/LockedOutValidationResult.cs +++ b/Streetwriters.Identity/Validation/LockedOutValidationResult.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Validation/MFAGrantValidator.cs b/Streetwriters.Identity/Validation/MFAGrantValidator.cs index 737aaba..1ee0bc8 100644 --- a/Streetwriters.Identity/Validation/MFAGrantValidator.cs +++ b/Streetwriters.Identity/Validation/MFAGrantValidator.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Identity/Validation/MFAPasswordGrantValidator.cs b/Streetwriters.Identity/Validation/MFAPasswordGrantValidator.cs index ab3d50d..b00d95c 100644 --- a/Streetwriters.Identity/Validation/MFAPasswordGrantValidator.cs +++ b/Streetwriters.Identity/Validation/MFAPasswordGrantValidator.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Messenger/Helpers/SSEHelper.cs b/Streetwriters.Messenger/Helpers/SSEHelper.cs index b438184..587a361 100644 --- a/Streetwriters.Messenger/Helpers/SSEHelper.cs +++ b/Streetwriters.Messenger/Helpers/SSEHelper.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Messenger/Program.cs b/Streetwriters.Messenger/Program.cs index 1c27df0..49a701f 100644 --- a/Streetwriters.Messenger/Program.cs +++ b/Streetwriters.Messenger/Program.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Messenger/Services/HeartbeatService.cs b/Streetwriters.Messenger/Services/HeartbeatService.cs index 766b4f0..b86c759 100644 --- a/Streetwriters.Messenger/Services/HeartbeatService.cs +++ b/Streetwriters.Messenger/Services/HeartbeatService.cs @@ -1,7 +1,7 @@ /* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by diff --git a/Streetwriters.Messenger/Startup.cs b/Streetwriters.Messenger/Startup.cs index 4c4d918..5be2209 100644 --- a/Streetwriters.Messenger/Startup.cs +++ b/Streetwriters.Messenger/Startup.cs @@ -1,7 +1,7 @@ - /* +/* This file is part of the Notesnook Sync Server project (https://notesnook.com/) -Copyright (C) 2022 Streetwriters (Private) Limited +Copyright (C) 2023 Streetwriters (Private) Limited This program is free software: you can redistribute it and/or modify it under the terms of the Affero GNU General Public License as published by