Repository: incubator-hivemall
Updated Branches:
  refs/heads/master 433001522 -> fdb4dd869


Added missing license headers in misc.md and add committers in pom.xml


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

Branch: refs/heads/master
Commit: fdb4dd86965f8b79f6dc257a783e683c93fadc43
Parents: 4330015
Author: myui <yuin...@gmail.com>
Authored: Sun Feb 5 10:24:35 2017 +0900
Committer: myui <yuin...@gmail.com>
Committed: Sun Feb 5 10:24:35 2017 +0900

----------------------------------------------------------------------
 docs/gitbook/spark/misc/misc.md | 18 ++++++++++++++++++
 pom.xml                         | 24 ++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/fdb4dd86/docs/gitbook/spark/misc/misc.md
----------------------------------------------------------------------
diff --git a/docs/gitbook/spark/misc/misc.md b/docs/gitbook/spark/misc/misc.md
index e69de29..0475c9c 100644
--- a/docs/gitbook/spark/misc/misc.md
+++ b/docs/gitbook/spark/misc/misc.md
@@ -0,0 +1,18 @@
+<!--
+  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.
+-->

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/fdb4dd86/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 17ee4ee..ba5de78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,30 @@
                        </roles>
                        <timezone>+9</timezone>
                </developer>
+               <developer>
+                       <id>takuti</id>
+                       <name>Takuya Kitazawa</name>
+                       <email>takuti[at]apache.org</email>
+                       <url>https://github.com/takuti</url>
+                       <organization>The University of Tokyo</organization>
+                       
<organizationUrl>http://www.u-tokyo.ac.jp/</organizationUrl>
+                       <roles>
+                               <role>Committer</role>
+                       </roles>
+                       <timezone>+9</timezone>
+               </developer>
+               <developer>
+                       <id>ri</id>
+                       <name>Ryu-ichi Ito</name>
+                       <email>ri[at]apache.org</email>
+                       <url>https://github.com/amaya382</url>
+                       <organization>Osaka University</organization>
+                       
<organizationUrl>http://www.osaka-u.ac.jp/</organizationUrl>
+                       <roles>
+                               <role>Committer</role>
+                       </roles>
+                       <timezone>+9</timezone>
+               </developer>
                <!-- Project mentors -->
                <developer>
                        <id>rvs</id>

Reply via email to