Repository: cloudstack Updated Branches: refs/heads/master d7f5a2705 -> 6687727b7
Frank forgot the license header Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6687727b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6687727b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6687727b Branch: refs/heads/master Commit: 6687727b765bc4dc8ed03d9e283af047ea04c3bd Parents: d7f5a27 Author: Hugo Trippaers <[email protected]> Authored: Fri Sep 19 10:14:38 2014 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Fri Sep 19 10:14:38 2014 +0200 ---------------------------------------------------------------------- scripts/network/ping/prepare_pxe.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6687727b/scripts/network/ping/prepare_pxe.sh ---------------------------------------------------------------------- diff --git a/scripts/network/ping/prepare_pxe.sh b/scripts/network/ping/prepare_pxe.sh index 2970b4a..5bc1a93 100755 --- a/scripts/network/ping/prepare_pxe.sh +++ b/scripts/network/ping/prepare_pxe.sh @@ -1,4 +1,23 @@ #!/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. +# + set +u err_exit() {
