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 94b91ad02..831af8fdb 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 7d5814b74..f249eec63 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 94b91ad02..831af8fdb 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 1304f093c..1193c5adc 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 94b91ad02..831af8fdb 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 38d05f2af..3cc3cbabf 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 6af5b9bcb..dd74c21c2 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 fe0ebc582..78e49aed3 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 fdc2705e8..f24946255 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 ffb2f29e2..55a1c7f94 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 44dc7c12e..49bf3acda 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 2c7d9555f..e126d7bb3 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 2081f2c8d..f5a99eba6 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 10eee91da..727de284f 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 15554d0eb..3eb969972 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 ad1899ef4..bfec85364 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 3861ed79e..b6557fb0f 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 f52186bac..61188294c 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 4e8b3cb40..8aa522134 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 d89fb88bd..83c590a33 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 22e00a62c..347848415 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 d4656464a..1994056f1 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 784eccf4d..c335aebf8 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 8fc910383..936744675 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 76332d964..49f83cc1d 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 3fc860491..b84193f93 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 2ea4ca5e2..59146066e 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 b3fc488c1..31e6bc010 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 523fbf675..ea4ad37bc 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 0585fee59..6b1862a0d 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 531d177c7..b1d50ff9a 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 948ce1a75..51568660a 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 4f6f10004..1a0615b61 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 05247c784..b063247d7 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 512782a64..d690b4abe 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 c349188d7..481e994a0 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 351c7a30a..969eac976 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 a93605b47..241fc2e6f 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 f91a0f753..777de97dc 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 1998afb8e..9af4c4257 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 711f55d54..d9aebba90 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 2db40d8fd..99fa06cf0 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 f9c8bcec2..55289e00e 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 918b41fe5..c1afce440 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 1e31805d6..ea95536c7 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 d5a61e7b0..3bf898b19 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 1c21cc701..9537ba5fe 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 59b4b4d55..08353360e 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 105c39ae1..4e181068c 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 b0ab6f583..9768c0657 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 114b2033b..c7105f128 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 9078805f5..438976319 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 701b71de6..ef0f7f7f8 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 52abe6aaa..d5037e1b3 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 e3ef43aae..623c79246 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 f6d5340b2..b17078d35 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 e0dae4f58..adf3f9a52 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 93bcda4ca..e0fabb24a 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 af0cfb7f7..ec4d4c8a6 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 ea35329cc..6c87e6c6b 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 302f790e4..4791f369a 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 8058129e5..0725c43b0 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 654833117..0e3a3d400 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 c95130851..8b1a8f662 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 cad28e431..f3b66239f 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 82ab8654a..cb7ff4365 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 142c74e15..5fa34abe8 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 dfd14663f..506c5404c 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 0e728de1a..15d0d3e00 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 264127bf3..34ba94e73 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 92f63624c..6a2ca9f03 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 6394e2e37..5280feafd 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 d542142c6..6e1d7253d 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 b7783e8d0..d3cfcfd03 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 755061a46..497898b1a 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 312a892cc..b511bbff9 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 1491f39a9..2b7df2b13 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 5e9523233..504d24276 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 42f2ee2d6..60813f339 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 d27995b45..92dbba9bc 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 136bcf210..898a80896 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 8a35426ce..b9bbaecaf 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 3d7aa1f3b..e60264c36 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 9509269e2..490cfbf28 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 7ce380a4f..62b9d4fc9 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 5ccdf9a29..644221ee9 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 32576d864..adabdb3a2 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 fe64e012a..d61cda03b 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.