From d6f5c3be3fa2669a34e9ac5a5fc0cc1564ca0ab3 Mon Sep 17 00:00:00 2001 From: jhipster-bot Date: Tue, 31 Dec 2024 01:14:02 +0000 Subject: [PATCH] Update copyright headers --- LICENSE.txt | 2 +- NOTICE | 2 +- jhipster-dependencies/LICENSE.txt | 2 +- jhipster-dependencies/NOTICE | 2 +- jhipster-framework/LICENSE.txt | 2 +- jhipster-framework/NOTICE | 2 +- .../tech/jhipster/async/ExceptionHandlingAsyncTaskExecutor.java | 2 +- .../src/main/java/tech/jhipster/config/DefaultProfileUtil.java | 2 +- .../src/main/java/tech/jhipster/config/JHipsterConstants.java | 2 +- .../src/main/java/tech/jhipster/config/JHipsterDefaults.java | 2 +- .../src/main/java/tech/jhipster/config/JHipsterProperties.java | 2 +- .../tech/jhipster/config/apidoc/JHipsterOpenApiEndpoint.java | 2 +- .../config/apidoc/JHipsterOpenApiEndpointConfiguration.java | 2 +- .../config/apidoc/JHipsterSpringDocAutoConfiguration.java | 2 +- .../config/apidoc/JHipsterSpringDocGroupsConfiguration.java | 2 +- .../config/apidoc/customizer/JHipsterOpenApiCustomizer.java | 2 +- .../java/tech/jhipster/config/h2/H2ConfigurationHelper.java | 2 +- .../jhipster/config/info/ActiveProfilesInfoContributor.java | 2 +- .../config/info/JHipsterInfoContributorConfiguration.java | 2 +- .../tech/jhipster/config/liquibase/AsyncSpringLiquibase.java | 2 +- .../tech/jhipster/config/liquibase/SpringLiquibaseUtil.java | 2 +- .../java/tech/jhipster/domain/util/JSR310DateConverters.java | 2 +- .../main/java/tech/jhipster/security/PersistentTokenCache.java | 2 +- .../src/main/java/tech/jhipster/security/RandomUtil.java | 2 +- .../tech/jhipster/security/ssl/UndertowSSLConfiguration.java | 2 +- .../java/tech/jhipster/service/ColumnConverterReactive.java | 2 +- .../src/main/java/tech/jhipster/service/ConditionBuilder.java | 2 +- .../src/main/java/tech/jhipster/service/Criteria.java | 2 +- .../src/main/java/tech/jhipster/service/QueryService.java | 2 +- .../java/tech/jhipster/service/filter/BigDecimalFilter.java | 2 +- .../main/java/tech/jhipster/service/filter/BooleanFilter.java | 2 +- .../main/java/tech/jhipster/service/filter/DoubleFilter.java | 2 +- .../main/java/tech/jhipster/service/filter/DurationFilter.java | 2 +- .../src/main/java/tech/jhipster/service/filter/Filter.java | 2 +- .../src/main/java/tech/jhipster/service/filter/FloatFilter.java | 2 +- .../main/java/tech/jhipster/service/filter/InstantFilter.java | 2 +- .../main/java/tech/jhipster/service/filter/IntegerFilter.java | 2 +- .../main/java/tech/jhipster/service/filter/LocalDateFilter.java | 2 +- .../src/main/java/tech/jhipster/service/filter/LongFilter.java | 2 +- .../src/main/java/tech/jhipster/service/filter/RangeFilter.java | 2 +- .../src/main/java/tech/jhipster/service/filter/ShortFilter.java | 2 +- .../main/java/tech/jhipster/service/filter/StringFilter.java | 2 +- .../src/main/java/tech/jhipster/service/filter/UUIDFilter.java | 2 +- .../java/tech/jhipster/service/filter/ZonedDateTimeFilter.java | 2 +- .../src/main/java/tech/jhipster/test/LogbackRecorder.java | 2 +- .../java/tech/jhipster/web/filter/CachingHttpHeadersFilter.java | 2 +- .../jhipster/web/filter/reactive/CachingHttpHeadersFilter.java | 2 +- .../tech/jhipster/web/rest/errors/ExceptionTranslation.java | 2 +- .../tech/jhipster/web/rest/errors/ProblemDetailWithCause.java | 2 +- .../jhipster/web/rest/errors/ReactiveWebExceptionHandler.java | 2 +- .../src/main/java/tech/jhipster/web/util/LinkHeaderUtil.java | 2 +- .../src/main/java/tech/jhipster/web/util/PageUtil.java | 2 +- .../src/main/java/tech/jhipster/web/util/PaginationUtil.java | 2 +- .../src/main/java/tech/jhipster/web/util/ResponseUtil.java | 2 +- .../jhipster/async/ExceptionHandlingAsyncTaskExecutorTest.java | 2 +- .../test/java/tech/jhipster/config/JHipsterPropertiesTest.java | 2 +- .../jhipster/config/info/ActiveProfilesInfoContributorTest.java | 2 +- .../jhipster/config/liquibase/AsyncSpringLiquibaseTest.java | 2 +- .../tech/jhipster/config/liquibase/SpringLiquibaseUtilTest.java | 2 +- .../java/tech/jhipster/security/PersistentTokenCacheTest.java | 2 +- .../jhipster/security/ssl/UndertowSSLConfigurationTest.java | 2 +- .../src/test/java/tech/jhipster/service/demo/BaseEntity.java | 2 +- .../java/tech/jhipster/service/demo/BaseEntityQueryService.java | 2 +- .../src/test/java/tech/jhipster/service/demo/ChildEntity.java | 2 +- .../tech/jhipster/service/demo/ChildEntityQueryService.java | 2 +- .../java/tech/jhipster/service/demo/ConditionBuilderTest.java | 2 +- .../src/test/java/tech/jhipster/service/demo/ParentEntity.java | 2 +- .../java/tech/jhipster/service/filter/BigDecimalFilterTest.java | 2 +- .../java/tech/jhipster/service/filter/BooleanFilterTest.java | 2 +- .../java/tech/jhipster/service/filter/DoubleFilterTest.java | 2 +- .../java/tech/jhipster/service/filter/DurationFilterTest.java | 2 +- .../src/test/java/tech/jhipster/service/filter/FilterTest.java | 2 +- .../test/java/tech/jhipster/service/filter/FloatFilterTest.java | 2 +- .../java/tech/jhipster/service/filter/InstantFilterTest.java | 2 +- .../java/tech/jhipster/service/filter/IntegerFilterTest.java | 2 +- .../java/tech/jhipster/service/filter/LocalDateFilterTest.java | 2 +- .../test/java/tech/jhipster/service/filter/LongFilterTest.java | 2 +- .../test/java/tech/jhipster/service/filter/RangeFilterTest.java | 2 +- .../test/java/tech/jhipster/service/filter/ShortFilterTest.java | 2 +- .../java/tech/jhipster/service/filter/StringFilterTest.java | 2 +- .../test/java/tech/jhipster/service/filter/UUIDFilterTest.java | 2 +- .../tech/jhipster/service/filter/ZonedDateTimeFilterTest.java | 2 +- .../src/test/java/tech/jhipster/test/LogbackRecorderTest.java | 2 +- .../tech/jhipster/web/filter/CachingHttpHeadersFilterTest.java | 2 +- .../web/filter/reactive/CachingHttpHeadersFilterTest.java | 2 +- .../tech/jhipster/web/filter/reactive/CookieCsrfFilterTest.java | 2 +- .../test/java/tech/jhipster/web/util/PaginationUtilTest.java | 2 +- .../src/test/java/tech/jhipster/web/util/ResponseUtilTest.java | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 94b91ad0..831af8fd 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ - Copyright 2016-2024 the original author or authors from the JHipster project + Copyright 2016-2025 the original author or authors from the JHipster project Apache License Version 2.0, January 2004 diff --git a/NOTICE b/NOTICE index 7d5814b7..f249eec6 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ JHipster parent project. -Copyright 2016-2024 the original author or authors from the JHipster project. +Copyright 2016-2025 the original author or authors from the JHipster project. For more information on the JHipster project, see https://www.jhipster.tech/ diff --git a/jhipster-dependencies/LICENSE.txt b/jhipster-dependencies/LICENSE.txt index 94b91ad0..831af8fd 100644 --- a/jhipster-dependencies/LICENSE.txt +++ b/jhipster-dependencies/LICENSE.txt @@ -1,5 +1,5 @@ - Copyright 2016-2024 the original author or authors from the JHipster project + Copyright 2016-2025 the original author or authors from the JHipster project Apache License Version 2.0, January 2004 diff --git a/jhipster-dependencies/NOTICE b/jhipster-dependencies/NOTICE index 1304f093..1193c5ad 100644 --- a/jhipster-dependencies/NOTICE +++ b/jhipster-dependencies/NOTICE @@ -1,4 +1,4 @@ JHipster Bill Of Materials. -Copyright 2016-2024 the original author or authors from the JHipster project. +Copyright 2016-2025 the original author or authors from the JHipster project. For more information on the JHipster project, see https://www.jhipster.tech/ diff --git a/jhipster-framework/LICENSE.txt b/jhipster-framework/LICENSE.txt index 94b91ad0..831af8fd 100644 --- a/jhipster-framework/LICENSE.txt +++ b/jhipster-framework/LICENSE.txt @@ -1,5 +1,5 @@ - Copyright 2016-2024 the original author or authors from the JHipster project + Copyright 2016-2025 the original author or authors from the JHipster project Apache License Version 2.0, January 2004 diff --git a/jhipster-framework/NOTICE b/jhipster-framework/NOTICE index 38d05f2a..3cc3cbab 100644 --- a/jhipster-framework/NOTICE +++ b/jhipster-framework/NOTICE @@ -1,4 +1,4 @@ JHipster Framework. -Copyright 2016-2024 the original author or authors from the JHipster project. +Copyright 2016-2025 the original author or authors from the JHipster project. For more information on the JHipster project, see https://www.jhipster.tech/ diff --git a/jhipster-framework/src/main/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutor.java b/jhipster-framework/src/main/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutor.java index 6af5b9bc..dd74c21c 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutor.java +++ b/jhipster-framework/src/main/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/DefaultProfileUtil.java b/jhipster-framework/src/main/java/tech/jhipster/config/DefaultProfileUtil.java index fe0ebc58..78e49aed 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/DefaultProfileUtil.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/DefaultProfileUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterConstants.java b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterConstants.java index fdc2705e..f2494625 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterConstants.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterConstants.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterDefaults.java b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterDefaults.java index ffb2f29e..55a1c7f9 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterDefaults.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterDefaults.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java index 44dc7c12..49bf3acd 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/JHipsterProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpoint.java b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpoint.java index 2c7d9555..e126d7bb 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpoint.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpoint.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpointConfiguration.java b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpointConfiguration.java index 2081f2c8..f5a99eba 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpointConfiguration.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterOpenApiEndpointConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocAutoConfiguration.java b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocAutoConfiguration.java index 10eee91d..727de284 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocAutoConfiguration.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocGroupsConfiguration.java b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocGroupsConfiguration.java index 15554d0e..3eb96997 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocGroupsConfiguration.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/JHipsterSpringDocGroupsConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/customizer/JHipsterOpenApiCustomizer.java b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/customizer/JHipsterOpenApiCustomizer.java index ad1899ef..bfec8536 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/customizer/JHipsterOpenApiCustomizer.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/apidoc/customizer/JHipsterOpenApiCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/h2/H2ConfigurationHelper.java b/jhipster-framework/src/main/java/tech/jhipster/config/h2/H2ConfigurationHelper.java index 3861ed79..b6557fb0 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/h2/H2ConfigurationHelper.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/h2/H2ConfigurationHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/info/ActiveProfilesInfoContributor.java b/jhipster-framework/src/main/java/tech/jhipster/config/info/ActiveProfilesInfoContributor.java index f52186ba..61188294 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/info/ActiveProfilesInfoContributor.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/info/ActiveProfilesInfoContributor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/info/JHipsterInfoContributorConfiguration.java b/jhipster-framework/src/main/java/tech/jhipster/config/info/JHipsterInfoContributorConfiguration.java index 4e8b3cb4..8aa52213 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/info/JHipsterInfoContributorConfiguration.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/info/JHipsterInfoContributorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/AsyncSpringLiquibase.java b/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/AsyncSpringLiquibase.java index d89fb88b..83c590a3 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/AsyncSpringLiquibase.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/AsyncSpringLiquibase.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/SpringLiquibaseUtil.java b/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/SpringLiquibaseUtil.java index 22e00a62..34784841 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/SpringLiquibaseUtil.java +++ b/jhipster-framework/src/main/java/tech/jhipster/config/liquibase/SpringLiquibaseUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/domain/util/JSR310DateConverters.java b/jhipster-framework/src/main/java/tech/jhipster/domain/util/JSR310DateConverters.java index d4656464..1994056f 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/domain/util/JSR310DateConverters.java +++ b/jhipster-framework/src/main/java/tech/jhipster/domain/util/JSR310DateConverters.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/security/PersistentTokenCache.java b/jhipster-framework/src/main/java/tech/jhipster/security/PersistentTokenCache.java index 784eccf4..c335aebf 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/security/PersistentTokenCache.java +++ b/jhipster-framework/src/main/java/tech/jhipster/security/PersistentTokenCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/security/RandomUtil.java b/jhipster-framework/src/main/java/tech/jhipster/security/RandomUtil.java index 8fc91038..93674467 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/security/RandomUtil.java +++ b/jhipster-framework/src/main/java/tech/jhipster/security/RandomUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/security/ssl/UndertowSSLConfiguration.java b/jhipster-framework/src/main/java/tech/jhipster/security/ssl/UndertowSSLConfiguration.java index 76332d96..49f83cc1 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/security/ssl/UndertowSSLConfiguration.java +++ b/jhipster-framework/src/main/java/tech/jhipster/security/ssl/UndertowSSLConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/ColumnConverterReactive.java b/jhipster-framework/src/main/java/tech/jhipster/service/ColumnConverterReactive.java index 3fc86049..b84193f9 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/ColumnConverterReactive.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/ColumnConverterReactive.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/ConditionBuilder.java b/jhipster-framework/src/main/java/tech/jhipster/service/ConditionBuilder.java index 2ea4ca5e..59146066 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/ConditionBuilder.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/ConditionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/Criteria.java b/jhipster-framework/src/main/java/tech/jhipster/service/Criteria.java index b3fc488c..31e6bc01 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/Criteria.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/Criteria.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/QueryService.java b/jhipster-framework/src/main/java/tech/jhipster/service/QueryService.java index 523fbf67..ea4ad37b 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/QueryService.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/QueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/BigDecimalFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/BigDecimalFilter.java index 0585fee5..6b1862a0 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/BigDecimalFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/BigDecimalFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/BooleanFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/BooleanFilter.java index 531d177c..b1d50ff9 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/BooleanFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/BooleanFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/DoubleFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/DoubleFilter.java index 948ce1a7..51568660 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/DoubleFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/DoubleFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/DurationFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/DurationFilter.java index 4f6f1000..1a0615b6 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/DurationFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/DurationFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/Filter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/Filter.java index 05247c78..b063247d 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/Filter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/Filter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/FloatFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/FloatFilter.java index 512782a6..d690b4ab 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/FloatFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/FloatFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/InstantFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/InstantFilter.java index c349188d..481e994a 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/InstantFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/InstantFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/IntegerFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/IntegerFilter.java index 351c7a30..969eac97 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/IntegerFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/IntegerFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/LocalDateFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/LocalDateFilter.java index a93605b4..241fc2e6 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/LocalDateFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/LocalDateFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/LongFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/LongFilter.java index f91a0f75..777de97d 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/LongFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/LongFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/RangeFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/RangeFilter.java index 1998afb8..9af4c425 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/RangeFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/RangeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/ShortFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/ShortFilter.java index 711f55d5..d9aebba9 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/ShortFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/ShortFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/StringFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/StringFilter.java index 2db40d8f..99fa06cf 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/StringFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/StringFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/UUIDFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/UUIDFilter.java index f9c8bcec..55289e00 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/UUIDFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/UUIDFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/service/filter/ZonedDateTimeFilter.java b/jhipster-framework/src/main/java/tech/jhipster/service/filter/ZonedDateTimeFilter.java index 918b41fe..c1afce44 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/service/filter/ZonedDateTimeFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/service/filter/ZonedDateTimeFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/test/LogbackRecorder.java b/jhipster-framework/src/main/java/tech/jhipster/test/LogbackRecorder.java index 1e31805d..ea95536c 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/test/LogbackRecorder.java +++ b/jhipster-framework/src/main/java/tech/jhipster/test/LogbackRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/filter/CachingHttpHeadersFilter.java b/jhipster-framework/src/main/java/tech/jhipster/web/filter/CachingHttpHeadersFilter.java index d5a61e7b..3bf898b1 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/filter/CachingHttpHeadersFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/filter/CachingHttpHeadersFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilter.java b/jhipster-framework/src/main/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilter.java index 1c21cc70..9537ba5f 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilter.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ExceptionTranslation.java b/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ExceptionTranslation.java index 59b4b4d5..08353360 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ExceptionTranslation.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ExceptionTranslation.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ProblemDetailWithCause.java b/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ProblemDetailWithCause.java index 105c39ae..4e181068 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ProblemDetailWithCause.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ProblemDetailWithCause.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ReactiveWebExceptionHandler.java b/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ReactiveWebExceptionHandler.java index b0ab6f58..9768c065 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ReactiveWebExceptionHandler.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/rest/errors/ReactiveWebExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/util/LinkHeaderUtil.java b/jhipster-framework/src/main/java/tech/jhipster/web/util/LinkHeaderUtil.java index 114b2033..c7105f12 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/util/LinkHeaderUtil.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/util/LinkHeaderUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/util/PageUtil.java b/jhipster-framework/src/main/java/tech/jhipster/web/util/PageUtil.java index 9078805f..43897631 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/util/PageUtil.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/util/PageUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/util/PaginationUtil.java b/jhipster-framework/src/main/java/tech/jhipster/web/util/PaginationUtil.java index 701b71de..ef0f7f7f 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/util/PaginationUtil.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/util/PaginationUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/main/java/tech/jhipster/web/util/ResponseUtil.java b/jhipster-framework/src/main/java/tech/jhipster/web/util/ResponseUtil.java index 52abe6aa..d5037e1b 100644 --- a/jhipster-framework/src/main/java/tech/jhipster/web/util/ResponseUtil.java +++ b/jhipster-framework/src/main/java/tech/jhipster/web/util/ResponseUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutorTest.java b/jhipster-framework/src/test/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutorTest.java index e3ef43aa..623c7924 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutorTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/async/ExceptionHandlingAsyncTaskExecutorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/config/JHipsterPropertiesTest.java b/jhipster-framework/src/test/java/tech/jhipster/config/JHipsterPropertiesTest.java index f6d5340b..b17078d3 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/config/JHipsterPropertiesTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/config/JHipsterPropertiesTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/config/info/ActiveProfilesInfoContributorTest.java b/jhipster-framework/src/test/java/tech/jhipster/config/info/ActiveProfilesInfoContributorTest.java index e0dae4f5..adf3f9a5 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/config/info/ActiveProfilesInfoContributorTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/config/info/ActiveProfilesInfoContributorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/AsyncSpringLiquibaseTest.java b/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/AsyncSpringLiquibaseTest.java index 93bcda4c..e0fabb24 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/AsyncSpringLiquibaseTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/AsyncSpringLiquibaseTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/SpringLiquibaseUtilTest.java b/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/SpringLiquibaseUtilTest.java index af0cfb7f..ec4d4c8a 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/SpringLiquibaseUtilTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/config/liquibase/SpringLiquibaseUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/security/PersistentTokenCacheTest.java b/jhipster-framework/src/test/java/tech/jhipster/security/PersistentTokenCacheTest.java index ea35329c..6c87e6c6 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/security/PersistentTokenCacheTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/security/PersistentTokenCacheTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/security/ssl/UndertowSSLConfigurationTest.java b/jhipster-framework/src/test/java/tech/jhipster/security/ssl/UndertowSSLConfigurationTest.java index 302f790e..4791f369 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/security/ssl/UndertowSSLConfigurationTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/security/ssl/UndertowSSLConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntity.java b/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntity.java index 8058129e..0725c43b 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntity.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntityQueryService.java b/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntityQueryService.java index 65483311..0e3a3d40 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntityQueryService.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/demo/BaseEntityQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntity.java b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntity.java index c9513085..8b1a8f66 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntity.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntityQueryService.java b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntityQueryService.java index cad28e43..f3b66239 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntityQueryService.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ChildEntityQueryService.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ConditionBuilderTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ConditionBuilderTest.java index 82ab8654..cb7ff436 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ConditionBuilderTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ConditionBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ParentEntity.java b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ParentEntity.java index 142c74e1..5fa34abe 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/demo/ParentEntity.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/demo/ParentEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/BigDecimalFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/BigDecimalFilterTest.java index dfd14663..506c5404 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/BigDecimalFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/BigDecimalFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/BooleanFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/BooleanFilterTest.java index 0e728de1..15d0d3e0 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/BooleanFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/BooleanFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/DoubleFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/DoubleFilterTest.java index 264127bf..34ba94e7 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/DoubleFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/DoubleFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/DurationFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/DurationFilterTest.java index 92f63624..6a2ca9f0 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/DurationFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/DurationFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/FilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/FilterTest.java index 6394e2e3..5280feaf 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/FilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/FilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/FloatFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/FloatFilterTest.java index d542142c..6e1d7253 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/FloatFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/FloatFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/InstantFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/InstantFilterTest.java index b7783e8d..d3cfcfd0 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/InstantFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/InstantFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/IntegerFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/IntegerFilterTest.java index 755061a4..497898b1 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/IntegerFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/IntegerFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/LocalDateFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/LocalDateFilterTest.java index 312a892c..b511bbff 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/LocalDateFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/LocalDateFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/LongFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/LongFilterTest.java index 1491f39a..2b7df2b1 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/LongFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/LongFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/RangeFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/RangeFilterTest.java index 5e952323..504d2427 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/RangeFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/RangeFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/ShortFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/ShortFilterTest.java index 42f2ee2d..60813f33 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/ShortFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/ShortFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/StringFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/StringFilterTest.java index d27995b4..92dbba9b 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/StringFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/StringFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/UUIDFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/UUIDFilterTest.java index 136bcf21..898a8089 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/UUIDFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/UUIDFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/service/filter/ZonedDateTimeFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/service/filter/ZonedDateTimeFilterTest.java index 8a35426c..b9bbaeca 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/service/filter/ZonedDateTimeFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/service/filter/ZonedDateTimeFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/test/LogbackRecorderTest.java b/jhipster-framework/src/test/java/tech/jhipster/test/LogbackRecorderTest.java index 3d7aa1f3..e60264c3 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/test/LogbackRecorderTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/test/LogbackRecorderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/web/filter/CachingHttpHeadersFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/web/filter/CachingHttpHeadersFilterTest.java index 9509269e..490cfbf2 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/web/filter/CachingHttpHeadersFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/web/filter/CachingHttpHeadersFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilterTest.java index 7ce380a4..62b9d4fc 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CachingHttpHeadersFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CookieCsrfFilterTest.java b/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CookieCsrfFilterTest.java index 5ccdf9a2..644221ee 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CookieCsrfFilterTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/web/filter/reactive/CookieCsrfFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/web/util/PaginationUtilTest.java b/jhipster-framework/src/test/java/tech/jhipster/web/util/PaginationUtilTest.java index 32576d86..adabdb3a 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/web/util/PaginationUtilTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/web/util/PaginationUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. diff --git a/jhipster-framework/src/test/java/tech/jhipster/web/util/ResponseUtilTest.java b/jhipster-framework/src/test/java/tech/jhipster/web/util/ResponseUtilTest.java index fe64e012..d61cda03 100644 --- a/jhipster-framework/src/test/java/tech/jhipster/web/util/ResponseUtilTest.java +++ b/jhipster-framework/src/test/java/tech/jhipster/web/util/ResponseUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors from the JHipster project. + * Copyright 2016-2025 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information.