From ac8f2e6a251daf19df001d76ab3a4d37a1c2ebd3 Mon Sep 17 00:00:00 2001 From: jhipster-bot Date: Sun, 31 Dec 2023 01:16:30 +0000 Subject: [PATCH] Update copyright headers --- .blueprint/cli/commands.mjs | 2 +- .blueprint/generate-sample/command.mjs | 2 +- LICENSE | 2 +- NOTICE | 2 +- generators/blazor/entities-blazor.js | 2 +- generators/blazor/files-blazor.js | 2 +- .../client/Project.Client.Shared/Constants/ErrorConst.cs.ejs | 2 +- .../src/client/Project.Client.Shared/Constants/TypeAlert.cs.ejs | 2 +- .../src/client/Project.Client.Shared/Models/JhiAlert.cs.ejs | 2 +- .../blazor/templates/src/client/Project.Client/App.razor.cs.ejs | 2 +- .../client/Project.Client/AutoMapper/AutoMapperProfile.cs.ejs | 2 +- .../templates/src/client/Project.Client/Models/BaseModel.cs.ejs | 2 +- .../src/client/Project.Client/Models/ConfigurationModel.cs.ejs | 2 +- .../templates/src/client/Project.Client/Models/JwtToken.cs.ejs | 2 +- .../src/client/Project.Client/Models/LoginModel.cs.ejs | 2 +- .../client/Project.Client/Models/Register/RegisterModel.cs.ejs | 2 +- .../Project.Client/Models/Register/RegisterResultRequest.cs.ejs | 2 +- .../client/Project.Client/Models/Register/UserSaveModel.cs.ejs | 2 +- .../templates/src/client/Project.Client/Models/UserModel.cs.ejs | 2 +- .../src/client/Project.Client/Models/_dotnetEntityModel_.cs.ejs | 2 +- .../client/Project.Client/Pages/Account/Register.razor.cs.ejs | 2 +- .../Pages/Admin/UserManagement/UserDetail.razor.cs.ejs | 2 +- .../Pages/Admin/UserManagement/UserManagement.razor.cs.ejs | 2 +- .../Pages/Admin/UserManagement/UserUpdate.razor.cs.ejs | 2 +- .../Pages/Entities/_entityClass_/_entityClass_.razor.cs.ejs | 2 +- .../Entities/_entityClass_/_entityClass_Detail.razor.cs.ejs | 2 +- .../Entities/_entityClass_/_entityClass_Update.razor.cs.ejs | 2 +- .../src/client/Project.Client/Pages/Index.razor.cs.ejs | 2 +- .../src/client/Project.Client/Pages/Login.razor.cs.ejs | 2 +- .../client/Project.Client/Pages/Utils/INavigationService.cs.ejs | 2 +- .../client/Project.Client/Pages/Utils/NavigationService.cs.ejs | 2 +- .../Services/AccountServices/IRegisterService.cs.ejs | 2 +- .../Services/AccountServices/RegisterService.cs.ejs | 2 +- .../client/Project.Client/Services/AuthenticationService.cs.ejs | 2 +- .../Services/EntityServices/AbstractEntityService.cs.ejs | 2 +- .../Services/EntityServices/User/IUserService.cs.ejs | 2 +- .../Services/EntityServices/User/UserService.cs.ejs | 2 +- .../EntityServices/_entityClass_/I_entityClass_Service.cs.ejs | 2 +- .../EntityServices/_entityClass_/_entityClass_Service.cs.ejs | 2 +- .../Project.Client/Services/IAuthenticationService.cs.ejs | 2 +- .../Project.Client/Shared/Components/AlertError.razor.cs.ejs | 2 +- .../src/client/Project.Client/Shared/DeleteModal.razor.cs.ejs | 2 +- .../src/client/Project.Client/Shared/NavMenu.razor.cs.ejs | 2 +- .../templates/test/Project.Client.Test/AlertErrorTest.cs.ejs | 2 +- .../test/Project.Client.Test/Helpers/AuthorizationHelper.cs.ejs | 2 +- .../Helpers/MockAuthenticationService.cs.ejs | 2 +- .../Helpers/MockAuthorizationPolicyProvider.cs.ejs | 2 +- .../Project.Client.Test/Helpers/MockAuthorizationService.cs.ejs | 2 +- .../test/Project.Client.Test/Helpers/MockRegisterService.cs.ejs | 2 +- .../Project.Client.Test/Helpers/TestPolicyRequirement.cs.ejs | 2 +- .../blazor/templates/test/Project.Client.Test/IndexTest.cs.ejs | 2 +- .../blazor/templates/test/Project.Client.Test/LoginTest.cs.ejs | 2 +- .../Pages/Admin/UserManagement/UserDetailTest.cs.ejs | 2 +- .../Pages/Entities/_entityClass_/_entityClass_DetailTest.cs.ejs | 2 +- .../Pages/Entities/_entityClass_/_entityClass_Test.cs.ejs | 2 +- .../Pages/Entities/_entityClass_/_entityClass_UpdateTest.cs.ejs | 2 +- .../templates/test/Project.Client.Test/RegisterTest.cs.ejs | 2 +- generators/bootstrap-application/support/utils.js | 2 +- generators/common/files.js | 2 +- .../common/templates/.gitignore.jhi.dotnetcore-common.ejs | 2 +- generators/common/templates/Dockerfile-Back.ejs | 2 +- generators/common/templates/docker-entrypoint-back.sh.ejs | 2 +- generators/common/templates/docker-entrypoint-front.sh.ejs | 2 +- generators/docker/files.js | 2 +- generators/docker/templates/docker/app.yml.ejs | 2 +- generators/docker/templates/docker/monitoring.yml.ejs | 2 +- generators/dotnetcore/entity-files.js | 2 +- generators/dotnetcore/files.js | 2 +- .../templates/dotnetcore/README.md.jhi.dotnetcore.ejs | 2 +- .../Project.Application/ApplicationClassesAssemblyHelper.cs.ejs | 2 +- .../Commands/Account/AccountActivateCommand.cs.ejs | 2 +- .../Commands/Account/AccountActivateCommandHandler.cs.ejs | 2 +- .../Commands/Account/AccountChangePasswordCommand.cs.ejs | 2 +- .../Commands/Account/AccountChangePasswordCommandHandler.cs.ejs | 2 +- .../Commands/Account/AccountCreateCommand.cs.ejs | 2 +- .../Commands/Account/AccountCreateCommandHandler.cs.ejs | 2 +- .../Commands/Account/AccountResetPasswordCommand.cs.ejs | 2 +- .../Commands/Account/AccountResetPasswordCommandHandler.cs.ejs | 2 +- .../Commands/Account/AccountResetPasswordFinishCommand.cs.ejs | 2 +- .../Account/AccountResetPasswordFinishCommandHandler.cs.ejs | 2 +- .../Commands/Account/AccountSaveCommand.cs.ejs | 2 +- .../Commands/Account/AccountSaveCommandHandler.cs.ejs | 2 +- .../Project.Application/Commands/User/UserCreateCommand.cs.ejs | 2 +- .../Commands/User/UserCreateCommandHandler.cs.ejs | 2 +- .../Project.Application/Commands/User/UserDeleteCommand.cs.ejs | 2 +- .../Commands/User/UserDeleteCommandHandler.cs.ejs | 2 +- .../Project.Application/Commands/User/UserUpdateCommand.cs.ejs | 2 +- .../Commands/User/UserUpdateCommandHandler.cs.ejs | 2 +- .../Commands/UserJwt/UserJwtAuthorizeCommand.cs.ejs | 2 +- .../Commands/UserJwt/UserJwtAuthorizeCommandHandler.cs.ejs | 2 +- .../Commands/_persistClass_/_persistClass_CreateCommand.cs.ejs | 2 +- .../_persistClass_/_persistClass_CreateCommandHandler.cs.ejs | 2 +- .../Commands/_persistClass_/_persistClass_DeleteCommand.cs.ejs | 2 +- .../_persistClass_/_persistClass_DeleteCommandHandler.cs.ejs | 2 +- .../Commands/_persistClass_/_persistClass_UpdateCommand.cs.ejs | 2 +- .../_persistClass_/_persistClass_UpdateCommandHandler.cs.ejs | 2 +- .../dotnetcore/src/Project.Application/Project.csproj.ejs | 2 +- .../Queries/Account/AccountGetAuthenticatedQuery.cs.ejs | 2 +- .../Queries/Account/AccountGetAuthenticatedQueryHandler.cs.ejs | 2 +- .../Project.Application/Queries/Account/AccountGetQuery.cs.ejs | 2 +- .../Queries/Account/AccountGetQueryHandler.cs.ejs | 2 +- .../Queries/User/UserGetAllPublicUsersQuery.cs.ejs | 2 +- .../Queries/User/UserGetAllPublicUsersQueryHandler.cs.ejs | 2 +- .../src/Project.Application/Queries/User/UserGetAllQuery.cs.ejs | 2 +- .../Queries/User/UserGetAllQueryHandler.cs.ejs | 2 +- .../Queries/User/UserGetAuthoritiesQuery.cs.ejs | 2 +- .../Queries/User/UserGetAuthoritiesQueryHandler.cs.ejs | 2 +- .../src/Project.Application/Queries/User/UserGetQuery.cs.ejs | 2 +- .../Project.Application/Queries/User/UserGetQueryHandler.cs.ejs | 2 +- .../Queries/_persistClass_/_persistClass_GetAllQuery.cs.ejs | 2 +- .../_persistClass_/_persistClass_GetAllQueryHandler.cs.ejs | 2 +- .../Queries/_persistClass_/_persistClass_GetQuery.cs.ejs | 2 +- .../Queries/_persistClass_/_persistClass_GetQueryHandler.cs.ejs | 2 +- .../src/Project.Crosscutting/Constants/Constants.cs.ejs | 2 +- .../src/Project.Crosscutting/Constants/ErrorConstants.cs.ejs | 2 +- .../src/Project.Crosscutting/Constants/JwtConstants.cs.ejs | 2 +- .../src/Project.Crosscutting/Constants/RolesConstants.cs.ejs | 2 +- .../dotnetcore/src/Project.Crosscutting/Enums/Enum.cs.ejs | 2 +- .../Exceptions/BadRequestAlertException.cs.ejs | 2 +- .../src/Project.Crosscutting/Exceptions/BaseException.cs.ejs | 2 +- .../Exceptions/EmailAlreadyUsedException.cs.ejs | 2 +- .../Exceptions/EmailNotFoundException.cs.ejs | 2 +- .../Exceptions/InternalServerErrorException.cs.ejs | 2 +- .../Exceptions/InvalidPasswordException.cs.ejs | 2 +- .../Exceptions/LoginAlreadyUsedException.cs.ejs | 2 +- .../dotnetcore/src/Project.Crosscutting/Project.csproj.ejs | 2 +- .../src/Project.Crosscutting/Utilities/RandomUtil.cs.ejs | 2 +- .../src/Project.Domain.Services/AuthenticationService.cs.ejs | 2 +- .../dotnetcore/src/Project.Domain.Services/MailService.cs.ejs | 2 +- .../dotnetcore/src/Project.Domain.Services/Project.csproj.ejs | 2 +- .../ServicesClassesAssemblyHelper.cs.ejs | 2 +- .../dotnetcore/src/Project.Domain.Services/UserService.cs.ejs | 2 +- .../src/Project.Domain.Services/_entityClass_Service.cs.ejs | 2 +- .../src/Project.Domain/Entities/AuditedEntityBase.cs.ejs | 2 +- .../dotnetcore/src/Project.Domain/Entities/BaseEntity.cs.ejs | 2 +- .../Entities/Interfaces/IAuditedEntityBase.cs.ejs | 2 +- .../src/Project.Domain/Entities/MongoBaseEntity.cs.ejs | 2 +- .../dotnetcore/src/Project.Domain/Entities/Role.cs.ejs | 2 +- .../dotnetcore/src/Project.Domain/Entities/User.cs.ejs | 2 +- .../dotnetcore/src/Project.Domain/Entities/UserRole.cs.ejs | 2 +- .../src/Project.Domain/Entities/_persistClass_.cs.ejs | 2 +- .../templates/dotnetcore/src/Project.Domain/Project.csproj.ejs | 2 +- .../Repositories/Interfaces/IFluentRepository.cs.ejs | 2 +- .../Repositories/Interfaces/IGenericRepository.cs.ejs | 2 +- .../Repositories/Interfaces/INoSqlFluentRepository.cs.ejs | 2 +- .../Repositories/Interfaces/INoSqlGenericRepository.cs.ejs | 2 +- .../Interfaces/INoSqlReadOnlyGenericRepository.cs.ejs | 2 +- .../Repositories/Interfaces/IReadOnlyGenericRepository.cs.ejs | 2 +- .../Interfaces/IReadOnly_persistClass_Repository.cs.ejs | 2 +- .../Project.Domain/Repositories/Interfaces/IUnitOfWork.cs.ejs | 2 +- .../Repositories/Interfaces/I_persistClass_Repository.cs.ejs | 2 +- .../Services/Interfaces/IAuthenticationService.cs.ejs | 2 +- .../src/Project.Domain/Services/Interfaces/IMailService.cs.ejs | 2 +- .../src/Project.Domain/Services/Interfaces/IUserService.cs.ejs | 2 +- .../Services/Interfaces/I_entityClass_Service.cs.ejs | 2 +- .../Services/Interfaces/ServicesInterfacesAssemblyHelper.cs.ejs | 2 +- .../dotnetcore/src/Project.Dto/AuditedEntityBaseDto.cs.ejs | 2 +- .../dotnetcore/src/Project.Dto/KeyAndPasswordDto.cs.ejs | 2 +- .../templates/dotnetcore/src/Project.Dto/LoginDto.cs.ejs | 2 +- .../templates/dotnetcore/src/Project.Dto/ManagedUserDto.cs.ejs | 2 +- .../dotnetcore/src/Project.Dto/PasswordChangeDto.cs.ejs | 2 +- .../templates/dotnetcore/src/Project.Dto/ProfileInfoDto.cs.ejs | 2 +- .../templates/dotnetcore/src/Project.Dto/Project.csproj.ejs | 2 +- .../templates/dotnetcore/src/Project.Dto/UserDto.cs.ejs | 2 +- .../templates/dotnetcore/src/Project.Dto/_dtoClass_.cs.ejs | 2 +- .../Configuration/IMongoDatabaseConfig.cs.ejs | 2 +- .../Configuration/MongoDatabaseConfig.cs.ejs | 2 +- .../Configuration/SecuritySettings.cs.ejs | 2 +- .../Data/ApplicationDatabaseContext.cs.ejs | 2 +- .../Data/ApplicationDatabaseContext_withEntities_.cs.ejs | 2 +- .../Data/Extensions/DbSetExtensions.cs.ejs | 2 +- .../Data/Extensions/NoSqlPagination.cs.ejs | 2 +- .../Data/Extensions/PropertyAccessorCache.cs.ejs | 2 +- .../Project.Infrastructure/Data/IMongoDatabaseContext.cs.ejs | 2 +- .../src/Project.Infrastructure/Data/MongoDatabaseContext.cs.ejs | 2 +- .../Data/Repositories/FluentRepository.cs.ejs | 2 +- .../Data/Repositories/GenericRepository.cs.ejs | 2 +- .../Data/Repositories/MongoDatabaseUserStore.cs.ejs | 2 +- .../Data/Repositories/MongoFluentRepository.cs.ejs | 2 +- .../Data/Repositories/MongoGenericRepository.cs.ejs | 2 +- .../Data/Repositories/MongoReadOnlyGenericRepository.cs.ejs | 2 +- .../Data/Repositories/NoSqlPagination.cs.ejs | 2 +- .../Data/Repositories/ReadOnlyGenericRepository.cs.ejs | 2 +- .../Data/Repositories/ReadOnly_persistClass_Repository.cs.ejs | 2 +- .../Project.Infrastructure/Data/Repositories/UnitOfWork.cs.ejs | 2 +- .../Data/Repositories/_persistClass_Repository.cs.ejs | 2 +- .../dotnetcore/src/Project.Infrastructure/Project.csproj.ejs | 2 +- .../src/Project/Configuration/AppSettingsStartup.cs.ejs | 2 +- .../Project/Configuration/AutoMapper/AutoMapperProfile.cs.ejs | 2 +- .../src/Project/Configuration/AutoMapperStartup.cs.ejs | 2 +- .../src/Project/Configuration/ConfigurationHelper.cs.ejs | 2 +- .../src/Project/Configuration/Consul/ConsulOptions.cs.ejs | 2 +- .../src/Project/Configuration/Consul/ConsulStartup.cs.ejs | 2 +- .../dotnetcore/src/Project/Configuration/DatabaseStartup.cs.ejs | 2 +- .../src/Project/Configuration/IMongoDatabaseConfig.cs.ejs | 2 +- .../dotnetcore/src/Project/Configuration/IdentityStartup.cs.ejs | 2 +- .../src/Project/Configuration/MongoDatabaseConfig.cs.ejs | 2 +- .../dotnetcore/src/Project/Configuration/MvcStartup.cs.ejs | 2 +- .../src/Project/Configuration/ProblemDetailsStartup.cs.ejs | 2 +- .../src/Project/Configuration/RepositoryStartup.cs.ejs | 2 +- .../dotnetcore/src/Project/Configuration/SecurityStartup.cs.ejs | 2 +- .../dotnetcore/src/Project/Configuration/ServiceStartup.cs.ejs | 2 +- .../dotnetcore/src/Project/Configuration/SwaggerStartup.cs.ejs | 2 +- .../dotnetcore/src/Project/Controllers/AccountController.cs.ejs | 2 +- .../src/Project/Controllers/ProfileInfoController.cs.ejs | 2 +- .../src/Project/Controllers/PublicUsersController.cs.ejs | 2 +- .../dotnetcore/src/Project/Controllers/UserJwtController.cs.ejs | 2 +- .../dotnetcore/src/Project/Controllers/UsersController.cs.ejs | 2 +- .../dotnetcore/templates/dotnetcore/src/Project/Program.cs.ejs | 2 +- .../templates/dotnetcore/src/Project/Project.csproj.ejs | 2 +- .../dotnetcore/src/Project/Properties/launchSettings.json.ejs | 2 +- .../dotnetcore/src/Project/Security/BCryptPasswordHasher.cs.ejs | 2 +- .../src/Project/Security/Jwt/RoleClaimsTransformation.cs.ejs | 2 +- .../dotnetcore/src/Project/Security/Jwt/TokenProvider.cs.ejs | 2 +- .../dotnetcore/src/Project/Security/PoliciesConstants.cs.ejs | 2 +- .../src/Project/Security/UserNotActivatedException.cs.ejs | 2 +- .../src/Project/Security/UsernameNotFoundException.cs.ejs | 2 +- .../dotnetcore/templates/dotnetcore/src/Project/Startup.cs.ejs | 2 +- .../src/Project/Web/Extensions/ActionResultExtensions.cs.ejs | 2 +- .../src/Project/Web/Extensions/ActionResultWithHeaders.cs.ejs | 2 +- .../src/Project/Web/Extensions/HttpRequestExtensions.cs.ejs | 2 +- .../src/Project/Web/Rest/Utilities/ActionResultUtil.cs.ejs | 2 +- .../dotnetcore/src/Project/Web/Rest/Utilities/HeaderUtil.cs.ejs | 2 +- .../src/Project/Web/Rest/Utilities/PaginationUtil.cs.ejs | 2 +- .../dotnetcore/src/Project/appsettings.Development.json.ejs | 2 +- .../dotnetcore/src/Project/appsettings.Production.json.ejs | 2 +- .../templates/dotnetcore/src/Project/appsettings.json.ejs | 2 +- .../test/Project.Test/Configuration/TestMvcStartup.cs.ejs | 2 +- .../test/Project.Test/Controllers/AccountResourceIntTest.cs.ejs | 2 +- .../Controllers/ProfileInfoControllerIntTest.cs.ejs | 2 +- .../Project.Test/Controllers/PublicUsersControllerTest.cs.ejs | 2 +- .../dotnetcore/test/Project.Test/Controllers/TestUtil.cs.ejs | 2 +- .../Project.Test/Controllers/UserJwtControllerIntTest.cs.ejs | 2 +- .../test/Project.Test/Controllers/UsersResourceIntTest.cs.ejs | 2 +- .../Controllers/_persistClass_ControllerIntTest.cs.ejs | 2 +- .../templates/dotnetcore/test/Project.Test/Fixme.cs.ejs | 2 +- .../dotnetcore/test/Project.Test/Project.Test.csproj.ejs | 2 +- .../test/Project.Test/Properties/launchSettings.json.ejs | 2 +- .../test/Project.Test/Setup/AppWebApplicationFactory.cs.ejs | 2 +- .../test/Project.Test/Setup/MockClaimsPrincipalProvider.cs.ejs | 2 +- .../test/Project.Test/Setup/MockHttpContextFactory.cs.ejs | 2 +- .../dotnetcore/test/Project.Test/Setup/TestStartup.cs.ejs | 2 +- .../dotnetcore/test/Project.Test/xunit.runner.json.ejs | 2 +- generators/entity/prompts.js | 2 +- generators/generator-dotnetcore-constants.js | 2 +- generators/heroku/build.js | 2 +- generators/heroku/deploy.js | 2 +- generators/heroku/prompts.js | 2 +- generators/heroku/provision.js | 2 +- generators/heroku/templates/heroku.yml.ejs | 2 +- generators/xamarin/entities-xamarin.js | 2 +- generators/xamarin/files-xamarin.js | 2 +- .../src/Project.Client.Xamarin.Android/MainActivity.cs.ejs | 2 +- .../Project.Client.Xamarin.Android/SplashScreenActivity.cs.ejs | 2 +- .../templates/src/Project.Client.Xamarin.Core/App.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/AssemblyInfo.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/FormsApp.xaml.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/LinkerPreserve.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/Models/JwtToken.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/Models/LoginModel.cs.ejs | 2 +- .../Models/RegisterResultRequest.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/Models/UserModel.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/Models/UserSaveModel.cs.ejs | 2 +- .../Resources/Strings.Designer.cs.ejs | 2 +- .../Services/AbstractEntityService.cs.ejs | 2 +- .../Services/AuthenticationService.cs.ejs | 2 +- .../Project.Client.Xamarin.Core/Services/Configuration.cs.ejs | 2 +- .../Services/IAbstractEntityService.cs.ejs | 2 +- .../Services/IAuthenticationService.cs.ejs | 2 +- .../Services/IRegisterService.cs.ejs | 2 +- .../Project.Client.Xamarin.Core/Services/RegisterService.cs.ejs | 2 +- .../Project.Client.Xamarin.Core/ViewModels/BaseViewModel.cs.ejs | 2 +- .../Project.Client.Xamarin.Core/ViewModels/HomeViewModel.cs.ejs | 2 +- .../ViewModels/LoginViewModel.cs.ejs | 2 +- .../Project.Client.Xamarin.Core/ViewModels/MenuViewModel.cs.ejs | 2 +- .../ViewModels/RegisterViewModel.cs.ejs | 2 +- .../ViewModels/WelcomeViewModel.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/Views/HomeView.xaml.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/Views/LoginView.xaml.cs.ejs | 2 +- .../src/Project.Client.Xamarin.Core/Views/MenuPage.xaml.cs.ejs | 2 +- .../Project.Client.Xamarin.Core/Views/RegisterView.xaml.cs.ejs | 2 +- .../Project.Client.Xamarin.Core/Views/WelcomeView.xaml.cs.ejs | 2 +- .../Project.Client.Xamarin.Shared/Constants/ErrorConst.cs.ejs | 2 +- .../templates/src/Project.Client.Xamarin.iOS/Main.cs.ejs | 2 +- .../Project.Client/Models/Entities/_dotnetEntityModel_.cs.ejs | 2 +- .../Entities/_entityClass_/I_entityClass_Service.cs.ejs | 2 +- .../Services/Entities/_entityClass_/_entityClass_Service.cs.ejs | 2 +- .../Entities/_entityClass_/_entityClass_ViewModel.cs.ejs | 2 +- .../Views/Entities/_entityClass_/_entityClass_View.cs.ejs | 2 +- 289 files changed, 289 insertions(+), 289 deletions(-) diff --git a/.blueprint/cli/commands.mjs b/.blueprint/cli/commands.mjs index 6ff7b4e13..baec01ac8 100644 --- a/.blueprint/cli/commands.mjs +++ b/.blueprint/cli/commands.mjs @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/.blueprint/generate-sample/command.mjs b/.blueprint/generate-sample/command.mjs index 4906cad62..8754da054 100644 --- a/.blueprint/generate-sample/command.mjs +++ b/.blueprint/generate-sample/command.mjs @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/LICENSE b/LICENSE index a106c5c57..5fd3bb721 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Copyright 2019-2023 the original author or authors from the JHipster project + Copyright 2019-2024 the original author or authors from the JHipster project Apache License Version 2.0, January 2004 diff --git a/NOTICE b/NOTICE index 57b7b98ad..c2e943b6b 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ JHipster -Copyright 2019-2023 the original author or authors from the JHipster project. +Copyright 2019-2024 the original author or authors from the JHipster project. For more information on the JHipster project, see https://www.jhipster.tech/ diff --git a/generators/blazor/entities-blazor.js b/generators/blazor/entities-blazor.js index 081a3cac2..0f01fe64f 100644 --- a/generators/blazor/entities-blazor.js +++ b/generators/blazor/entities-blazor.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/blazor/files-blazor.js b/generators/blazor/files-blazor.js index 5dc5642ea..0e173a88b 100644 --- a/generators/blazor/files-blazor.js +++ b/generators/blazor/files-blazor.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/blazor/templates/src/client/Project.Client.Shared/Constants/ErrorConst.cs.ejs b/generators/blazor/templates/src/client/Project.Client.Shared/Constants/ErrorConst.cs.ejs index f11e63205..1e752d333 100644 --- a/generators/blazor/templates/src/client/Project.Client.Shared/Constants/ErrorConst.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client.Shared/Constants/ErrorConst.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client.Shared/Constants/TypeAlert.cs.ejs b/generators/blazor/templates/src/client/Project.Client.Shared/Constants/TypeAlert.cs.ejs index 261e1e0f7..1c76ffeda 100644 --- a/generators/blazor/templates/src/client/Project.Client.Shared/Constants/TypeAlert.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client.Shared/Constants/TypeAlert.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client.Shared/Models/JhiAlert.cs.ejs b/generators/blazor/templates/src/client/Project.Client.Shared/Models/JhiAlert.cs.ejs index 376532e49..248565a0e 100644 --- a/generators/blazor/templates/src/client/Project.Client.Shared/Models/JhiAlert.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client.Shared/Models/JhiAlert.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/App.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/App.razor.cs.ejs index f0b8b2bbf..268020e51 100644 --- a/generators/blazor/templates/src/client/Project.Client/App.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/App.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/AutoMapper/AutoMapperProfile.cs.ejs b/generators/blazor/templates/src/client/Project.Client/AutoMapper/AutoMapperProfile.cs.ejs index 037f5c54b..c30e1205d 100644 --- a/generators/blazor/templates/src/client/Project.Client/AutoMapper/AutoMapperProfile.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/AutoMapper/AutoMapperProfile.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/blazor/templates/src/client/Project.Client/Models/BaseModel.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/BaseModel.cs.ejs index 2fca3a985..fb39975ec 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/BaseModel.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/BaseModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/ConfigurationModel.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/ConfigurationModel.cs.ejs index 58dc70e1c..a3fe7bc4e 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/ConfigurationModel.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/ConfigurationModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/JwtToken.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/JwtToken.cs.ejs index f8a606133..48b38f0f5 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/JwtToken.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/JwtToken.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/LoginModel.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/LoginModel.cs.ejs index bc11c46aa..775aa08b6 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/LoginModel.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/LoginModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterModel.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterModel.cs.ejs index bd52ea846..11617e477 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterModel.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterResultRequest.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterResultRequest.cs.ejs index 360716205..357f610c7 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterResultRequest.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/Register/RegisterResultRequest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/Register/UserSaveModel.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/Register/UserSaveModel.cs.ejs index b6aadd06d..b5c22dbb1 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/Register/UserSaveModel.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/Register/UserSaveModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/UserModel.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/UserModel.cs.ejs index 417fde2c3..4f722ce5d 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/UserModel.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/UserModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Models/_dotnetEntityModel_.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Models/_dotnetEntityModel_.cs.ejs index 9daefb4fc..9ae1af96c 100644 --- a/generators/blazor/templates/src/client/Project.Client/Models/_dotnetEntityModel_.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Models/_dotnetEntityModel_.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Account/Register.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Account/Register.razor.cs.ejs index 4c98a4539..c88f99aa2 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Account/Register.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Account/Register.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserDetail.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserDetail.razor.cs.ejs index c415b89db..43ae1c881 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserDetail.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserDetail.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserManagement.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserManagement.razor.cs.ejs index e2b284378..94cf7a863 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserManagement.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserManagement.razor.cs.ejs @@ -1,6 +1,6 @@  <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserUpdate.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserUpdate.razor.cs.ejs index 11e9801b0..ef455d23e 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserUpdate.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Admin/UserManagement/UserUpdate.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_.razor.cs.ejs index ddbd00055..e6a360ced 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Detail.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Detail.razor.cs.ejs index c49f58bf6..a6cc892eb 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Detail.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Detail.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Update.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Update.razor.cs.ejs index ff005e476..3ccb47453 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Update.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Entities/_entityClass_/_entityClass_Update.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Index.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Index.razor.cs.ejs index d61b6c8bc..db6270252 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Index.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Index.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Login.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Login.razor.cs.ejs index 96b242226..4dc2d6902 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Login.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Login.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Utils/INavigationService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Utils/INavigationService.cs.ejs index 5e0b49400..428d5a36b 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Utils/INavigationService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Utils/INavigationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Pages/Utils/NavigationService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Pages/Utils/NavigationService.cs.ejs index 37dff7e97..e6c550b64 100644 --- a/generators/blazor/templates/src/client/Project.Client/Pages/Utils/NavigationService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Pages/Utils/NavigationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/IRegisterService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/IRegisterService.cs.ejs index e5d65504a..55b050b07 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/IRegisterService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/IRegisterService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/RegisterService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/RegisterService.cs.ejs index fe606d7ed..0fffcebf3 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/RegisterService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/AccountServices/RegisterService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/AuthenticationService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/AuthenticationService.cs.ejs index b29092f50..2634f7696 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/AuthenticationService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/AuthenticationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/AbstractEntityService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/AbstractEntityService.cs.ejs index c12e01c04..37fc2140c 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/AbstractEntityService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/AbstractEntityService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/IUserService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/IUserService.cs.ejs index e25d18d32..6b2f065e2 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/IUserService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/IUserService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/UserService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/UserService.cs.ejs index 023f7cb5d..43019f08e 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/UserService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/User/UserService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/I_entityClass_Service.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/I_entityClass_Service.cs.ejs index a2902a8c7..413922982 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/I_entityClass_Service.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/I_entityClass_Service.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/_entityClass_Service.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/_entityClass_Service.cs.ejs index f7e51400a..204cd3d52 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/_entityClass_Service.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/EntityServices/_entityClass_/_entityClass_Service.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Services/IAuthenticationService.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Services/IAuthenticationService.cs.ejs index 74c4c3887..0757113e3 100644 --- a/generators/blazor/templates/src/client/Project.Client/Services/IAuthenticationService.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Services/IAuthenticationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Shared/Components/AlertError.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Shared/Components/AlertError.razor.cs.ejs index b09a80f66..3fc422d12 100644 --- a/generators/blazor/templates/src/client/Project.Client/Shared/Components/AlertError.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Shared/Components/AlertError.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Shared/DeleteModal.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Shared/DeleteModal.razor.cs.ejs index 1f2baa184..3163d556c 100644 --- a/generators/blazor/templates/src/client/Project.Client/Shared/DeleteModal.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Shared/DeleteModal.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/src/client/Project.Client/Shared/NavMenu.razor.cs.ejs b/generators/blazor/templates/src/client/Project.Client/Shared/NavMenu.razor.cs.ejs index 2da34b4b2..b7957bd92 100644 --- a/generators/blazor/templates/src/client/Project.Client/Shared/NavMenu.razor.cs.ejs +++ b/generators/blazor/templates/src/client/Project.Client/Shared/NavMenu.razor.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/AlertErrorTest.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/AlertErrorTest.cs.ejs index 9635dd1b9..9d0172068 100644 --- a/generators/blazor/templates/test/Project.Client.Test/AlertErrorTest.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/AlertErrorTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Helpers/AuthorizationHelper.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Helpers/AuthorizationHelper.cs.ejs index 2a9764526..57b1d4747 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Helpers/AuthorizationHelper.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Helpers/AuthorizationHelper.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthenticationService.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthenticationService.cs.ejs index 3c8535619..f7eed24b0 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthenticationService.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthenticationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationPolicyProvider.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationPolicyProvider.cs.ejs index a06717da2..b5997d8e0 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationPolicyProvider.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationPolicyProvider.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationService.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationService.cs.ejs index acfbcbf48..929646f1d 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationService.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockAuthorizationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockRegisterService.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockRegisterService.cs.ejs index 4b71d0350..1e7d8115d 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Helpers/MockRegisterService.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Helpers/MockRegisterService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Helpers/TestPolicyRequirement.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Helpers/TestPolicyRequirement.cs.ejs index 067f82677..68e06ee28 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Helpers/TestPolicyRequirement.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Helpers/TestPolicyRequirement.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/IndexTest.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/IndexTest.cs.ejs index eaa429f97..f51fade34 100644 --- a/generators/blazor/templates/test/Project.Client.Test/IndexTest.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/IndexTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/LoginTest.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/LoginTest.cs.ejs index adb699eaa..86864a7fd 100644 --- a/generators/blazor/templates/test/Project.Client.Test/LoginTest.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/LoginTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Pages/Admin/UserManagement/UserDetailTest.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Pages/Admin/UserManagement/UserDetailTest.cs.ejs index 8838a01c6..1ea8d51f6 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Pages/Admin/UserManagement/UserDetailTest.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Pages/Admin/UserManagement/UserDetailTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_DetailTest.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_DetailTest.cs.ejs index 4d8cda8d8..5778cd3bf 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_DetailTest.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_DetailTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_Test.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_Test.cs.ejs index ca3d83964..1e5b5d0ac 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_Test.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_Test.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_UpdateTest.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_UpdateTest.cs.ejs index 112c756b7..9863d50e0 100644 --- a/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_UpdateTest.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/Pages/Entities/_entityClass_/_entityClass_UpdateTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/blazor/templates/test/Project.Client.Test/RegisterTest.cs.ejs b/generators/blazor/templates/test/Project.Client.Test/RegisterTest.cs.ejs index 84e207a5d..220abbd37 100644 --- a/generators/blazor/templates/test/Project.Client.Test/RegisterTest.cs.ejs +++ b/generators/blazor/templates/test/Project.Client.Test/RegisterTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/bootstrap-application/support/utils.js b/generators/bootstrap-application/support/utils.js index 69775b9a1..4c2174ec7 100644 --- a/generators/bootstrap-application/support/utils.js +++ b/generators/bootstrap-application/support/utils.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/common/files.js b/generators/common/files.js index 2924804b1..cbc9363bd 100644 --- a/generators/common/files.js +++ b/generators/common/files.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/common/templates/.gitignore.jhi.dotnetcore-common.ejs b/generators/common/templates/.gitignore.jhi.dotnetcore-common.ejs index 75a3afaeb..919fe4fd1 100644 --- a/generators/common/templates/.gitignore.jhi.dotnetcore-common.ejs +++ b/generators/common/templates/.gitignore.jhi.dotnetcore-common.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/common/templates/Dockerfile-Back.ejs b/generators/common/templates/Dockerfile-Back.ejs index 91c6af5c9..3d702559d 100644 --- a/generators/common/templates/Dockerfile-Back.ejs +++ b/generators/common/templates/Dockerfile-Back.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/common/templates/docker-entrypoint-back.sh.ejs b/generators/common/templates/docker-entrypoint-back.sh.ejs index c91118c37..58f348cdf 100644 --- a/generators/common/templates/docker-entrypoint-back.sh.ejs +++ b/generators/common/templates/docker-entrypoint-back.sh.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/common/templates/docker-entrypoint-front.sh.ejs b/generators/common/templates/docker-entrypoint-front.sh.ejs index cc3443f52..734f6e9bd 100644 --- a/generators/common/templates/docker-entrypoint-front.sh.ejs +++ b/generators/common/templates/docker-entrypoint-front.sh.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/docker/files.js b/generators/docker/files.js index 9039d58c1..73c5322fc 100644 --- a/generators/docker/files.js +++ b/generators/docker/files.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/docker/templates/docker/app.yml.ejs b/generators/docker/templates/docker/app.yml.ejs index 46308f9ac..517827847 100644 --- a/generators/docker/templates/docker/app.yml.ejs +++ b/generators/docker/templates/docker/app.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/docker/templates/docker/monitoring.yml.ejs b/generators/docker/templates/docker/monitoring.yml.ejs index 104afc6a8..b8a530e65 100644 --- a/generators/docker/templates/docker/monitoring.yml.ejs +++ b/generators/docker/templates/docker/monitoring.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/entity-files.js b/generators/dotnetcore/entity-files.js index 84da7bda7..92db5bc38 100644 --- a/generators/dotnetcore/entity-files.js +++ b/generators/dotnetcore/entity-files.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/dotnetcore/files.js b/generators/dotnetcore/files.js index 3bf0fd04c..b3499c406 100644 --- a/generators/dotnetcore/files.js +++ b/generators/dotnetcore/files.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/README.md.jhi.dotnetcore.ejs b/generators/dotnetcore/templates/dotnetcore/README.md.jhi.dotnetcore.ejs index e7f5e610c..2d540556b 100644 --- a/generators/dotnetcore/templates/dotnetcore/README.md.jhi.dotnetcore.ejs +++ b/generators/dotnetcore/templates/dotnetcore/README.md.jhi.dotnetcore.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/ApplicationClassesAssemblyHelper.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/ApplicationClassesAssemblyHelper.cs.ejs index 971b67bef..39d9c3b72 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/ApplicationClassesAssemblyHelper.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/ApplicationClassesAssemblyHelper.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommand.cs.ejs index 6edb58f2e..f9e252f93 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommandHandler.cs.ejs index 21d475ae3..afd6ce302 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountActivateCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommand.cs.ejs index 9902d4ab1..942c450b4 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommandHandler.cs.ejs index c206a396c..b73672ffa 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountChangePasswordCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommand.cs.ejs index 978159da5..99381b221 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommandHandler.cs.ejs index d0cfd38a3..ac4eea81b 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountCreateCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommand.cs.ejs index c2e3e5787..a85357b67 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommandHandler.cs.ejs index ef7f4c7c8..09dc2bde3 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommand.cs.ejs index 727be295c..56a23b55b 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommandHandler.cs.ejs index 2b8659e40..336900cfc 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountResetPasswordFinishCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommand.cs.ejs index 51c663d0f..b3f812913 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommandHandler.cs.ejs index da1e75040..755e5da7c 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/Account/AccountSaveCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommand.cs.ejs index 9cd0e2ab5..7085dc17a 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommandHandler.cs.ejs index 83d40762e..1c20a9c9e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserCreateCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommand.cs.ejs index b5b6f3364..32be63dfb 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommandHandler.cs.ejs index 02fa2acb9..cdbad3f39 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserDeleteCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommand.cs.ejs index 57bc66289..beaef68c2 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommandHandler.cs.ejs index 16ffca66f..7bc4c3282 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/User/UserUpdateCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommand.cs.ejs index db1cc1efe..da8e7d4a4 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommandHandler.cs.ejs index b892a713b..d0a80dd10 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/UserJwt/UserJwtAuthorizeCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommand.cs.ejs index ce0c6bcbf..307ea59be 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommandHandler.cs.ejs index 94c1d231d..47d771c3d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_CreateCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommand.cs.ejs index 2195af6b2..104bf3a41 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommandHandler.cs.ejs index 77cbd6b64..61c190080 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_DeleteCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommand.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommand.cs.ejs index ab9e64c0f..4ec9ea54f 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommand.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommand.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommandHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommandHandler.cs.ejs index dfe5ba618..8579d9cec 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommandHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Commands/_persistClass_/_persistClass_UpdateCommandHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Project.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Project.csproj.ejs index 8b38ed2f4..72abea565 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Project.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Project.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQuery.cs.ejs index 633e3ae4f..494b32b8e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQueryHandler.cs.ejs index b4fd5acc2..d27069cf5 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetAuthenticatedQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQuery.cs.ejs index c08b1e4bd..da2335f8b 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQueryHandler.cs.ejs index adc663624..2d57e9116 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/Account/AccountGetQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQuery.cs.ejs index 49296b93d..24384b559 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQueryHandler.cs.ejs index 664f5c7df..5f012e838 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllPublicUsersQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQuery.cs.ejs index 40fd7d329..78bd8fb5a 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQueryHandler.cs.ejs index 6742480f0..3d52d901e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAllQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQuery.cs.ejs index 87fa186df..c1f58ef95 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQueryHandler.cs.ejs index 02eb6d6d2..e6eed55b6 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetAuthoritiesQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQuery.cs.ejs index 958004c0a..c821dd2ec 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQueryHandler.cs.ejs index 81cd83d46..a918181ee 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/User/UserGetQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQuery.cs.ejs index 0b85d384c..d4c7b9459 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQueryHandler.cs.ejs index f5e5817b6..1a1587bd9 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetAllQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQuery.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQuery.cs.ejs index 05294b491..04be8201a 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQuery.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQuery.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQueryHandler.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQueryHandler.cs.ejs index f9c4f27c7..60f169e23 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQueryHandler.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Application/Queries/_persistClass_/_persistClass_GetQueryHandler.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/Constants.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/Constants.cs.ejs index b1ddecb97..71fe37077 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/Constants.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/Constants.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/ErrorConstants.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/ErrorConstants.cs.ejs index 52056594d..34ea98ec0 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/ErrorConstants.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/ErrorConstants.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/JwtConstants.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/JwtConstants.cs.ejs index 82b68dfc0..122956f6b 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/JwtConstants.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/JwtConstants.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/RolesConstants.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/RolesConstants.cs.ejs index a196aeae7..4248b545c 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/RolesConstants.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Constants/RolesConstants.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Enums/Enum.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Enums/Enum.cs.ejs index 0271f88ad..df93ad9bd 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Enums/Enum.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Enums/Enum.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BadRequestAlertException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BadRequestAlertException.cs.ejs index df4debfae..c1c6d64c5 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BadRequestAlertException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BadRequestAlertException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BaseException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BaseException.cs.ejs index 72823c7e1..490c9858d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BaseException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/BaseException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailAlreadyUsedException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailAlreadyUsedException.cs.ejs index 558da77e9..4d1b201ac 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailAlreadyUsedException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailAlreadyUsedException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailNotFoundException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailNotFoundException.cs.ejs index 0b7501c18..0795849a5 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailNotFoundException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/EmailNotFoundException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InternalServerErrorException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InternalServerErrorException.cs.ejs index 1bcf84832..98499d65d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InternalServerErrorException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InternalServerErrorException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InvalidPasswordException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InvalidPasswordException.cs.ejs index 742ca8f9e..ba2cda672 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InvalidPasswordException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/InvalidPasswordException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/LoginAlreadyUsedException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/LoginAlreadyUsedException.cs.ejs index e48ce41a7..48b83da23 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/LoginAlreadyUsedException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Exceptions/LoginAlreadyUsedException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Project.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Project.csproj.ejs index 11a857177..aeb34e639 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Project.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Project.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Utilities/RandomUtil.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Utilities/RandomUtil.cs.ejs index 83b087429..d98c855df 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Utilities/RandomUtil.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Crosscutting/Utilities/RandomUtil.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/AuthenticationService.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/AuthenticationService.cs.ejs index 804af3915..59b011d39 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/AuthenticationService.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/AuthenticationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/MailService.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/MailService.cs.ejs index 8895df864..06287d7ae 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/MailService.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/MailService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/Project.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/Project.csproj.ejs index 5ca044996..3664ee292 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/Project.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/Project.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/ServicesClassesAssemblyHelper.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/ServicesClassesAssemblyHelper.cs.ejs index f785a9d90..65aeab0c8 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/ServicesClassesAssemblyHelper.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/ServicesClassesAssemblyHelper.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/UserService.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/UserService.cs.ejs index 8298ead0a..728e20b64 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/UserService.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/UserService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/_entityClass_Service.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/_entityClass_Service.cs.ejs index f64accf66..3cf9a4bb9 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/_entityClass_Service.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain.Services/_entityClass_Service.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/AuditedEntityBase.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/AuditedEntityBase.cs.ejs index 561ba349c..7035f144f 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/AuditedEntityBase.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/AuditedEntityBase.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/BaseEntity.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/BaseEntity.cs.ejs index 3e026f393..f4f074385 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/BaseEntity.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/BaseEntity.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Interfaces/IAuditedEntityBase.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Interfaces/IAuditedEntityBase.cs.ejs index b8a8d84f2..724aff236 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Interfaces/IAuditedEntityBase.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Interfaces/IAuditedEntityBase.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/MongoBaseEntity.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/MongoBaseEntity.cs.ejs index 1ef27c488..08b5a1b71 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/MongoBaseEntity.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/MongoBaseEntity.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Role.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Role.cs.ejs index e38201062..548756aff 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Role.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/Role.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/User.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/User.cs.ejs index d9a8090d9..30b1f2791 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/User.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/User.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/UserRole.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/UserRole.cs.ejs index 7a54d9fef..05ac61f3f 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/UserRole.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/UserRole.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/_persistClass_.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/_persistClass_.cs.ejs index 0cf8c7205..77a586594 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/_persistClass_.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Entities/_persistClass_.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Project.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Project.csproj.ejs index fa3b6dfbf..1ed24460a 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Project.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Project.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IFluentRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IFluentRepository.cs.ejs index 2ca38616d..9a70a094d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IFluentRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IFluentRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IGenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IGenericRepository.cs.ejs index 54c7e4e44..d0a6b9007 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IGenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IGenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlFluentRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlFluentRepository.cs.ejs index f3376f0c4..9a7479dd1 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlFluentRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlFluentRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlGenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlGenericRepository.cs.ejs index 5d343d4f1..34a86af49 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlGenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlGenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlReadOnlyGenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlReadOnlyGenericRepository.cs.ejs index b8aa24f2a..9eb032bc6 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlReadOnlyGenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/INoSqlReadOnlyGenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnlyGenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnlyGenericRepository.cs.ejs index 17463f022..7a9211ff3 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnlyGenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnlyGenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnly_persistClass_Repository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnly_persistClass_Repository.cs.ejs index 008eb0349..a01f63685 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnly_persistClass_Repository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IReadOnly_persistClass_Repository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IUnitOfWork.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IUnitOfWork.cs.ejs index ca9644ff2..92cf2dd77 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IUnitOfWork.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/IUnitOfWork.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/I_persistClass_Repository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/I_persistClass_Repository.cs.ejs index 5a3ee3824..4b2c6274e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/I_persistClass_Repository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Repositories/Interfaces/I_persistClass_Repository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IAuthenticationService.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IAuthenticationService.cs.ejs index a1df638fb..b900fbcd6 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IAuthenticationService.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IAuthenticationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IMailService.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IMailService.cs.ejs index 8d520a2de..61ab1fe86 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IMailService.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IMailService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IUserService.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IUserService.cs.ejs index 2b5ac95cd..604e20131 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IUserService.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/IUserService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/I_entityClass_Service.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/I_entityClass_Service.cs.ejs index 28225c418..2e9495355 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/I_entityClass_Service.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/I_entityClass_Service.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/ServicesInterfacesAssemblyHelper.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/ServicesInterfacesAssemblyHelper.cs.ejs index 3673eb8c6..5f647de93 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/ServicesInterfacesAssemblyHelper.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Domain/Services/Interfaces/ServicesInterfacesAssemblyHelper.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/AuditedEntityBaseDto.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/AuditedEntityBaseDto.cs.ejs index c00505e4d..55a5b915e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/AuditedEntityBaseDto.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/AuditedEntityBaseDto.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/KeyAndPasswordDto.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/KeyAndPasswordDto.cs.ejs index 563c54014..7fe889c13 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/KeyAndPasswordDto.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/KeyAndPasswordDto.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/LoginDto.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/LoginDto.cs.ejs index ae3f1f637..11b1a5714 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/LoginDto.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/LoginDto.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ManagedUserDto.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ManagedUserDto.cs.ejs index b43255ac3..6f10bc7ae 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ManagedUserDto.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ManagedUserDto.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/PasswordChangeDto.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/PasswordChangeDto.cs.ejs index 44fa3692a..97ba7f245 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/PasswordChangeDto.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/PasswordChangeDto.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ProfileInfoDto.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ProfileInfoDto.cs.ejs index f6cdd725a..ca1c146bd 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ProfileInfoDto.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/ProfileInfoDto.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/Project.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/Project.csproj.ejs index cd0d4fd01..b639982b2 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/Project.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/Project.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/UserDto.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/UserDto.cs.ejs index f61d5e4b5..d04e02795 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/UserDto.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/UserDto.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/_dtoClass_.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/_dtoClass_.cs.ejs index cf7d7cb54..23de2fa05 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/_dtoClass_.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Dto/_dtoClass_.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/IMongoDatabaseConfig.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/IMongoDatabaseConfig.cs.ejs index eae9e131b..1b8ee292a 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/IMongoDatabaseConfig.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/IMongoDatabaseConfig.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/MongoDatabaseConfig.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/MongoDatabaseConfig.cs.ejs index 884173646..e2514ec02 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/MongoDatabaseConfig.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/MongoDatabaseConfig.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/SecuritySettings.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/SecuritySettings.cs.ejs index 899a90974..29a866148 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/SecuritySettings.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Configuration/SecuritySettings.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext.cs.ejs index 5144f2565..f7e5bd7ac 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext_withEntities_.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext_withEntities_.cs.ejs index 3495e01bb..0c9dc1b60 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext_withEntities_.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/ApplicationDatabaseContext_withEntities_.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/DbSetExtensions.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/DbSetExtensions.cs.ejs index 7f4a854e7..05611f12d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/DbSetExtensions.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/DbSetExtensions.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/NoSqlPagination.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/NoSqlPagination.cs.ejs index fef0c2264..f037e1315 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/NoSqlPagination.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/NoSqlPagination.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/PropertyAccessorCache.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/PropertyAccessorCache.cs.ejs index 0153efe57..b5dd0d25e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/PropertyAccessorCache.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Extensions/PropertyAccessorCache.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/IMongoDatabaseContext.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/IMongoDatabaseContext.cs.ejs index db61c9658..94bcc787b 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/IMongoDatabaseContext.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/IMongoDatabaseContext.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/MongoDatabaseContext.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/MongoDatabaseContext.cs.ejs index dff340b8c..68ec65807 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/MongoDatabaseContext.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/MongoDatabaseContext.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/FluentRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/FluentRepository.cs.ejs index cd6a31174..9dc16f42e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/FluentRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/FluentRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/GenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/GenericRepository.cs.ejs index 82c15c006..e21bc8cad 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/GenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/GenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoDatabaseUserStore.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoDatabaseUserStore.cs.ejs index 2c08aa9ec..ae1f0aea8 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoDatabaseUserStore.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoDatabaseUserStore.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoFluentRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoFluentRepository.cs.ejs index 1db05d89a..d8778fa03 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoFluentRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoFluentRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoGenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoGenericRepository.cs.ejs index 6ad01ad8e..0b796e77d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoGenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoGenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoReadOnlyGenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoReadOnlyGenericRepository.cs.ejs index fb5ac0745..8e647d315 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoReadOnlyGenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/MongoReadOnlyGenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/NoSqlPagination.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/NoSqlPagination.cs.ejs index 47c289fd5..de8fa8908 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/NoSqlPagination.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/NoSqlPagination.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnlyGenericRepository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnlyGenericRepository.cs.ejs index 4614ee5f4..d48d6b8f3 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnlyGenericRepository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnlyGenericRepository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnly_persistClass_Repository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnly_persistClass_Repository.cs.ejs index a14c75eef..3a6d92426 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnly_persistClass_Repository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/ReadOnly_persistClass_Repository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/UnitOfWork.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/UnitOfWork.cs.ejs index 6ae60fb30..afc697f3d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/UnitOfWork.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/UnitOfWork.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/_persistClass_Repository.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/_persistClass_Repository.cs.ejs index 7f0b96ff1..a2a7842fa 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/_persistClass_Repository.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Data/Repositories/_persistClass_Repository.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Project.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Project.csproj.ejs index 06d31f269..b6f375d1f 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Project.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project.Infrastructure/Project.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AppSettingsStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AppSettingsStartup.cs.ejs index 86bae5942..212319095 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AppSettingsStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AppSettingsStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapper/AutoMapperProfile.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapper/AutoMapperProfile.cs.ejs index cae8f684c..5d76e43d2 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapper/AutoMapperProfile.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapper/AutoMapperProfile.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapperStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapperStartup.cs.ejs index b870773cb..1cc24cc3d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapperStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/AutoMapperStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ConfigurationHelper.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ConfigurationHelper.cs.ejs index 50d64c5a3..c80ed32f1 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ConfigurationHelper.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ConfigurationHelper.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulOptions.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulOptions.cs.ejs index 6149c0354..62e0283aa 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulOptions.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulOptions.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulStartup.cs.ejs index a8eaba726..992770243 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/Consul/ConsulStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/DatabaseStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/DatabaseStartup.cs.ejs index 7b8d38a5e..ca79220fd 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/DatabaseStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/DatabaseStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IMongoDatabaseConfig.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IMongoDatabaseConfig.cs.ejs index 65a541764..daaaedd78 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IMongoDatabaseConfig.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IMongoDatabaseConfig.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IdentityStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IdentityStartup.cs.ejs index fd8f3ad01..6bd408c1d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IdentityStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/IdentityStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MongoDatabaseConfig.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MongoDatabaseConfig.cs.ejs index 8b2c56184..7be93e607 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MongoDatabaseConfig.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MongoDatabaseConfig.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MvcStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MvcStartup.cs.ejs index 33be29eef..1216b345e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MvcStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/MvcStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ProblemDetailsStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ProblemDetailsStartup.cs.ejs index da7ab6a3a..3b685e646 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ProblemDetailsStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ProblemDetailsStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/RepositoryStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/RepositoryStartup.cs.ejs index 07a3a6efe..10b72773d 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/RepositoryStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/RepositoryStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SecurityStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SecurityStartup.cs.ejs index cc8e829f1..3697e7356 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SecurityStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SecurityStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ServiceStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ServiceStartup.cs.ejs index 77b777c0c..f4f8c0907 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ServiceStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/ServiceStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SwaggerStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SwaggerStartup.cs.ejs index 8e5bfd16d..c30ff54de 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SwaggerStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Configuration/SwaggerStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/AccountController.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/AccountController.cs.ejs index 6fffcabf1..8c169fd72 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/AccountController.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/AccountController.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/ProfileInfoController.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/ProfileInfoController.cs.ejs index 4e67acb99..dc50571c7 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/ProfileInfoController.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/ProfileInfoController.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/PublicUsersController.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/PublicUsersController.cs.ejs index f1dfbef8d..61c05298f 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/PublicUsersController.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/PublicUsersController.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UserJwtController.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UserJwtController.cs.ejs index 8ed2d4073..40e768c63 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UserJwtController.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UserJwtController.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UsersController.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UsersController.cs.ejs index d09abc07a..fd7ff6a16 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UsersController.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Controllers/UsersController.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Program.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Program.cs.ejs index eb102144e..dca65851a 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Program.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Program.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Project.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Project.csproj.ejs index cb61abeb3..13a905a95 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Project.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Project.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Properties/launchSettings.json.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Properties/launchSettings.json.ejs index 8823f9dea..5b0af918e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Properties/launchSettings.json.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Properties/launchSettings.json.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/BCryptPasswordHasher.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/BCryptPasswordHasher.cs.ejs index 2317c5fdb..6a3fb66c9 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/BCryptPasswordHasher.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/BCryptPasswordHasher.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/RoleClaimsTransformation.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/RoleClaimsTransformation.cs.ejs index 6e1e1a7de..d3bacc4ea 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/RoleClaimsTransformation.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/RoleClaimsTransformation.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/TokenProvider.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/TokenProvider.cs.ejs index 44e2ac8f2..c3fa777c9 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/TokenProvider.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/Jwt/TokenProvider.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/PoliciesConstants.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/PoliciesConstants.cs.ejs index b8f85aa57..530118deb 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/PoliciesConstants.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/PoliciesConstants.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UserNotActivatedException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UserNotActivatedException.cs.ejs index 9b5033fdf..13b7665b5 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UserNotActivatedException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UserNotActivatedException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UsernameNotFoundException.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UsernameNotFoundException.cs.ejs index b53959a7a..8b38d8996 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UsernameNotFoundException.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Security/UsernameNotFoundException.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Startup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Startup.cs.ejs index 4ff182353..978c5b33f 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Startup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Startup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultExtensions.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultExtensions.cs.ejs index 0525cd965..c9e8d5a32 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultExtensions.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultExtensions.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultWithHeaders.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultWithHeaders.cs.ejs index 951492077..42fd107a0 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultWithHeaders.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/ActionResultWithHeaders.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/HttpRequestExtensions.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/HttpRequestExtensions.cs.ejs index 8ea698712..bf5d6dc49 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/HttpRequestExtensions.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Extensions/HttpRequestExtensions.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/ActionResultUtil.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/ActionResultUtil.cs.ejs index fcc87eb9c..4aab4204e 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/ActionResultUtil.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/ActionResultUtil.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/HeaderUtil.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/HeaderUtil.cs.ejs index 1c134e2f5..ad797ce91 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/HeaderUtil.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/HeaderUtil.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/PaginationUtil.cs.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/PaginationUtil.cs.ejs index a03c2ba4c..14be73034 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/PaginationUtil.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/Web/Rest/Utilities/PaginationUtil.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Development.json.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Development.json.ejs index 0815ec903..66d0b8925 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Development.json.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Development.json.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Production.json.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Production.json.ejs index 3fb91c2d0..a6d12bccb 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Production.json.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.Production.json.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.json.ejs b/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.json.ejs index 0f28d2427..b045a1110 100644 --- a/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.json.ejs +++ b/generators/dotnetcore/templates/dotnetcore/src/Project/appsettings.json.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Configuration/TestMvcStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Configuration/TestMvcStartup.cs.ejs index 259c36ca5..12bebaca4 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Configuration/TestMvcStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Configuration/TestMvcStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/AccountResourceIntTest.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/AccountResourceIntTest.cs.ejs index 0d63ed21e..895138e34 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/AccountResourceIntTest.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/AccountResourceIntTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/ProfileInfoControllerIntTest.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/ProfileInfoControllerIntTest.cs.ejs index 687a43759..da147a498 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/ProfileInfoControllerIntTest.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/ProfileInfoControllerIntTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/PublicUsersControllerTest.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/PublicUsersControllerTest.cs.ejs index 150f1cd7a..fe300b576 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/PublicUsersControllerTest.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/PublicUsersControllerTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/TestUtil.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/TestUtil.cs.ejs index 1e4cee13d..5bb001a9d 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/TestUtil.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/TestUtil.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UserJwtControllerIntTest.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UserJwtControllerIntTest.cs.ejs index be1227f98..cf22b9c18 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UserJwtControllerIntTest.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UserJwtControllerIntTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UsersResourceIntTest.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UsersResourceIntTest.cs.ejs index 89f12b925..5b36cd969 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UsersResourceIntTest.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/UsersResourceIntTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/_persistClass_ControllerIntTest.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/_persistClass_ControllerIntTest.cs.ejs index 64024a452..45597f3aa 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/_persistClass_ControllerIntTest.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Controllers/_persistClass_ControllerIntTest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Fixme.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Fixme.cs.ejs index 9c8941843..1e321f79c 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Fixme.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Fixme.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Project.Test.csproj.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Project.Test.csproj.ejs index cc7cc86fd..6a1e37157 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Project.Test.csproj.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Project.Test.csproj.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Properties/launchSettings.json.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Properties/launchSettings.json.ejs index 50192291c..2972a4b26 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Properties/launchSettings.json.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Properties/launchSettings.json.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/AppWebApplicationFactory.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/AppWebApplicationFactory.cs.ejs index 56900e777..798776985 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/AppWebApplicationFactory.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/AppWebApplicationFactory.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockClaimsPrincipalProvider.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockClaimsPrincipalProvider.cs.ejs index 10a34932b..d11f48e95 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockClaimsPrincipalProvider.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockClaimsPrincipalProvider.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockHttpContextFactory.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockHttpContextFactory.cs.ejs index f54ca1c0b..2630a3034 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockHttpContextFactory.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/MockHttpContextFactory.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/TestStartup.cs.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/TestStartup.cs.ejs index 3e4174cd0..43282823e 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/TestStartup.cs.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/Setup/TestStartup.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/xunit.runner.json.ejs b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/xunit.runner.json.ejs index 0ff01b4bf..c28443aa6 100644 --- a/generators/dotnetcore/templates/dotnetcore/test/Project.Test/xunit.runner.json.ejs +++ b/generators/dotnetcore/templates/dotnetcore/test/Project.Test/xunit.runner.json.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2019-2023 the original author or authors from the JHipster project. + Copyright 2019-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/entity/prompts.js b/generators/entity/prompts.js index 0c923c831..6eaf08115 100644 --- a/generators/entity/prompts.js +++ b/generators/entity/prompts.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/generator-dotnetcore-constants.js b/generators/generator-dotnetcore-constants.js index 659a51290..3119ac6d5 100644 --- a/generators/generator-dotnetcore-constants.js +++ b/generators/generator-dotnetcore-constants.js @@ -1,5 +1,5 @@ /** - * Copyright 2019-2023 the original author or authors from the JHipster project. + * Copyright 2019-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/heroku/build.js b/generators/heroku/build.js index 0a504214b..9e1d8efeb 100644 --- a/generators/heroku/build.js +++ b/generators/heroku/build.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/heroku/deploy.js b/generators/heroku/deploy.js index 01ee7f325..e75d30dbf 100644 --- a/generators/heroku/deploy.js +++ b/generators/heroku/deploy.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/heroku/prompts.js b/generators/heroku/prompts.js index 5f2ca8ca9..b8b65d8ba 100644 --- a/generators/heroku/prompts.js +++ b/generators/heroku/prompts.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/heroku/provision.js b/generators/heroku/provision.js index a41cd4f24..c55cf327e 100644 --- a/generators/heroku/provision.js +++ b/generators/heroku/provision.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/heroku/templates/heroku.yml.ejs b/generators/heroku/templates/heroku.yml.ejs index 7e0c1fcdf..a57a89d82 100644 --- a/generators/heroku/templates/heroku.yml.ejs +++ b/generators/heroku/templates/heroku.yml.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/xamarin/entities-xamarin.js b/generators/xamarin/entities-xamarin.js index 7d116b622..67efc13d5 100644 --- a/generators/xamarin/entities-xamarin.js +++ b/generators/xamarin/entities-xamarin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/xamarin/files-xamarin.js b/generators/xamarin/files-xamarin.js index 63b7e7cc3..a929bfc46 100644 --- a/generators/xamarin/files-xamarin.js +++ b/generators/xamarin/files-xamarin.js @@ -1,5 +1,5 @@ /** - * Copyright 2013-2023 the original author or authors from the JHipster project. + * Copyright 2013-2024 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Android/MainActivity.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Android/MainActivity.cs.ejs index 05f924016..844bc378f 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Android/MainActivity.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Android/MainActivity.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Android/SplashScreenActivity.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Android/SplashScreenActivity.cs.ejs index 87c81556c..a723519d4 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Android/SplashScreenActivity.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Android/SplashScreenActivity.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/App.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/App.cs.ejs index 3c2362839..6ef986bc8 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/App.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/App.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/AssemblyInfo.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/AssemblyInfo.cs.ejs index c5ae73c13..20d2911fe 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/AssemblyInfo.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/AssemblyInfo.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/FormsApp.xaml.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/FormsApp.xaml.cs.ejs index b0c6ab588..063f39ed6 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/FormsApp.xaml.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/FormsApp.xaml.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/LinkerPreserve.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/LinkerPreserve.cs.ejs index d24044538..c0c4b728c 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/LinkerPreserve.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/LinkerPreserve.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/JwtToken.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/JwtToken.cs.ejs index 15d5fdbcd..d43cedf06 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/JwtToken.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/JwtToken.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/LoginModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/LoginModel.cs.ejs index f14ee5a2c..fc9c10e6b 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/LoginModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/LoginModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/RegisterResultRequest.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/RegisterResultRequest.cs.ejs index c994ff0b5..06b299d5c 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/RegisterResultRequest.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/RegisterResultRequest.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserModel.cs.ejs index 50471a4b0..224d7d7fa 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserSaveModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserSaveModel.cs.ejs index 53b0ba90e..7ebe0f3ae 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserSaveModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Models/UserSaveModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Resources/Strings.Designer.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Resources/Strings.Designer.cs.ejs index 8eda3df90..fb1c4273b 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Resources/Strings.Designer.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Resources/Strings.Designer.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AbstractEntityService.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AbstractEntityService.cs.ejs index 4d12c9b45..f1b45ef44 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AbstractEntityService.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AbstractEntityService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AuthenticationService.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AuthenticationService.cs.ejs index 7935b61c8..cd9fbc260 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AuthenticationService.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/AuthenticationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/Configuration.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/Configuration.cs.ejs index a8edfd6f1..db5eb82d8 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/Configuration.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/Configuration.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAbstractEntityService.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAbstractEntityService.cs.ejs index 93172e490..87a67e6c8 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAbstractEntityService.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAbstractEntityService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAuthenticationService.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAuthenticationService.cs.ejs index ae7cf29ed..1a9331f54 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAuthenticationService.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IAuthenticationService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IRegisterService.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IRegisterService.cs.ejs index 0f571be21..f6a70b4c9 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IRegisterService.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/IRegisterService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/RegisterService.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/RegisterService.cs.ejs index 9c6f2586c..82e56c847 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/RegisterService.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Services/RegisterService.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/BaseViewModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/BaseViewModel.cs.ejs index cdf04e847..9dae2735d 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/BaseViewModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/BaseViewModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/HomeViewModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/HomeViewModel.cs.ejs index ff6c08206..e4079240f 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/HomeViewModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/HomeViewModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/LoginViewModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/LoginViewModel.cs.ejs index 3ef4b8815..a4cccdb2b 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/LoginViewModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/LoginViewModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/MenuViewModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/MenuViewModel.cs.ejs index 879415590..1f4303032 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/MenuViewModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/MenuViewModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/RegisterViewModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/RegisterViewModel.cs.ejs index 2a74cb7b8..60b002082 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/RegisterViewModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/RegisterViewModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/WelcomeViewModel.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/WelcomeViewModel.cs.ejs index 25d33d137..d995115b8 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/WelcomeViewModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/ViewModels/WelcomeViewModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/HomeView.xaml.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/HomeView.xaml.cs.ejs index 85c2b073c..4f4e2c8ad 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/HomeView.xaml.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/HomeView.xaml.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/LoginView.xaml.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/LoginView.xaml.cs.ejs index f5c832236..bbdebd4db 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/LoginView.xaml.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/LoginView.xaml.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/MenuPage.xaml.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/MenuPage.xaml.cs.ejs index db6460448..4af4189df 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/MenuPage.xaml.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/MenuPage.xaml.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/RegisterView.xaml.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/RegisterView.xaml.cs.ejs index 201b9dd61..76f9f0e08 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/RegisterView.xaml.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/RegisterView.xaml.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/WelcomeView.xaml.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/WelcomeView.xaml.cs.ejs index 417e63559..9025ff0e9 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/WelcomeView.xaml.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Core/Views/WelcomeView.xaml.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.Shared/Constants/ErrorConst.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.Shared/Constants/ErrorConst.cs.ejs index ee6d1c995..68fa87eeb 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.Shared/Constants/ErrorConst.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.Shared/Constants/ErrorConst.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client.Xamarin.iOS/Main.cs.ejs b/generators/xamarin/templates/src/Project.Client.Xamarin.iOS/Main.cs.ejs index 6bf6ccb5c..f8c76004e 100644 --- a/generators/xamarin/templates/src/Project.Client.Xamarin.iOS/Main.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client.Xamarin.iOS/Main.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client/Models/Entities/_dotnetEntityModel_.cs.ejs b/generators/xamarin/templates/src/Project.Client/Models/Entities/_dotnetEntityModel_.cs.ejs index f7181e35a..51f3172c3 100644 --- a/generators/xamarin/templates/src/Project.Client/Models/Entities/_dotnetEntityModel_.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client/Models/Entities/_dotnetEntityModel_.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/I_entityClass_Service.cs.ejs b/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/I_entityClass_Service.cs.ejs index fc58b320b..65c4755cc 100644 --- a/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/I_entityClass_Service.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/I_entityClass_Service.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/_entityClass_Service.cs.ejs b/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/_entityClass_Service.cs.ejs index f0f6eee15..163a875b4 100644 --- a/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/_entityClass_Service.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client/Services/Entities/_entityClass_/_entityClass_Service.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client/ViewModels/Entities/_entityClass_/_entityClass_ViewModel.cs.ejs b/generators/xamarin/templates/src/Project.Client/ViewModels/Entities/_entityClass_/_entityClass_ViewModel.cs.ejs index 9ea6d2b58..6d57688d1 100644 --- a/generators/xamarin/templates/src/Project.Client/ViewModels/Entities/_entityClass_/_entityClass_ViewModel.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client/ViewModels/Entities/_entityClass_/_entityClass_ViewModel.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/generators/xamarin/templates/src/Project.Client/Views/Entities/_entityClass_/_entityClass_View.cs.ejs b/generators/xamarin/templates/src/Project.Client/Views/Entities/_entityClass_/_entityClass_View.cs.ejs index 28aa3d5e8..392024672 100644 --- a/generators/xamarin/templates/src/Project.Client/Views/Entities/_entityClass_/_entityClass_View.cs.ejs +++ b/generators/xamarin/templates/src/Project.Client/Views/Entities/_entityClass_/_entityClass_View.cs.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors from the JHipster project. + Copyright 2013-2024 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the "License");