summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Mazmanov <dimitri.mazmanov@ericsson.com>2016-09-21 11:09:37 +0200
committerChaoyi Huang <joehuang@huawei.com>2016-09-22 00:50:11 +0000
commit8ec51df0b4e125daf6ab5340242877c9c5333ec7 (patch)
tree8ee5bba727cb6b14a5e7206092859cca86b710d8
parent3f7394289faa2945e8f36d008cfb7dacf06279d6 (diff)
Add license information to the deployment scripts.colorado.1.0stable/colorado
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com> Change-Id: I4479d9abfe329615e6d4a720a2763e0d78de580e (cherry picked from commit e95068643b1107380ac1ebc74d56eac88a25b1b7)
-rwxr-xr-xtools/kingbird/deploy.sh8
-rw-r--r--tools/kingbird/install_kingbird.sh8
2 files changed, 16 insertions, 0 deletions
diff --git a/tools/kingbird/deploy.sh b/tools/kingbird/deploy.sh
index 6077d68..fa46dad 100755
--- a/tools/kingbird/deploy.sh
+++ b/tools/kingbird/deploy.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# Author: Dimitri Mazmanov (dimitri.mazmanov@ericsson.com)
+#
+# 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
+#
set -o xtrace
set -o nounset
diff --git a/tools/kingbird/install_kingbird.sh b/tools/kingbird/install_kingbird.sh
index 8619ff3..0f67d91 100644
--- a/tools/kingbird/install_kingbird.sh
+++ b/tools/kingbird/install_kingbird.sh
@@ -1,4 +1,12 @@
#!/bin/bash
+#
+# Author: Dimitri Mazmanov (dimitri.mazmanov@ericsson.com)
+#
+# 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
+#
set -o xtrace
set -o errexit