You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ja...@apache.org on 2016/03/18 21:41:43 UTC

incubator-geode git commit: GEODE-249: Added license header to test

Repository: incubator-geode
Updated Branches:
  refs/heads/develop aab357f69 -> 0d86c3bd7


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/develop
Commit: 0d86c3bd74cdfa75f6dc3f54bf523e41e2df4984
Parents: aab357f
Author: Jason Huynh <hu...@gmail.com>
Authored: Fri Mar 18 13:50:24 2016 -0700
Committer: Jason Huynh <hu...@gmail.com>
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;