From 2906f8863e3af3559a5ba288cbc2363f31c9f507 Mon Sep 17 00:00:00 2001 From: Ethan Lynn Date: Mon, 15 Jan 2018 10:32:43 +0800 Subject: [PATCH] Update license Update license according to ONAP community Change-Id: I1cfb2d23db235c71982dc7cb19b6e89870189890 Issue-ID: MULTICLOUD-139 Signed-off-by: Ethan Lynn --- LICENSE.txt | 1 + docs/MultiCloud-API-Specification-V1.rst | 4 ++++ docs/MultiCloud-Administrator-Guide.rst | 4 ++++ docs/MultiCloud-Deployment-Guide.rst | 4 ++++ docs/MultiCloud-Heat-Deployment-Guide.rst | 4 ++++ docs/MultiCloud-Test-Guide.rst | 4 ++++ docs/Multicloud-Fake_Cloud-Guide.rst | 4 ++++ docs/Release Notes.rst | 4 ++++ docs/index.rst | 2 ++ multivimbroker/README.md | 1 + multivimbroker/assembly.xml | 1 + multivimbroker/docker/build_image.sh | 11 +++++++++++ multivimbroker/initialize.sh | 1 + multivimbroker/manage.py | 1 + multivimbroker/multivimbroker/__init__.py | 1 + multivimbroker/multivimbroker/forwarder/__init__.py | 1 + multivimbroker/multivimbroker/forwarder/base.py | 2 +- multivimbroker/multivimbroker/forwarder/tests/__init__.py | 1 + .../multivimbroker/forwarder/tests/test_reqeust_forward.py | 1 + multivimbroker/multivimbroker/forwarder/urls.py | 1 + multivimbroker/multivimbroker/forwarder/views.py | 1 + multivimbroker/multivimbroker/pub/__init__.py | 1 + multivimbroker/multivimbroker/pub/config/__init__.py | 1 + multivimbroker/multivimbroker/pub/config/config.py | 1 + multivimbroker/multivimbroker/pub/database/__init__.py | 1 + multivimbroker/multivimbroker/pub/database/models.py | 1 + multivimbroker/multivimbroker/pub/exceptions.py | 1 + multivimbroker/multivimbroker/pub/msapi/__init__.py | 1 + multivimbroker/multivimbroker/pub/msapi/extsys.py | 1 + multivimbroker/multivimbroker/pub/utils/__init__.py | 1 + multivimbroker/multivimbroker/pub/utils/enumutil.py | 1 + multivimbroker/multivimbroker/pub/utils/fileutil.py | 1 + multivimbroker/multivimbroker/pub/utils/idutil.py | 1 + multivimbroker/multivimbroker/pub/utils/restcall.py | 1 + multivimbroker/multivimbroker/pub/utils/share_lock.py | 1 + multivimbroker/multivimbroker/pub/utils/syscomm.py | 1 + multivimbroker/multivimbroker/pub/utils/timeutil.py | 1 + multivimbroker/multivimbroker/pub/utils/values.py | 1 + multivimbroker/multivimbroker/settings-cover.py | 1 + multivimbroker/multivimbroker/settings.py | 1 + multivimbroker/multivimbroker/swagger/__init__.py | 1 + multivimbroker/multivimbroker/swagger/tests.py | 1 + multivimbroker/multivimbroker/swagger/urls.py | 1 + multivimbroker/multivimbroker/swagger/views.py | 1 + multivimbroker/multivimbroker/tests/__init__.py | 1 + multivimbroker/multivimbroker/tests/test_urls.py | 1 + multivimbroker/multivimbroker/urls.py | 1 + multivimbroker/multivimbroker/wsgi.py | 1 + multivimbroker/pom.xml | 1 + multivimbroker/run.sh | 13 +++++++++++++ multivimbroker/setup.py | 1 + multivimbroker/stop.sh | 1 + pom.xml | 2 +- version.properties | 2 +- 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 @@