adding missing apache license header this is minor fix that adds apache license header to the following file
Author: Jay <[email protected]> Closes #964 from jhsenjaliya/EAGLE-1058. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/53247e19 Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/53247e19 Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/53247e19 Branch: refs/heads/master Commit: 53247e195cbcfc07f6a6803563b7562cd285f476 Parents: ea28bcc Author: Jay <[email protected]> Authored: Thu Jul 27 23:37:35 2017 -0700 Committer: Jay <[email protected]> Committed: Thu Jul 27 23:37:35 2017 -0700 ---------------------------------------------------------------------- .../resource/serf/bin/start-serf-agent.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/eagle/blob/53247e19/eagle-external/eagle-docker/resource/serf/bin/start-serf-agent.sh ---------------------------------------------------------------------- diff --git a/eagle-external/eagle-docker/resource/serf/bin/start-serf-agent.sh b/eagle-external/eagle-docker/resource/serf/bin/start-serf-agent.sh index dbb8df0..035886a 100755 --- a/eagle-external/eagle-docker/resource/serf/bin/start-serf-agent.sh +++ b/eagle-external/eagle-docker/resource/serf/bin/start-serf-agent.sh @@ -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. + SERF_HOME=/usr/local/serf SERF_BIN=$SERF_HOME/bin/serf SERF_CONFIG_DIR=$SERF_HOME/etc
