summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Lynn <ethanlynnl@vmware.com>2018-01-15 10:32:43 +0800
committerEthan Lynn <ethanlynnl@vmware.com>2018-01-15 10:52:48 +0800
commit2906f8863e3af3559a5ba288cbc2363f31c9f507 (patch)
tree74cc6b2ae7687a7f3d857e47ae2f217c7ce76279
parent3288950ae32c9476539933d92774757fea1c6f55 (diff)
Update license
Update license according to ONAP community Change-Id: I1cfb2d23db235c71982dc7cb19b6e89870189890 Issue-ID: MULTICLOUD-139 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
-rw-r--r--LICENSE.txt1
-rw-r--r--docs/MultiCloud-API-Specification-V1.rst4
-rw-r--r--docs/MultiCloud-Administrator-Guide.rst4
-rw-r--r--docs/MultiCloud-Deployment-Guide.rst4
-rw-r--r--docs/MultiCloud-Heat-Deployment-Guide.rst4
-rw-r--r--docs/MultiCloud-Test-Guide.rst4
-rw-r--r--docs/Multicloud-Fake_Cloud-Guide.rst4
-rw-r--r--docs/Release Notes.rst4
-rw-r--r--docs/index.rst2
-rw-r--r--multivimbroker/README.md1
-rw-r--r--multivimbroker/assembly.xml1
-rw-r--r--multivimbroker/docker/build_image.sh11
-rwxr-xr-xmultivimbroker/initialize.sh1
-rw-r--r--multivimbroker/manage.py1
-rw-r--r--multivimbroker/multivimbroker/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/forwarder/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/forwarder/base.py2
-rw-r--r--multivimbroker/multivimbroker/forwarder/tests/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/forwarder/tests/test_reqeust_forward.py1
-rw-r--r--multivimbroker/multivimbroker/forwarder/urls.py1
-rw-r--r--multivimbroker/multivimbroker/forwarder/views.py1
-rw-r--r--multivimbroker/multivimbroker/pub/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/pub/config/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/pub/config/config.py1
-rw-r--r--multivimbroker/multivimbroker/pub/database/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/pub/database/models.py1
-rw-r--r--multivimbroker/multivimbroker/pub/exceptions.py1
-rw-r--r--multivimbroker/multivimbroker/pub/msapi/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/pub/msapi/extsys.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/enumutil.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/fileutil.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/idutil.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/restcall.py1
-rwxr-xr-xmultivimbroker/multivimbroker/pub/utils/share_lock.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/syscomm.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/timeutil.py1
-rw-r--r--multivimbroker/multivimbroker/pub/utils/values.py1
-rw-r--r--multivimbroker/multivimbroker/settings-cover.py1
-rw-r--r--multivimbroker/multivimbroker/settings.py1
-rw-r--r--multivimbroker/multivimbroker/swagger/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/swagger/tests.py1
-rw-r--r--multivimbroker/multivimbroker/swagger/urls.py1
-rw-r--r--multivimbroker/multivimbroker/swagger/views.py1
-rw-r--r--multivimbroker/multivimbroker/tests/__init__.py1
-rw-r--r--multivimbroker/multivimbroker/tests/test_urls.py1
-rw-r--r--multivimbroker/multivimbroker/urls.py1
-rw-r--r--multivimbroker/multivimbroker/wsgi.py1
-rw-r--r--multivimbroker/pom.xml1
-rwxr-xr-xmultivimbroker/run.sh13
-rw-r--r--multivimbroker/setup.py1
-rwxr-xr-xmultivimbroker/stop.sh1
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
54 files changed, 98 insertions, 3 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index bb235ff..574cc55 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -2,6 +2,7 @@
* ============LICENSE_START==========================================
* ===================================================================
* Copyright © 2017 AT&T Intellectual Property. All rights reserved.
+* Copyright (c) 2017-2018 VMware, Inc.
* ===================================================================
*
* Unless otherwise specified, all software contained herein is licensed
diff --git a/docs/MultiCloud-API-Specification-V1.rst b/docs/MultiCloud-API-Specification-V1.rst
index cb3b32c..1bbee3f 100644
--- a/docs/MultiCloud-API-Specification-V1.rst
+++ b/docs/MultiCloud-API-Specification-V1.rst
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
+
================================
MultiCloud API Specification V1
================================
diff --git a/docs/MultiCloud-Administrator-Guide.rst b/docs/MultiCloud-Administrator-Guide.rst
index 4ed1ea6..9cfb29d 100644
--- a/docs/MultiCloud-Administrator-Guide.rst
+++ b/docs/MultiCloud-Administrator-Guide.rst
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
+
===================================
ONAP MultiCloud Administrator Guide
===================================
diff --git a/docs/MultiCloud-Deployment-Guide.rst b/docs/MultiCloud-Deployment-Guide.rst
index ed18a0a..45cb4a8 100644
--- a/docs/MultiCloud-Deployment-Guide.rst
+++ b/docs/MultiCloud-Deployment-Guide.rst
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
+
================================
ONAP MultiCloud Deployment Guide
================================
diff --git a/docs/MultiCloud-Heat-Deployment-Guide.rst b/docs/MultiCloud-Heat-Deployment-Guide.rst
index 70bd5dc..f736f26 100644
--- a/docs/MultiCloud-Heat-Deployment-Guide.rst
+++ b/docs/MultiCloud-Heat-Deployment-Guide.rst
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
+
=====================================
ONAP MultiCloud Heat Deployment Guide
=====================================
diff --git a/docs/MultiCloud-Test-Guide.rst b/docs/MultiCloud-Test-Guide.rst
index 2be65c0..9e8c217 100644
--- a/docs/MultiCloud-Test-Guide.rst
+++ b/docs/MultiCloud-Test-Guide.rst
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
+
==========================
ONAP MultiCloud Test Guide
==========================
diff --git a/docs/Multicloud-Fake_Cloud-Guide.rst b/docs/Multicloud-Fake_Cloud-Guide.rst
index ea4148c..a9dc1f1 100644
--- a/docs/Multicloud-Fake_Cloud-Guide.rst
+++ b/docs/Multicloud-Fake_Cloud-Guide.rst
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
+
================================
MultiCloud Fake_Cloud User Case
================================
diff --git a/docs/Release Notes.rst b/docs/Release Notes.rst
index fbf47ba..71c6870 100644
--- a/docs/Release Notes.rst
+++ b/docs/Release Notes.rst
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
+
=============
Release Notes
=============
diff --git a/docs/index.rst b/docs/index.rst
index 681931f..8c7ba0e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (c) 2017-2018 VMware, Inc.
.. _index-multicloud:
diff --git a/multivimbroker/README.md b/multivimbroker/README.md
index 98c04ee..6274024 100644
--- a/multivimbroker/README.md
+++ b/multivimbroker/README.md
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/assembly.xml b/multivimbroker/assembly.xml
index 2fa7ebd..1c96a62 100644
--- a/multivimbroker/assembly.xml
+++ b/multivimbroker/assembly.xml
@@ -1,5 +1,6 @@
<!--
Copyright (c) 2017 Wind River Systems, Inc.
+ Copyright (c) 2017-2018 VMware, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/multivimbroker/docker/build_image.sh b/multivimbroker/docker/build_image.sh
index 5ff0adf..a365a0b 100644
--- a/multivimbroker/docker/build_image.sh
+++ b/multivimbroker/docker/build_image.sh
@@ -1,4 +1,15 @@
#!/bin/bash
+# Copyright (c) 2017-2018 VMware, Inc.
+#
+# 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.
+
DIRNAME=`dirname $0`
DOCKER_BUILD_DIR=`cd $DIRNAME/; pwd`
echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}"
diff --git a/multivimbroker/initialize.sh b/multivimbroker/initialize.sh
index 5fed171..99cebe1 100755
--- a/multivimbroker/initialize.sh
+++ b/multivimbroker/initialize.sh
@@ -1,5 +1,6 @@
#!/bin/bash
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/manage.py b/multivimbroker/manage.py
index 2a020d9..9529f82 100644
--- a/multivimbroker/manage.py
+++ b/multivimbroker/manage.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/__init__.py b/multivimbroker/multivimbroker/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/__init__.py
+++ b/multivimbroker/multivimbroker/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/forwarder/__init__.py b/multivimbroker/multivimbroker/forwarder/__init__.py
index 10dcb38..843be1b 100644
--- a/multivimbroker/multivimbroker/forwarder/__init__.py
+++ b/multivimbroker/multivimbroker/forwarder/__init__.py
@@ -1,4 +1,5 @@
# Copyright 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/forwarder/base.py b/multivimbroker/multivimbroker/forwarder/base.py
index 7477842..534ac7a 100644
--- a/multivimbroker/multivimbroker/forwarder/base.py
+++ b/multivimbroker/multivimbroker/forwarder/base.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2017 VMware, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/forwarder/tests/__init__.py b/multivimbroker/multivimbroker/forwarder/tests/__init__.py
index 10dcb38..843be1b 100644
--- a/multivimbroker/multivimbroker/forwarder/tests/__init__.py
+++ b/multivimbroker/multivimbroker/forwarder/tests/__init__.py
@@ -1,4 +1,5 @@
# Copyright 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/forwarder/tests/test_reqeust_forward.py b/multivimbroker/multivimbroker/forwarder/tests/test_reqeust_forward.py
index 0b85b60..33f51ad 100644
--- a/multivimbroker/multivimbroker/forwarder/tests/test_reqeust_forward.py
+++ b/multivimbroker/multivimbroker/forwarder/tests/test_reqeust_forward.py
@@ -1,4 +1,5 @@
# Copyright 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/forwarder/urls.py b/multivimbroker/multivimbroker/forwarder/urls.py
index 8cc3fa8..6a60df4 100644
--- a/multivimbroker/multivimbroker/forwarder/urls.py
+++ b/multivimbroker/multivimbroker/forwarder/urls.py
@@ -1,4 +1,5 @@
# Copyright 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/forwarder/views.py b/multivimbroker/multivimbroker/forwarder/views.py
index e098065..c2ea505 100644
--- a/multivimbroker/multivimbroker/forwarder/views.py
+++ b/multivimbroker/multivimbroker/forwarder/views.py
@@ -1,4 +1,5 @@
# Copyright 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/__init__.py b/multivimbroker/multivimbroker/pub/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/pub/__init__.py
+++ b/multivimbroker/multivimbroker/pub/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/config/__init__.py b/multivimbroker/multivimbroker/pub/config/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/pub/config/__init__.py
+++ b/multivimbroker/multivimbroker/pub/config/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/config/config.py b/multivimbroker/multivimbroker/pub/config/config.py
index 72932dd..a3fafa7 100644
--- a/multivimbroker/multivimbroker/pub/config/config.py
+++ b/multivimbroker/multivimbroker/pub/config/config.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/database/__init__.py b/multivimbroker/multivimbroker/pub/database/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/pub/database/__init__.py
+++ b/multivimbroker/multivimbroker/pub/database/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/database/models.py b/multivimbroker/multivimbroker/pub/database/models.py
index b30efb4..0e664df 100644
--- a/multivimbroker/multivimbroker/pub/database/models.py
+++ b/multivimbroker/multivimbroker/pub/database/models.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/exceptions.py b/multivimbroker/multivimbroker/pub/exceptions.py
index 6553702..3f989da 100644
--- a/multivimbroker/multivimbroker/pub/exceptions.py
+++ b/multivimbroker/multivimbroker/pub/exceptions.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/msapi/__init__.py b/multivimbroker/multivimbroker/pub/msapi/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/pub/msapi/__init__.py
+++ b/multivimbroker/multivimbroker/pub/msapi/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/msapi/extsys.py b/multivimbroker/multivimbroker/pub/msapi/extsys.py
index 2058801..f5e26aa 100644
--- a/multivimbroker/multivimbroker/pub/msapi/extsys.py
+++ b/multivimbroker/multivimbroker/pub/msapi/extsys.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/__init__.py b/multivimbroker/multivimbroker/pub/utils/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/pub/utils/__init__.py
+++ b/multivimbroker/multivimbroker/pub/utils/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/enumutil.py b/multivimbroker/multivimbroker/pub/utils/enumutil.py
index 4a5c3b1..1c60912 100644
--- a/multivimbroker/multivimbroker/pub/utils/enumutil.py
+++ b/multivimbroker/multivimbroker/pub/utils/enumutil.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/fileutil.py b/multivimbroker/multivimbroker/pub/utils/fileutil.py
index 2e8c6c5..8eed583 100644
--- a/multivimbroker/multivimbroker/pub/utils/fileutil.py
+++ b/multivimbroker/multivimbroker/pub/utils/fileutil.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/idutil.py b/multivimbroker/multivimbroker/pub/utils/idutil.py
index 8e344f3..44ea060 100644
--- a/multivimbroker/multivimbroker/pub/utils/idutil.py
+++ b/multivimbroker/multivimbroker/pub/utils/idutil.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/restcall.py b/multivimbroker/multivimbroker/pub/utils/restcall.py
index d068182..23cb963 100644
--- a/multivimbroker/multivimbroker/pub/utils/restcall.py
+++ b/multivimbroker/multivimbroker/pub/utils/restcall.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/share_lock.py b/multivimbroker/multivimbroker/pub/utils/share_lock.py
index c79f685..e8eef8a 100755
--- a/multivimbroker/multivimbroker/pub/utils/share_lock.py
+++ b/multivimbroker/multivimbroker/pub/utils/share_lock.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/syscomm.py b/multivimbroker/multivimbroker/pub/utils/syscomm.py
index 65039ae..0b2b557 100644
--- a/multivimbroker/multivimbroker/pub/utils/syscomm.py
+++ b/multivimbroker/multivimbroker/pub/utils/syscomm.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/timeutil.py b/multivimbroker/multivimbroker/pub/utils/timeutil.py
index 984bb8d..6b19d0c 100644
--- a/multivimbroker/multivimbroker/pub/utils/timeutil.py
+++ b/multivimbroker/multivimbroker/pub/utils/timeutil.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/pub/utils/values.py b/multivimbroker/multivimbroker/pub/utils/values.py
index 440ad07..ab4856e 100644
--- a/multivimbroker/multivimbroker/pub/utils/values.py
+++ b/multivimbroker/multivimbroker/pub/utils/values.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/settings-cover.py b/multivimbroker/multivimbroker/settings-cover.py
index 51b73e8..33888d3 100644
--- a/multivimbroker/multivimbroker/settings-cover.py
+++ b/multivimbroker/multivimbroker/settings-cover.py
@@ -1,3 +1,4 @@
+# Copyright (c) 2017-2018 VMware, Inc.
# 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:
diff --git a/multivimbroker/multivimbroker/settings.py b/multivimbroker/multivimbroker/settings.py
index faea32d..4c6b089 100644
--- a/multivimbroker/multivimbroker/settings.py
+++ b/multivimbroker/multivimbroker/settings.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/swagger/__init__.py b/multivimbroker/multivimbroker/swagger/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/swagger/__init__.py
+++ b/multivimbroker/multivimbroker/swagger/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/swagger/tests.py b/multivimbroker/multivimbroker/swagger/tests.py
index 25634ff..153f766 100644
--- a/multivimbroker/multivimbroker/swagger/tests.py
+++ b/multivimbroker/multivimbroker/swagger/tests.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/swagger/urls.py b/multivimbroker/multivimbroker/swagger/urls.py
index ae0b4ae..8412177 100644
--- a/multivimbroker/multivimbroker/swagger/urls.py
+++ b/multivimbroker/multivimbroker/swagger/urls.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/swagger/views.py b/multivimbroker/multivimbroker/swagger/views.py
index 168259e..00cf297 100644
--- a/multivimbroker/multivimbroker/swagger/views.py
+++ b/multivimbroker/multivimbroker/swagger/views.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/tests/__init__.py b/multivimbroker/multivimbroker/tests/__init__.py
index 802f3fb..9ad164b 100644
--- a/multivimbroker/multivimbroker/tests/__init__.py
+++ b/multivimbroker/multivimbroker/tests/__init__.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/tests/test_urls.py b/multivimbroker/multivimbroker/tests/test_urls.py
index 71241f8..7990033 100644
--- a/multivimbroker/multivimbroker/tests/test_urls.py
+++ b/multivimbroker/multivimbroker/tests/test_urls.py
@@ -1,3 +1,4 @@
+# Copyright (c) 2017-2018 VMware, Inc.
# 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:
diff --git a/multivimbroker/multivimbroker/urls.py b/multivimbroker/multivimbroker/urls.py
index de2ef49..0843bb3 100644
--- a/multivimbroker/multivimbroker/urls.py
+++ b/multivimbroker/multivimbroker/urls.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/multivimbroker/wsgi.py b/multivimbroker/multivimbroker/wsgi.py
index 2533535..584b85b 100644
--- a/multivimbroker/multivimbroker/wsgi.py
+++ b/multivimbroker/multivimbroker/wsgi.py
@@ -1,4 +1,5 @@
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml
index 0d0360f..e7b31f1 100644
--- a/multivimbroker/pom.xml
+++ b/multivimbroker/pom.xml
@@ -1,6 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2017 Wind River Systems, Inc.
+ Copyright (c) 2017-2018 VMware, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/multivimbroker/run.sh b/multivimbroker/run.sh
index 48b8476..a59356e 100755
--- a/multivimbroker/run.sh
+++ b/multivimbroker/run.sh
@@ -1,4 +1,17 @@
#!/bin/bash
+# Copyright (c) 2017-2018 VMware, Inc.
+#
+# 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.
sed -i "s/MSB_SERVICE_IP =.*/MSB_SERVICE_IP = \"${MSB_ADDR}\"/g" multivimbroker/pub/config/config.py
sed -i "s/MSB_SERVICE_PORT =.*/MSB_SERVICE_PORT = \"${MSB_PORT}\"/g" multivimbroker/pub/config/config.py
diff --git a/multivimbroker/setup.py b/multivimbroker/setup.py
index 7851f2d..078671d 100644
--- a/multivimbroker/setup.py
+++ b/multivimbroker/setup.py
@@ -1,3 +1,4 @@
+# Copyright (c) 2017-2018 VMware, Inc.
# 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:
diff --git a/multivimbroker/stop.sh b/multivimbroker/stop.sh
index 2e02c73..4a2e5c3 100755
--- a/multivimbroker/stop.sh
+++ b/multivimbroker/stop.sh
@@ -1,5 +1,6 @@
#!/bin/bash
# Copyright (c) 2017 Wind River Systems, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/pom.xml b/pom.xml
index 069a6f3..2982b70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright 2017 VMware Inc.
+ Copyright 2017-2018 VMware Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/version.properties b/version.properties
index 639c1f7..aea6c47 100644
--- a/version.properties
+++ b/version.properties
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright (c) 2017 VMware, Inc.
+# Copyright (c) 2017-2018 VMware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.