Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 914A218C8B for ; Thu, 11 Feb 2016 12:39:32 +0000 (UTC) Received: (qmail 42006 invoked by uid 500); 11 Feb 2016 12:39:32 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 41918 invoked by uid 500); 11 Feb 2016 12:39:32 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 41588 invoked by uid 99); 11 Feb 2016 12:39:32 -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; Thu, 11 Feb 2016 12:39:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 09AABE69A6; Thu, 11 Feb 2016 12:39:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: av@apache.org To: commits@ignite.apache.org Date: Thu, 11 Feb 2016 12:39:45 -0000 Message-Id: In-Reply-To: <3fb3891a2fec4112ac13c3d2949e91df@git.apache.org> References: <3fb3891a2fec4112ac13c3d2949e91df@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/17] ignite git commit: added missing file header to org.apache.ignite.hadoop.fs.KerberosHadoopFileSystemFactorySelfTest added missing file header to org.apache.ignite.hadoop.fs.KerberosHadoopFileSystemFactorySelfTest Signed-off-by: Anton Vinogradov Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0491a5f8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0491a5f8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0491a5f8 Branch: refs/heads/ignite-2468 Commit: 0491a5f814365723b53ff1820aad76f646307f13 Parents: a9937a6 Author: iveselovskiy Authored: Wed Feb 10 18:54:36 2016 +0300 Committer: Anton Vinogradov Committed: Wed Feb 10 19:31:41 2016 +0300 ---------------------------------------------------------------------- .../KerberosHadoopFileSystemFactorySelfTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/0491a5f8/modules/hadoop/src/test/java/org/apache/ignite/hadoop/fs/KerberosHadoopFileSystemFactorySelfTest.java ---------------------------------------------------------------------- diff --git a/modules/hadoop/src/test/java/org/apache/ignite/hadoop/fs/KerberosHadoopFileSystemFactorySelfTest.java b/modules/hadoop/src/test/java/org/apache/ignite/hadoop/fs/KerberosHadoopFileSystemFactorySelfTest.java index 8fb1612..ea7fa99 100644 --- a/modules/hadoop/src/test/java/org/apache/ignite/hadoop/fs/KerberosHadoopFileSystemFactorySelfTest.java +++ b/modules/hadoop/src/test/java/org/apache/ignite/hadoop/fs/KerberosHadoopFileSystemFactorySelfTest.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.ignite.hadoop.fs; import java.io.ByteArrayInputStream;