Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C021200BAE for ; Fri, 28 Oct 2016 23:33:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4ADBC160B0D; Fri, 28 Oct 2016 21:33:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ECB71160B08 for ; Fri, 28 Oct 2016 23:33:56 +0200 (CEST) Received: (qmail 73006 invoked by uid 500); 28 Oct 2016 21:33:56 -0000 Mailing-List: contact commits-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list commits@phoenix.apache.org Received: (qmail 71824 invoked by uid 99); 28 Oct 2016 21:33:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 21:33:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87190F1713; Fri, 28 Oct 2016 21:33:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: maryannxue@apache.org To: commits@phoenix.apache.org Date: Fri, 28 Oct 2016 21:34:10 -0000 Message-Id: In-Reply-To: <4e178594d5ad496cacb2eac93a560830@git.apache.org> References: <4e178594d5ad496cacb2eac93a560830@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/35] phoenix git commit: PHOENIX-3399 Add missing license header to ChildViewsuseParenViewIndexIT archived-at: Fri, 28 Oct 2016 21:33:58 -0000 PHOENIX-3399 Add missing license header to ChildViewsuseParenViewIndexIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6cf827a2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6cf827a2 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/6cf827a2 Branch: refs/heads/calcite Commit: 6cf827a20c26329b7f6e1f7462c2aee94174f336 Parents: 8f5c8cf Author: Josh Elser Authored: Mon Oct 24 17:28:16 2016 -0400 Committer: Josh Elser Committed: Mon Oct 24 17:28:16 2016 -0400 ---------------------------------------------------------------------- .../index/ChildViewsUseParentViewIndexIT.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/6cf827a2/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ChildViewsUseParentViewIndexIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ChildViewsUseParentViewIndexIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ChildViewsUseParentViewIndexIT.java index 29ff183..1e60bf1 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ChildViewsUseParentViewIndexIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ChildViewsUseParentViewIndexIT.java @@ -1,3 +1,20 @@ +/* + * 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.index; import static org.junit.Assert.assertEquals;