GEODE-249: Added license header to test
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0d86c3bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0d86c3bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/0d86c3bd Branch: refs/heads/feature/GEODE-1050 Commit: 0d86c3bd74cdfa75f6dc3f54bf523e41e2df4984 Parents: aab357f Author: Jason Huynh <[email protected]> Authored: Fri Mar 18 13:50:24 2016 -0700 Committer: Jason Huynh <[email protected]> Committed: Fri Mar 18 13:50:24 2016 -0700 ---------------------------------------------------------------------- .../cache/PartitionedRegionQueryEvaluatorTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0d86c3bd/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionQueryEvaluatorTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionQueryEvaluatorTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionQueryEvaluatorTest.java index ac9be94..fa4a26a 100644 --- a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionQueryEvaluatorTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/PartitionedRegionQueryEvaluatorTest.java @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.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 com.gemstone.gemfire.internal.cache; import static org.junit.Assert.assertEquals;
