Fixes to pass license check

Change-Id: If9a17321030490c70d9a8fdd49adfe8b912c6fe7
diff --git a/docker/Dockerfile.ponsim b/docker/Dockerfile.ponsim
index f67851b..96d94d3 100644
--- a/docker/Dockerfile.ponsim
+++ b/docker/Dockerfile.ponsim
@@ -1,3 +1,16 @@
+# Copyright 2017-present Open Networking Foundation
+#
+# 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
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 # -------------
 # Build stage
 
diff --git a/docker/config/app-install.sh b/docker/config/app-install.sh
index e33a411..5ca794e 100644
--- a/docker/config/app-install.sh
+++ b/docker/config/app-install.sh
@@ -1,4 +1,17 @@
 #!/bin/bash 
+# Copyright 2017-present Open Networking Foundation
+#
+# 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
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 HERE=$(pwd)
 OARS=$(find $DOWNLOAD_ROOT -name "*.oar")
diff --git a/docker/config/mvn_settings.sh b/docker/config/mvn_settings.sh
index 771743f..7f66f25 100755
--- a/docker/config/mvn_settings.sh
+++ b/docker/config/mvn_settings.sh
@@ -1,4 +1,17 @@
 #!/bin/bash
+# Copyright 2017-present Open Networking Foundation
+#
+# 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
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 if [ -f mvn_settings.custom.xml ] ; then
   cp mvn_settings.custom.xml mvn_settings.xml
   exit 0
diff --git a/docker/config/wait_for_it.sh b/docker/config/wait_for_it.sh
index bbe4043..f0e7289 100755
--- a/docker/config/wait_for_it.sh
+++ b/docker/config/wait_for_it.sh
@@ -1,4 +1,17 @@
 #!/usr/bin/env bash
+# Copyright 2017-present Open Networking Foundation
+#
+# 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
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 #   Use this script to test if a given TCP host/port are available
 
 cmdname=$(basename $0)