You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2017/11/27 21:38:09 UTC

phoenix git commit: Fix Apache RAT warning

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 affe92dea -> 9efd7afc7


Fix Apache RAT warning


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9efd7afc
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9efd7afc
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9efd7afc

Branch: refs/heads/4.x-HBase-1.1
Commit: 9efd7afc7af8072a5302fb8167867cfddb851f3d
Parents: affe92d
Author: Mujtaba <mu...@apache.org>
Authored: Mon Nov 27 13:29:37 2017 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Mon Nov 27 13:29:37 2017 -0800

----------------------------------------------------------------------
 .../apache/phoenix/end2end/SystemCatalogIT.java   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9efd7afc/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
index 8a9bca2..15af2af 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
@@ -1,3 +1,21 @@
+/*
+ * 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.phoenix.end2end;
 
 import static org.junit.Assert.assertEquals;