summaryrefslogtreecommitdiffstats
path: root/lib/common-functions.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-07-05 16:59:28 -0400
committerDan Radez <dradez@redhat.com>2016-07-05 22:35:53 -0400
commit4f7925beb1103f57bcca0ce6875be79a3cea47ad (patch)
treec4935939bcacd4b25437f5eb1e9d4ff63fbe01ad /lib/common-functions.sh
parent908ec812c1305a59d2009cb6d3dac4c4afa6199d (diff)
Moving parser functions to a sourced file
Trying to split the monolith deploy.sh Change-Id: Ib145e01696384b1b27e8a79263647235e7d68e2a Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'lib/common-functions.sh')
-rw-r--r--lib/common-functions.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/common-functions.sh b/lib/common-functions.sh
index 079b0886..365f8e3f 100644
--- a/lib/common-functions.sh
+++ b/lib/common-functions.sh
@@ -1,4 +1,13 @@
#!/usr/bin/env bash
+##############################################################################
+# Copyright (c) 2015 Tim Rozet (Red Hat), Dan Radez (Red Hat) 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
+##############################################################################
+
# Common Functions used by OPNFV Apex
# author: Tim Rozet (trozet@redhat.com)