From 4495a8d8853a72117128dfa318e0e6ab8cfc0c07 Mon Sep 17 00:00:00 2001 From: jhipster-bot Date: Sun, 31 Dec 2023 01:01:49 +0000 Subject: [PATCH] Update copyright headers --- .github/actions/build-matrix/action.yml | 2 +- .github/actions/compare-base/action.yml | 2 +- .github/actions/compare/action.yml | 2 +- .github/actions/generate/action.yml | 2 +- .github/actions/setup/action.yml | 2 +- LICENSE | 2 +- NOTICE | 2 +- cli/khipster.js | 2 +- generators/app/index.js | 2 +- generators/app/util.js | 2 +- generators/entity-server/cleanup.js | 2 +- generators/entity-server/esm.mjs | 2 +- generators/entity-server/files-couchbase.js | 2 +- generators/entity-server/files.js | 2 +- generators/entity-server/generator.spec.mjs | 2 +- generators/entity-server/index.js | 2 +- generators/entity-server/needle-server-cache-kt.js | 2 +- .../package/domain/Entity.kt.jhi.spring_data_couchbase.ejs | 2 +- .../src/main/kotlin/package/repository/EntityRepository.kt.ejs | 2 +- .../templates/partials/it_patch_update.partial.kt.ejs | 2 +- generators/entity-server/templates/partials/save_template.ejs | 2 +- generators/entity-server/templates/partials/update_template.ejs | 2 +- .../entity-server/templates/reactive/partials/save_template.ejs | 2 +- .../templates/reactive/partials/update_template.ejs | 2 +- .../src/main/kotlin/package/common/delete_template.ejs | 2 +- .../src/main/kotlin/package/common/field_validators.ejs | 2 +- .../src/main/kotlin/package/common/get_all_stream_template.ejs | 2 +- .../src/main/kotlin/package/common/get_all_template.ejs | 2 +- .../src/main/kotlin/package/common/get_filtered_template.ejs | 2 +- .../templates/src/main/kotlin/package/common/get_template.ejs | 2 +- .../src/main/kotlin/package/common/inject_template.ejs | 2 +- .../templates/src/main/kotlin/package/common/patch_template.ejs | 2 +- .../src/main/kotlin/package/common/search_stream_template.ejs | 2 +- .../src/main/kotlin/package/common/search_template.ejs | 2 +- .../templates/src/main/kotlin/package/domain/Entity.kt.jhi.ejs | 2 +- .../main/kotlin/package/domain/Entity.kt.jhi.elastic_search.ejs | 2 +- .../kotlin/package/domain/Entity.kt.jhi.hibernate_cache.ejs | 2 +- .../package/domain/Entity.kt.jhi.javax_lifecycle_events.ejs | 2 +- .../kotlin/package/domain/Entity.kt.jhi.javax_persistence.ejs | 2 +- .../kotlin/package/domain/Entity.kt.jhi.javax_validation.ejs | 2 +- .../package/domain/Entity.kt.jhi.spring_data_cassandra.ejs | 2 +- .../kotlin/package/domain/Entity.kt.jhi.spring_data_mongodb.ejs | 2 +- .../kotlin/package/domain/Entity.kt.jhi.spring_data_neo4j.ejs | 2 +- .../package/domain/Entity.kt.jhi.spring_data_persistable.ejs | 2 +- .../package/domain/Entity.kt.jhi.spring_data_reactive.ejs | 2 +- .../src/main/kotlin/package/domain/EntityCallback.kt.ejs | 2 +- .../domain/enumeration/Entity.kt.jhi.javax_persistence.ejs | 2 +- .../src/main/kotlin/package/domain/enumeration/Enum.kt.ejs | 2 +- .../src/main/kotlin/package/domain/relationship_validators.ejs | 2 +- .../src/main/kotlin/package/repository/EntityRepository.kt.ejs | 2 +- .../repository/EntityRepositoryInternalImpl_reactive.kt.ejs | 2 +- .../repository/EntityRepositoryWithBagRelationships.kt.ejs | 2 +- .../repository/EntityRepositoryWithBagRelationshipsImpl.kt.ejs | 2 +- .../kotlin/package/repository/EntityRepository_reactive.kt.ejs | 2 +- .../kotlin/package/repository/EntitySqlHelper_reactive.kt.ejs | 2 +- .../kotlin/package/repository/rowmapper/EntityRowMapper.kt.ejs | 2 +- .../package/repository/search/EntitySearchRepository.kt.ejs | 2 +- .../src/main/kotlin/package/service/EntityQueryService.kt.ejs | 2 +- .../src/main/kotlin/package/service/EntityService.kt.ejs | 2 +- .../main/kotlin/package/service/criteria/EntityCriteria.kt.ejs | 2 +- .../src/main/kotlin/package/service/dto/EntityDTO.kt.ejs | 2 +- .../main/kotlin/package/service/impl/EntityServiceImpl.kt.ejs | 2 +- .../main/kotlin/package/service/mapper/BaseEntityMapper.kt.ejs | 2 +- .../src/main/kotlin/package/service/mapper/EntityMapper.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/EntityResource.kt.ejs | 2 +- .../src/test/kotlin/package/web/rest/EntityResourceIT.kt.ejs | 2 +- generators/generator-kotlin-constants.js | 2 +- generators/server/esm.mjs | 2 +- generators/server/files-couchbase.js | 2 +- generators/server/files-sql.js | 2 +- generators/server/files.js | 2 +- generators/server/generator.spec.mjs | 2 +- generators/server/index.js | 2 +- generators/server/needles.cjs | 2 +- .../kotlin/package/repository/CouchbaseSearchRepository.kt.ejs | 2 +- .../package/repository/JHipsterCouchbaseRepository.kt.ejs | 2 +- .../repository/PersistentTokenRepository_couchbase.kt.ejs | 2 +- .../test/kotlin/package/config/CouchbaseTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/EmbeddedCouchbase.kt.ejs | 2 +- .../package/repository/CouchbaseSearchRepositoryTest.kt.ejs | 2 +- generators/server/templates/gradle/kotlin.gradle.ejs | 2 +- .../main/kotlin/package/config/LiquibaseConfiguration.kt.ejs | 2 +- .../common/src/test/kotlin/package/config/EmbeddedSQL.kt.ejs | 2 +- .../src/test/kotlin/package/config/MariadbTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/MsSqlTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/MysqlTestContainer.kt.ejs | 2 +- .../test/kotlin/package/config/PostgreSqlTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/SqlTestContainer.kt.ejs | 2 +- .../kotlin/package/config/timezone/HibernateTimeZoneIT.kt.ejs | 2 +- .../kotlin/package/repository/timezone/DateTimeWrapper.kt.ejs | 2 +- .../repository/timezone/DateTimeWrapperRepository.kt.ejs | 2 +- .../src/main/kotlin/package/repository/EntityManager.kt.ejs | 2 +- .../src/main/kotlin/package/repository/UserSqlHelper.kt.ejs | 2 +- .../kotlin/package/repository/rowmapper/ColumnConverter.kt.ejs | 2 +- .../kotlin/package/repository/rowmapper/UserRowMapper.kt.ejs | 2 +- .../server/templates/src/main/kotlin/package/Application.kt.ejs | 2 +- .../templates/src/main/kotlin/package/ApplicationWebXml.kt.ejs | 2 +- .../src/main/kotlin/package/GeneratedByJHipster.kt.ejs | 2 +- .../src/main/kotlin/package/aop/logging/LoggingAspect.kt.ejs | 2 +- .../src/main/kotlin/package/client/AuthorizedFeignClient.kt.ejs | 2 +- .../main/kotlin/package/client/AuthorizedUserFeignClient.kt.ejs | 2 +- .../kotlin/package/client/JWT_UserFeignClientInterceptor.kt.ejs | 2 +- .../package/client/OAuth2InterceptedFeignConfiguration.kt.ejs | 2 +- .../package/client/OAuth2UserClientFeignConfiguration.kt.ejs | 2 +- .../package/client/OAuth2_UserFeignClientInterceptor.kt.ejs | 2 +- .../kotlin/package/client/TokenRelayRequestInterceptor.kt.ejs | 2 +- .../src/main/kotlin/package/config/ApplicationProperties.kt.ejs | 2 +- .../src/main/kotlin/package/config/AsyncConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/CacheConfiguration.kt.ejs | 2 +- .../main/kotlin/package/config/CacheFactoryConfiguration.kt.ejs | 2 +- .../templates/src/main/kotlin/package/config/Constants.kt.ejs | 2 +- .../package/config/DatabaseConfiguration_cassandra.kt.ejs | 2 +- .../package/config/DatabaseConfiguration_couchbase.kt.ejs | 2 +- .../kotlin/package/config/DatabaseConfiguration_mongodb.kt.ejs | 2 +- .../kotlin/package/config/DatabaseConfiguration_neo4j.kt.ejs | 2 +- .../main/kotlin/package/config/DatabaseConfiguration_sql.kt.ejs | 2 +- .../kotlin/package/config/DateTimeFormatConfiguration.kt.ejs | 2 +- .../kotlin/package/config/ElasticsearchConfiguration.kt.ejs | 2 +- .../kotlin/package/config/EurekaWorkaroundConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/FeignConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/JacksonConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/KafkaSseConsumer.kt.ejs | 2 +- .../src/main/kotlin/package/config/KafkaSseProducer.kt.ejs | 2 +- .../src/main/kotlin/package/config/LocaleConfiguration.kt.ejs | 2 +- .../kotlin/package/config/LoggingAspectConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/LoggingConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/OpenApiConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/SecurityConfiguration.kt.ejs | 2 +- .../kotlin/package/config/SecurityConfiguration_reactive.kt.ejs | 2 +- .../package/config/StaticResourcesWebConfiguration.kt.ejs | 2 +- .../src/main/kotlin/package/config/WebConfigurer.kt.ejs | 2 +- .../main/kotlin/package/config/WebsocketConfiguration.kt.ejs | 2 +- .../kotlin/package/config/WebsocketSecurityConfiguration.kt.ejs | 2 +- .../package/config/dbmigrations/InitialSetupMigration.kt.ejs | 2 +- .../src/main/kotlin/package/config/neo4j/Neo4jMigrations.kt.ejs | 2 +- .../main/kotlin/package/domain/AbstractAuditingEntity.kt.ejs | 2 +- .../templates/src/main/kotlin/package/domain/Authority.kt.ejs | 2 +- .../src/main/kotlin/package/domain/PersistentToken.kt.ejs | 2 +- .../server/templates/src/main/kotlin/package/domain/User.kt.ejs | 2 +- .../main/kotlin/package/management/SecurityMetersService.kt.ejs | 2 +- .../main/kotlin/package/repository/AuthorityRepository.kt.ejs | 2 +- .../kotlin/package/repository/PersistentTokenRepository.kt.ejs | 2 +- .../src/main/kotlin/package/repository/UserRepository.kt.ejs | 2 +- .../package/repository/search/UserSearchRepository.kt.ejs | 2 +- .../main/kotlin/package/security/AuthoritiesConstants.kt.ejs | 2 +- .../kotlin/package/security/DomainUserDetailsService.kt.ejs | 2 +- .../src/main/kotlin/package/security/IatTokenEnhancer.kt.ejs | 2 +- .../package/security/PersistentTokenRememberMeServices.kt.ejs | 2 +- .../src/main/kotlin/package/security/SecurityUtils.kt.ejs | 2 +- .../kotlin/package/security/SpringSecurityAuditorAware.kt.ejs | 2 +- .../kotlin/package/security/UserNotActivatedException.kt.ejs | 2 +- .../src/main/kotlin/package/security/jwt/JWTConfigurer.kt.ejs | 2 +- .../src/main/kotlin/package/security/jwt/JWTFilter.kt.ejs | 2 +- .../package/security/jwt/JWTRelayGatewayFilterFactory.kt.ejs | 2 +- .../src/main/kotlin/package/security/jwt/TokenProvider.kt.ejs | 2 +- .../kotlin/package/security/oauth2/AudienceValidator.kt.ejs | 2 +- .../package/security/oauth2/AuthorizationHeaderUtil.kt.ejs | 2 +- .../package/security/oauth2/CachedUserInfoTokenServices.kt.ejs | 2 +- .../kotlin/package/security/oauth2/CustomClaimConverter.kt.ejs | 2 +- .../package/security/oauth2/SimpleAuthoritiesExtractor.kt.ejs | 2 +- .../package/security/oauth2/SimplePrincipalExtractor.kt.ejs | 2 +- .../kotlin/package/service/EmailAlreadyUsedException.kt.ejs | 2 +- .../main/kotlin/package/service/InvalidPasswordException.kt.ejs | 2 +- .../src/main/kotlin/package/service/MailService.kt.ejs | 2 +- .../src/main/kotlin/package/service/UserService.kt.ejs | 2 +- .../kotlin/package/service/UsernameAlreadyUsedException.kt.ejs | 2 +- .../src/main/kotlin/package/service/dto/AdminUserDTO.kt.ejs | 2 +- .../main/kotlin/package/service/dto/PasswordChangeDTO.kt.ejs | 2 +- .../src/main/kotlin/package/service/dto/UserDTO.kt.ejs | 2 +- .../src/main/kotlin/package/service/mapper/UserMapper.kt.ejs | 2 +- .../web/filter/OAuth2ReactiveRefreshTokensWebFilter.kt.ejs | 2 +- .../package/web/filter/OAuth2RefreshTokensWebFilter.kt.ejs | 2 +- .../src/main/kotlin/package/web/filter/SpaWebFilter.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/AccountResource.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/AuthInfoResource.kt.ejs | 2 +- .../main/kotlin/package/web/rest/ClientForwardController.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/GatewayResource.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/KafkaResource.kt.ejs | 2 +- .../main/kotlin/package/web/rest/KafkaResource_reactive.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/LogoutResource.kt.ejs | 2 +- .../main/kotlin/package/web/rest/LogoutResource_reactive.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/PublicUserResource.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/UserJWTController.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/UserResource.kt.ejs | 2 +- .../package/web/rest/errors/BadRequestAlertException.kt.ejs | 2 +- .../package/web/rest/errors/EmailAlreadyUsedException.kt.ejs | 2 +- .../main/kotlin/package/web/rest/errors/ErrorConstants.kt.ejs | 2 +- .../kotlin/package/web/rest/errors/ExceptionTranslator.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/errors/FieldErrorVM.kt.ejs | 2 +- .../package/web/rest/errors/InvalidPasswordException.kt.ejs | 2 +- .../package/web/rest/errors/LoginAlreadyUsedException.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/vm/KeyAndPasswordVM.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/vm/LoginVM.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/vm/ManagedUserVM.kt.ejs | 2 +- .../src/main/kotlin/package/web/rest/vm/RouteVM.kt.ejs | 2 +- .../main/kotlin/package/web/websocket/ActivityService.kt.ejs | 2 +- .../main/kotlin/package/web/websocket/dto/ActivityDTO.kt.ejs | 2 +- .../src/test/kotlin/package/CassandraKeyspaceIT.kt.ejs | 2 +- .../templates/src/test/kotlin/package/IntegrationTest.kt.ejs | 2 +- .../src/test/kotlin/package/TechnicalStructureTest.kt.ejs | 2 +- .../test/kotlin/package/config/AsyncSyncConfiguration.kt.ejs | 2 +- .../test/kotlin/package/config/CassandraTestContainer.kt.ejs | 2 +- .../kotlin/package/config/ElasticsearchTestConfiguration.kt.ejs | 2 +- .../kotlin/package/config/ElasticsearchTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/EmbeddedElasticsearch.kt.ejs | 2 +- .../src/test/kotlin/package/config/EmbeddedKafka.kt.ejs | 2 +- .../src/test/kotlin/package/config/EmbeddedMongo.kt.ejs | 2 +- .../src/test/kotlin/package/config/EmbeddedNeo4j.kt.ejs | 2 +- .../src/test/kotlin/package/config/EmbeddedRedis.kt.ejs | 2 +- .../kotlin/package/config/JHipsterBlockHoundIntegration.kt.ejs | 2 +- .../src/test/kotlin/package/config/KafkaTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/MongoDbTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/Neo4jTestContainer.kt.ejs | 2 +- .../src/test/kotlin/package/config/RedisTestContainer.kt.ejs | 2 +- .../kotlin/package/config/SpringBootTestClassOrderer.kt.ejs | 2 +- .../package/config/StaticResourcesWebConfigurerTest.kt.ejs | 2 +- .../config/TestContainersSpringContextCustomizerFactory.kt.ejs | 2 +- .../test/kotlin/package/config/TestSecurityConfiguration.kt.ejs | 2 +- .../src/test/kotlin/package/config/WebConfigurerTest.kt.ejs | 2 +- .../kotlin/package/config/WebConfigurerTestController.kt.ejs | 2 +- .../src/test/kotlin/package/cucumber/CucumberIT.kt.ejs | 2 +- .../package/cucumber/CucumberTestContextConfiguration.kt.ejs | 2 +- .../src/test/kotlin/package/cucumber/stepdefs/StepDefs.kt.ejs | 2 +- .../test/kotlin/package/cucumber/stepdefs/UserStepDefs.kt.ejs | 2 +- .../kotlin/package/management/SecurityMetersServiceTests.kt.ejs | 2 +- .../kotlin/package/security/DomainUserDetailsServiceIT.kt.ejs | 2 +- .../test/kotlin/package/security/SecurityUtilsUnitTest.kt.ejs | 2 +- .../package/security/SecurityUtilsUnitTest_reactive.kt.ejs | 2 +- .../src/test/kotlin/package/security/jwt/JWTFilterTest.kt.ejs | 2 +- .../security/jwt/TokenProviderSecurityMetersTests.kt.ejs | 2 +- .../test/kotlin/package/security/jwt/TokenProviderTest.kt.ejs | 2 +- .../kotlin/package/security/oauth2/AudienceValidatorTest.kt.ejs | 2 +- .../package/security/oauth2/AuthorizationHeaderUtilTest.kt.ejs | 2 +- .../package/security/oauth2/CookieTokenExtractorTest.kt.ejs | 2 +- .../package/security/oauth2/CustomClaimConverterIT.kt.ejs | 2 +- .../src/test/kotlin/package/service/MailServiceIT.kt.ejs | 2 +- .../src/test/kotlin/package/service/UserServiceIT.kt.ejs | 2 +- .../test/kotlin/package/service/mapper/UserMapperTest.kt.ejs | 2 +- .../src/test/kotlin/package/test/util/OAuth2TestUtil.kt.ejs | 2 +- .../src/test/kotlin/package/web/rest/AccountResourceIT.kt.ejs | 2 +- .../kotlin/package/web/rest/AccountResourceIT_oauth2.kt.ejs | 2 +- .../web/rest/AccountResourceIT_skipUserManagement.kt.ejs | 2 +- .../kotlin/package/web/rest/ClientForwardControllerTest.kt.ejs | 2 +- .../src/test/kotlin/package/web/rest/KafkaResourceIT.kt.ejs | 2 +- .../kotlin/package/web/rest/KafkaResourceIT_reactive.kt.ejs | 2 +- .../src/test/kotlin/package/web/rest/LogoutResourceIT.kt.ejs | 2 +- .../test/kotlin/package/web/rest/PublicUserResourceIT.kt.ejs | 2 +- .../templates/src/test/kotlin/package/web/rest/TestUtil.kt.ejs | 2 +- .../src/test/kotlin/package/web/rest/UserJWTControllerIT.kt.ejs | 2 +- .../src/test/kotlin/package/web/rest/UserResourceIT.kt.ejs | 2 +- .../kotlin/package/web/rest/WithUnauthenticatedMockUser.kt.ejs | 2 +- .../kotlin/package/web/rest/errors/ExceptionTranslatorIT.kt.ejs | 2 +- .../web/rest/errors/ExceptionTranslatorIT_reactive.kt.ejs | 2 +- .../web/rest/errors/ExceptionTranslatorTestController.kt.ejs | 2 +- generators/spring-controller/index.js | 2 +- generators/spring-controller/prompts.js | 2 +- .../templates/src/main/kotlin/package/web/rest/Resource.kt.ejs | 2 +- .../src/test/kotlin/package/web/rest/ResourceIT.kt.ejs | 2 +- generators/spring-service/esm.mjs | 2 +- generators/spring-service/index.js | 2 +- .../templates/src/main/kotlin/package/service/Service.kt.ejs | 2 +- .../src/main/kotlin/package/service/impl/ServiceImpl.kt.ejs | 2 +- test/utils/utils.mjs | 2 +- 263 files changed, 263 insertions(+), 263 deletions(-) diff --git a/.github/actions/build-matrix/action.yml b/.github/actions/build-matrix/action.yml index a6896fac1..03ccb31fc 100644 --- a/.github/actions/build-matrix/action.yml +++ b/.github/actions/build-matrix/action.yml @@ -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/.github/actions/compare-base/action.yml b/.github/actions/compare-base/action.yml index 11966dd99..5a6823126 100644 --- a/.github/actions/compare-base/action.yml +++ b/.github/actions/compare-base/action.yml @@ -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/.github/actions/compare/action.yml b/.github/actions/compare/action.yml index 77a313b48..0f7f2be5f 100644 --- a/.github/actions/compare/action.yml +++ b/.github/actions/compare/action.yml @@ -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/.github/actions/generate/action.yml b/.github/actions/generate/action.yml index ca0f814cf..0adca93ec 100644 --- a/.github/actions/generate/action.yml +++ b/.github/actions/generate/action.yml @@ -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/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index b668f1d01..1d5835310 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -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 224e8c14d..683e9e97b 100644 --- a/LICENSE +++ b/LICENSE @@ -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 Apache License Version 2.0, January 2004 diff --git a/NOTICE b/NOTICE index 9cbb0d24c..01bc4d1fb 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ JHipster -Copyright 2013-2023 the original author or authors from the JHipster project. +Copyright 2013-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/cli/khipster.js b/cli/khipster.js index 1ed4843e2..d6204423b 100755 --- a/cli/khipster.js +++ b/cli/khipster.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * 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/app/index.js b/generators/app/index.js index d701b7120..6eed17f56 100644 --- a/generators/app/index.js +++ b/generators/app/index.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/app/util.js b/generators/app/util.js index f94d3293e..0ed77d10d 100644 --- a/generators/app/util.js +++ b/generators/app/util.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/entity-server/cleanup.js b/generators/entity-server/cleanup.js index 077f7e998..d37370fc5 100644 --- a/generators/entity-server/cleanup.js +++ b/generators/entity-server/cleanup.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/entity-server/esm.mjs b/generators/entity-server/esm.mjs index 6c0edc373..f9f24d760 100644 --- a/generators/entity-server/esm.mjs +++ b/generators/entity-server/esm.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/generators/entity-server/files-couchbase.js b/generators/entity-server/files-couchbase.js index ab4752f32..eddda8229 100644 --- a/generators/entity-server/files-couchbase.js +++ b/generators/entity-server/files-couchbase.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/entity-server/files.js b/generators/entity-server/files.js index c386499bd..6caf7e44a 100644 --- a/generators/entity-server/files.js +++ b/generators/entity-server/files.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/entity-server/generator.spec.mjs b/generators/entity-server/generator.spec.mjs index 774f11125..0b9fe9938 100644 --- a/generators/entity-server/generator.spec.mjs +++ b/generators/entity-server/generator.spec.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/generators/entity-server/index.js b/generators/entity-server/index.js index bbf78aaee..7e4b6d199 100644 --- a/generators/entity-server/index.js +++ b/generators/entity-server/index.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/entity-server/needle-server-cache-kt.js b/generators/entity-server/needle-server-cache-kt.js index 0ef60323e..58fecb5c8 100644 --- a/generators/entity-server/needle-server-cache-kt.js +++ b/generators/entity-server/needle-server-cache-kt.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/entity-server/templates/couchbase/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_couchbase.ejs b/generators/entity-server/templates/couchbase/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_couchbase.ejs index 9b2c97abe..beb9f833f 100644 --- a/generators/entity-server/templates/couchbase/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_couchbase.ejs +++ b/generators/entity-server/templates/couchbase/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_couchbase.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/entity-server/templates/couchbase/src/main/kotlin/package/repository/EntityRepository.kt.ejs b/generators/entity-server/templates/couchbase/src/main/kotlin/package/repository/EntityRepository.kt.ejs index 9c0ffba24..f1e833eed 100644 --- a/generators/entity-server/templates/couchbase/src/main/kotlin/package/repository/EntityRepository.kt.ejs +++ b/generators/entity-server/templates/couchbase/src/main/kotlin/package/repository/EntityRepository.kt.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/entity-server/templates/partials/it_patch_update.partial.kt.ejs b/generators/entity-server/templates/partials/it_patch_update.partial.kt.ejs index 9855b08ea..b76f6bc5d 100644 --- a/generators/entity-server/templates/partials/it_patch_update.partial.kt.ejs +++ b/generators/entity-server/templates/partials/it_patch_update.partial.kt.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/entity-server/templates/partials/save_template.ejs b/generators/entity-server/templates/partials/save_template.ejs index 101dbc1fb..9c768cbd0 100644 --- a/generators/entity-server/templates/partials/save_template.ejs +++ b/generators/entity-server/templates/partials/save_template.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/entity-server/templates/partials/update_template.ejs b/generators/entity-server/templates/partials/update_template.ejs index a7daa24be..ad6d27fa4 100644 --- a/generators/entity-server/templates/partials/update_template.ejs +++ b/generators/entity-server/templates/partials/update_template.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/entity-server/templates/reactive/partials/save_template.ejs b/generators/entity-server/templates/reactive/partials/save_template.ejs index 2b1c1e404..52ada817f 100644 --- a/generators/entity-server/templates/reactive/partials/save_template.ejs +++ b/generators/entity-server/templates/reactive/partials/save_template.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/entity-server/templates/reactive/partials/update_template.ejs b/generators/entity-server/templates/reactive/partials/update_template.ejs index ffe8f8df1..59a57e90b 100644 --- a/generators/entity-server/templates/reactive/partials/update_template.ejs +++ b/generators/entity-server/templates/reactive/partials/update_template.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/entity-server/templates/src/main/kotlin/package/common/delete_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/delete_template.ejs index b685a90f2..4173e8bb5 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/delete_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/delete_template.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/entity-server/templates/src/main/kotlin/package/common/field_validators.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/field_validators.ejs index 8a1451574..c66a0bdf8 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/field_validators.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/field_validators.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/entity-server/templates/src/main/kotlin/package/common/get_all_stream_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/get_all_stream_template.ejs index db1f64841..f1a864f7d 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/get_all_stream_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/get_all_stream_template.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/entity-server/templates/src/main/kotlin/package/common/get_all_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/get_all_template.ejs index e2b5f37e2..13f89dc17 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/get_all_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/get_all_template.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/entity-server/templates/src/main/kotlin/package/common/get_filtered_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/get_filtered_template.ejs index 0ccf48da0..2cfe1e7c9 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/get_filtered_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/get_filtered_template.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/entity-server/templates/src/main/kotlin/package/common/get_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/get_template.ejs index 4934497c9..9403081e1 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/get_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/get_template.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/entity-server/templates/src/main/kotlin/package/common/inject_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/inject_template.ejs index 7877f48a1..fa2b2e0fe 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/inject_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/inject_template.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/entity-server/templates/src/main/kotlin/package/common/patch_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/patch_template.ejs index 800b3ae06..58acb9556 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/patch_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/patch_template.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/entity-server/templates/src/main/kotlin/package/common/search_stream_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/search_stream_template.ejs index 695d261ea..5c8e27252 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/search_stream_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/search_stream_template.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/entity-server/templates/src/main/kotlin/package/common/search_template.ejs b/generators/entity-server/templates/src/main/kotlin/package/common/search_template.ejs index 1f8feaacd..db119f2b8 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/common/search_template.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/common/search_template.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.ejs index 8a958febb..c1eee7412 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.ejs @@ -1,6 +1,6 @@ <%# - 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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.elastic_search.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.elastic_search.ejs index 948f585ff..b8aeef6e7 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.elastic_search.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.elastic_search.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.hibernate_cache.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.hibernate_cache.ejs index 97e165edb..c194f6fac 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.hibernate_cache.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.hibernate_cache.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_lifecycle_events.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_lifecycle_events.ejs index c9e9ab026..283a782cb 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_lifecycle_events.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_lifecycle_events.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_persistence.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_persistence.ejs index 8da02eb59..cc3c3fd56 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_persistence.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_persistence.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_validation.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_validation.ejs index 90a0343ae..35a8eb56c 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_validation.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.javax_validation.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_cassandra.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_cassandra.ejs index 58eeebd5b..9abf6e72b 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_cassandra.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_cassandra.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_mongodb.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_mongodb.ejs index d0c0d5982..832bd40b2 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_mongodb.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_mongodb.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_neo4j.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_neo4j.ejs index bbc995b2e..b41c536ce 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_neo4j.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_neo4j.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_persistable.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_persistable.ejs index a655f2ae0..f94f0ea7b 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_persistable.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_persistable.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/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_reactive.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_reactive.ejs index b73d8690d..1aedccae9 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_reactive.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/Entity.kt.jhi.spring_data_reactive.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/entity-server/templates/src/main/kotlin/package/domain/EntityCallback.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/EntityCallback.kt.ejs index 94dbb454e..91b36378e 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/EntityCallback.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/EntityCallback.kt.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/entity-server/templates/src/main/kotlin/package/domain/enumeration/Entity.kt.jhi.javax_persistence.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/enumeration/Entity.kt.jhi.javax_persistence.ejs index bb8cef7e5..5ec1240c2 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/enumeration/Entity.kt.jhi.javax_persistence.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/enumeration/Entity.kt.jhi.javax_persistence.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/entity-server/templates/src/main/kotlin/package/domain/enumeration/Enum.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/enumeration/Enum.kt.ejs index 9e6b6096d..32d69bab2 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/enumeration/Enum.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/enumeration/Enum.kt.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/entity-server/templates/src/main/kotlin/package/domain/relationship_validators.ejs b/generators/entity-server/templates/src/main/kotlin/package/domain/relationship_validators.ejs index f12bbec0a..71fab6a0c 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/domain/relationship_validators.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/domain/relationship_validators.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/entity-server/templates/src/main/kotlin/package/repository/EntityRepository.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepository.kt.ejs index 2ded4528a..3dc145df3 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepository.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepository.kt.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/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryInternalImpl_reactive.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryInternalImpl_reactive.kt.ejs index c9a802148..2c7225972 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryInternalImpl_reactive.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryInternalImpl_reactive.kt.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/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationships.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationships.kt.ejs index aa199944f..100aec969 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationships.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationships.kt.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/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationshipsImpl.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationshipsImpl.kt.ejs index 65c067b68..3beb57ae2 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationshipsImpl.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepositoryWithBagRelationshipsImpl.kt.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/entity-server/templates/src/main/kotlin/package/repository/EntityRepository_reactive.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepository_reactive.kt.ejs index ef9677c4b..e0c3b39c1 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepository_reactive.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/EntityRepository_reactive.kt.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/entity-server/templates/src/main/kotlin/package/repository/EntitySqlHelper_reactive.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/EntitySqlHelper_reactive.kt.ejs index 8b9742a59..de3ee39b4 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/EntitySqlHelper_reactive.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/EntitySqlHelper_reactive.kt.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/entity-server/templates/src/main/kotlin/package/repository/rowmapper/EntityRowMapper.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/rowmapper/EntityRowMapper.kt.ejs index d0d4ce14b..6cc1aecbd 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/rowmapper/EntityRowMapper.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/rowmapper/EntityRowMapper.kt.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/entity-server/templates/src/main/kotlin/package/repository/search/EntitySearchRepository.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/repository/search/EntitySearchRepository.kt.ejs index 197eed71c..3023f55d8 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/repository/search/EntitySearchRepository.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/repository/search/EntitySearchRepository.kt.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/entity-server/templates/src/main/kotlin/package/service/EntityQueryService.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/service/EntityQueryService.kt.ejs index b3420b929..1eff77b80 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/service/EntityQueryService.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/service/EntityQueryService.kt.ejs @@ -1,5 +1,5 @@ <%# - Copyright 2013-2023 the original author or authors. + Copyright 2013-2024 the original author or authors. This file is part of the JHipster project, see https://www.jhipster.tech/ for more information. diff --git a/generators/entity-server/templates/src/main/kotlin/package/service/EntityService.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/service/EntityService.kt.ejs index 7e3e314b5..1421e3838 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/service/EntityService.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/service/EntityService.kt.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/entity-server/templates/src/main/kotlin/package/service/criteria/EntityCriteria.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/service/criteria/EntityCriteria.kt.ejs index 82e759288..97d72b384 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/service/criteria/EntityCriteria.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/service/criteria/EntityCriteria.kt.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/entity-server/templates/src/main/kotlin/package/service/dto/EntityDTO.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/service/dto/EntityDTO.kt.ejs index a593d3fd8..5c12af049 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/service/dto/EntityDTO.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/service/dto/EntityDTO.kt.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/entity-server/templates/src/main/kotlin/package/service/impl/EntityServiceImpl.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/service/impl/EntityServiceImpl.kt.ejs index a99321f6d..370a8a135 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/service/impl/EntityServiceImpl.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/service/impl/EntityServiceImpl.kt.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/entity-server/templates/src/main/kotlin/package/service/mapper/BaseEntityMapper.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/service/mapper/BaseEntityMapper.kt.ejs index 3198ffde8..3ed7077c2 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/service/mapper/BaseEntityMapper.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/service/mapper/BaseEntityMapper.kt.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/entity-server/templates/src/main/kotlin/package/service/mapper/EntityMapper.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/service/mapper/EntityMapper.kt.ejs index 0041fd782..ed807aee0 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/service/mapper/EntityMapper.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/service/mapper/EntityMapper.kt.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/entity-server/templates/src/main/kotlin/package/web/rest/EntityResource.kt.ejs b/generators/entity-server/templates/src/main/kotlin/package/web/rest/EntityResource.kt.ejs index 8d17de0df..36ae494fb 100644 --- a/generators/entity-server/templates/src/main/kotlin/package/web/rest/EntityResource.kt.ejs +++ b/generators/entity-server/templates/src/main/kotlin/package/web/rest/EntityResource.kt.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/entity-server/templates/src/test/kotlin/package/web/rest/EntityResourceIT.kt.ejs b/generators/entity-server/templates/src/test/kotlin/package/web/rest/EntityResourceIT.kt.ejs index cc4807f51..1fee8621b 100644 --- a/generators/entity-server/templates/src/test/kotlin/package/web/rest/EntityResourceIT.kt.ejs +++ b/generators/entity-server/templates/src/test/kotlin/package/web/rest/EntityResourceIT.kt.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/generator-kotlin-constants.js b/generators/generator-kotlin-constants.js index d32ba7f75..53d6014fd 100644 --- a/generators/generator-kotlin-constants.js +++ b/generators/generator-kotlin-constants.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/server/esm.mjs b/generators/server/esm.mjs index 485842bc3..4808e0424 100644 --- a/generators/server/esm.mjs +++ b/generators/server/esm.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/generators/server/files-couchbase.js b/generators/server/files-couchbase.js index 8eb81f95a..e072d66de 100644 --- a/generators/server/files-couchbase.js +++ b/generators/server/files-couchbase.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/server/files-sql.js b/generators/server/files-sql.js index 99345e6d9..8cdf46960 100644 --- a/generators/server/files-sql.js +++ b/generators/server/files-sql.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/server/files.js b/generators/server/files.js index 61871a87b..dbb646911 100644 --- a/generators/server/files.js +++ b/generators/server/files.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/server/generator.spec.mjs b/generators/server/generator.spec.mjs index a7082b609..3f586c27f 100644 --- a/generators/server/generator.spec.mjs +++ b/generators/server/generator.spec.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/generators/server/index.js b/generators/server/index.js index 299c781b4..3800e5cf4 100644 --- a/generators/server/index.js +++ b/generators/server/index.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/server/needles.cjs b/generators/server/needles.cjs index d430e3c91..5f3c8dca2 100644 --- a/generators/server/needles.cjs +++ b/generators/server/needles.cjs @@ -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/server/templates/couchbase/src/main/kotlin/package/repository/CouchbaseSearchRepository.kt.ejs b/generators/server/templates/couchbase/src/main/kotlin/package/repository/CouchbaseSearchRepository.kt.ejs index 88c54b480..75bb73c2e 100644 --- a/generators/server/templates/couchbase/src/main/kotlin/package/repository/CouchbaseSearchRepository.kt.ejs +++ b/generators/server/templates/couchbase/src/main/kotlin/package/repository/CouchbaseSearchRepository.kt.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/server/templates/couchbase/src/main/kotlin/package/repository/JHipsterCouchbaseRepository.kt.ejs b/generators/server/templates/couchbase/src/main/kotlin/package/repository/JHipsterCouchbaseRepository.kt.ejs index e5ba54b86..a6bf93684 100644 --- a/generators/server/templates/couchbase/src/main/kotlin/package/repository/JHipsterCouchbaseRepository.kt.ejs +++ b/generators/server/templates/couchbase/src/main/kotlin/package/repository/JHipsterCouchbaseRepository.kt.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/server/templates/couchbase/src/main/kotlin/package/repository/PersistentTokenRepository_couchbase.kt.ejs b/generators/server/templates/couchbase/src/main/kotlin/package/repository/PersistentTokenRepository_couchbase.kt.ejs index 256df186c..663b27d51 100644 --- a/generators/server/templates/couchbase/src/main/kotlin/package/repository/PersistentTokenRepository_couchbase.kt.ejs +++ b/generators/server/templates/couchbase/src/main/kotlin/package/repository/PersistentTokenRepository_couchbase.kt.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/server/templates/couchbase/src/test/kotlin/package/config/CouchbaseTestContainer.kt.ejs b/generators/server/templates/couchbase/src/test/kotlin/package/config/CouchbaseTestContainer.kt.ejs index d2bd6939c..5c3717790 100644 --- a/generators/server/templates/couchbase/src/test/kotlin/package/config/CouchbaseTestContainer.kt.ejs +++ b/generators/server/templates/couchbase/src/test/kotlin/package/config/CouchbaseTestContainer.kt.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/server/templates/couchbase/src/test/kotlin/package/config/EmbeddedCouchbase.kt.ejs b/generators/server/templates/couchbase/src/test/kotlin/package/config/EmbeddedCouchbase.kt.ejs index 9da041e33..a21c42417 100644 --- a/generators/server/templates/couchbase/src/test/kotlin/package/config/EmbeddedCouchbase.kt.ejs +++ b/generators/server/templates/couchbase/src/test/kotlin/package/config/EmbeddedCouchbase.kt.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/server/templates/couchbase/src/test/kotlin/package/repository/CouchbaseSearchRepositoryTest.kt.ejs b/generators/server/templates/couchbase/src/test/kotlin/package/repository/CouchbaseSearchRepositoryTest.kt.ejs index 2e4e71579..3886e089d 100644 --- a/generators/server/templates/couchbase/src/test/kotlin/package/repository/CouchbaseSearchRepositoryTest.kt.ejs +++ b/generators/server/templates/couchbase/src/test/kotlin/package/repository/CouchbaseSearchRepositoryTest.kt.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/server/templates/gradle/kotlin.gradle.ejs b/generators/server/templates/gradle/kotlin.gradle.ejs index 4ce9596c4..3617adeb5 100644 --- a/generators/server/templates/gradle/kotlin.gradle.ejs +++ b/generators/server/templates/gradle/kotlin.gradle.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/server/templates/sql/common/src/main/kotlin/package/config/LiquibaseConfiguration.kt.ejs b/generators/server/templates/sql/common/src/main/kotlin/package/config/LiquibaseConfiguration.kt.ejs index 73c926f66..b12b922b7 100644 --- a/generators/server/templates/sql/common/src/main/kotlin/package/config/LiquibaseConfiguration.kt.ejs +++ b/generators/server/templates/sql/common/src/main/kotlin/package/config/LiquibaseConfiguration.kt.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/server/templates/sql/common/src/test/kotlin/package/config/EmbeddedSQL.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/config/EmbeddedSQL.kt.ejs index 2fbe3ea71..fe3faab5d 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/config/EmbeddedSQL.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/config/EmbeddedSQL.kt.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/server/templates/sql/common/src/test/kotlin/package/config/MariadbTestContainer.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/config/MariadbTestContainer.kt.ejs index 998f67f8d..9227133a4 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/config/MariadbTestContainer.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/config/MariadbTestContainer.kt.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/server/templates/sql/common/src/test/kotlin/package/config/MsSqlTestContainer.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/config/MsSqlTestContainer.kt.ejs index 4feb98146..4a64e0573 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/config/MsSqlTestContainer.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/config/MsSqlTestContainer.kt.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/server/templates/sql/common/src/test/kotlin/package/config/MysqlTestContainer.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/config/MysqlTestContainer.kt.ejs index 941558021..e94f4cb4a 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/config/MysqlTestContainer.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/config/MysqlTestContainer.kt.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/server/templates/sql/common/src/test/kotlin/package/config/PostgreSqlTestContainer.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/config/PostgreSqlTestContainer.kt.ejs index 490ca87e0..a0f453c2a 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/config/PostgreSqlTestContainer.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/config/PostgreSqlTestContainer.kt.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/server/templates/sql/common/src/test/kotlin/package/config/SqlTestContainer.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/config/SqlTestContainer.kt.ejs index 12f108d52..772451bb6 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/config/SqlTestContainer.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/config/SqlTestContainer.kt.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/server/templates/sql/common/src/test/kotlin/package/config/timezone/HibernateTimeZoneIT.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/config/timezone/HibernateTimeZoneIT.kt.ejs index 1cfa09a67..80f458959 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/config/timezone/HibernateTimeZoneIT.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/config/timezone/HibernateTimeZoneIT.kt.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/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapper.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapper.kt.ejs index d65d00ef5..99b1f8d4e 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapper.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapper.kt.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/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapperRepository.kt.ejs b/generators/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapperRepository.kt.ejs index 8deb1c7a0..ddd20c1d8 100644 --- a/generators/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapperRepository.kt.ejs +++ b/generators/server/templates/sql/common/src/test/kotlin/package/repository/timezone/DateTimeWrapperRepository.kt.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/server/templates/sql/reactive/src/main/kotlin/package/repository/EntityManager.kt.ejs b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/EntityManager.kt.ejs index 3a306195d..a9dbd193c 100644 --- a/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/EntityManager.kt.ejs +++ b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/EntityManager.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/UserSqlHelper.kt.ejs b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/UserSqlHelper.kt.ejs index c5da1ee18..4081efecc 100644 --- a/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/UserSqlHelper.kt.ejs +++ b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/UserSqlHelper.kt.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/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/ColumnConverter.kt.ejs b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/ColumnConverter.kt.ejs index cb6fe2557..43685a236 100644 --- a/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/ColumnConverter.kt.ejs +++ b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/ColumnConverter.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/UserRowMapper.kt.ejs b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/UserRowMapper.kt.ejs index d8db3cf7a..42315fdb1 100644 --- a/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/UserRowMapper.kt.ejs +++ b/generators/server/templates/sql/reactive/src/main/kotlin/package/repository/rowmapper/UserRowMapper.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/Application.kt.ejs b/generators/server/templates/src/main/kotlin/package/Application.kt.ejs index 36657bf5d..3526e54e7 100644 --- a/generators/server/templates/src/main/kotlin/package/Application.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/Application.kt.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/server/templates/src/main/kotlin/package/ApplicationWebXml.kt.ejs b/generators/server/templates/src/main/kotlin/package/ApplicationWebXml.kt.ejs index 2618774db..65fdd1367 100644 --- a/generators/server/templates/src/main/kotlin/package/ApplicationWebXml.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/ApplicationWebXml.kt.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/server/templates/src/main/kotlin/package/GeneratedByJHipster.kt.ejs b/generators/server/templates/src/main/kotlin/package/GeneratedByJHipster.kt.ejs index 6d50c3c02..ebe964639 100644 --- a/generators/server/templates/src/main/kotlin/package/GeneratedByJHipster.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/GeneratedByJHipster.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/aop/logging/LoggingAspect.kt.ejs b/generators/server/templates/src/main/kotlin/package/aop/logging/LoggingAspect.kt.ejs index 66f2e51ff..30ec80aaa 100644 --- a/generators/server/templates/src/main/kotlin/package/aop/logging/LoggingAspect.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/aop/logging/LoggingAspect.kt.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/server/templates/src/main/kotlin/package/client/AuthorizedFeignClient.kt.ejs b/generators/server/templates/src/main/kotlin/package/client/AuthorizedFeignClient.kt.ejs index 4c3067bf1..881865d63 100644 --- a/generators/server/templates/src/main/kotlin/package/client/AuthorizedFeignClient.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/client/AuthorizedFeignClient.kt.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/server/templates/src/main/kotlin/package/client/AuthorizedUserFeignClient.kt.ejs b/generators/server/templates/src/main/kotlin/package/client/AuthorizedUserFeignClient.kt.ejs index 6c60ead02..72d66a0c1 100644 --- a/generators/server/templates/src/main/kotlin/package/client/AuthorizedUserFeignClient.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/client/AuthorizedUserFeignClient.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/client/JWT_UserFeignClientInterceptor.kt.ejs b/generators/server/templates/src/main/kotlin/package/client/JWT_UserFeignClientInterceptor.kt.ejs index a553f446e..0181805c3 100644 --- a/generators/server/templates/src/main/kotlin/package/client/JWT_UserFeignClientInterceptor.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/client/JWT_UserFeignClientInterceptor.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/client/OAuth2InterceptedFeignConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/client/OAuth2InterceptedFeignConfiguration.kt.ejs index fd271510a..11afb35c9 100644 --- a/generators/server/templates/src/main/kotlin/package/client/OAuth2InterceptedFeignConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/client/OAuth2InterceptedFeignConfiguration.kt.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/server/templates/src/main/kotlin/package/client/OAuth2UserClientFeignConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/client/OAuth2UserClientFeignConfiguration.kt.ejs index 76b3e93bd..d6cfc131f 100644 --- a/generators/server/templates/src/main/kotlin/package/client/OAuth2UserClientFeignConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/client/OAuth2UserClientFeignConfiguration.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/client/OAuth2_UserFeignClientInterceptor.kt.ejs b/generators/server/templates/src/main/kotlin/package/client/OAuth2_UserFeignClientInterceptor.kt.ejs index 0c36282fa..75a1e938f 100644 --- a/generators/server/templates/src/main/kotlin/package/client/OAuth2_UserFeignClientInterceptor.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/client/OAuth2_UserFeignClientInterceptor.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/client/TokenRelayRequestInterceptor.kt.ejs b/generators/server/templates/src/main/kotlin/package/client/TokenRelayRequestInterceptor.kt.ejs index ec7080449..b4e7ea534 100644 --- a/generators/server/templates/src/main/kotlin/package/client/TokenRelayRequestInterceptor.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/client/TokenRelayRequestInterceptor.kt.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/server/templates/src/main/kotlin/package/config/ApplicationProperties.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/ApplicationProperties.kt.ejs index c9ba8173b..255618a39 100644 --- a/generators/server/templates/src/main/kotlin/package/config/ApplicationProperties.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/ApplicationProperties.kt.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/server/templates/src/main/kotlin/package/config/AsyncConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/AsyncConfiguration.kt.ejs index 401aafad9..26d1e94eb 100644 --- a/generators/server/templates/src/main/kotlin/package/config/AsyncConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/AsyncConfiguration.kt.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/server/templates/src/main/kotlin/package/config/CacheConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/CacheConfiguration.kt.ejs index 0317d8545..7aba87fcf 100644 --- a/generators/server/templates/src/main/kotlin/package/config/CacheConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/CacheConfiguration.kt.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/server/templates/src/main/kotlin/package/config/CacheFactoryConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/CacheFactoryConfiguration.kt.ejs index 2d951efd0..230b4e95f 100644 --- a/generators/server/templates/src/main/kotlin/package/config/CacheFactoryConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/CacheFactoryConfiguration.kt.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/server/templates/src/main/kotlin/package/config/Constants.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/Constants.kt.ejs index 1bf06c554..c5925bd62 100644 --- a/generators/server/templates/src/main/kotlin/package/config/Constants.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/Constants.kt.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/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_cassandra.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_cassandra.kt.ejs index a0c77c81d..1bd61d525 100644 --- a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_cassandra.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_cassandra.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_couchbase.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_couchbase.kt.ejs index 33fb9999b..e9c5a7e9f 100644 --- a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_couchbase.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_couchbase.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_mongodb.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_mongodb.kt.ejs index d95a043e8..1f1ae4bbe 100644 --- a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_mongodb.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_mongodb.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_neo4j.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_neo4j.kt.ejs index bdd3d9287..37dfde97e 100644 --- a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_neo4j.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_neo4j.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_sql.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_sql.kt.ejs index 0740975f4..3ca0cbf31 100644 --- a/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_sql.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/DatabaseConfiguration_sql.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/config/DateTimeFormatConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/DateTimeFormatConfiguration.kt.ejs index b66965d5b..07c1f80c4 100644 --- a/generators/server/templates/src/main/kotlin/package/config/DateTimeFormatConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/DateTimeFormatConfiguration.kt.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/server/templates/src/main/kotlin/package/config/ElasticsearchConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/ElasticsearchConfiguration.kt.ejs index cc285a52f..442dae0eb 100644 --- a/generators/server/templates/src/main/kotlin/package/config/ElasticsearchConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/ElasticsearchConfiguration.kt.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/server/templates/src/main/kotlin/package/config/EurekaWorkaroundConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/EurekaWorkaroundConfiguration.kt.ejs index 36978fd08..896e585b3 100644 --- a/generators/server/templates/src/main/kotlin/package/config/EurekaWorkaroundConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/EurekaWorkaroundConfiguration.kt.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/server/templates/src/main/kotlin/package/config/FeignConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/FeignConfiguration.kt.ejs index 97ac87e1e..8d7e8416c 100644 --- a/generators/server/templates/src/main/kotlin/package/config/FeignConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/FeignConfiguration.kt.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/server/templates/src/main/kotlin/package/config/JacksonConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/JacksonConfiguration.kt.ejs index 5ecf34fba..f7bbed027 100644 --- a/generators/server/templates/src/main/kotlin/package/config/JacksonConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/JacksonConfiguration.kt.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/server/templates/src/main/kotlin/package/config/KafkaSseConsumer.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/KafkaSseConsumer.kt.ejs index 97166c88d..e452c32a9 100644 --- a/generators/server/templates/src/main/kotlin/package/config/KafkaSseConsumer.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/KafkaSseConsumer.kt.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/server/templates/src/main/kotlin/package/config/KafkaSseProducer.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/KafkaSseProducer.kt.ejs index 1b36c5e48..f170c0f6d 100644 --- a/generators/server/templates/src/main/kotlin/package/config/KafkaSseProducer.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/KafkaSseProducer.kt.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/server/templates/src/main/kotlin/package/config/LocaleConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/LocaleConfiguration.kt.ejs index 06db7a202..1beacf380 100644 --- a/generators/server/templates/src/main/kotlin/package/config/LocaleConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/LocaleConfiguration.kt.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/server/templates/src/main/kotlin/package/config/LoggingAspectConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/LoggingAspectConfiguration.kt.ejs index 972a2e2ac..7f4f9f6f8 100644 --- a/generators/server/templates/src/main/kotlin/package/config/LoggingAspectConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/LoggingAspectConfiguration.kt.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/server/templates/src/main/kotlin/package/config/LoggingConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/LoggingConfiguration.kt.ejs index 19acc753a..f0cc571a1 100644 --- a/generators/server/templates/src/main/kotlin/package/config/LoggingConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/LoggingConfiguration.kt.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/server/templates/src/main/kotlin/package/config/OpenApiConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/OpenApiConfiguration.kt.ejs index fc8bf6ca8..c9e4bbd04 100644 --- a/generators/server/templates/src/main/kotlin/package/config/OpenApiConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/OpenApiConfiguration.kt.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/server/templates/src/main/kotlin/package/config/SecurityConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/SecurityConfiguration.kt.ejs index 97efe1dd4..465f5fcd4 100644 --- a/generators/server/templates/src/main/kotlin/package/config/SecurityConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/SecurityConfiguration.kt.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/server/templates/src/main/kotlin/package/config/SecurityConfiguration_reactive.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/SecurityConfiguration_reactive.kt.ejs index 5d0e4bb60..614c9bf23 100644 --- a/generators/server/templates/src/main/kotlin/package/config/SecurityConfiguration_reactive.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/SecurityConfiguration_reactive.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/config/StaticResourcesWebConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/StaticResourcesWebConfiguration.kt.ejs index f8eda0ec4..206eef722 100644 --- a/generators/server/templates/src/main/kotlin/package/config/StaticResourcesWebConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/StaticResourcesWebConfiguration.kt.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/server/templates/src/main/kotlin/package/config/WebConfigurer.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/WebConfigurer.kt.ejs index c85ba04a1..9ec988a34 100644 --- a/generators/server/templates/src/main/kotlin/package/config/WebConfigurer.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/WebConfigurer.kt.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/server/templates/src/main/kotlin/package/config/WebsocketConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/WebsocketConfiguration.kt.ejs index c1f8730b9..d67f8b071 100644 --- a/generators/server/templates/src/main/kotlin/package/config/WebsocketConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/WebsocketConfiguration.kt.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/server/templates/src/main/kotlin/package/config/WebsocketSecurityConfiguration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/WebsocketSecurityConfiguration.kt.ejs index 3aa46dfef..114efc9e7 100644 --- a/generators/server/templates/src/main/kotlin/package/config/WebsocketSecurityConfiguration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/WebsocketSecurityConfiguration.kt.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/server/templates/src/main/kotlin/package/config/dbmigrations/InitialSetupMigration.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/dbmigrations/InitialSetupMigration.kt.ejs index 2d3b2b83c..a778cc7f3 100644 --- a/generators/server/templates/src/main/kotlin/package/config/dbmigrations/InitialSetupMigration.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/dbmigrations/InitialSetupMigration.kt.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/server/templates/src/main/kotlin/package/config/neo4j/Neo4jMigrations.kt.ejs b/generators/server/templates/src/main/kotlin/package/config/neo4j/Neo4jMigrations.kt.ejs index 039cfb542..19d95b4b7 100644 --- a/generators/server/templates/src/main/kotlin/package/config/neo4j/Neo4jMigrations.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/config/neo4j/Neo4jMigrations.kt.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/server/templates/src/main/kotlin/package/domain/AbstractAuditingEntity.kt.ejs b/generators/server/templates/src/main/kotlin/package/domain/AbstractAuditingEntity.kt.ejs index 9833c5fa8..d8f0a1581 100644 --- a/generators/server/templates/src/main/kotlin/package/domain/AbstractAuditingEntity.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/domain/AbstractAuditingEntity.kt.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/server/templates/src/main/kotlin/package/domain/Authority.kt.ejs b/generators/server/templates/src/main/kotlin/package/domain/Authority.kt.ejs index 5a2458508..6c4ffb869 100644 --- a/generators/server/templates/src/main/kotlin/package/domain/Authority.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/domain/Authority.kt.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/server/templates/src/main/kotlin/package/domain/PersistentToken.kt.ejs b/generators/server/templates/src/main/kotlin/package/domain/PersistentToken.kt.ejs index 4530de680..d43f5708b 100644 --- a/generators/server/templates/src/main/kotlin/package/domain/PersistentToken.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/domain/PersistentToken.kt.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/server/templates/src/main/kotlin/package/domain/User.kt.ejs b/generators/server/templates/src/main/kotlin/package/domain/User.kt.ejs index 937f51be5..47748f09e 100644 --- a/generators/server/templates/src/main/kotlin/package/domain/User.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/domain/User.kt.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/server/templates/src/main/kotlin/package/management/SecurityMetersService.kt.ejs b/generators/server/templates/src/main/kotlin/package/management/SecurityMetersService.kt.ejs index 57e5044b3..c22894f38 100644 --- a/generators/server/templates/src/main/kotlin/package/management/SecurityMetersService.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/management/SecurityMetersService.kt.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/server/templates/src/main/kotlin/package/repository/AuthorityRepository.kt.ejs b/generators/server/templates/src/main/kotlin/package/repository/AuthorityRepository.kt.ejs index bf7b6ebd1..a02c52029 100644 --- a/generators/server/templates/src/main/kotlin/package/repository/AuthorityRepository.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/repository/AuthorityRepository.kt.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/server/templates/src/main/kotlin/package/repository/PersistentTokenRepository.kt.ejs b/generators/server/templates/src/main/kotlin/package/repository/PersistentTokenRepository.kt.ejs index 34fbaa482..ef5b6ab78 100644 --- a/generators/server/templates/src/main/kotlin/package/repository/PersistentTokenRepository.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/repository/PersistentTokenRepository.kt.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/server/templates/src/main/kotlin/package/repository/UserRepository.kt.ejs b/generators/server/templates/src/main/kotlin/package/repository/UserRepository.kt.ejs index 8197a4c56..a3b5eaf2e 100644 --- a/generators/server/templates/src/main/kotlin/package/repository/UserRepository.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/repository/UserRepository.kt.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/server/templates/src/main/kotlin/package/repository/search/UserSearchRepository.kt.ejs b/generators/server/templates/src/main/kotlin/package/repository/search/UserSearchRepository.kt.ejs index f25d2e311..63930dd92 100644 --- a/generators/server/templates/src/main/kotlin/package/repository/search/UserSearchRepository.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/repository/search/UserSearchRepository.kt.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/server/templates/src/main/kotlin/package/security/AuthoritiesConstants.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/AuthoritiesConstants.kt.ejs index 1bdb618da..b2c6665f3 100644 --- a/generators/server/templates/src/main/kotlin/package/security/AuthoritiesConstants.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/AuthoritiesConstants.kt.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/server/templates/src/main/kotlin/package/security/DomainUserDetailsService.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/DomainUserDetailsService.kt.ejs index dfa539847..aa8318e0f 100644 --- a/generators/server/templates/src/main/kotlin/package/security/DomainUserDetailsService.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/DomainUserDetailsService.kt.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/server/templates/src/main/kotlin/package/security/IatTokenEnhancer.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/IatTokenEnhancer.kt.ejs index f00421bef..8a85d9b16 100644 --- a/generators/server/templates/src/main/kotlin/package/security/IatTokenEnhancer.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/IatTokenEnhancer.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/security/PersistentTokenRememberMeServices.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/PersistentTokenRememberMeServices.kt.ejs index aaaedca99..6db0719af 100644 --- a/generators/server/templates/src/main/kotlin/package/security/PersistentTokenRememberMeServices.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/PersistentTokenRememberMeServices.kt.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/server/templates/src/main/kotlin/package/security/SecurityUtils.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/SecurityUtils.kt.ejs index 91db67447..b7b6e4dda 100644 --- a/generators/server/templates/src/main/kotlin/package/security/SecurityUtils.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/SecurityUtils.kt.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/server/templates/src/main/kotlin/package/security/SpringSecurityAuditorAware.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/SpringSecurityAuditorAware.kt.ejs index 5013dfa87..27d747827 100644 --- a/generators/server/templates/src/main/kotlin/package/security/SpringSecurityAuditorAware.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/SpringSecurityAuditorAware.kt.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/server/templates/src/main/kotlin/package/security/UserNotActivatedException.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/UserNotActivatedException.kt.ejs index cd5068753..9e9c4d434 100644 --- a/generators/server/templates/src/main/kotlin/package/security/UserNotActivatedException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/UserNotActivatedException.kt.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/server/templates/src/main/kotlin/package/security/jwt/JWTConfigurer.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/jwt/JWTConfigurer.kt.ejs index ba68be8dc..cda7ff16c 100644 --- a/generators/server/templates/src/main/kotlin/package/security/jwt/JWTConfigurer.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/jwt/JWTConfigurer.kt.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/server/templates/src/main/kotlin/package/security/jwt/JWTFilter.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/jwt/JWTFilter.kt.ejs index f4e822fa1..7f1fe14aa 100644 --- a/generators/server/templates/src/main/kotlin/package/security/jwt/JWTFilter.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/jwt/JWTFilter.kt.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/server/templates/src/main/kotlin/package/security/jwt/JWTRelayGatewayFilterFactory.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/jwt/JWTRelayGatewayFilterFactory.kt.ejs index b93f72a83..99e66fced 100644 --- a/generators/server/templates/src/main/kotlin/package/security/jwt/JWTRelayGatewayFilterFactory.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/jwt/JWTRelayGatewayFilterFactory.kt.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/server/templates/src/main/kotlin/package/security/jwt/TokenProvider.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/jwt/TokenProvider.kt.ejs index e72f73e4e..65fab9ebb 100644 --- a/generators/server/templates/src/main/kotlin/package/security/jwt/TokenProvider.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/jwt/TokenProvider.kt.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/server/templates/src/main/kotlin/package/security/oauth2/AudienceValidator.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/oauth2/AudienceValidator.kt.ejs index c3bf4dc39..943cfe51c 100644 --- a/generators/server/templates/src/main/kotlin/package/security/oauth2/AudienceValidator.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/oauth2/AudienceValidator.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/security/oauth2/AuthorizationHeaderUtil.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/oauth2/AuthorizationHeaderUtil.kt.ejs index 082446e05..b02f8e516 100644 --- a/generators/server/templates/src/main/kotlin/package/security/oauth2/AuthorizationHeaderUtil.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/oauth2/AuthorizationHeaderUtil.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/security/oauth2/CachedUserInfoTokenServices.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/oauth2/CachedUserInfoTokenServices.kt.ejs index 551d19ad1..9c29b3dca 100644 --- a/generators/server/templates/src/main/kotlin/package/security/oauth2/CachedUserInfoTokenServices.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/oauth2/CachedUserInfoTokenServices.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/security/oauth2/CustomClaimConverter.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/oauth2/CustomClaimConverter.kt.ejs index f54e8cf7d..fe82d0530 100644 --- a/generators/server/templates/src/main/kotlin/package/security/oauth2/CustomClaimConverter.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/oauth2/CustomClaimConverter.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/security/oauth2/SimpleAuthoritiesExtractor.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/oauth2/SimpleAuthoritiesExtractor.kt.ejs index b1a7f4ce2..f4b235dd4 100644 --- a/generators/server/templates/src/main/kotlin/package/security/oauth2/SimpleAuthoritiesExtractor.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/oauth2/SimpleAuthoritiesExtractor.kt.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/server/templates/src/main/kotlin/package/security/oauth2/SimplePrincipalExtractor.kt.ejs b/generators/server/templates/src/main/kotlin/package/security/oauth2/SimplePrincipalExtractor.kt.ejs index bc7367d18..fb6ef6117 100644 --- a/generators/server/templates/src/main/kotlin/package/security/oauth2/SimplePrincipalExtractor.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/security/oauth2/SimplePrincipalExtractor.kt.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/server/templates/src/main/kotlin/package/service/EmailAlreadyUsedException.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/EmailAlreadyUsedException.kt.ejs index 5dfcb9a71..8d19fb9b7 100644 --- a/generators/server/templates/src/main/kotlin/package/service/EmailAlreadyUsedException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/EmailAlreadyUsedException.kt.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/server/templates/src/main/kotlin/package/service/InvalidPasswordException.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/InvalidPasswordException.kt.ejs index c1e2ae47a..03fdf8027 100644 --- a/generators/server/templates/src/main/kotlin/package/service/InvalidPasswordException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/InvalidPasswordException.kt.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/server/templates/src/main/kotlin/package/service/MailService.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/MailService.kt.ejs index e517c56bc..3d352cae9 100644 --- a/generators/server/templates/src/main/kotlin/package/service/MailService.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/MailService.kt.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/server/templates/src/main/kotlin/package/service/UserService.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/UserService.kt.ejs index 185892e13..b86fbee2c 100644 --- a/generators/server/templates/src/main/kotlin/package/service/UserService.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/UserService.kt.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/server/templates/src/main/kotlin/package/service/UsernameAlreadyUsedException.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/UsernameAlreadyUsedException.kt.ejs index 0891776a5..7ad7145dd 100644 --- a/generators/server/templates/src/main/kotlin/package/service/UsernameAlreadyUsedException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/UsernameAlreadyUsedException.kt.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/server/templates/src/main/kotlin/package/service/dto/AdminUserDTO.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/dto/AdminUserDTO.kt.ejs index ec82adbaa..351562880 100644 --- a/generators/server/templates/src/main/kotlin/package/service/dto/AdminUserDTO.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/dto/AdminUserDTO.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/service/dto/PasswordChangeDTO.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/dto/PasswordChangeDTO.kt.ejs index 4a5655562..b5b78ebcb 100644 --- a/generators/server/templates/src/main/kotlin/package/service/dto/PasswordChangeDTO.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/dto/PasswordChangeDTO.kt.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/server/templates/src/main/kotlin/package/service/dto/UserDTO.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/dto/UserDTO.kt.ejs index 31a4c2165..d68dd6d1e 100644 --- a/generators/server/templates/src/main/kotlin/package/service/dto/UserDTO.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/dto/UserDTO.kt.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/server/templates/src/main/kotlin/package/service/mapper/UserMapper.kt.ejs b/generators/server/templates/src/main/kotlin/package/service/mapper/UserMapper.kt.ejs index c4418a6f6..090ddefd3 100644 --- a/generators/server/templates/src/main/kotlin/package/service/mapper/UserMapper.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/service/mapper/UserMapper.kt.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/server/templates/src/main/kotlin/package/web/filter/OAuth2ReactiveRefreshTokensWebFilter.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/filter/OAuth2ReactiveRefreshTokensWebFilter.kt.ejs index 803ba34d3..8faf85ca2 100644 --- a/generators/server/templates/src/main/kotlin/package/web/filter/OAuth2ReactiveRefreshTokensWebFilter.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/filter/OAuth2ReactiveRefreshTokensWebFilter.kt.ejs @@ -1,6 +1,6 @@ <%# - 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/server/templates/src/main/kotlin/package/web/filter/OAuth2RefreshTokensWebFilter.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/filter/OAuth2RefreshTokensWebFilter.kt.ejs index 2999d3636..c1cd922a3 100644 --- a/generators/server/templates/src/main/kotlin/package/web/filter/OAuth2RefreshTokensWebFilter.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/filter/OAuth2RefreshTokensWebFilter.kt.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/server/templates/src/main/kotlin/package/web/filter/SpaWebFilter.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/filter/SpaWebFilter.kt.ejs index cedcf27fa..5a53099f0 100644 --- a/generators/server/templates/src/main/kotlin/package/web/filter/SpaWebFilter.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/filter/SpaWebFilter.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/web/rest/AccountResource.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/AccountResource.kt.ejs index d445383f1..355585ca3 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/AccountResource.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/AccountResource.kt.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/server/templates/src/main/kotlin/package/web/rest/AuthInfoResource.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/AuthInfoResource.kt.ejs index da9646fd9..369eee09d 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/AuthInfoResource.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/AuthInfoResource.kt.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 http://www.jhipster.tech/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/web/rest/ClientForwardController.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/ClientForwardController.kt.ejs index 16f5bc1f0..71429b742 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/ClientForwardController.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/ClientForwardController.kt.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/server/templates/src/main/kotlin/package/web/rest/GatewayResource.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/GatewayResource.kt.ejs index ce550b292..90faacd49 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/GatewayResource.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/GatewayResource.kt.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/server/templates/src/main/kotlin/package/web/rest/KafkaResource.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/KafkaResource.kt.ejs index 916cc525e..01315ade3 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/KafkaResource.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/KafkaResource.kt.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/server/templates/src/main/kotlin/package/web/rest/KafkaResource_reactive.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/KafkaResource_reactive.kt.ejs index fd7f03821..cd9cc3e79 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/KafkaResource_reactive.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/KafkaResource_reactive.kt.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/server/templates/src/main/kotlin/package/web/rest/LogoutResource.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/LogoutResource.kt.ejs index 04ec419ed..825027ed7 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/LogoutResource.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/LogoutResource.kt.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/server/templates/src/main/kotlin/package/web/rest/LogoutResource_reactive.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/LogoutResource_reactive.kt.ejs index 5fc0ec8e7..b9c183e20 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/LogoutResource_reactive.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/LogoutResource_reactive.kt.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/server/templates/src/main/kotlin/package/web/rest/PublicUserResource.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/PublicUserResource.kt.ejs index d7ed0bba0..24c5c3930 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/PublicUserResource.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/PublicUserResource.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/main/kotlin/package/web/rest/UserJWTController.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/UserJWTController.kt.ejs index 605d64793..cebcabe17 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/UserJWTController.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/UserJWTController.kt.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/server/templates/src/main/kotlin/package/web/rest/UserResource.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/UserResource.kt.ejs index c5c1b3ab2..3d56fce6a 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/UserResource.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/UserResource.kt.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/server/templates/src/main/kotlin/package/web/rest/errors/BadRequestAlertException.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/errors/BadRequestAlertException.kt.ejs index fd3b13e64..aaa9504af 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/errors/BadRequestAlertException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/errors/BadRequestAlertException.kt.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/server/templates/src/main/kotlin/package/web/rest/errors/EmailAlreadyUsedException.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/errors/EmailAlreadyUsedException.kt.ejs index 5ad68e1c4..ccd2d9a1e 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/errors/EmailAlreadyUsedException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/errors/EmailAlreadyUsedException.kt.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/server/templates/src/main/kotlin/package/web/rest/errors/ErrorConstants.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/errors/ErrorConstants.kt.ejs index 59a9675cd..f84bc9d43 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/errors/ErrorConstants.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/errors/ErrorConstants.kt.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/server/templates/src/main/kotlin/package/web/rest/errors/ExceptionTranslator.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/errors/ExceptionTranslator.kt.ejs index 0d6b51d09..ab7ba88c7 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/errors/ExceptionTranslator.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/errors/ExceptionTranslator.kt.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/server/templates/src/main/kotlin/package/web/rest/errors/FieldErrorVM.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/errors/FieldErrorVM.kt.ejs index 6a7275191..4ae50e077 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/errors/FieldErrorVM.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/errors/FieldErrorVM.kt.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/server/templates/src/main/kotlin/package/web/rest/errors/InvalidPasswordException.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/errors/InvalidPasswordException.kt.ejs index bb66bb173..853e35c3d 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/errors/InvalidPasswordException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/errors/InvalidPasswordException.kt.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/server/templates/src/main/kotlin/package/web/rest/errors/LoginAlreadyUsedException.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/errors/LoginAlreadyUsedException.kt.ejs index 8e462fe27..288af0498 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/errors/LoginAlreadyUsedException.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/errors/LoginAlreadyUsedException.kt.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/server/templates/src/main/kotlin/package/web/rest/vm/KeyAndPasswordVM.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/vm/KeyAndPasswordVM.kt.ejs index e0e828ee1..2bd967883 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/vm/KeyAndPasswordVM.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/vm/KeyAndPasswordVM.kt.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/server/templates/src/main/kotlin/package/web/rest/vm/LoginVM.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/vm/LoginVM.kt.ejs index 84fa6eebc..bef218e35 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/vm/LoginVM.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/vm/LoginVM.kt.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/server/templates/src/main/kotlin/package/web/rest/vm/ManagedUserVM.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/vm/ManagedUserVM.kt.ejs index 83fa1e2c7..272a7abc0 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/vm/ManagedUserVM.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/vm/ManagedUserVM.kt.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/server/templates/src/main/kotlin/package/web/rest/vm/RouteVM.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/rest/vm/RouteVM.kt.ejs index b81d822a1..dba571042 100644 --- a/generators/server/templates/src/main/kotlin/package/web/rest/vm/RouteVM.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/rest/vm/RouteVM.kt.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/server/templates/src/main/kotlin/package/web/websocket/ActivityService.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/websocket/ActivityService.kt.ejs index c29a4dc07..480c78881 100644 --- a/generators/server/templates/src/main/kotlin/package/web/websocket/ActivityService.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/websocket/ActivityService.kt.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/server/templates/src/main/kotlin/package/web/websocket/dto/ActivityDTO.kt.ejs b/generators/server/templates/src/main/kotlin/package/web/websocket/dto/ActivityDTO.kt.ejs index 9da9b9180..a0ef2b57f 100644 --- a/generators/server/templates/src/main/kotlin/package/web/websocket/dto/ActivityDTO.kt.ejs +++ b/generators/server/templates/src/main/kotlin/package/web/websocket/dto/ActivityDTO.kt.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/server/templates/src/test/kotlin/package/CassandraKeyspaceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/CassandraKeyspaceIT.kt.ejs index 4d7079afd..307a8478c 100644 --- a/generators/server/templates/src/test/kotlin/package/CassandraKeyspaceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/CassandraKeyspaceIT.kt.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/server/templates/src/test/kotlin/package/IntegrationTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/IntegrationTest.kt.ejs index 27485c389..a80d022a0 100644 --- a/generators/server/templates/src/test/kotlin/package/IntegrationTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/IntegrationTest.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/TechnicalStructureTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/TechnicalStructureTest.kt.ejs index dcdaa1da3..aaf77e8df 100644 --- a/generators/server/templates/src/test/kotlin/package/TechnicalStructureTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/TechnicalStructureTest.kt.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/server/templates/src/test/kotlin/package/config/AsyncSyncConfiguration.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/AsyncSyncConfiguration.kt.ejs index 08ea74e05..494a1726b 100644 --- a/generators/server/templates/src/test/kotlin/package/config/AsyncSyncConfiguration.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/AsyncSyncConfiguration.kt.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/server/templates/src/test/kotlin/package/config/CassandraTestContainer.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/CassandraTestContainer.kt.ejs index 128999206..9004ec681 100644 --- a/generators/server/templates/src/test/kotlin/package/config/CassandraTestContainer.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/CassandraTestContainer.kt.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/server/templates/src/test/kotlin/package/config/ElasticsearchTestConfiguration.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/ElasticsearchTestConfiguration.kt.ejs index 27bfea87c..2cc54aebc 100644 --- a/generators/server/templates/src/test/kotlin/package/config/ElasticsearchTestConfiguration.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/ElasticsearchTestConfiguration.kt.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/server/templates/src/test/kotlin/package/config/ElasticsearchTestContainer.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/ElasticsearchTestContainer.kt.ejs index c5a144664..1ba45c38f 100644 --- a/generators/server/templates/src/test/kotlin/package/config/ElasticsearchTestContainer.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/ElasticsearchTestContainer.kt.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/server/templates/src/test/kotlin/package/config/EmbeddedElasticsearch.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/EmbeddedElasticsearch.kt.ejs index 88238bbb6..635cfe46c 100644 --- a/generators/server/templates/src/test/kotlin/package/config/EmbeddedElasticsearch.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/EmbeddedElasticsearch.kt.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/server/templates/src/test/kotlin/package/config/EmbeddedKafka.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/EmbeddedKafka.kt.ejs index 6d3ed34dc..6bc368f63 100644 --- a/generators/server/templates/src/test/kotlin/package/config/EmbeddedKafka.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/EmbeddedKafka.kt.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/server/templates/src/test/kotlin/package/config/EmbeddedMongo.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/EmbeddedMongo.kt.ejs index 3453fa4de..1b3b55d1a 100644 --- a/generators/server/templates/src/test/kotlin/package/config/EmbeddedMongo.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/EmbeddedMongo.kt.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/server/templates/src/test/kotlin/package/config/EmbeddedNeo4j.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/EmbeddedNeo4j.kt.ejs index 1c37f7651..8d21c4de0 100644 --- a/generators/server/templates/src/test/kotlin/package/config/EmbeddedNeo4j.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/EmbeddedNeo4j.kt.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/server/templates/src/test/kotlin/package/config/EmbeddedRedis.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/EmbeddedRedis.kt.ejs index d1446a63d..9376b6c9b 100644 --- a/generators/server/templates/src/test/kotlin/package/config/EmbeddedRedis.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/EmbeddedRedis.kt.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/server/templates/src/test/kotlin/package/config/JHipsterBlockHoundIntegration.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/JHipsterBlockHoundIntegration.kt.ejs index 81b0e6fab..549d91d19 100644 --- a/generators/server/templates/src/test/kotlin/package/config/JHipsterBlockHoundIntegration.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/JHipsterBlockHoundIntegration.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/config/KafkaTestContainer.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/KafkaTestContainer.kt.ejs index 5be7332a3..e3192e2d9 100644 --- a/generators/server/templates/src/test/kotlin/package/config/KafkaTestContainer.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/KafkaTestContainer.kt.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/server/templates/src/test/kotlin/package/config/MongoDbTestContainer.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/MongoDbTestContainer.kt.ejs index 8dcc3345c..3f7c068cb 100644 --- a/generators/server/templates/src/test/kotlin/package/config/MongoDbTestContainer.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/MongoDbTestContainer.kt.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/server/templates/src/test/kotlin/package/config/Neo4jTestContainer.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/Neo4jTestContainer.kt.ejs index e97bc73af..bfa307538 100644 --- a/generators/server/templates/src/test/kotlin/package/config/Neo4jTestContainer.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/Neo4jTestContainer.kt.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/server/templates/src/test/kotlin/package/config/RedisTestContainer.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/RedisTestContainer.kt.ejs index 2d68e39c6..887d175aa 100644 --- a/generators/server/templates/src/test/kotlin/package/config/RedisTestContainer.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/RedisTestContainer.kt.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/server/templates/src/test/kotlin/package/config/SpringBootTestClassOrderer.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/SpringBootTestClassOrderer.kt.ejs index 967a78496..e57907db4 100644 --- a/generators/server/templates/src/test/kotlin/package/config/SpringBootTestClassOrderer.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/SpringBootTestClassOrderer.kt.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/server/templates/src/test/kotlin/package/config/StaticResourcesWebConfigurerTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/StaticResourcesWebConfigurerTest.kt.ejs index b32829e41..49657cd37 100644 --- a/generators/server/templates/src/test/kotlin/package/config/StaticResourcesWebConfigurerTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/StaticResourcesWebConfigurerTest.kt.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/server/templates/src/test/kotlin/package/config/TestContainersSpringContextCustomizerFactory.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/TestContainersSpringContextCustomizerFactory.kt.ejs index 43f89c61d..9e5f2658b 100644 --- a/generators/server/templates/src/test/kotlin/package/config/TestContainersSpringContextCustomizerFactory.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/TestContainersSpringContextCustomizerFactory.kt.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/server/templates/src/test/kotlin/package/config/TestSecurityConfiguration.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/TestSecurityConfiguration.kt.ejs index 77dbf8336..4962e6dda 100644 --- a/generators/server/templates/src/test/kotlin/package/config/TestSecurityConfiguration.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/TestSecurityConfiguration.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/config/WebConfigurerTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/WebConfigurerTest.kt.ejs index e21089367..a708272fe 100644 --- a/generators/server/templates/src/test/kotlin/package/config/WebConfigurerTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/WebConfigurerTest.kt.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/server/templates/src/test/kotlin/package/config/WebConfigurerTestController.kt.ejs b/generators/server/templates/src/test/kotlin/package/config/WebConfigurerTestController.kt.ejs index a28b3c3e6..622ee5763 100644 --- a/generators/server/templates/src/test/kotlin/package/config/WebConfigurerTestController.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/config/WebConfigurerTestController.kt.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/server/templates/src/test/kotlin/package/cucumber/CucumberIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/cucumber/CucumberIT.kt.ejs index 1c953409c..dfa50b00e 100644 --- a/generators/server/templates/src/test/kotlin/package/cucumber/CucumberIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/cucumber/CucumberIT.kt.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/server/templates/src/test/kotlin/package/cucumber/CucumberTestContextConfiguration.kt.ejs b/generators/server/templates/src/test/kotlin/package/cucumber/CucumberTestContextConfiguration.kt.ejs index 9f8c521d5..9f885e4e3 100644 --- a/generators/server/templates/src/test/kotlin/package/cucumber/CucumberTestContextConfiguration.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/cucumber/CucumberTestContextConfiguration.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/cucumber/stepdefs/StepDefs.kt.ejs b/generators/server/templates/src/test/kotlin/package/cucumber/stepdefs/StepDefs.kt.ejs index d8b132851..43abe7f2e 100644 --- a/generators/server/templates/src/test/kotlin/package/cucumber/stepdefs/StepDefs.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/cucumber/stepdefs/StepDefs.kt.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/server/templates/src/test/kotlin/package/cucumber/stepdefs/UserStepDefs.kt.ejs b/generators/server/templates/src/test/kotlin/package/cucumber/stepdefs/UserStepDefs.kt.ejs index 1aa9b7dcc..0c855c8c8 100644 --- a/generators/server/templates/src/test/kotlin/package/cucumber/stepdefs/UserStepDefs.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/cucumber/stepdefs/UserStepDefs.kt.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/server/templates/src/test/kotlin/package/management/SecurityMetersServiceTests.kt.ejs b/generators/server/templates/src/test/kotlin/package/management/SecurityMetersServiceTests.kt.ejs index d9664ad24..3dc125dd3 100644 --- a/generators/server/templates/src/test/kotlin/package/management/SecurityMetersServiceTests.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/management/SecurityMetersServiceTests.kt.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/server/templates/src/test/kotlin/package/security/DomainUserDetailsServiceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/DomainUserDetailsServiceIT.kt.ejs index 77e102134..dbf9f9263 100644 --- a/generators/server/templates/src/test/kotlin/package/security/DomainUserDetailsServiceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/DomainUserDetailsServiceIT.kt.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/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest.kt.ejs index ac7750316..866a8103d 100644 --- a/generators/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest.kt.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/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest_reactive.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest_reactive.kt.ejs index b8cc27f2f..948dd676c 100644 --- a/generators/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest_reactive.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/SecurityUtilsUnitTest_reactive.kt.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/server/templates/src/test/kotlin/package/security/jwt/JWTFilterTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/jwt/JWTFilterTest.kt.ejs index c66db5720..b0f86ca26 100644 --- a/generators/server/templates/src/test/kotlin/package/security/jwt/JWTFilterTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/jwt/JWTFilterTest.kt.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/server/templates/src/test/kotlin/package/security/jwt/TokenProviderSecurityMetersTests.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/jwt/TokenProviderSecurityMetersTests.kt.ejs index 25e975174..708953698 100644 --- a/generators/server/templates/src/test/kotlin/package/security/jwt/TokenProviderSecurityMetersTests.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/jwt/TokenProviderSecurityMetersTests.kt.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/server/templates/src/test/kotlin/package/security/jwt/TokenProviderTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/jwt/TokenProviderTest.kt.ejs index af284ceea..808c05ff5 100644 --- a/generators/server/templates/src/test/kotlin/package/security/jwt/TokenProviderTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/jwt/TokenProviderTest.kt.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/server/templates/src/test/kotlin/package/security/oauth2/AudienceValidatorTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/oauth2/AudienceValidatorTest.kt.ejs index 450c293a0..4f4eb56c5 100644 --- a/generators/server/templates/src/test/kotlin/package/security/oauth2/AudienceValidatorTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/oauth2/AudienceValidatorTest.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/security/oauth2/AuthorizationHeaderUtilTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/oauth2/AuthorizationHeaderUtilTest.kt.ejs index b4e7ba095..7901bc485 100644 --- a/generators/server/templates/src/test/kotlin/package/security/oauth2/AuthorizationHeaderUtilTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/oauth2/AuthorizationHeaderUtilTest.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/security/oauth2/CookieTokenExtractorTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/oauth2/CookieTokenExtractorTest.kt.ejs index 29efb7737..a3c13503f 100644 --- a/generators/server/templates/src/test/kotlin/package/security/oauth2/CookieTokenExtractorTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/oauth2/CookieTokenExtractorTest.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/security/oauth2/CustomClaimConverterIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/security/oauth2/CustomClaimConverterIT.kt.ejs index 68b47b9bc..bebbb33f2 100644 --- a/generators/server/templates/src/test/kotlin/package/security/oauth2/CustomClaimConverterIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/security/oauth2/CustomClaimConverterIT.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/service/MailServiceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/service/MailServiceIT.kt.ejs index 52be5b6ad..f39b1a51e 100644 --- a/generators/server/templates/src/test/kotlin/package/service/MailServiceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/service/MailServiceIT.kt.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/server/templates/src/test/kotlin/package/service/UserServiceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/service/UserServiceIT.kt.ejs index 0284d18dc..553db8a60 100644 --- a/generators/server/templates/src/test/kotlin/package/service/UserServiceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/service/UserServiceIT.kt.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/server/templates/src/test/kotlin/package/service/mapper/UserMapperTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/service/mapper/UserMapperTest.kt.ejs index ec6ec9a1a..221b67f3d 100644 --- a/generators/server/templates/src/test/kotlin/package/service/mapper/UserMapperTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/service/mapper/UserMapperTest.kt.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/server/templates/src/test/kotlin/package/test/util/OAuth2TestUtil.kt.ejs b/generators/server/templates/src/test/kotlin/package/test/util/OAuth2TestUtil.kt.ejs index bd27a46fd..2a0d43031 100644 --- a/generators/server/templates/src/test/kotlin/package/test/util/OAuth2TestUtil.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/test/util/OAuth2TestUtil.kt.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/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT.kt.ejs index 0657f819a..74280c2dd 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT.kt.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/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_oauth2.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_oauth2.kt.ejs index dfa97eb6e..c6cc05b07 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_oauth2.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_oauth2.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_skipUserManagement.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_skipUserManagement.kt.ejs index 1b9447af4..82b53d889 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_skipUserManagement.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/AccountResourceIT_skipUserManagement.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/web/rest/ClientForwardControllerTest.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/ClientForwardControllerTest.kt.ejs index 4ff7ff101..6c03e0ed4 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/ClientForwardControllerTest.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/ClientForwardControllerTest.kt.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/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT.kt.ejs index ed1fc9750..5746fd8aa 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT.kt.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/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT_reactive.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT_reactive.kt.ejs index e45a7155c..e7e94f0c8 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT_reactive.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/KafkaResourceIT_reactive.kt.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/server/templates/src/test/kotlin/package/web/rest/LogoutResourceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/LogoutResourceIT.kt.ejs index e1a4d36b9..f5c632a75 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/LogoutResourceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/LogoutResourceIT.kt.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/server/templates/src/test/kotlin/package/web/rest/PublicUserResourceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/PublicUserResourceIT.kt.ejs index 1fccbc9f9..d36ec16e8 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/PublicUserResourceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/PublicUserResourceIT.kt.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://jhipster.github.io/ for more information. diff --git a/generators/server/templates/src/test/kotlin/package/web/rest/TestUtil.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/TestUtil.kt.ejs index dd3da28ce..f6e0df6cb 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/TestUtil.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/TestUtil.kt.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/server/templates/src/test/kotlin/package/web/rest/UserJWTControllerIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/UserJWTControllerIT.kt.ejs index 232aadb81..2b0334b93 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/UserJWTControllerIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/UserJWTControllerIT.kt.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/server/templates/src/test/kotlin/package/web/rest/UserResourceIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/UserResourceIT.kt.ejs index cd0b18c07..17e24a0c7 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/UserResourceIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/UserResourceIT.kt.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/server/templates/src/test/kotlin/package/web/rest/WithUnauthenticatedMockUser.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/WithUnauthenticatedMockUser.kt.ejs index f610fadb4..a84ac097d 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/WithUnauthenticatedMockUser.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/WithUnauthenticatedMockUser.kt.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/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT.kt.ejs index 83ddb4815..7d3d3a7ec 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT.kt.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/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT_reactive.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT_reactive.kt.ejs index 0ca14c620..ae1d760f8 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT_reactive.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorIT_reactive.kt.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/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorTestController.kt.ejs b/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorTestController.kt.ejs index 730f717b7..da4fbb580 100644 --- a/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorTestController.kt.ejs +++ b/generators/server/templates/src/test/kotlin/package/web/rest/errors/ExceptionTranslatorTestController.kt.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/spring-controller/index.js b/generators/spring-controller/index.js index ffceb5f71..52ad77719 100644 --- a/generators/spring-controller/index.js +++ b/generators/spring-controller/index.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/spring-controller/prompts.js b/generators/spring-controller/prompts.js index 8807a51cb..2ae37e076 100644 --- a/generators/spring-controller/prompts.js +++ b/generators/spring-controller/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/spring-controller/templates/src/main/kotlin/package/web/rest/Resource.kt.ejs b/generators/spring-controller/templates/src/main/kotlin/package/web/rest/Resource.kt.ejs index 6e1f7c71e..d5c4200dc 100644 --- a/generators/spring-controller/templates/src/main/kotlin/package/web/rest/Resource.kt.ejs +++ b/generators/spring-controller/templates/src/main/kotlin/package/web/rest/Resource.kt.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/spring-controller/templates/src/test/kotlin/package/web/rest/ResourceIT.kt.ejs b/generators/spring-controller/templates/src/test/kotlin/package/web/rest/ResourceIT.kt.ejs index 4e8d4bdc7..2488a44ff 100644 --- a/generators/spring-controller/templates/src/test/kotlin/package/web/rest/ResourceIT.kt.ejs +++ b/generators/spring-controller/templates/src/test/kotlin/package/web/rest/ResourceIT.kt.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/spring-service/esm.mjs b/generators/spring-service/esm.mjs index 75df1e627..2d63663d7 100644 --- a/generators/spring-service/esm.mjs +++ b/generators/spring-service/esm.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/generators/spring-service/index.js b/generators/spring-service/index.js index 1efd9034a..f8e1b2bb2 100644 --- a/generators/spring-service/index.js +++ b/generators/spring-service/index.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/spring-service/templates/src/main/kotlin/package/service/Service.kt.ejs b/generators/spring-service/templates/src/main/kotlin/package/service/Service.kt.ejs index 304cda2e5..5827767ee 100644 --- a/generators/spring-service/templates/src/main/kotlin/package/service/Service.kt.ejs +++ b/generators/spring-service/templates/src/main/kotlin/package/service/Service.kt.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 http://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the " diff --git a/generators/spring-service/templates/src/main/kotlin/package/service/impl/ServiceImpl.kt.ejs b/generators/spring-service/templates/src/main/kotlin/package/service/impl/ServiceImpl.kt.ejs index 4e4756d20..034c3d470 100644 --- a/generators/spring-service/templates/src/main/kotlin/package/service/impl/ServiceImpl.kt.ejs +++ b/generators/spring-service/templates/src/main/kotlin/package/service/impl/ServiceImpl.kt.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 http://www.jhipster.tech/ for more information. Licensed under the Apache License, Version 2.0 (the " diff --git a/test/utils/utils.mjs b/test/utils/utils.mjs index 89d691a8a..19568afe4 100644 --- a/test/utils/utils.mjs +++ b/test/utils/utils.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.