diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2018-01-15 10:32:43 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2018-01-15 10:52:48 +0800 |
commit | 2906f8863e3af3559a5ba288cbc2363f31c9f507 (patch) | |
tree | 74cc6b2ae7687a7f3d857e47ae2f217c7ce76279 /multivimbroker | |
parent | 3288950ae32c9476539933d92774757fea1c6f55 (diff) |
Update license
Update license according to ONAP community
Change-Id: I1cfb2d23db235c71982dc7cb19b6e89870189890
Issue-ID: MULTICLOUD-139
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'multivimbroker')
43 files changed, 65 insertions, 1 deletions
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. |