added missing file header to org.apache.ignite.hadoop.fs.KerberosHadoopFileSystemFactorySelfTest
Signed-off-by: Anton Vinogradov <[email protected]> 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-2515 Commit: 0491a5f814365723b53ff1820aad76f646307f13 Parents: a9937a6 Author: iveselovskiy <[email protected]> Authored: Wed Feb 10 18:54:36 2016 +0300 Committer: Anton Vinogradov <[email protected]> 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;
