You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by da...@apache.org on 2016/12/09 02:06:26 UTC

[4/5] incubator-s2graph git commit: add missing header

add missing header


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

Branch: refs/heads/master
Commit: 2f3398e2accef9aac5ac08cea627d450450fc5a5
Parents: 523d39b
Author: Injun Song <ij...@gmail.com>
Authored: Thu Dec 8 17:45:57 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Fri Dec 9 11:02:45 2016 +0900

----------------------------------------------------------------------
 .travis/install-hbase.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/2f3398e2/.travis/install-hbase.sh
----------------------------------------------------------------------
diff --git a/.travis/install-hbase.sh b/.travis/install-hbase.sh
index 126d399..f55437c 100755
--- a/.travis/install-hbase.sh
+++ b/.travis/install-hbase.sh
@@ -1,4 +1,18 @@
 #!/usr/bin/env 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.
 
 set -xe