From b74f44f4f3be5b001ee3e8e363d2ddb1f499492f Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 9 Jan 2019 11:10:02 +0100 Subject: [PATCH] DATAGRAPH-1176 - Harmonize license headers. --- spring-data-neo4j/pom.xml | 29 +++++++++++-------- .../data/neo4j/annotation/Depth.java | 23 ++++++++------- .../data/neo4j/annotation/Query.java | 23 ++++++++------- .../data/neo4j/annotation/QueryResult.java | 23 ++++++++------- .../MetaDataDrivenConversionService.java | 23 ++++++++------- .../data/neo4j/conversion/PointConverter.java | 23 ++++++++------- .../exception/Neo4jErrorStatusCodes.java | 23 ++++++++------- .../UncategorizedNeo4jException.java | 23 ++++++++------- .../neo4j/mapping/Neo4jMappingContext.java | 23 ++++++++------- .../neo4j/mapping/Neo4jPersistentEntity.java | 23 ++++++++------- .../mapping/Neo4jPersistentProperty.java | 23 ++++++++------- .../neo4j/repository/GraphRepository.java | 23 ++++++++------- .../neo4j/repository/Neo4jRepository.java | 23 ++++++++------- .../cdi/Neo4jCdiRepositoryBean.java | 8 ++--- .../cdi/Neo4jCdiRepositoryExtension.java | 8 ++--- .../neo4j/repository/cdi/package-info.java | 15 ++++++++++ .../config/EnableNeo4jRepositories.java | 23 ++++++++------- .../Neo4jMappingContextFactoryBean.java | 23 ++++++++------- .../config/Neo4jRepositoriesRegistrar.java | 23 ++++++++------- ...Neo4jRepositoryConfigurationExtension.java | 23 ++++++++------- .../Neo4jRepositoryNameSpaceHandler.java | 23 ++++++++------- .../query/GraphQueryLookupStrategy.java | 23 ++++++++------- .../repository/query/GraphQueryMethod.java | 23 ++++++++------- .../query/GraphRepositoryQuery.java | 23 ++++++++------- .../QueryResultGraphRepositoryQuery.java | 23 ++++++++------- .../repository/query/QueryResultProxy.java | 23 ++++++++------- .../query/derived/CypherFinderQuery.java | 23 ++++++++------- .../derived/DerivedGraphRepositoryQuery.java | 23 ++++++++------- .../query/derived/DerivedQueryBuilder.java | 23 ++++++++------- .../query/derived/DerivedQueryCreator.java | 23 ++++++++------- .../query/derived/DerivedQueryDefinition.java | 23 ++++++++------- .../builder/BetweenComparisonBuilder.java | 15 ++++++++++ .../builder/BooleanComparisonBuilder.java | 23 ++++++++------- .../builder/DistanceComparisonBuilder.java | 23 ++++++++------- .../derived/builder/ExistsFilterBuilder.java | 15 ++++++++++ .../query/derived/builder/FilterBuilder.java | 23 ++++++++------- .../derived/builder/IsNullFilterBuilder.java | 23 ++++++++------- .../builder/PropertyComparisonBuilder.java | 23 ++++++++------- .../support/GraphEntityInformation.java | 23 ++++++++------- .../Neo4jPersistenceExceptionTranslator.java | 23 ++++++++------- .../support/Neo4jRepositoryFactory.java | 23 ++++++++------- .../support/Neo4jRepositoryFactoryBean.java | 23 ++++++++------- .../support/SimpleNeo4jRepository.java | 23 ++++++++------- .../data/neo4j/template/Neo4jCallback.java | 23 ++++++++------- .../data/neo4j/template/Neo4jOperations.java | 23 ++++++++------- .../data/neo4j/template/Neo4jTemplate.java | 23 ++++++++------- .../transaction/Neo4jTransactionManager.java | 23 ++++++++------- .../transaction/SessionFactoryUtils.java | 23 ++++++++------- .../data/neo4j/transaction/SessionHolder.java | 23 ++++++++------- .../transaction/SharedSessionCreator.java | 23 ++++++++------- .../data/neo4j/util/IterableUtils.java | 23 ++++++++------- .../web/support/AsyncRequestInterceptor.java | 23 ++++++++------- .../web/support/OpenSessionInViewFilter.java | 23 ++++++++------- .../support/OpenSessionInViewInterceptor.java | 23 ++++++++------- .../data/neo4j/domain/sample/Address.java | 23 ++++++++------- .../data/neo4j/domain/sample/Role.java | 23 ++++++++------- .../neo4j/domain/sample/SampleEntity.java | 23 ++++++++------- .../data/neo4j/domain/sample/SpecialUser.java | 15 ++++++++++ .../data/neo4j/domain/sample/User.java | 15 ++++++++++ .../data/neo4j/events/EventPublisher.java | 15 ++++++++++ .../data/neo4j/events/ModificationEvent.java | 15 ++++++++++ .../Neo4jModificationEventListener.java | 15 ++++++++++ .../data/neo4j/events/PostDeleteEvent.java | 15 ++++++++++ .../data/neo4j/events/PostSaveEvent.java | 15 ++++++++++ .../data/neo4j/events/PreDeleteEvent.java | 15 ++++++++++ .../data/neo4j/events/PreSaveEvent.java | 15 ++++++++++ .../data/neo4j/examples/friends/FriendIT.java | 23 ++++++++------- .../neo4j/examples/friends/FriendService.java | 23 ++++++++------- .../friends/context/FriendContext.java | 23 ++++++++------- .../examples/friends/domain/Friendship.java | 23 ++++++++------- .../neo4j/examples/friends/domain/Person.java | 23 ++++++++------- .../friends/repo/FriendshipRepository.java | 23 ++++++++------- .../examples/galaxy/GalaxyServiceIT.java | 23 ++++++++------- .../examples/galaxy/WorldRepositoryIT.java | 23 ++++++++------- .../galaxy/context/GalaxyContext.java | 23 ++++++++------- .../neo4j/examples/galaxy/domain/World.java | 23 ++++++++------- .../examples/galaxy/repo/WorldRepository.java | 23 ++++++++------- .../galaxy/service/GalaxyService.java | 23 ++++++++------- .../neo4j/examples/jsr303/JSR303Context.java | 23 ++++++++------- .../data/neo4j/examples/jsr303/JSR303IT.java | 23 ++++++++------- .../examples/jsr303/WebConfiguration.java | 23 ++++++++------- .../jsr303/controller/AdultController.java | 23 ++++++++------- .../neo4j/examples/jsr303/domain/Adult.java | 23 ++++++++------- .../examples/jsr303/repo/AdultRepository.java | 23 ++++++++------- .../examples/jsr303/service/AdultService.java | 23 ++++++++------- .../examples/movies/MoviesIntegrationIT.java | 23 ++++++++------- .../movies/context/MoviesContext.java | 23 ++++++++------- .../domain/AbstractAnnotatedEntity.java | 23 ++++++++------- .../movies/domain/AbstractEntity.java | 23 ++++++++------- .../neo4j/examples/movies/domain/Actor.java | 23 ++++++++------- .../neo4j/examples/movies/domain/Cinema.java | 23 ++++++++------- .../examples/movies/domain/Director.java | 23 ++++++++------- .../neo4j/examples/movies/domain/Genre.java | 23 ++++++++------- .../neo4j/examples/movies/domain/Movie.java | 23 ++++++++------- .../neo4j/examples/movies/domain/Person.java | 23 ++++++++------- .../neo4j/examples/movies/domain/Rating.java | 23 ++++++++------- .../examples/movies/domain/ReleasedMovie.java | 23 ++++++++------- .../examples/movies/domain/TempMovie.java | 23 ++++++++------- .../neo4j/examples/movies/domain/User.java | 23 ++++++++------- .../domain/queryresult/CinemaQueryResult.java | 23 ++++++++------- .../CinemaQueryResultInterface.java | 23 ++++++++------- .../CinemaQueryResultInterfaceImpl.java | 23 ++++++++------- .../EntityWrappingQueryResult.java | 23 ++++++++------- .../movies/domain/queryresult/Gender.java | 23 ++++++++------- .../queryresult/RichUserQueryResult.java | 23 ++++++++------- .../domain/queryresult/UserQueryResult.java | 23 ++++++++------- .../queryresult/UserQueryResultInterface.java | 23 ++++++++------- .../AbstractAnnotatedEntityRepository.java | 23 ++++++++------- .../movies/repo/AbstractEntityRepository.java | 23 ++++++++------- .../examples/movies/repo/ActorRepository.java | 23 ++++++++------- .../movies/repo/CinemaRepository.java | 23 ++++++++------- .../movies/repo/DirectorRepository.java | 23 ++++++++------- .../examples/movies/repo/GenreRepository.java | 23 ++++++++------- .../movies/repo/PersonRepository.java | 23 ++++++++------- .../movies/repo/RatingRepository.java | 23 ++++++++------- .../movies/repo/TempMovieRepository.java | 23 ++++++++------- .../movies/repo/UnmanagedUserPojo.java | 23 ++++++++------- .../examples/movies/repo/UserRepository.java | 23 ++++++++------- .../examples/movies/service/UserService.java | 23 ++++++++------- .../movies/service/UserServiceImpl.java | 23 ++++++++------- .../examples/restaurants/RestaurantIT.java | 23 ++++++++------- .../context/RestaurantContext.java | 23 ++++++++------- .../examples/restaurants/domain/Diner.java | 15 ++++++++++ .../restaurants/domain/Restaurant.java | 23 ++++++++------- .../repo/RestaurantRepository.java | 23 ++++++++------- .../extensions/CustomGraphRepositoryIT.java | 23 ++++++++------- .../extensions/CustomGraphRepositoryImpl.java | 23 ++++++++------- .../extensions/CustomNeo4jRepository.java | 23 ++++++++------- .../extensions/CustomPersistenceContext.java | 23 ++++++++------- .../data/neo4j/extensions/UserRepository.java | 23 ++++++++------- .../data/neo4j/extensions/domain/User.java | 23 ++++++++------- .../conversion/ConversionServiceIT.java | 23 ++++++++------- .../ConversionServicePersistenceContext.java | 23 ++++++++------- .../conversion/JavaElementRepository.java | 23 ++++++++------- .../conversion/PensionRepository.java | 23 ++++++++------- .../conversion/SiteMemberRepository.java | 23 ++++++++------- .../SpringBigIntegerToBooleanConverter.java | 23 ++++++++------- .../SpringBooleanToBigIntegerConverter.java | 23 ++++++++------- .../SpringByteArrayToIntegerConverter.java | 23 ++++++++------- .../SpringIntegerToByteArrayConverter.java | 23 ++++++++------- ...pringIntegerToMonetaryAmountConverter.java | 23 ++++++++------- .../SpringLongToMonetaryAmountConverter.java | 23 ++++++++------- ...pringMonetaryAmountToIntegerConverter.java | 23 ++++++++------- .../SpringMonetaryAmountToLongConverter.java | 23 ++++++++------- ...SpringMonetaryAmountToNumberConverter.java | 23 ++++++++------- ...onetaryAmountToNumberConverterFactory.java | 23 ++++++++------- ...SpringNumberToMonetaryAmountConverter.java | 23 ++++++++------- .../conversion/domain/JavaElement.java | 23 ++++++++------- .../conversion/domain/MonetaryAmount.java | 23 ++++++++------- .../conversion/domain/PensionPlan.java | 23 ++++++++------- .../conversion/domain/SiteMember.java | 23 ++++++++------- .../data/neo4j/queries/DerivedQueryIT.java | 23 ++++++++------- .../DerivedRelationshipEntityQueryIT.java | 23 ++++++++------- .../data/neo4j/queries/PagedQueryIT.java | 23 ++++++++------- .../neo4j/queries/QueryIntegrationIT.java | 23 ++++++++------- .../neo4j/queries/QueryReturnTypesIT.java | 23 ++++++++------- .../ProgrammaticRepositoryIT.java | 23 ++++++++------- .../neo4j/repositories/RepoScanningIT.java | 23 ++++++++------- .../repositories/RepositoryDefinitionIT.java | 23 ++++++++------- .../context/RepositoriesTestContext.java | 23 ++++++++------- .../data/neo4j/repositories/domain/Movie.java | 23 ++++++++------- .../data/neo4j/repositories/domain/User.java | 23 ++++++++------- .../repositories/repo/MovieRepository.java | 23 ++++++++------- .../PersistenceContextInTheSamePackage.java | 23 ++++++++------- .../repositories/repo/UserRepository.java | 23 ++++++++------- .../support/GraphRepositoryFactoryIT.java | 23 ++++++++------- .../neo4j/repository/Neo4jRepositoryIT.java | 23 ++++++++------- .../neo4j/repository/cdi/CdiExtensionIT.java | 8 ++--- .../repository/cdi/CdiPersonRepository.java | 8 ++--- .../repository/cdi/Neo4jCdiProducer.java | 8 ++--- .../cdi/Neo4jRepositoryExtensionTest.java | 23 ++++++++------- .../neo4j/repository/cdi/OtherQualifier.java | 8 ++--- .../data/neo4j/repository/cdi/PersonDB.java | 8 ++--- .../cdi/QualifiedPersonRepository.java | 8 ++--- .../repository/cdi/RepositoryClient.java | 8 ++--- .../cdi/SamplePersonRepository.java | 8 ++--- .../cdi/SamplePersonRepositoryCustom.java | 8 ++--- .../cdi/SamplePersonRepositoryImpl.java | 8 ++--- .../Neo4jRepositoriesRegistrarTests.java | 23 ++++++++------- ...RepositoryConfigurationExtensionTests.java | 23 ++++++++------- .../config/RepositoriesJavaConfigTests.java | 23 ++++++++------- .../repository/sample/UserRepository.java | 23 ++++++++------- ...aultTransactionDisablingIntegrationIT.java | 23 ++++++++------- .../Neo4jRepositoryFactoryBeanTests.java | 23 ++++++++------- .../support/TransactionalRepositoryIT.java | 23 ++++++++------- .../template/ExceptionTranslationIT.java | 23 ++++++++------- .../data/neo4j/template/Neo4jTemplateIT.java | 23 ++++++++------- .../template/TemplateApplicationEventIT.java | 23 ++++++++------- .../template/TestNeo4jEventListener.java | 23 ++++++++------- .../DataManipulationEventConfiguration.java | 23 ++++++++------- .../context/Neo4jTemplateConfiguration.java | 23 ++++++++------- .../Neo4jTransactionManagerTests.java | 15 ++++++++++ .../transaction/SessionFactoryUtilsTests.java | 23 ++++++++------- .../SharedSessionCreatorTests.java | 23 ++++++++------- .../TransactionalEventListenerTests.java | 15 ++++++++++ .../neo4j/transactions/ApplicationConfig.java | 23 ++++++++------- .../transactions/ExtendedTransactionsIT.java | 23 ++++++++------- .../TransactionIntegrationIT.java | 23 ++++++++------- .../data/neo4j/transactions/domain/User.java | 23 ++++++++------- .../transactions/repo/UserRepository.java | 23 ++++++++------- .../transactions/service/BusinessService.java | 23 ++++++++------- .../neo4j/transactions/service/ServiceA.java | 23 ++++++++------- .../neo4j/transactions/service/ServiceB.java | 23 ++++++++------- .../transactions/service/WrapperService.java | 23 ++++++++------- .../data/neo4j/util/IterableUtilsIT.java | 23 ++++++++------- .../data/neo4j/web/WebIntegrationIT.java | 23 ++++++++------- ...XmlApplicationContextWebIntegrationIT.java | 23 ++++++++------- .../data/neo4j/web/context/WebAppContext.java | 23 ++++++++------- .../neo4j/web/controller/UserController.java | 23 ++++++++------- .../data/neo4j/web/domain/Cinema.java | 23 ++++++++------- .../data/neo4j/web/domain/Genre.java | 23 ++++++++------- .../data/neo4j/web/domain/User.java | 23 ++++++++------- .../data/neo4j/web/repo/GenreRepository.java | 23 ++++++++------- .../data/neo4j/web/repo/UserRepository.java | 23 ++++++++------- .../data/neo4j/web/service/UserService.java | 23 ++++++++------- .../neo4j/web/service/UserServiceImpl.java | 23 ++++++++------- .../web/support/OpenSessionInViewTests.java | 15 ++++++++++ .../src/test/resources/bolt.driver.properties | 18 +++++++----- .../src/test/resources/compiler.properties | 18 +++++++----- .../test/resources/embedded.driver.properties | 18 +++++++----- .../src/test/resources/helloworld.properties | 18 +++++++----- .../src/test/resources/http.driver.properties | 18 +++++++----- .../src/test/resources/logback-test.xml | 29 +++++++++++-------- .../src/test/resources/movies.properties | 18 +++++++----- .../src/test/resources/ogm-bolt.properties | 17 ++++++----- .../test/resources/ogm-embedded.properties | 18 +++++++----- .../src/test/resources/ogm-http.properties | 17 ++++++----- .../src/test/resources/ogm.properties | 18 +++++++----- 228 files changed, 2866 insertions(+), 2030 deletions(-) diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml index 9bd0c5fe9..6775104c3 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -1,17 +1,22 @@ - + | Copyright 2011-2019 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. + | You may obtain a copy of the License at + | + | http://www.apache.org/licenses/LICENSE-2.0 + | + | Unless required by applicable law or agreed to in writing, software + | distributed under the License is distributed on an "AS IS" BASIS, + | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + | See the License for the specific language governing permissions and + | limitations under the License. + | Copyright 2011-2019 the original author or authors. + | + | Licensed under the Apache License, Version 2.0 (the "License"); +--> diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Depth.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Depth.java index 0b2548a09..8f6c7701f 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Depth.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Depth.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.annotation; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Query.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Query.java index b4d287c10..674757633 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Query.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/Query.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.annotation; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/QueryResult.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/QueryResult.java index db65e38e7..9b9dbf5ec 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/QueryResult.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/annotation/QueryResult.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.annotation; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java index f38ea0024..d4df5f1b6 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.conversion; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/PointConverter.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/PointConverter.java index 2e9b43ad8..4519e0824 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/PointConverter.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/PointConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.conversion; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/Neo4jErrorStatusCodes.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/Neo4jErrorStatusCodes.java index 7db3b609f..fc8607024 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/Neo4jErrorStatusCodes.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/Neo4jErrorStatusCodes.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.exception; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/UncategorizedNeo4jException.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/UncategorizedNeo4jException.java index c4c40805c..c7dd6c6fc 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/UncategorizedNeo4jException.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/exception/UncategorizedNeo4jException.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.exception; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jMappingContext.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jMappingContext.java index 8fbd10e37..35828c799 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jMappingContext.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jMappingContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.mapping; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentEntity.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentEntity.java index 5e1d07bdf..aeecc58cc 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentEntity.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentEntity.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.mapping; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentProperty.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentProperty.java index 48072eaf0..84bbcaa30 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentProperty.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/mapping/Neo4jPersistentProperty.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.mapping; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/GraphRepository.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/GraphRepository.java index 7688662ad..30b94f8f6 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/GraphRepository.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/GraphRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/Neo4jRepository.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/Neo4jRepository.java index 50c59ad95..dbd19c44c 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/Neo4jRepository.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/Neo4jRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryBean.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryBean.java index 27eab5bf3..2b17fbd7f 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryBean.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryBean.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryExtension.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryExtension.java index 13a4fc9cc..8aec8e484 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryExtension.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiRepositoryExtension.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/package-info.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/package-info.java index 94755594c..0e650aaf4 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/package-info.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/cdi/package-info.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ /** * CDI support for Neo4j specific repository implementation. */ diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/EnableNeo4jRepositories.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/EnableNeo4jRepositories.java index 0b516c1e8..7416470b3 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/EnableNeo4jRepositories.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/EnableNeo4jRepositories.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jMappingContextFactoryBean.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jMappingContextFactoryBean.java index a18225cf8..bdb130613 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jMappingContextFactoryBean.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jMappingContextFactoryBean.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrar.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrar.java index 611e62277..dcff76fff 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrar.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrar.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtension.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtension.java index 760a77b28..8257ec150 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtension.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtension.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryNameSpaceHandler.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryNameSpaceHandler.java index fd152cf82..e02529a9c 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryNameSpaceHandler.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryNameSpaceHandler.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryLookupStrategy.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryLookupStrategy.java index 44fe108af..2d795458d 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryLookupStrategy.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryLookupStrategy.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryMethod.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryMethod.java index 6266e8df4..07d8bfa01 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryMethod.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphQueryMethod.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphRepositoryQuery.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphRepositoryQuery.java index 6fd21e33c..67bd3d7c1 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphRepositoryQuery.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/GraphRepositoryQuery.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultGraphRepositoryQuery.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultGraphRepositoryQuery.java index bd37773d9..aafc4b1ea 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultGraphRepositoryQuery.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultGraphRepositoryQuery.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultProxy.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultProxy.java index 2f0bfa2a3..7c769bd72 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultProxy.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/QueryResultProxy.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/CypherFinderQuery.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/CypherFinderQuery.java index 4a2158227..714218c0b 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/CypherFinderQuery.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/CypherFinderQuery.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedGraphRepositoryQuery.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedGraphRepositoryQuery.java index a00c657e9..3be6b3d85 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedGraphRepositoryQuery.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedGraphRepositoryQuery.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryBuilder.java index 94fabdc41..f22da0b29 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryBuilder.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryCreator.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryCreator.java index a6aa4907f..43eabf02e 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryCreator.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryCreator.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryDefinition.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryDefinition.java index 682f4f0c0..09e332719 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryDefinition.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/DerivedQueryDefinition.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BetweenComparisonBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BetweenComparisonBuilder.java index 0a7b412b7..57f476f6e 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BetweenComparisonBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BetweenComparisonBuilder.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.repository.query.derived.builder; import java.util.Arrays; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BooleanComparisonBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BooleanComparisonBuilder.java index b8bafaf24..482eb604b 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BooleanComparisonBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/BooleanComparisonBuilder.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived.builder; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/DistanceComparisonBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/DistanceComparisonBuilder.java index 1dc93c535..977859a02 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/DistanceComparisonBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/DistanceComparisonBuilder.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived.builder; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/ExistsFilterBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/ExistsFilterBuilder.java index ee97578f3..e687a6561 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/ExistsFilterBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/ExistsFilterBuilder.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.repository.query.derived.builder; import java.util.Collections; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/FilterBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/FilterBuilder.java index a51507eea..c426f87cf 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/FilterBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/FilterBuilder.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived.builder; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/IsNullFilterBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/IsNullFilterBuilder.java index 5c06f6ec5..9c44c07ae 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/IsNullFilterBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/IsNullFilterBuilder.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived.builder; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/PropertyComparisonBuilder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/PropertyComparisonBuilder.java index 011ba5f13..1211ee810 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/PropertyComparisonBuilder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/query/derived/builder/PropertyComparisonBuilder.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.query.derived.builder; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/GraphEntityInformation.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/GraphEntityInformation.java index fe121b79c..75403a35b 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/GraphEntityInformation.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/GraphEntityInformation.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jPersistenceExceptionTranslator.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jPersistenceExceptionTranslator.java index 27ab60122..f81fbd046 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jPersistenceExceptionTranslator.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jPersistenceExceptionTranslator.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactory.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactory.java index 06344c0a3..8153edca3 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactory.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactory.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBean.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBean.java index d53104e5a..9dcb91f8d 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBean.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBean.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/SimpleNeo4jRepository.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/SimpleNeo4jRepository.java index d37bb5e39..b35694ce3 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/SimpleNeo4jRepository.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/repository/support/SimpleNeo4jRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jCallback.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jCallback.java index 8887b140a..93682e37c 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jCallback.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jCallback.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jOperations.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jOperations.java index bfc480acc..de407c22b 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jOperations.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jOperations.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jTemplate.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jTemplate.java index 2e6c78a68..ef306d82a 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jTemplate.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/template/Neo4jTemplate.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManager.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManager.java index 5371f154f..b9340123a 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManager.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManager.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transaction; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionFactoryUtils.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionFactoryUtils.java index 83e9e0669..93514028d 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionFactoryUtils.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionFactoryUtils.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transaction; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionHolder.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionHolder.java index cbb60fcf4..f9496098d 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionHolder.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SessionHolder.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transaction; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SharedSessionCreator.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SharedSessionCreator.java index a726997a0..011b9a5ae 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SharedSessionCreator.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/transaction/SharedSessionCreator.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transaction; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/util/IterableUtils.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/util/IterableUtils.java index 1a3e4dbfd..4705a70fa 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/util/IterableUtils.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/util/IterableUtils.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.util; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/AsyncRequestInterceptor.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/AsyncRequestInterceptor.java index 0ac89b74d..7c85cbc95 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/AsyncRequestInterceptor.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/AsyncRequestInterceptor.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.support; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewFilter.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewFilter.java index 6bdc26ec8..ff07bcc59 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewFilter.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewFilter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.support; diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewInterceptor.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewInterceptor.java index 095ba1c44..138b694ec 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewInterceptor.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/web/support/OpenSessionInViewInterceptor.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.support; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Address.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Address.java index 0d0becc50..0a9b147c3 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Address.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Address.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.domain.sample; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Role.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Role.java index bf8ea2e90..87b32a8e8 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Role.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/Role.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.domain.sample; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SampleEntity.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SampleEntity.java index bb117f0b2..2b6d6975d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SampleEntity.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SampleEntity.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.domain.sample; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SpecialUser.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SpecialUser.java index db12389ea..e2dd33c93 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SpecialUser.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/SpecialUser.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.domain.sample; public class SpecialUser extends User { diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/User.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/User.java index 3313a4345..70c98e113 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/User.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/domain/sample/User.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.domain.sample; import java.util.Arrays; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/EventPublisher.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/EventPublisher.java index 1b4045e79..2f8143441 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/EventPublisher.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/EventPublisher.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.events; import org.neo4j.ogm.session.event.Event; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/ModificationEvent.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/ModificationEvent.java index 24dc92338..396ad9214 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/ModificationEvent.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/ModificationEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.events; import org.neo4j.ogm.session.event.Event; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/Neo4jModificationEventListener.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/Neo4jModificationEventListener.java index 99838d860..8876db13c 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/Neo4jModificationEventListener.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/Neo4jModificationEventListener.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.events; import org.springframework.context.event.EventListener; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostDeleteEvent.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostDeleteEvent.java index 0815eb4db..214ff5d71 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostDeleteEvent.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostDeleteEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.events; import org.neo4j.ogm.session.event.Event; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostSaveEvent.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostSaveEvent.java index 0d565973a..ef663f4fb 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostSaveEvent.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PostSaveEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.events; import org.neo4j.ogm.session.event.Event; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreDeleteEvent.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreDeleteEvent.java index bbab73b8f..8770cd784 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreDeleteEvent.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreDeleteEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.events; import org.neo4j.ogm.session.event.Event; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreSaveEvent.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreSaveEvent.java index 6f3627ab7..06a1cd3e6 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreSaveEvent.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/events/PreSaveEvent.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.events; import org.neo4j.ogm.session.event.Event; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendIT.java index 36fd3f0d2..61cb675de 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.friends; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendService.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendService.java index b9ca3ade4..acc080c43 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendService.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/FriendService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.friends; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/context/FriendContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/context/FriendContext.java index 0082ad4c0..1973f0d01 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/context/FriendContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/context/FriendContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.friends.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Friendship.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Friendship.java index d7ddc5585..561f46934 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Friendship.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Friendship.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.friends.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Person.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Person.java index 1ea5d1ca6..ab9904d53 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Person.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/domain/Person.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.friends.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/repo/FriendshipRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/repo/FriendshipRepository.java index b611c821d..c3d310044 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/repo/FriendshipRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/friends/repo/FriendshipRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.friends.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/GalaxyServiceIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/GalaxyServiceIT.java index abbb60e6c..6431d03fe 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/GalaxyServiceIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/GalaxyServiceIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.galaxy; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/WorldRepositoryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/WorldRepositoryIT.java index cd4a5af81..a3e1d9b98 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/WorldRepositoryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/WorldRepositoryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.galaxy; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/context/GalaxyContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/context/GalaxyContext.java index 6d16a7bb1..b20d6b9a8 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/context/GalaxyContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/context/GalaxyContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.galaxy.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/domain/World.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/domain/World.java index 6703f1ad1..d8e8fd87f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/domain/World.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/domain/World.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.galaxy.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/repo/WorldRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/repo/WorldRepository.java index 34176d1b2..42dbed732 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/repo/WorldRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/repo/WorldRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.galaxy.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/service/GalaxyService.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/service/GalaxyService.java index 8f62f9fe7..0f16bc1b4 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/service/GalaxyService.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/galaxy/service/GalaxyService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.galaxy.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303Context.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303Context.java index 1c12829f8..4d45d985b 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303Context.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303Context.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.jsr303; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303IT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303IT.java index 8c525be42..9f3733f77 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303IT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/JSR303IT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.jsr303; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/WebConfiguration.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/WebConfiguration.java index a193fc6e8..20835298d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/WebConfiguration.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/WebConfiguration.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.jsr303; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/controller/AdultController.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/controller/AdultController.java index a792dfa70..4cbbe4ec0 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/controller/AdultController.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/controller/AdultController.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.jsr303.controller; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/domain/Adult.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/domain/Adult.java index bc7740b54..085d190ae 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/domain/Adult.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/domain/Adult.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.jsr303.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/repo/AdultRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/repo/AdultRepository.java index e90cc9386..cb841b74e 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/repo/AdultRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/repo/AdultRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.jsr303.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/service/AdultService.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/service/AdultService.java index 3fdb43333..8198a12d2 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/service/AdultService.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/jsr303/service/AdultService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.jsr303.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/MoviesIntegrationIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/MoviesIntegrationIT.java index 5ef91c2ac..4a6e73624 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/MoviesIntegrationIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/MoviesIntegrationIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/context/MoviesContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/context/MoviesContext.java index 709ce2fac..366a3ca48 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/context/MoviesContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/context/MoviesContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractAnnotatedEntity.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractAnnotatedEntity.java index e4a62e63e..8b0032c25 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractAnnotatedEntity.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractAnnotatedEntity.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractEntity.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractEntity.java index 5ad64be6f..800b860bc 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractEntity.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/AbstractEntity.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Actor.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Actor.java index 4f98b5db9..07c56b990 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Actor.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Actor.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Cinema.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Cinema.java index 58371a40d..f939c1bc8 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Cinema.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Cinema.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Director.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Director.java index 28ba4b1f5..783d0c57b 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Director.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Director.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Genre.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Genre.java index 5b53bf81d..8385957b1 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Genre.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Genre.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Movie.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Movie.java index 8bde1dd86..04914ac71 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Movie.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Movie.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Person.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Person.java index 96d96db3b..f7d4056e1 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Person.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Person.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Rating.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Rating.java index 2eccf22b5..9f5dc1cfc 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Rating.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/Rating.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/ReleasedMovie.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/ReleasedMovie.java index 272543a7e..4f15d079b 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/ReleasedMovie.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/ReleasedMovie.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/TempMovie.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/TempMovie.java index c5434afe1..700c34a6b 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/TempMovie.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/TempMovie.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/User.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/User.java index 9adcfeab6..ea97fc99d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/User.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/User.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResult.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResult.java index 804859238..a8717ad78 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResult.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResult.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterface.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterface.java index 7eb8e3f39..91bb5a620 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterface.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterface.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterfaceImpl.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterfaceImpl.java index 871a1a1ce..424f787b0 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterfaceImpl.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/CinemaQueryResultInterfaceImpl.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/EntityWrappingQueryResult.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/EntityWrappingQueryResult.java index 91de2934f..c9803f8ea 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/EntityWrappingQueryResult.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/EntityWrappingQueryResult.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/Gender.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/Gender.java index 52ed7b6be..e4c6f6acf 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/Gender.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/Gender.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/RichUserQueryResult.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/RichUserQueryResult.java index 611f49bfa..e8f798583 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/RichUserQueryResult.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/RichUserQueryResult.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResult.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResult.java index 6e814fc7a..179fb0e7f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResult.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResult.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResultInterface.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResultInterface.java index eaa63d41e..1aaf3a484 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResultInterface.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/domain/queryresult/UserQueryResultInterface.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.domain.queryresult; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractAnnotatedEntityRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractAnnotatedEntityRepository.java index 196e2ebc6..0d0c0f8bd 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractAnnotatedEntityRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractAnnotatedEntityRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractEntityRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractEntityRepository.java index 50eb03da0..e23d28cfc 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractEntityRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/AbstractEntityRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/ActorRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/ActorRepository.java index b7452ca24..408125fcd 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/ActorRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/ActorRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/CinemaRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/CinemaRepository.java index f8c43c734..221758e50 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/CinemaRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/CinemaRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/DirectorRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/DirectorRepository.java index 0afccbcbe..f9e7ab109 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/DirectorRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/DirectorRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/GenreRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/GenreRepository.java index 06598d7ec..532cd8d81 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/GenreRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/GenreRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/PersonRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/PersonRepository.java index a140e7fa1..ed8c06863 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/PersonRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/PersonRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/RatingRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/RatingRepository.java index 0649958d2..ed580db82 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/RatingRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/RatingRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/TempMovieRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/TempMovieRepository.java index 8cc0ca07f..5c534c91f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/TempMovieRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/TempMovieRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UnmanagedUserPojo.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UnmanagedUserPojo.java index f5fbaf83f..3050ccc56 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UnmanagedUserPojo.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UnmanagedUserPojo.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UserRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UserRepository.java index ddc3e086c..02290a906 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UserRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/repo/UserRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserService.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserService.java index e299ee41a..ef8624858 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserService.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserServiceImpl.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserServiceImpl.java index 0c8909573..24bf52830 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserServiceImpl.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/movies/service/UserServiceImpl.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.movies.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/RestaurantIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/RestaurantIT.java index a47b7d385..fa80b1ab6 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/RestaurantIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/RestaurantIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.restaurants; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/context/RestaurantContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/context/RestaurantContext.java index 66dc11566..6fac36c37 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/context/RestaurantContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/context/RestaurantContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.restaurants.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Diner.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Diner.java index b133cbf36..5f411fcfc 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Diner.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Diner.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.examples.restaurants.domain; import org.neo4j.ogm.annotation.GraphId; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Restaurant.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Restaurant.java index 30ee0ec47..36e6b8d9c 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Restaurant.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/domain/Restaurant.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.restaurants.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/repo/RestaurantRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/repo/RestaurantRepository.java index 90b20adb7..7ee19c56a 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/repo/RestaurantRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/examples/restaurants/repo/RestaurantRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.examples.restaurants.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryIT.java index 41625b429..a7a6558b7 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.extensions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryImpl.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryImpl.java index b0db39f0c..94d972b82 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryImpl.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomGraphRepositoryImpl.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.extensions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomNeo4jRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomNeo4jRepository.java index 9ead79257..8052f4c73 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomNeo4jRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomNeo4jRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.extensions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomPersistenceContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomPersistenceContext.java index 4fffaa87b..b41d3681f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomPersistenceContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/CustomPersistenceContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.extensions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/UserRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/UserRepository.java index 88e130d0e..c55d074c5 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/UserRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/UserRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.extensions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/domain/User.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/domain/User.java index 8aed36340..e707842e4 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/domain/User.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/extensions/domain/User.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.extensions.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServiceIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServiceIT.java index 41761a570..1d9632388 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServiceIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServiceIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServicePersistenceContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServicePersistenceContext.java index fb69c1a27..9f6780064 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServicePersistenceContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/ConversionServicePersistenceContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/JavaElementRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/JavaElementRepository.java index aeb2cea81..cc449363e 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/JavaElementRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/JavaElementRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/PensionRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/PensionRepository.java index 9b79ecdd6..fc3868f63 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/PensionRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/PensionRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SiteMemberRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SiteMemberRepository.java index d2ca0f87e..1fe5bc0f4 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SiteMemberRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SiteMemberRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBigIntegerToBooleanConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBigIntegerToBooleanConverter.java index 104bc03bd..2c0acea2d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBigIntegerToBooleanConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBigIntegerToBooleanConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBooleanToBigIntegerConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBooleanToBigIntegerConverter.java index e61afe97d..16b99ffca 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBooleanToBigIntegerConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringBooleanToBigIntegerConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringByteArrayToIntegerConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringByteArrayToIntegerConverter.java index ab9eb3936..5c48762e3 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringByteArrayToIntegerConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringByteArrayToIntegerConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToByteArrayConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToByteArrayConverter.java index 2fd882517..4a6e7d756 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToByteArrayConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToByteArrayConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToMonetaryAmountConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToMonetaryAmountConverter.java index 3480c2a85..e95c18b84 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToMonetaryAmountConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringIntegerToMonetaryAmountConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringLongToMonetaryAmountConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringLongToMonetaryAmountConverter.java index 8ba24e1c8..f4921f46f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringLongToMonetaryAmountConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringLongToMonetaryAmountConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToIntegerConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToIntegerConverter.java index eb99cc94e..82aa8bd62 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToIntegerConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToIntegerConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToLongConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToLongConverter.java index ed7e83a73..0d321cf54 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToLongConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToLongConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverter.java index bd94b0e8d..01bdd0ed0 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverterFactory.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverterFactory.java index 9a8016a00..6725a8d82 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverterFactory.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringMonetaryAmountToNumberConverterFactory.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringNumberToMonetaryAmountConverter.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringNumberToMonetaryAmountConverter.java index d236db8a1..7f39189af 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringNumberToMonetaryAmountConverter.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/SpringNumberToMonetaryAmountConverter.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/JavaElement.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/JavaElement.java index d8b0b06a3..8ed8107ac 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/JavaElement.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/JavaElement.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/MonetaryAmount.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/MonetaryAmount.java index 9e9f952cf..fc6722be8 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/MonetaryAmount.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/MonetaryAmount.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/PensionPlan.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/PensionPlan.java index 4d1e415cd..d888631c9 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/PensionPlan.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/PensionPlan.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/SiteMember.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/SiteMember.java index 00e572364..5c400ea10 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/SiteMember.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/integration/conversion/domain/SiteMember.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.integration.conversion.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedQueryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedQueryIT.java index 47a9b2727..c96793625 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedQueryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedQueryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.queries; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedRelationshipEntityQueryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedRelationshipEntityQueryIT.java index 21aa6abd3..7f1f52f35 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedRelationshipEntityQueryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/DerivedRelationshipEntityQueryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.queries; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/PagedQueryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/PagedQueryIT.java index b8c6979f4..d300b19b7 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/PagedQueryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/PagedQueryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.queries; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryIntegrationIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryIntegrationIT.java index f581b7acc..01dd57e02 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryIntegrationIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryIntegrationIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.queries; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryReturnTypesIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryReturnTypesIT.java index 2492e1567..eccd1597d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryReturnTypesIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/queries/QueryReturnTypesIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.queries; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/ProgrammaticRepositoryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/ProgrammaticRepositoryIT.java index 9c2fa2cf3..bf6f3a4fd 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/ProgrammaticRepositoryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/ProgrammaticRepositoryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepoScanningIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepoScanningIT.java index 27da9c3cc..9de30de93 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepoScanningIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepoScanningIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepositoryDefinitionIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepositoryDefinitionIT.java index 46fdeae34..fdb49a56f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepositoryDefinitionIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/RepositoryDefinitionIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/context/RepositoriesTestContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/context/RepositoriesTestContext.java index ea3f9c771..41e2bca93 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/context/RepositoriesTestContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/context/RepositoriesTestContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/Movie.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/Movie.java index f5e589a94..53ff0db9c 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/Movie.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/Movie.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/User.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/User.java index 97d526124..0873e465d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/User.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/domain/User.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/MovieRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/MovieRepository.java index 286dff994..baeedadb5 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/MovieRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/MovieRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/PersistenceContextInTheSamePackage.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/PersistenceContextInTheSamePackage.java index c09cc734a..5a0b4007b 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/PersistenceContextInTheSamePackage.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/PersistenceContextInTheSamePackage.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/UserRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/UserRepository.java index 3c14b96c9..4778a2760 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/UserRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/repo/UserRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/support/GraphRepositoryFactoryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/support/GraphRepositoryFactoryIT.java index 3a33d7ee1..4892632f9 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/support/GraphRepositoryFactoryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repositories/support/GraphRepositoryFactoryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repositories.support; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/Neo4jRepositoryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/Neo4jRepositoryIT.java index c1bf4ebd8..8310ad6aa 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/Neo4jRepositoryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/Neo4jRepositoryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiExtensionIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiExtensionIT.java index 96b52a5d6..fb982e3b1 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiExtensionIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiExtensionIT.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiPersonRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiPersonRepository.java index b45f38c1c..4ca995abb 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiPersonRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/CdiPersonRepository.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiProducer.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiProducer.java index 2d4ee19f2..d43a55e87 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiProducer.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jCdiProducer.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jRepositoryExtensionTest.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jRepositoryExtensionTest.java index aa899f0b5..d3e18b85c 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jRepositoryExtensionTest.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/Neo4jRepositoryExtensionTest.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.cdi; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/OtherQualifier.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/OtherQualifier.java index 08dc2f056..1b422ec7d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/OtherQualifier.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/OtherQualifier.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/PersonDB.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/PersonDB.java index 6c96389b0..bb8b67c9a 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/PersonDB.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/PersonDB.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/QualifiedPersonRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/QualifiedPersonRepository.java index 256a9ce09..86b79900d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/QualifiedPersonRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/QualifiedPersonRepository.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/RepositoryClient.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/RepositoryClient.java index fcde742be..64c418da4 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/RepositoryClient.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/RepositoryClient.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepository.java index 9ef1f6347..65377b143 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepository.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryCustom.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryCustom.java index f1cedf537..f383ba6af 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryCustom.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryCustom.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryImpl.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryImpl.java index dc76cfdbf..bd19917ac 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryImpl.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/cdi/SamplePersonRepositoryImpl.java @@ -1,12 +1,12 @@ /* - * Copyright 2016-2019 the original author or authors. - * + * Copyright 2011-2019 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. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrarTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrarTests.java index 71d3cb8d3..c11976b21 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrarTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoriesRegistrarTests.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtensionTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtensionTests.java index 50cb7b227..3797796a3 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtensionTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/Neo4jRepositoryConfigurationExtensionTests.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/RepositoriesJavaConfigTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/RepositoriesJavaConfigTests.java index 3d63dd2a1..768aa727f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/RepositoriesJavaConfigTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/config/RepositoriesJavaConfigTests.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.config; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/sample/UserRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/sample/UserRepository.java index 6ba2b8297..33272f6d0 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/sample/UserRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/sample/UserRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.sample; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/DefaultTransactionDisablingIntegrationIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/DefaultTransactionDisablingIntegrationIT.java index b8819e12e..ac5b55a25 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/DefaultTransactionDisablingIntegrationIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/DefaultTransactionDisablingIntegrationIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBeanTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBeanTests.java index f52f29a8e..10ee9dc69 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBeanTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/Neo4jRepositoryFactoryBeanTests.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/TransactionalRepositoryIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/TransactionalRepositoryIT.java index 18c2989cf..8d2cc4ecd 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/TransactionalRepositoryIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/repository/support/TransactionalRepositoryIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.repository.support; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/ExceptionTranslationIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/ExceptionTranslationIT.java index 0c9ec3c18..700a7aa77 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/ExceptionTranslationIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/ExceptionTranslationIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/Neo4jTemplateIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/Neo4jTemplateIT.java index e0c017ae6..5a9ef95ad 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/Neo4jTemplateIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/Neo4jTemplateIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TemplateApplicationEventIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TemplateApplicationEventIT.java index f8008ac3f..ce89f3721 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TemplateApplicationEventIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TemplateApplicationEventIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TestNeo4jEventListener.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TestNeo4jEventListener.java index 471ebcfb3..29fe5dc0c 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TestNeo4jEventListener.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/TestNeo4jEventListener.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/DataManipulationEventConfiguration.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/DataManipulationEventConfiguration.java index b892b400f..cdf89186d 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/DataManipulationEventConfiguration.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/DataManipulationEventConfiguration.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/Neo4jTemplateConfiguration.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/Neo4jTemplateConfiguration.java index 3dea6ca27..253d64b49 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/Neo4jTemplateConfiguration.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/template/context/Neo4jTemplateConfiguration.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.template.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManagerTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManagerTests.java index 4f7acdb08..9b51c6b42 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManagerTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/Neo4jTransactionManagerTests.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.transaction; import static org.junit.Assert.*; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SessionFactoryUtilsTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SessionFactoryUtilsTests.java index 7fb55773e..0be520ff0 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SessionFactoryUtilsTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SessionFactoryUtilsTests.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transaction; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SharedSessionCreatorTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SharedSessionCreatorTests.java index 9a9239911..a52b4c470 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SharedSessionCreatorTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/SharedSessionCreatorTests.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transaction; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/TransactionalEventListenerTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/TransactionalEventListenerTests.java index 9fc3b1aa6..2d9d029b7 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/TransactionalEventListenerTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transaction/TransactionalEventListenerTests.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.transaction; import static org.junit.Assert.*; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ApplicationConfig.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ApplicationConfig.java index 16cb22a27..fc8f4f216 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ApplicationConfig.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ApplicationConfig.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsIT.java index d9b9db57e..30aecaea1 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/ExtendedTransactionsIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/TransactionIntegrationIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/TransactionIntegrationIT.java index abf7350cd..1f6059c0f 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/TransactionIntegrationIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/TransactionIntegrationIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/domain/User.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/domain/User.java index 8e1249a14..32a8c9fb5 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/domain/User.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/domain/User.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/repo/UserRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/repo/UserRepository.java index 0cbc8d670..0a15cf218 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/repo/UserRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/repo/UserRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/BusinessService.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/BusinessService.java index 0c7dba552..c7d4faa2a 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/BusinessService.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/BusinessService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceA.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceA.java index de87d99fd..bb4d0df37 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceA.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceA.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceB.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceB.java index bce411983..780838435 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceB.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/ServiceB.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/WrapperService.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/WrapperService.java index 2c732b819..8f588f63e 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/WrapperService.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/transactions/service/WrapperService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.transactions.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/util/IterableUtilsIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/util/IterableUtilsIT.java index 5b1b9c70d..bb90638fd 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/util/IterableUtilsIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/util/IterableUtilsIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.util; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/WebIntegrationIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/WebIntegrationIT.java index 5b1799e5c..ec522d5ed 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/WebIntegrationIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/WebIntegrationIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/XmlApplicationContextWebIntegrationIT.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/XmlApplicationContextWebIntegrationIT.java index 7b29adf05..b929404a1 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/XmlApplicationContextWebIntegrationIT.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/XmlApplicationContextWebIntegrationIT.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/context/WebAppContext.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/context/WebAppContext.java index 5440b9637..eddb77387 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/context/WebAppContext.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/context/WebAppContext.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.context; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/controller/UserController.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/controller/UserController.java index 842eb79b6..c26afc7e4 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/controller/UserController.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/controller/UserController.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.controller; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Cinema.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Cinema.java index d3f4f50a9..b36431bd5 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Cinema.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Cinema.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Genre.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Genre.java index 8751a0df7..f7dbbbc16 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Genre.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/Genre.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/User.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/User.java index 7946c3b65..6488a6689 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/User.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/domain/User.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.domain; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/GenreRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/GenreRepository.java index c9467ee99..374004a20 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/GenreRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/GenreRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/UserRepository.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/UserRepository.java index 541b0add3..ac357dba7 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/UserRepository.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/repo/UserRepository.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.repo; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserService.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserService.java index 645c3fedb..077612e67 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserService.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserService.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserServiceImpl.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserServiceImpl.java index 2fa192f03..713a43488 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserServiceImpl.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/service/UserServiceImpl.java @@ -1,14 +1,17 @@ /* - * Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." - * - * This product is licensed to you under the Apache License, Version 2.0 (the "License"). - * You may not use this product except in compliance with the License. - * - * This product may include a number of subcomponents with - * separate copyright notices and license terms. Your use of the source - * code for these subcomponents is subject to the terms and - * conditions of the subcomponent's license, as noted in the LICENSE file. - * + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.springframework.data.neo4j.web.service; diff --git a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/support/OpenSessionInViewTests.java b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/support/OpenSessionInViewTests.java index 4abe2bca5..773b91484 100644 --- a/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/support/OpenSessionInViewTests.java +++ b/spring-data-neo4j/src/test/java/org/springframework/data/neo4j/web/support/OpenSessionInViewTests.java @@ -1,3 +1,18 @@ +/* + * Copyright 2011-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.springframework.data.neo4j.web.support; import static org.junit.Assert.*; diff --git a/spring-data-neo4j/src/test/resources/bolt.driver.properties b/spring-data-neo4j/src/test/resources/bolt.driver.properties index c61e443ee..fe9384e6d 100644 --- a/spring-data-neo4j/src/test/resources/bolt.driver.properties +++ b/spring-data-neo4j/src/test/resources/bolt.driver.properties @@ -1,16 +1,18 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - class = org.neo4j.ogm.drivers.bolt.driver.BoltDriver server = bolt://localhost username = neo4j diff --git a/spring-data-neo4j/src/test/resources/compiler.properties b/spring-data-neo4j/src/test/resources/compiler.properties index 4db556862..361781d04 100644 --- a/spring-data-neo4j/src/test/resources/compiler.properties +++ b/spring-data-neo4j/src/test/resources/compiler.properties @@ -1,14 +1,16 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - class=org.neo4j.ogm.compiler.MultiStatementCypherCompiler diff --git a/spring-data-neo4j/src/test/resources/embedded.driver.properties b/spring-data-neo4j/src/test/resources/embedded.driver.properties index d047a280a..2d11c413c 100644 --- a/spring-data-neo4j/src/test/resources/embedded.driver.properties +++ b/spring-data-neo4j/src/test/resources/embedded.driver.properties @@ -1,14 +1,16 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - class=org.neo4j.ogm.drivers.embedded.driver.EmbeddedDriver diff --git a/spring-data-neo4j/src/test/resources/helloworld.properties b/spring-data-neo4j/src/test/resources/helloworld.properties index 9db4095ec..bd3428d4e 100644 --- a/spring-data-neo4j/src/test/resources/helloworld.properties +++ b/spring-data-neo4j/src/test/resources/helloworld.properties @@ -1,16 +1,18 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - #url=http://localhost:7474 url=http://graphenetest.sb04.stations.graphenedb.com:24789 username=graphenetest diff --git a/spring-data-neo4j/src/test/resources/http.driver.properties b/spring-data-neo4j/src/test/resources/http.driver.properties index deb9ef208..325071af5 100644 --- a/spring-data-neo4j/src/test/resources/http.driver.properties +++ b/spring-data-neo4j/src/test/resources/http.driver.properties @@ -1,15 +1,17 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - driver=org.neo4j.ogm.drivers.http.driver.HttpDriver URI=http://neo4j:password@localhost:7474 diff --git a/spring-data-neo4j/src/test/resources/logback-test.xml b/spring-data-neo4j/src/test/resources/logback-test.xml index 0b21e067f..2a5cc3c34 100644 --- a/spring-data-neo4j/src/test/resources/logback-test.xml +++ b/spring-data-neo4j/src/test/resources/logback-test.xml @@ -1,17 +1,22 @@ - + | Copyright 2011-2019 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. + | You may obtain a copy of the License at + | + | http://www.apache.org/licenses/LICENSE-2.0 + | + | Unless required by applicable law or agreed to in writing, software + | distributed under the License is distributed on an "AS IS" BASIS, + | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + | See the License for the specific language governing permissions and + | limitations under the License. + | Copyright 2011-2019 the original author or authors. + | + | Licensed under the Apache License, Version 2.0 (the "License"); +--> diff --git a/spring-data-neo4j/src/test/resources/movies.properties b/spring-data-neo4j/src/test/resources/movies.properties index a584a15c0..92d36416b 100644 --- a/spring-data-neo4j/src/test/resources/movies.properties +++ b/spring-data-neo4j/src/test/resources/movies.properties @@ -1,14 +1,16 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - url=http://localhost:7474 diff --git a/spring-data-neo4j/src/test/resources/ogm-bolt.properties b/spring-data-neo4j/src/test/resources/ogm-bolt.properties index 4f08e8957..d3ba6a959 100644 --- a/spring-data-neo4j/src/test/resources/ogm-bolt.properties +++ b/spring-data-neo4j/src/test/resources/ogm-bolt.properties @@ -1,14 +1,17 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # neo4j.version=3.0 driver=org.neo4j.ogm.drivers.bolt.driver.BoltDriver diff --git a/spring-data-neo4j/src/test/resources/ogm-embedded.properties b/spring-data-neo4j/src/test/resources/ogm-embedded.properties index 13f3785a4..af1deaaaf 100644 --- a/spring-data-neo4j/src/test/resources/ogm-embedded.properties +++ b/spring-data-neo4j/src/test/resources/ogm-embedded.properties @@ -1,16 +1,18 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - neo4j.version=2.3 compiler=org.neo4j.ogm.compiler.MultiStatementCypherCompiler driver=org.neo4j.ogm.drivers.embedded.driver.EmbeddedDriver diff --git a/spring-data-neo4j/src/test/resources/ogm-http.properties b/spring-data-neo4j/src/test/resources/ogm-http.properties index 65ded4f45..d2dee2ea5 100644 --- a/spring-data-neo4j/src/test/resources/ogm-http.properties +++ b/spring-data-neo4j/src/test/resources/ogm-http.properties @@ -1,14 +1,17 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # compiler=org.neo4j.ogm.compiler.MultiStatementCypherCompiler driver=org.neo4j.ogm.drivers.http.driver.HttpDriver diff --git a/spring-data-neo4j/src/test/resources/ogm.properties b/spring-data-neo4j/src/test/resources/ogm.properties index 350cf4150..b126d9710 100644 --- a/spring-data-neo4j/src/test/resources/ogm.properties +++ b/spring-data-neo4j/src/test/resources/ogm.properties @@ -1,16 +1,18 @@ # -# Copyright (c) [2011-2019] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." +# Copyright 2011-2019 the original author or authors. # -# This product is licensed to you under the Apache License, Version 2.0 (the "License"). -# You may not use this product except in compliance with the License. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# This product may include a number of subcomponents with -# separate copyright notices and license terms. Your use of the source -# code for these subcomponents is subject to the terms and -# conditions of the subcomponent's license, as noted in the LICENSE file. +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # - # this config file is used to run/debug tests from the IDE compiler=org.neo4j.ogm.compiler.MultiStatementCypherCompiler driver=org.neo4j.ogm.drivers.http.driver.HttpDriver