diff --git a/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java b/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java index 7e5f3c8..78af6a6 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java +++ b/src/main/java/org/springframework/data/gemfire/tests/integration/ClientServerIntegrationTestsSupport.java @@ -1,18 +1,17 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.integration; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/MockGemFireObjectsSupport.java b/src/main/java/org/springframework/data/gemfire/tests/mock/MockGemFireObjectsSupport.java index d4dc21b..b18b4c3 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/MockGemFireObjectsSupport.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/MockGemFireObjectsSupport.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java b/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java index 869cc04..6436050 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/MockObjectsSupport.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java b/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java index 1923a9f..28f3c14 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/EnableGemFireMockObjects.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock.annotation; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java b/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java index d5673cd..46e39f0 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireMockObjectsConfiguration.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock.annotation; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireUnitTest.java b/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireUnitTest.java index 67a1d75..2526513 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireUnitTest.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/annotation/GemFireUnitTest.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock.annotation; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/config/MockGemFireObjectsBeanPostProcessor.java b/src/main/java/org/springframework/data/gemfire/tests/mock/config/MockGemFireObjectsBeanPostProcessor.java index 813f1e7..32a12cd 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/config/MockGemFireObjectsBeanPostProcessor.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/config/MockGemFireObjectsBeanPostProcessor.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock.config; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/context/MockGemFireObjectsApplicationContextInitializer.java b/src/main/java/org/springframework/data/gemfire/tests/mock/context/MockGemFireObjectsApplicationContextInitializer.java index 92dc79d..aefb594 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/context/MockGemFireObjectsApplicationContextInitializer.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/context/MockGemFireObjectsApplicationContextInitializer.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock.context; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java b/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java index 5b727d4..a7e4e71 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectInvocationException.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock.support; diff --git a/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java b/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java index 8f45784..721ad53 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java +++ b/src/main/java/org/springframework/data/gemfire/tests/mock/support/MockObjectsException.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.mock.support; diff --git a/src/main/java/org/springframework/data/gemfire/tests/process/PidUnavailableException.java b/src/main/java/org/springframework/data/gemfire/tests/process/PidUnavailableException.java index aa30019..2b5676f 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/process/PidUnavailableException.java +++ b/src/main/java/org/springframework/data/gemfire/tests/process/PidUnavailableException.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.process; diff --git a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java index 4da7b94..2130cbd 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java +++ b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessConfiguration.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.process; diff --git a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java index 2c980b2..dfb60ae 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java +++ b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessExecutor.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.process; diff --git a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java index 7340524..056bff5 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java +++ b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessInputStreamListener.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.process; diff --git a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java index 5a0af73..61dba6c 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.process; diff --git a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java index 402406d..4ef5396 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java +++ b/src/main/java/org/springframework/data/gemfire/tests/process/ProcessWrapper.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.process; diff --git a/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java b/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java index 4eda3e0..24b5bde 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java +++ b/src/main/java/org/springframework/data/gemfire/tests/support/DataSourceAdapter.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.support; diff --git a/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java b/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java index 9a7510f..b5f663b 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java +++ b/src/main/java/org/springframework/data/gemfire/tests/support/IdentifierSequence.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.support; diff --git a/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java b/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java index 5b4e73c..9d7e788 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java +++ b/src/main/java/org/springframework/data/gemfire/tests/support/MapBuilder.java @@ -1,17 +1,17 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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 + * 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. + * 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.gemfire.tests.support; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java index 33d32e0..8eda49a 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/FileSystemUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java index 4773b2f..ac26478 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/FileUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java index 35dd1f0..5f842c2 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/IOUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2017 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java index 0098253..5beabf7 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/SocketUtils.java @@ -1,18 +1,17 @@ /* - * Copyright 2016 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java index e418300..bdca7bd 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/StackTraceUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java index 2327c8f..61bedeb 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/ThreadUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java index a1b081b..164d125 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/ThrowableUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util; diff --git a/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java b/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java index a904d74..285747d 100644 --- a/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java +++ b/src/main/java/org/springframework/data/gemfire/tests/util/ZipUtils.java @@ -1,17 +1,17 @@ /* - * Copyright 2010-2013 the original author or authors. + * Copyright 2017 the original author 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 + * 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. + * 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.gemfire.tests.util;