diff options
Diffstat (limited to 'deploy/host_baremetal.sh')
-rwxr-xr-x | deploy/host_baremetal.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deploy/host_baremetal.sh b/deploy/host_baremetal.sh index 2281ffbf..fc02875f 100755 --- a/deploy/host_baremetal.sh +++ b/deploy/host_baremetal.sh @@ -1,4 +1,12 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## function reboot_hosts() { if [ -z $POWER_MANAGE ]; then return |