aboutsummaryrefslogtreecommitdiffstats
path: root/lib/aai
diff options
context:
space:
mode:
Diffstat (limited to 'lib/aai')
-rwxr-xr-xlib/aai9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/aai b/lib/aai
index 3ad4adb..e993dac 100755
--- a/lib/aai
+++ b/lib/aai
@@ -1,8 +1,15 @@
#!/bin/bash
+# SPDX-license-identifier: Apache-2.0
+##############################################################################
+# Copyright (c) 2017-2018
+# 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
+#############################################################################
source /var/onap/functions
-
# compile_aai_repos() - Function that compiles AAI source repo.
function compile_aai_repos {
local repos="aai/aai-common aai/resources aai/logging-service aai/traversal"