Updated license headers of *.sh

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

Branch: refs/heads/master
Commit: 24f1779c240ac9f92d29268d19d1d424700bd6c8
Parents: d806bf4
Author: myui <[email protected]>
Authored: Mon Nov 7 13:59:11 2016 +0900
Committer: myui <[email protected]>
Committed: Mon Nov 7 13:59:11 2016 +0900

----------------------------------------------------------------------
 bin/build.sh                 | 18 ++++++++++++++++++
 bin/build_site.sh            | 18 ++++++++++++++++++
 bin/build_xgboost.sh         | 27 ++++++++++++++-------------
 bin/format_header.sh         | 18 ++++++++++++++++++
 bin/maven_central_release.sh | 18 ++++++++++++++++++
 bin/mixserv_cluster.sh       | 27 ++++++++++++++-------------
 bin/mixserv_daemon.sh        | 27 ++++++++++++++-------------
 bin/start_mixserv.sh         | 27 ++++++++++++++-------------
 bin/stop_mixserv.sh          | 27 ++++++++++++++-------------
 pom.xml                      |  1 +
 10 files changed, 143 insertions(+), 65 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/build.sh
----------------------------------------------------------------------
diff --git a/bin/build.sh b/bin/build.sh
index 32fecd0..9c39835 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# 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.
+#
 
 if [ "$HIVEMALL_HOME" == "" ]; then
   if [ -e ../bin/${0##*/} ]; then

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/build_site.sh
----------------------------------------------------------------------
diff --git a/bin/build_site.sh b/bin/build_site.sh
index bad6548..04496b4 100755
--- a/bin/build_site.sh
+++ b/bin/build_site.sh
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# 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.
+#
 
 if [ "$HIVEMALL_HOME" == "" ]; then
     if [ -e ../bin/${0##*/} ]; then

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/build_xgboost.sh
----------------------------------------------------------------------
diff --git a/bin/build_xgboost.sh b/bin/build_xgboost.sh
index 7b97eea..7dcd4f7 100755
--- a/bin/build_xgboost.sh
+++ b/bin/build_xgboost.sh
@@ -1,21 +1,22 @@
 #!/bin/bash
-
-# Hivemall: Hive scalable Machine Learning Library
 #
-# Copyright (C) 2015 Makoto YUI
-# Copyright (C) 2013-2015 National Institute of Advanced Industrial Science 
and Technology (AIST)
+# 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
 #
-# Licensed 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
 #
-#         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.
 #
-# 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.
 
 set -eu
 set -o pipefail

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/format_header.sh
----------------------------------------------------------------------
diff --git a/bin/format_header.sh b/bin/format_header.sh
index e02b1b5..349aa49 100755
--- a/bin/format_header.sh
+++ b/bin/format_header.sh
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# 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.
+#
 
 if [ "$HIVEMALL_HOME" == "" ]; then
   if [ -e ../bin/${0##*/} ]; then

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/maven_central_release.sh
----------------------------------------------------------------------
diff --git a/bin/maven_central_release.sh b/bin/maven_central_release.sh
index fbcbcca..0137a88 100755
--- a/bin/maven_central_release.sh
+++ b/bin/maven_central_release.sh
@@ -1,4 +1,22 @@
 #!/bin/sh
+#
+# 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.
+#
 
 if [ "$HIVEMALL_HOME" == "" ]; then
   if [ -e ../bin/${0##*/} ]; then

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/mixserv_cluster.sh
----------------------------------------------------------------------
diff --git a/bin/mixserv_cluster.sh b/bin/mixserv_cluster.sh
index ac31b90..83707d7 100755
--- a/bin/mixserv_cluster.sh
+++ b/bin/mixserv_cluster.sh
@@ -1,21 +1,22 @@
 #!/bin/sh
-
-# Hivemall: Hive scalable Machine Learning Library
 #
-# Copyright (C) 2015 Makoto YUI
-# Copyright (C) 2013-2015 National Institute of Advanced Industrial Science 
and Technology (AIST)
+# 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
 #
-# Licensed 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
 #
-#         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.
 #
-# 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.
 
 # Start MIX server instances on each machine specified
 # in the conf/MIXSERV_LIST file

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/mixserv_daemon.sh
----------------------------------------------------------------------
diff --git a/bin/mixserv_daemon.sh b/bin/mixserv_daemon.sh
index eb2887f..f7af4d9 100755
--- a/bin/mixserv_daemon.sh
+++ b/bin/mixserv_daemon.sh
@@ -1,21 +1,22 @@
 #!/bin/sh
-
-# Hivemall: Hive scalable Machine Learning Library
 #
-# Copyright (C) 2015 Makoto YUI
-# Copyright (C) 2013-2015 National Institute of Advanced Industrial Science 
and Technology (AIST)
+# 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
 #
-# Licensed 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
 #
-#         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.
 #
-# 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.
 
 usage="Usage: mixserv_daemon.sh (start|stop|status)"
 

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/start_mixserv.sh
----------------------------------------------------------------------
diff --git a/bin/start_mixserv.sh b/bin/start_mixserv.sh
index b3faee1..6de0c29 100755
--- a/bin/start_mixserv.sh
+++ b/bin/start_mixserv.sh
@@ -1,21 +1,22 @@
 #!/bin/sh
-
-# Hivemall: Hive scalable Machine Learning Library
 #
-# Copyright (C) 2015 Makoto YUI
-# Copyright (C) 2013-2015 National Institute of Advanced Industrial Science 
and Technology (AIST)
+# 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
 #
-# Licensed 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
 #
-#         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.
 #
-# 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.
 
 if [ "$HIVEMALL_HOME" == "" ]; then
   if [ -e ../bin/${0##*/} ]; then

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/bin/stop_mixserv.sh
----------------------------------------------------------------------
diff --git a/bin/stop_mixserv.sh b/bin/stop_mixserv.sh
index a22fd6e..ef860c0 100755
--- a/bin/stop_mixserv.sh
+++ b/bin/stop_mixserv.sh
@@ -1,21 +1,22 @@
 #!/bin/sh
-
-# Hivemall: Hive scalable Machine Learning Library
 #
-# Copyright (C) 2015 Makoto YUI
-# Copyright (C) 2013-2015 National Institute of Advanced Industrial Science 
and Technology (AIST)
+# 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
 #
-# Licensed 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
 #
-#         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.
 #
-# 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.
 
 if [ "$HIVEMALL_HOME" == "" ]; then
   if [ -e ../bin/${0##*/} ]; then

http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/24f1779c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dcc0917..f36a36c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,6 +396,7 @@
                                                        
<include>src/test/**/*.java</include>
                                                        
<include>src/main/**/*.scala</include>
                                                        
<include>src/test/**/*.scala</include>
+                                                       
<include>bin/*.sh</include>
                                                </includes>
                                                <encoding>UTF-8</encoding>
                                                <headerDefinitions>

Reply via email to