From be8ff6c585d33b1eee433cf66f07ef123cd1b224 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 8 Jan 2025 10:04:47 +0100 Subject: [PATCH] Extend license header copyright years to 2025. See #527 --- src/main/antora/modules/ROOT/pages/index.adoc | 2 +- .../springframework/data/ldap/config/LdapNamespaceHandler.java | 2 +- .../data/ldap/core/mapping/BasicLdapPersistentEntity.java | 2 +- .../data/ldap/core/mapping/LdapMappingContext.java | 2 +- .../data/ldap/core/mapping/LdapPersistentEntity.java | 2 +- .../data/ldap/core/mapping/LdapPersistentProperty.java | 2 +- .../springframework/data/ldap/core/mapping/LdapSimpleTypes.java | 2 +- .../org/springframework/data/ldap/repository/LdapEncode.java | 2 +- .../org/springframework/data/ldap/repository/LdapEncoder.java | 2 +- .../springframework/data/ldap/repository/LdapRepository.java | 2 +- .../java/org/springframework/data/ldap/repository/Query.java | 2 +- .../data/ldap/repository/cdi/LdapRepositoryBean.java | 2 +- .../data/ldap/repository/cdi/LdapRepositoryExtension.java | 2 +- .../data/ldap/repository/config/EnableLdapRepositories.java | 2 +- .../data/ldap/repository/config/LdapRepositoriesRegistrar.java | 2 +- .../repository/config/LdapRepositoryConfigurationExtension.java | 2 +- .../data/ldap/repository/query/AbstractLdapRepositoryQuery.java | 2 +- .../ldap/repository/query/AnnotatedLdapRepositoryQuery.java | 2 +- .../data/ldap/repository/query/LdapParameterAccessor.java | 2 +- .../data/ldap/repository/query/LdapParameters.java | 2 +- .../ldap/repository/query/LdapParametersParameterAccessor.java | 2 +- .../data/ldap/repository/query/LdapQueryCreator.java | 2 +- .../data/ldap/repository/query/LdapQueryExecution.java | 2 +- .../data/ldap/repository/query/LdapQueryMethod.java | 2 +- .../data/ldap/repository/query/PartTreeLdapRepositoryQuery.java | 2 +- .../data/ldap/repository/query/StringBasedQuery.java | 2 +- .../support/DefaultLdapAnnotationProcessorConfiguration.java | 2 +- .../data/ldap/repository/support/LdapAnnotationProcessor.java | 2 +- .../data/ldap/repository/support/LdapEntityInformation.java | 2 +- .../data/ldap/repository/support/LdapRepositoryFactory.java | 2 +- .../data/ldap/repository/support/LdapRepositoryFactoryBean.java | 2 +- .../data/ldap/repository/support/LdapSerializer.java | 2 +- .../ldap/repository/support/QuerydslLdapPredicateExecutor.java | 2 +- .../data/ldap/repository/support/QuerydslLdapQuery.java | 2 +- .../data/ldap/repository/support/QuerydslLdapRepository.java | 2 +- .../data/ldap/repository/support/SimpleLdapRepository.java | 2 +- .../java/org/springframework/data/ldap/config/DummyEntity.java | 2 +- .../springframework/data/ldap/config/DummyLdapRepository.java | 2 +- .../data/ldap/config/EmbeddedLdapProperties.java | 2 +- .../data/ldap/config/InMemoryLdapConfiguration.java | 2 +- .../data/ldap/config/LdapNamespaceHandlerTests.java | 2 +- .../data/ldap/core/mapping/LdapMappingContextUnitTests.java | 2 +- .../data/ldap/core/mapping/LdapPersistentPropertyUnitTests.java | 2 +- .../data/ldap/repository/LdapEncoderUnitTests.java | 2 +- .../data/ldap/repository/LdapRepositoryUnitTests.java | 2 +- .../data/ldap/repository/SimpleLdapRepositoryTests.java | 2 +- .../data/ldap/repository/cdi/CdiExtensionIntegrationTests.java | 2 +- .../data/ldap/repository/cdi/LdapTemplateProducer.java | 2 +- .../data/ldap/repository/cdi/RepositoryClient.java | 2 +- .../data/ldap/repository/cdi/SampleFragment.java | 2 +- .../data/ldap/repository/cdi/SampleFragmentImpl.java | 2 +- .../data/ldap/repository/cdi/SampleRepository.java | 2 +- .../data/ldap/repository/config/AnnotationConfigTests.java | 2 +- .../ldap/repository/config/CustomRepositoryBaseClassTests.java | 2 +- .../repository/config/LdapRepositoriesRegistrarUnitTests.java | 2 +- .../config/LdapRepositoryConfigurationExtensionUnitTests.java | 2 +- .../data/ldap/repository/config/SpringLdapConfiguration.java | 2 +- .../query/AnnotatedLdapRepositoryQueryIntegrationTests.java | 2 +- .../repository/query/AnnotatedLdapRepositoryQueryUnitTests.java | 2 +- .../data/ldap/repository/query/BaseTestPersonRepository.java | 2 +- .../ldap/repository/query/PartTreeLdapRepositoryQueryTests.java | 2 +- .../springframework/data/ldap/repository/query/SchemaEntry.java | 2 +- .../data/ldap/repository/query/UnitTestPersonRepository.java | 2 +- .../data/ldap/repository/support/BaseUnitTestPerson.java | 2 +- .../springframework/data/ldap/repository/support/QPerson.java | 2 +- .../ldap/repository/support/QuerydslFilterGeneratorTests.java | 2 +- .../support/QuerydslLdapPredicateExecutorUnitTests.java | 2 +- .../ldap/repository/support/QuerydslLdapQueryUnitTests.java | 2 +- .../data/ldap/repository/support/UnitTestPerson.java | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) diff --git a/src/main/antora/modules/ROOT/pages/index.adoc b/src/main/antora/modules/ROOT/pages/index.adoc index 7221414..98d4f28 100644 --- a/src/main/antora/modules/ROOT/pages/index.adoc +++ b/src/main/antora/modules/ROOT/pages/index.adoc @@ -14,7 +14,7 @@ https://github.com/spring-projects/spring-data-commons/wiki[Wiki] :: What's New, Mattias Hellborg Arthursson, Ulrik Sandberg, Eric Dalquist, Keith Barlow, Rob Winch, Mark Paluch, Jay Bryant -(C) 2008-2024 VMware, Inc. +(C) 2008-2025 VMware, Inc. Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. diff --git a/src/main/java/org/springframework/data/ldap/config/LdapNamespaceHandler.java b/src/main/java/org/springframework/data/ldap/config/LdapNamespaceHandler.java index 95fd00c..9e1a305 100644 --- a/src/main/java/org/springframework/data/ldap/config/LdapNamespaceHandler.java +++ b/src/main/java/org/springframework/data/ldap/config/LdapNamespaceHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/core/mapping/BasicLdapPersistentEntity.java b/src/main/java/org/springframework/data/ldap/core/mapping/BasicLdapPersistentEntity.java index 720f44e..8d581c8 100644 --- a/src/main/java/org/springframework/data/ldap/core/mapping/BasicLdapPersistentEntity.java +++ b/src/main/java/org/springframework/data/ldap/core/mapping/BasicLdapPersistentEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/core/mapping/LdapMappingContext.java b/src/main/java/org/springframework/data/ldap/core/mapping/LdapMappingContext.java index 6169c52..3948e4a 100644 --- a/src/main/java/org/springframework/data/ldap/core/mapping/LdapMappingContext.java +++ b/src/main/java/org/springframework/data/ldap/core/mapping/LdapMappingContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentEntity.java b/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentEntity.java index d62a562..d339bc0 100644 --- a/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentEntity.java +++ b/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentProperty.java b/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentProperty.java index d21191d..b45e15a 100644 --- a/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentProperty.java +++ b/src/main/java/org/springframework/data/ldap/core/mapping/LdapPersistentProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/core/mapping/LdapSimpleTypes.java b/src/main/java/org/springframework/data/ldap/core/mapping/LdapSimpleTypes.java index c3e2823..5658942 100644 --- a/src/main/java/org/springframework/data/ldap/core/mapping/LdapSimpleTypes.java +++ b/src/main/java/org/springframework/data/ldap/core/mapping/LdapSimpleTypes.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/LdapEncode.java b/src/main/java/org/springframework/data/ldap/repository/LdapEncode.java index 5c51af6..781b02f 100644 --- a/src/main/java/org/springframework/data/ldap/repository/LdapEncode.java +++ b/src/main/java/org/springframework/data/ldap/repository/LdapEncode.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/LdapEncoder.java b/src/main/java/org/springframework/data/ldap/repository/LdapEncoder.java index 13d2b81..f617ce5 100644 --- a/src/main/java/org/springframework/data/ldap/repository/LdapEncoder.java +++ b/src/main/java/org/springframework/data/ldap/repository/LdapEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/LdapRepository.java b/src/main/java/org/springframework/data/ldap/repository/LdapRepository.java index 1bd812f..702c9a5 100644 --- a/src/main/java/org/springframework/data/ldap/repository/LdapRepository.java +++ b/src/main/java/org/springframework/data/ldap/repository/LdapRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/Query.java b/src/main/java/org/springframework/data/ldap/repository/Query.java index 06f0190..b12ed59 100644 --- a/src/main/java/org/springframework/data/ldap/repository/Query.java +++ b/src/main/java/org/springframework/data/ldap/repository/Query.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryBean.java b/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryBean.java index 53406f1..ccf371d 100644 --- a/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryBean.java +++ b/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryExtension.java b/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryExtension.java index f4ebf1f..d86129d 100644 --- a/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryExtension.java +++ b/src/main/java/org/springframework/data/ldap/repository/cdi/LdapRepositoryExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/config/EnableLdapRepositories.java b/src/main/java/org/springframework/data/ldap/repository/config/EnableLdapRepositories.java index 210fcc9..cfc4f6e 100644 --- a/src/main/java/org/springframework/data/ldap/repository/config/EnableLdapRepositories.java +++ b/src/main/java/org/springframework/data/ldap/repository/config/EnableLdapRepositories.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrar.java b/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrar.java index d9ae4a0..3c8b076 100644 --- a/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrar.java +++ b/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtension.java b/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtension.java index 3efff18..782bb59 100644 --- a/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtension.java +++ b/src/main/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/AbstractLdapRepositoryQuery.java b/src/main/java/org/springframework/data/ldap/repository/query/AbstractLdapRepositoryQuery.java index 4c4d1f9..86d1fef 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/AbstractLdapRepositoryQuery.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/AbstractLdapRepositoryQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQuery.java b/src/main/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQuery.java index 55225f0..6da7a31 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQuery.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/LdapParameterAccessor.java b/src/main/java/org/springframework/data/ldap/repository/query/LdapParameterAccessor.java index 43a3138..7137d6f 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/LdapParameterAccessor.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/LdapParameterAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/LdapParameters.java b/src/main/java/org/springframework/data/ldap/repository/query/LdapParameters.java index a33eb50..3186324 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/LdapParameters.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/LdapParameters.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/LdapParametersParameterAccessor.java b/src/main/java/org/springframework/data/ldap/repository/query/LdapParametersParameterAccessor.java index b4f7008..9bf7302 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/LdapParametersParameterAccessor.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/LdapParametersParameterAccessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryCreator.java b/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryCreator.java index 98f06a2..6392a44 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryCreator.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryCreator.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryExecution.java b/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryExecution.java index 12a26cb..5e87286 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryExecution.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryExecution.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryMethod.java b/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryMethod.java index 16313d3..f4e1127 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryMethod.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/LdapQueryMethod.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQuery.java b/src/main/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQuery.java index 4cf01f4..dd08c46 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQuery.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/query/StringBasedQuery.java b/src/main/java/org/springframework/data/ldap/repository/query/StringBasedQuery.java index 2c96265..2499f0d 100644 --- a/src/main/java/org/springframework/data/ldap/repository/query/StringBasedQuery.java +++ b/src/main/java/org/springframework/data/ldap/repository/query/StringBasedQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/DefaultLdapAnnotationProcessorConfiguration.java b/src/main/java/org/springframework/data/ldap/repository/support/DefaultLdapAnnotationProcessorConfiguration.java index ba2a643..73539e2 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/DefaultLdapAnnotationProcessorConfiguration.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/DefaultLdapAnnotationProcessorConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/LdapAnnotationProcessor.java b/src/main/java/org/springframework/data/ldap/repository/support/LdapAnnotationProcessor.java index 4a965a2..7444390 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/LdapAnnotationProcessor.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/LdapAnnotationProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/LdapEntityInformation.java b/src/main/java/org/springframework/data/ldap/repository/support/LdapEntityInformation.java index 7bc009c..d291072 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/LdapEntityInformation.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/LdapEntityInformation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactory.java b/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactory.java index 85cbc6d..37d56db 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactory.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactoryBean.java b/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactoryBean.java index 8a3a91d..c5c94bf 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactoryBean.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/LdapRepositoryFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/LdapSerializer.java b/src/main/java/org/springframework/data/ldap/repository/support/LdapSerializer.java index aec71ad..c193aea 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/LdapSerializer.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/LdapSerializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutor.java b/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutor.java index 34ccd4b..187544a 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutor.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapQuery.java b/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapQuery.java index cf213e6..b3381bf 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapQuery.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapRepository.java b/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapRepository.java index 6921a0d..7d0e2b4 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapRepository.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/QuerydslLdapRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/springframework/data/ldap/repository/support/SimpleLdapRepository.java b/src/main/java/org/springframework/data/ldap/repository/support/SimpleLdapRepository.java index ac2f72c..0ac4534 100644 --- a/src/main/java/org/springframework/data/ldap/repository/support/SimpleLdapRepository.java +++ b/src/main/java/org/springframework/data/ldap/repository/support/SimpleLdapRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/config/DummyEntity.java b/src/test/java/org/springframework/data/ldap/config/DummyEntity.java index a4d49fb..9fc587a 100644 --- a/src/test/java/org/springframework/data/ldap/config/DummyEntity.java +++ b/src/test/java/org/springframework/data/ldap/config/DummyEntity.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/config/DummyLdapRepository.java b/src/test/java/org/springframework/data/ldap/config/DummyLdapRepository.java index 85979fa..95668db 100644 --- a/src/test/java/org/springframework/data/ldap/config/DummyLdapRepository.java +++ b/src/test/java/org/springframework/data/ldap/config/DummyLdapRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/config/EmbeddedLdapProperties.java b/src/test/java/org/springframework/data/ldap/config/EmbeddedLdapProperties.java index 16caefb..43263b6 100644 --- a/src/test/java/org/springframework/data/ldap/config/EmbeddedLdapProperties.java +++ b/src/test/java/org/springframework/data/ldap/config/EmbeddedLdapProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/config/InMemoryLdapConfiguration.java b/src/test/java/org/springframework/data/ldap/config/InMemoryLdapConfiguration.java index e05e107..5d5a972 100644 --- a/src/test/java/org/springframework/data/ldap/config/InMemoryLdapConfiguration.java +++ b/src/test/java/org/springframework/data/ldap/config/InMemoryLdapConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/config/LdapNamespaceHandlerTests.java b/src/test/java/org/springframework/data/ldap/config/LdapNamespaceHandlerTests.java index 21c007c..1295967 100644 --- a/src/test/java/org/springframework/data/ldap/config/LdapNamespaceHandlerTests.java +++ b/src/test/java/org/springframework/data/ldap/config/LdapNamespaceHandlerTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/core/mapping/LdapMappingContextUnitTests.java b/src/test/java/org/springframework/data/ldap/core/mapping/LdapMappingContextUnitTests.java index d50b0d6..d3a71cb 100644 --- a/src/test/java/org/springframework/data/ldap/core/mapping/LdapMappingContextUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/core/mapping/LdapMappingContextUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/core/mapping/LdapPersistentPropertyUnitTests.java b/src/test/java/org/springframework/data/ldap/core/mapping/LdapPersistentPropertyUnitTests.java index e147f32..122f2b3 100644 --- a/src/test/java/org/springframework/data/ldap/core/mapping/LdapPersistentPropertyUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/core/mapping/LdapPersistentPropertyUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/LdapEncoderUnitTests.java b/src/test/java/org/springframework/data/ldap/repository/LdapEncoderUnitTests.java index cb825c1..2479913 100644 --- a/src/test/java/org/springframework/data/ldap/repository/LdapEncoderUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/LdapEncoderUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/LdapRepositoryUnitTests.java b/src/test/java/org/springframework/data/ldap/repository/LdapRepositoryUnitTests.java index ce24c29..ea93126 100644 --- a/src/test/java/org/springframework/data/ldap/repository/LdapRepositoryUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/LdapRepositoryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/SimpleLdapRepositoryTests.java b/src/test/java/org/springframework/data/ldap/repository/SimpleLdapRepositoryTests.java index 4ddec8c..9cd1846 100644 --- a/src/test/java/org/springframework/data/ldap/repository/SimpleLdapRepositoryTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/SimpleLdapRepositoryTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/cdi/CdiExtensionIntegrationTests.java b/src/test/java/org/springframework/data/ldap/repository/cdi/CdiExtensionIntegrationTests.java index 956f54e..da32d5e 100644 --- a/src/test/java/org/springframework/data/ldap/repository/cdi/CdiExtensionIntegrationTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/cdi/CdiExtensionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/cdi/LdapTemplateProducer.java b/src/test/java/org/springframework/data/ldap/repository/cdi/LdapTemplateProducer.java index f36f1c3..8f66595 100644 --- a/src/test/java/org/springframework/data/ldap/repository/cdi/LdapTemplateProducer.java +++ b/src/test/java/org/springframework/data/ldap/repository/cdi/LdapTemplateProducer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/cdi/RepositoryClient.java b/src/test/java/org/springframework/data/ldap/repository/cdi/RepositoryClient.java index e2aa60c..b1e0005 100644 --- a/src/test/java/org/springframework/data/ldap/repository/cdi/RepositoryClient.java +++ b/src/test/java/org/springframework/data/ldap/repository/cdi/RepositoryClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragment.java b/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragment.java index df66d96..45bb365 100644 --- a/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragment.java +++ b/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragment.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragmentImpl.java b/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragmentImpl.java index 76babc2..0bdaab4 100644 --- a/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragmentImpl.java +++ b/src/test/java/org/springframework/data/ldap/repository/cdi/SampleFragmentImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/cdi/SampleRepository.java b/src/test/java/org/springframework/data/ldap/repository/cdi/SampleRepository.java index 988f7b9..8a38ee7 100644 --- a/src/test/java/org/springframework/data/ldap/repository/cdi/SampleRepository.java +++ b/src/test/java/org/springframework/data/ldap/repository/cdi/SampleRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2024 the original author or authors. + * Copyright 2017-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/config/AnnotationConfigTests.java b/src/test/java/org/springframework/data/ldap/repository/config/AnnotationConfigTests.java index 6da4eb2..a907deb 100644 --- a/src/test/java/org/springframework/data/ldap/repository/config/AnnotationConfigTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/config/AnnotationConfigTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/config/CustomRepositoryBaseClassTests.java b/src/test/java/org/springframework/data/ldap/repository/config/CustomRepositoryBaseClassTests.java index bedcfad..6c3df6d 100644 --- a/src/test/java/org/springframework/data/ldap/repository/config/CustomRepositoryBaseClassTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/config/CustomRepositoryBaseClassTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrarUnitTests.java b/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrarUnitTests.java index 878f74e..9040507 100644 --- a/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrarUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoriesRegistrarUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtensionUnitTests.java b/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtensionUnitTests.java index 51e84f2..e6be5d9 100644 --- a/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtensionUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/config/LdapRepositoryConfigurationExtensionUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/config/SpringLdapConfiguration.java b/src/test/java/org/springframework/data/ldap/repository/config/SpringLdapConfiguration.java index f22cbc2..33e5e46 100644 --- a/src/test/java/org/springframework/data/ldap/repository/config/SpringLdapConfiguration.java +++ b/src/test/java/org/springframework/data/ldap/repository/config/SpringLdapConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryIntegrationTests.java b/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryIntegrationTests.java index 191f2c1..8a0021b 100644 --- a/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryIntegrationTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryUnitTests.java b/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryUnitTests.java index 64fff30..2c09394 100644 --- a/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/query/AnnotatedLdapRepositoryQueryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/query/BaseTestPersonRepository.java b/src/test/java/org/springframework/data/ldap/repository/query/BaseTestPersonRepository.java index fec9176..8bfb06c 100644 --- a/src/test/java/org/springframework/data/ldap/repository/query/BaseTestPersonRepository.java +++ b/src/test/java/org/springframework/data/ldap/repository/query/BaseTestPersonRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests.java b/src/test/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests.java index 45c576b..62c1fc6 100644 --- a/src/test/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/query/PartTreeLdapRepositoryQueryTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/query/SchemaEntry.java b/src/test/java/org/springframework/data/ldap/repository/query/SchemaEntry.java index 614e323..915a5e2 100644 --- a/src/test/java/org/springframework/data/ldap/repository/query/SchemaEntry.java +++ b/src/test/java/org/springframework/data/ldap/repository/query/SchemaEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 the original author or authors. + * Copyright 2024-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/query/UnitTestPersonRepository.java b/src/test/java/org/springframework/data/ldap/repository/query/UnitTestPersonRepository.java index 32f2e60..351d5e3 100644 --- a/src/test/java/org/springframework/data/ldap/repository/query/UnitTestPersonRepository.java +++ b/src/test/java/org/springframework/data/ldap/repository/query/UnitTestPersonRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/support/BaseUnitTestPerson.java b/src/test/java/org/springframework/data/ldap/repository/support/BaseUnitTestPerson.java index 930931c..735488d 100644 --- a/src/test/java/org/springframework/data/ldap/repository/support/BaseUnitTestPerson.java +++ b/src/test/java/org/springframework/data/ldap/repository/support/BaseUnitTestPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/support/QPerson.java b/src/test/java/org/springframework/data/ldap/repository/support/QPerson.java index 626b3e0..c389515 100644 --- a/src/test/java/org/springframework/data/ldap/repository/support/QPerson.java +++ b/src/test/java/org/springframework/data/ldap/repository/support/QPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/support/QuerydslFilterGeneratorTests.java b/src/test/java/org/springframework/data/ldap/repository/support/QuerydslFilterGeneratorTests.java index 9860048..7bf68e0 100644 --- a/src/test/java/org/springframework/data/ldap/repository/support/QuerydslFilterGeneratorTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/support/QuerydslFilterGeneratorTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutorUnitTests.java b/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutorUnitTests.java index 72f5240..0479e26 100644 --- a/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutorUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapPredicateExecutorUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2021-2024 the original author or authors. + * Copyright 2021-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapQueryUnitTests.java b/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapQueryUnitTests.java index a6052c6..3be7321 100644 --- a/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapQueryUnitTests.java +++ b/src/test/java/org/springframework/data/ldap/repository/support/QuerydslLdapQueryUnitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2018-2024 the original author or authors. + * Copyright 2018-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/springframework/data/ldap/repository/support/UnitTestPerson.java b/src/test/java/org/springframework/data/ldap/repository/support/UnitTestPerson.java index a172cfe..6fa9140 100644 --- a/src/test/java/org/springframework/data/ldap/repository/support/UnitTestPerson.java +++ b/src/test/java/org/springframework/data/ldap/repository/support/UnitTestPerson.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2024 the original author or authors. + * Copyright 2016-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.