summaryrefslogtreecommitdiffstats
path: root/lib/common-functions.sh
diff options
context:
space:
mode:
authorMichael Chapman <michapma@redhat.com>2016-07-06 10:58:42 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-06 10:58:42 +0000
commit6e26a8b75cb70ba0af3aae82733ea70127dd616b (patch)
tree38bdd725ec4558965461cdf4329f7f428d6ed80c /lib/common-functions.sh
parentc1275dbf5e225dc79c60e1247d6364c65f76665a (diff)
parent4f7925beb1103f57bcca0ce6875be79a3cea47ad (diff)
Merge "Moving parser functions to a sourced file"
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)