Repository: bigtop Updated Branches: refs/heads/master b73069315 -> 2cb431e68
BIGTOP-2950. BIGTOP-2869 breaks RAT check Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2cb431e6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2cb431e6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2cb431e6 Branch: refs/heads/master Commit: 2cb431e68dab5d5cccbf902dde69c63fbea59717 Parents: b730693 Author: Evans Ye <[email protected]> Authored: Tue Nov 28 16:43:21 2017 +0000 Committer: Evans Ye <[email protected]> Committed: Wed Nov 29 23:11:18 2017 +0800 ---------------------------------------------------------------------- bigtop-packages/src/common/solr/solrd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2cb431e6/bigtop-packages/src/common/solr/solrd ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/solr/solrd b/bigtop-packages/src/common/solr/solrd index 5d1bcce..7ae138d 100755 --- a/bigtop-packages/src/common/solr/solrd +++ b/bigtop-packages/src/common/solr/solrd @@ -1,5 +1,20 @@ #! /bin/bash +# 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. + CMD=$1 shift 1 # parse options
