You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2016/10/07 18:53:04 UTC

incubator-geode git commit: GEODE-136: Adding the Apache License header to the file.

Repository: incubator-geode
Updated Branches:
  refs/heads/develop2 [created] e78aa68c4


GEODE-136: Adding the Apache License header to the file.

	* This resolves the rat issue in precheckin


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/e78aa68c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/e78aa68c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/e78aa68c

Branch: refs/heads/develop2
Commit: e78aa68c4890191f481a38452d7e238048bac7d7
Parents: 769d9b3
Author: nabarun <nn...@pivotal.io>
Authored: Fri Oct 7 11:51:57 2016 -0700
Committer: nabarun <nn...@pivotal.io>
Committed: Fri Oct 7 11:51:57 2016 -0700

----------------------------------------------------------------------
 .../cli/functions/GetRegionsFunctionJUnitTest.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/e78aa68c/geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/GetRegionsFunctionJUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/GetRegionsFunctionJUnitTest.java b/geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/GetRegionsFunctionJUnitTest.java
index 6c57160..74a0268 100644
--- a/geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/GetRegionsFunctionJUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/management/internal/cli/functions/GetRegionsFunctionJUnitTest.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 org.apache.geode.management.internal.cli.functions;
 
 import static org.mockito.Mockito.*;