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/6042d4de Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/6042d4de Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/6042d4de Branch: refs/heads/master Commit: 6042d4de932eac0b6e278882dca4754b8e445bef Parents: 68a95ad Author: Injun Song <[email protected]> Authored: Thu Dec 8 17:45:57 2016 +0900 Committer: Injun Song <[email protected]> Committed: Thu Dec 8 17:45:57 2016 +0900 ---------------------------------------------------------------------- .travis/install-hbase.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/6042d4de/.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
