You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/12/23 20:39:53 UTC

ignite git commit: IGNITE-2218: fixing license

Repository: ignite
Updated Branches:
  refs/heads/ignite-igfs-fixes b8bcb3f8c -> f8526d489


IGNITE-2218: fixing license


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

Branch: refs/heads/ignite-igfs-fixes
Commit: f8526d489e3c7f769ca121719868ecd083f70c2c
Parents: b8bcb3f
Author: dmagda <ma...@gmail.com>
Authored: Wed Dec 23 22:39:40 2015 +0300
Committer: dmagda <ma...@gmail.com>
Committed: Wed Dec 23 22:39:40 2015 +0300

----------------------------------------------------------------------
 .../hadoop/v2/HadoopJniBasedUnixGroupsMapping.java | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f8526d48/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/v2/HadoopJniBasedUnixGroupsMapping.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/v2/HadoopJniBasedUnixGroupsMapping.java b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/v2/HadoopJniBasedUnixGroupsMapping.java
index d917e2b..035ae31 100644
--- a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/v2/HadoopJniBasedUnixGroupsMapping.java
+++ b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/v2/HadoopJniBasedUnixGroupsMapping.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.internal.processors.hadoop.v2;
 
 import java.io.IOException;