diff --git a/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/EntitiesBuildItem.java b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/EntitiesBuildItem.java index 94d3b52..426da69 100644 --- a/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/EntitiesBuildItem.java +++ b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/EntitiesBuildItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmDevConsoleProcessor.java b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmDevConsoleProcessor.java index 96effaf..fb5b57f 100644 --- a/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmDevConsoleProcessor.java +++ b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmDevConsoleProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmProcessor.java b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmProcessor.java index 1b55ccc..9980c65 100644 --- a/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmProcessor.java +++ b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmSessionFactoryBuildItem.java b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmSessionFactoryBuildItem.java index c6a1671..50a1caf 100644 --- a/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmSessionFactoryBuildItem.java +++ b/deployment/src/main/java/org/neo4j/ogm/quarkus/deployment/Neo4jOgmSessionFactoryBuildItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ConfigurationTest.java b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ConfigurationTest.java index 6a3f33d..91bb0dd 100644 --- a/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ConfigurationTest.java +++ b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmDevModeIT.java b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmDevModeIT.java index 5e894f4..b4a4aa1 100644 --- a/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmDevModeIT.java +++ b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmDevModeIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmTest.java b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmTest.java index f5de0de..2693540 100644 --- a/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmTest.java +++ b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/Neo4jOgmTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/test/java/org/neo4j/ogm/quarkus/test/domain/SomeClass.java b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/domain/SomeClass.java index 2a1e051..338d5d3 100644 --- a/deployment/src/test/java/org/neo4j/ogm/quarkus/test/domain/SomeClass.java +++ b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/domain/SomeClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ignored/SomeOtherClass.java b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ignored/SomeOtherClass.java index ebfe212..b92593b 100644 --- a/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ignored/SomeOtherClass.java +++ b/deployment/src/test/java/org/neo4j/ogm/quarkus/test/ignored/SomeOtherClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Actor.java b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Actor.java index 9801d51..cd38af2 100644 --- a/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Actor.java +++ b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Actor.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Movie.java b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Movie.java index 862a325..5b02ba4 100644 --- a/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Movie.java +++ b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Movie.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieRepository.java b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieRepository.java index 90d230f..ae7db1e 100644 --- a/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieRepository.java +++ b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieResource.java b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieResource.java index 48b02ec..1bfc666 100644 --- a/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieResource.java +++ b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/MovieResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleRepository.java b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleRepository.java index d2d5e3f..bf12cec 100644 --- a/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleRepository.java +++ b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleRepository.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleResource.java b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleResource.java index 1409d46..c230b61 100644 --- a/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleResource.java +++ b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/PeopleResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Person.java b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Person.java index 41923a3..5d7ec74 100644 --- a/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Person.java +++ b/integration-tests/src/main/java/org/neo4j/ogm/quarkus/it/movies/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/NativeNeo4jOgmResourceIT.java b/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/NativeNeo4jOgmResourceIT.java index d359b4e..6ec1b51 100644 --- a/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/NativeNeo4jOgmResourceIT.java +++ b/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/NativeNeo4jOgmResourceIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/Neo4jOgmResourcesIT.java b/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/Neo4jOgmResourcesIT.java index 84f35c9..5c4a2be 100644 --- a/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/Neo4jOgmResourcesIT.java +++ b/integration-tests/src/test/java/org/neo4j/ogm/quarkus/it/Neo4jOgmResourcesIT.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/EntitiesSupplier.java b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/EntitiesSupplier.java index a4c9ea2..45df6b7 100644 --- a/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/EntitiesSupplier.java +++ b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/EntitiesSupplier.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmBuiltTimeProperties.java b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmBuiltTimeProperties.java index f57a188..947b232 100644 --- a/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmBuiltTimeProperties.java +++ b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmBuiltTimeProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmDevConsoleRecorder.java b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmDevConsoleRecorder.java index 752d98a..fe0aadb 100644 --- a/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmDevConsoleRecorder.java +++ b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmDevConsoleRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmProperties.java b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmProperties.java index a45dace..4b79e44 100644 --- a/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmProperties.java +++ b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmRecorder.java b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmRecorder.java index 2204c90..34a11c7 100644 --- a/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmRecorder.java +++ b/runtime/src/main/java/org/neo4j/ogm/quarkus/runtime/Neo4jOgmRecorder.java @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 the original author or authors. + * Copyright 2022-2024 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.