Add license header to deployment scripts 71/50271/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 4 Jun 2018 23:23:54 +0000 (16:23 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 4 Jun 2018 23:24:44 +0000 (23:24 +0000)
Change-Id: I5c14c553a5d702b625f69d361cbb2d22cb52cd5a
Issue-ID: INT-504
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-oom/k8s_vm_entrypoint.sh
deployment/heat/onap-oom/rancher_vm_entrypoint.sh
deployment/heat/onap-oom/scripts/deploy.sh
deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
deployment/heat/onap-oom/scripts/prepull-docker.sh

index 1ec659c..a639235 100644 (file)
@@ -1,4 +1,14 @@
 #!/bin/bash -x
+#
+# Copyright 2018 Huawei Technologies Co., Ltd.
+#
+# Licensed 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
+#
+
 printenv
 
 mkdir -p /opt/config
index 3f9150d..e44e20c 100644 (file)
@@ -1,4 +1,14 @@
 #!/bin/bash -x
+#
+# Copyright 2018 Huawei Technologies Co., Ltd.
+#
+# Licensed 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
+#
+
 printenv
 
 mkdir -p /opt/config
index aaf5924..e3acd3c 100755 (executable)
@@ -1,4 +1,13 @@
 #!/bin/bash -x
+#
+# Copyright 2018 Huawei Technologies Co., Ltd.
+#
+# Licensed 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
+#
 
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`
index 41d5113..1ab0de7 100755 (executable)
@@ -1,4 +1,13 @@
 #!/bin/bash
+#
+# Copyright 2018 Huawei Technologies Co., Ltd.
+#
+# Licensed 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
+#
 
 if [ "$#" -ne 1 ]; then
     echo This script generates the HEAT template for X number of k8s VMs
index d3556a8..4f88bcb 100755 (executable)
@@ -1,4 +1,13 @@
 #!/bin/bash -x
+#
+# Copyright 2018 Huawei Technologies Co., Ltd.
+#
+# Licensed 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
+#
 
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`