From ba26a070a60b1ed41d42eebf5d7d214971f449fa Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Wed, 15 Mar 2017 15:36:13 -0700 Subject: [PATCH] Fix typo in license text Signed-off-by: Tianhao He --- samples/__init__.py | 2 +- samples/vsphere/__init__.py | 2 +- samples/vsphere/common/id_generator.py | 2 +- samples/vsphere/common/lookup_service_helper.py | 2 +- samples/vsphere/common/platform_service_controller.py | 2 +- samples/vsphere/common/sample_base.py | 2 +- samples/vsphere/common/sample_cli.py | 2 +- samples/vsphere/common/sample_util.py | 2 +- samples/vsphere/common/service_manager.py | 2 +- samples/vsphere/common/service_manager_factory.py | 2 +- samples/vsphere/common/ssl_helper.py | 2 +- samples/vsphere/common/sso.py | 2 +- samples/vsphere/common/vapiconnect.py | 2 +- samples/vsphere/common/vim/datastore_file.py | 2 +- samples/vsphere/common/vim/file.py | 2 +- samples/vsphere/common/vim/helpers/get_cluster_by_name.py | 2 +- samples/vsphere/common/vim/helpers/get_datastore_by_name.py | 2 +- samples/vsphere/common/vim/helpers/vim_utils.py | 2 +- samples/vsphere/common/vim/inventory.py | 2 +- samples/vsphere/common/vim/vmdk.py | 2 +- samples/vsphere/contentlibrary/__init__.py | 2 +- samples/vsphere/contentlibrary/contentupdate/__init__.py | 2 +- samples/vsphere/contentlibrary/contentupdate/content_update.py | 2 +- samples/vsphere/contentlibrary/crud/__init__.py | 2 +- samples/vsphere/contentlibrary/crud/library_crud.py | 2 +- samples/vsphere/contentlibrary/isomount/__init__.py | 2 +- samples/vsphere/contentlibrary/isomount/iso_mount.py | 2 +- samples/vsphere/contentlibrary/lib/__init__.py | 2 +- samples/vsphere/contentlibrary/lib/cls_api_client.py | 2 +- samples/vsphere/contentlibrary/lib/cls_api_helper.py | 2 +- samples/vsphere/contentlibrary/lib/cls_sync_helper.py | 2 +- samples/vsphere/contentlibrary/ovfdeploy/__init__.py | 2 +- samples/vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py | 2 +- samples/vsphere/contentlibrary/ovfimport/__init__.py | 2 +- samples/vsphere/contentlibrary/ovfimport/ovf_import_export.py | 2 +- samples/vsphere/contentlibrary/publishsubscribe/__init__.py | 2 +- .../publishsubscribe/library_publish_subscribe.py | 2 +- samples/vsphere/contentlibrary/vmcapture/__init__.py | 2 +- samples/vsphere/contentlibrary/vmcapture/vm_template_capture.py | 2 +- samples/vsphere/sso/__init__.py | 2 +- samples/vsphere/sso/embedded_psc_sso_workflow.py | 2 +- samples/vsphere/sso/external_psc_sso_workflow.py | 2 +- samples/vsphere/tagging/__init__.py | 2 +- samples/vsphere/tagging/tagging_workflow.py | 2 +- samples/vsphere/vcenter/__init__.py | 2 +- samples/vsphere/vcenter/helper/__init__.py | 2 +- samples/vsphere/vcenter/helper/cluster_helper.py | 2 +- samples/vsphere/vcenter/helper/datacenter_helper.py | 2 +- samples/vsphere/vcenter/helper/datastore_helper.py | 2 +- samples/vsphere/vcenter/helper/folder_helper.py | 2 +- samples/vsphere/vcenter/helper/network_helper.py | 2 +- samples/vsphere/vcenter/helper/resource_pool_helper.py | 2 +- samples/vsphere/vcenter/helper/vm_helper.py | 2 +- samples/vsphere/vcenter/helper/vm_placement_helper.py | 2 +- samples/vsphere/vcenter/setup/__init__.py | 2 +- samples/vsphere/vcenter/setup/backend_directory.py | 2 +- samples/vsphere/vcenter/setup/cluster.py | 2 +- samples/vsphere/vcenter/setup/datacenter.py | 2 +- samples/vsphere/vcenter/setup/datastore.py | 2 +- samples/vsphere/vcenter/setup/floppy_image.py | 2 +- samples/vsphere/vcenter/setup/folder.py | 2 +- samples/vsphere/vcenter/setup/host.py | 2 +- samples/vsphere/vcenter/setup/iso_image.py | 2 +- samples/vsphere/vcenter/setup/main.py | 2 +- samples/vsphere/vcenter/setup/network.py | 2 +- samples/vsphere/vcenter/setup/setup_cli.py | 2 +- samples/vsphere/vcenter/setup/testbed.py | 2 +- samples/vsphere/vcenter/setup/testbed_setup.py | 2 +- samples/vsphere/vcenter/vm/__init__.py | 2 +- samples/vsphere/vcenter/vm/create/__init__.py | 2 +- samples/vsphere/vcenter/vm/create/create_basic_vm.py | 2 +- samples/vsphere/vcenter/vm/create/create_default_vm.py | 2 +- samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py | 2 +- samples/vsphere/vcenter/vm/hardware/__init__.py | 2 +- samples/vsphere/vcenter/vm/hardware/adapter/__init__.py | 2 +- samples/vsphere/vcenter/vm/hardware/adapter/sata.py | 2 +- samples/vsphere/vcenter/vm/hardware/adapter/scsi.py | 2 +- samples/vsphere/vcenter/vm/hardware/boot.py | 2 +- samples/vsphere/vcenter/vm/hardware/boot_device.py | 2 +- samples/vsphere/vcenter/vm/hardware/cdrom.py | 2 +- samples/vsphere/vcenter/vm/hardware/cpu.py | 2 +- samples/vsphere/vcenter/vm/hardware/disk.py | 2 +- samples/vsphere/vcenter/vm/hardware/ethernet.py | 2 +- samples/vsphere/vcenter/vm/hardware/floppy.py | 2 +- samples/vsphere/vcenter/vm/hardware/main.py | 2 +- samples/vsphere/vcenter/vm/hardware/memory.py | 2 +- samples/vsphere/vcenter/vm/hardware/parallel.py | 2 +- samples/vsphere/vcenter/vm/hardware/serial.py | 2 +- samples/vsphere/vcenter/vm/list_vms.py | 2 +- samples/vsphere/vcenter/vm/main.py | 2 +- samples/vsphere/vcenter/vm/placement.py | 2 +- samples/vsphere/vcenter/vm/power.py | 2 +- 92 files changed, 92 insertions(+), 92 deletions(-) diff --git a/samples/__init__.py b/samples/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/__init__.py +++ b/samples/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/__init__.py b/samples/vsphere/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/vsphere/__init__.py +++ b/samples/vsphere/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/id_generator.py b/samples/vsphere/common/id_generator.py index 68cdd3fa..b2c71430 100644 --- a/samples/vsphere/common/id_generator.py +++ b/samples/vsphere/common/id_generator.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/lookup_service_helper.py b/samples/vsphere/common/lookup_service_helper.py index 8a062ead..fe3b3d2f 100644 --- a/samples/vsphere/common/lookup_service_helper.py +++ b/samples/vsphere/common/lookup_service_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/platform_service_controller.py b/samples/vsphere/common/platform_service_controller.py index 85925266..def7408b 100644 --- a/samples/vsphere/common/platform_service_controller.py +++ b/samples/vsphere/common/platform_service_controller.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/sample_base.py b/samples/vsphere/common/sample_base.py index f878748e..62386755 100644 --- a/samples/vsphere/common/sample_base.py +++ b/samples/vsphere/common/sample_base.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/sample_cli.py b/samples/vsphere/common/sample_cli.py index 96b4b0d5..0d0ad2fa 100644 --- a/samples/vsphere/common/sample_cli.py +++ b/samples/vsphere/common/sample_cli.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/sample_util.py b/samples/vsphere/common/sample_util.py index 72dac190..417228db 100644 --- a/samples/vsphere/common/sample_util.py +++ b/samples/vsphere/common/sample_util.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/service_manager.py b/samples/vsphere/common/service_manager.py index 67c24489..a71448cc 100644 --- a/samples/vsphere/common/service_manager.py +++ b/samples/vsphere/common/service_manager.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/service_manager_factory.py b/samples/vsphere/common/service_manager_factory.py index a350ceb8..dbfffcfd 100644 --- a/samples/vsphere/common/service_manager_factory.py +++ b/samples/vsphere/common/service_manager_factory.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/ssl_helper.py b/samples/vsphere/common/ssl_helper.py index a8649e44..d645e2c6 100644 --- a/samples/vsphere/common/ssl_helper.py +++ b/samples/vsphere/common/ssl_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/sso.py b/samples/vsphere/common/sso.py index 27c07e2b..f0aea9ab 100644 --- a/samples/vsphere/common/sso.py +++ b/samples/vsphere/common/sso.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vapiconnect.py b/samples/vsphere/common/vapiconnect.py index e1245c29..87380141 100644 --- a/samples/vsphere/common/vapiconnect.py +++ b/samples/vsphere/common/vapiconnect.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vim/datastore_file.py b/samples/vsphere/common/vim/datastore_file.py index 06c98fa1..24b2a0fe 100644 --- a/samples/vsphere/common/vim/datastore_file.py +++ b/samples/vsphere/common/vim/datastore_file.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vim/file.py b/samples/vsphere/common/vim/file.py index ff1d7f32..0a56034e 100644 --- a/samples/vsphere/common/vim/file.py +++ b/samples/vsphere/common/vim/file.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vim/helpers/get_cluster_by_name.py b/samples/vsphere/common/vim/helpers/get_cluster_by_name.py index fd471d80..ea15245b 100644 --- a/samples/vsphere/common/vim/helpers/get_cluster_by_name.py +++ b/samples/vsphere/common/vim/helpers/get_cluster_by_name.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vim/helpers/get_datastore_by_name.py b/samples/vsphere/common/vim/helpers/get_datastore_by_name.py index cee4ce42..a2c385e4 100644 --- a/samples/vsphere/common/vim/helpers/get_datastore_by_name.py +++ b/samples/vsphere/common/vim/helpers/get_datastore_by_name.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vim/helpers/vim_utils.py b/samples/vsphere/common/vim/helpers/vim_utils.py index a00b8976..88f44eea 100644 --- a/samples/vsphere/common/vim/helpers/vim_utils.py +++ b/samples/vsphere/common/vim/helpers/vim_utils.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vim/inventory.py b/samples/vsphere/common/vim/inventory.py index 04f981c2..1917c4dc 100644 --- a/samples/vsphere/common/vim/inventory.py +++ b/samples/vsphere/common/vim/inventory.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/common/vim/vmdk.py b/samples/vsphere/common/vim/vmdk.py index 43ba85c9..c4a7ca76 100644 --- a/samples/vsphere/common/vim/vmdk.py +++ b/samples/vsphere/common/vim/vmdk.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/__init__.py b/samples/vsphere/contentlibrary/__init__.py index deafb6d4..f42a9c36 100644 --- a/samples/vsphere/contentlibrary/__init__.py +++ b/samples/vsphere/contentlibrary/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/contentupdate/__init__.py b/samples/vsphere/contentlibrary/contentupdate/__init__.py index 7b648ffa..25885b63 100644 --- a/samples/vsphere/contentlibrary/contentupdate/__init__.py +++ b/samples/vsphere/contentlibrary/contentupdate/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/contentupdate/content_update.py b/samples/vsphere/contentlibrary/contentupdate/content_update.py index 71b5adc7..d65ee6ec 100644 --- a/samples/vsphere/contentlibrary/contentupdate/content_update.py +++ b/samples/vsphere/contentlibrary/contentupdate/content_update.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/crud/__init__.py b/samples/vsphere/contentlibrary/crud/__init__.py index 7b648ffa..25885b63 100644 --- a/samples/vsphere/contentlibrary/crud/__init__.py +++ b/samples/vsphere/contentlibrary/crud/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/crud/library_crud.py b/samples/vsphere/contentlibrary/crud/library_crud.py index 75166460..8fe65d42 100644 --- a/samples/vsphere/contentlibrary/crud/library_crud.py +++ b/samples/vsphere/contentlibrary/crud/library_crud.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/isomount/__init__.py b/samples/vsphere/contentlibrary/isomount/__init__.py index 7b648ffa..25885b63 100644 --- a/samples/vsphere/contentlibrary/isomount/__init__.py +++ b/samples/vsphere/contentlibrary/isomount/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/isomount/iso_mount.py b/samples/vsphere/contentlibrary/isomount/iso_mount.py index 726b707a..ede1cde1 100644 --- a/samples/vsphere/contentlibrary/isomount/iso_mount.py +++ b/samples/vsphere/contentlibrary/isomount/iso_mount.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/lib/__init__.py b/samples/vsphere/contentlibrary/lib/__init__.py index e136381f..b069e98b 100644 --- a/samples/vsphere/contentlibrary/lib/__init__.py +++ b/samples/vsphere/contentlibrary/lib/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/lib/cls_api_client.py b/samples/vsphere/contentlibrary/lib/cls_api_client.py index 6248d39f..217939fb 100644 --- a/samples/vsphere/contentlibrary/lib/cls_api_client.py +++ b/samples/vsphere/contentlibrary/lib/cls_api_client.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/lib/cls_api_helper.py b/samples/vsphere/contentlibrary/lib/cls_api_helper.py index 0255b564..1a531c64 100644 --- a/samples/vsphere/contentlibrary/lib/cls_api_helper.py +++ b/samples/vsphere/contentlibrary/lib/cls_api_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/lib/cls_sync_helper.py b/samples/vsphere/contentlibrary/lib/cls_sync_helper.py index 07763b22..d9e77621 100644 --- a/samples/vsphere/contentlibrary/lib/cls_sync_helper.py +++ b/samples/vsphere/contentlibrary/lib/cls_sync_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/ovfdeploy/__init__.py b/samples/vsphere/contentlibrary/ovfdeploy/__init__.py index 7b648ffa..25885b63 100644 --- a/samples/vsphere/contentlibrary/ovfdeploy/__init__.py +++ b/samples/vsphere/contentlibrary/ovfdeploy/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py b/samples/vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py index 64eb8518..a577ed2f 100644 --- a/samples/vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py +++ b/samples/vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/ovfimport/__init__.py b/samples/vsphere/contentlibrary/ovfimport/__init__.py index 7b648ffa..25885b63 100644 --- a/samples/vsphere/contentlibrary/ovfimport/__init__.py +++ b/samples/vsphere/contentlibrary/ovfimport/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/ovfimport/ovf_import_export.py b/samples/vsphere/contentlibrary/ovfimport/ovf_import_export.py index 7ef67378..23035dff 100644 --- a/samples/vsphere/contentlibrary/ovfimport/ovf_import_export.py +++ b/samples/vsphere/contentlibrary/ovfimport/ovf_import_export.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/publishsubscribe/__init__.py b/samples/vsphere/contentlibrary/publishsubscribe/__init__.py index 7b648ffa..25885b63 100644 --- a/samples/vsphere/contentlibrary/publishsubscribe/__init__.py +++ b/samples/vsphere/contentlibrary/publishsubscribe/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/publishsubscribe/library_publish_subscribe.py b/samples/vsphere/contentlibrary/publishsubscribe/library_publish_subscribe.py index 53533787..680758e6 100644 --- a/samples/vsphere/contentlibrary/publishsubscribe/library_publish_subscribe.py +++ b/samples/vsphere/contentlibrary/publishsubscribe/library_publish_subscribe.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/vmcapture/__init__.py b/samples/vsphere/contentlibrary/vmcapture/__init__.py index deafb6d4..f42a9c36 100644 --- a/samples/vsphere/contentlibrary/vmcapture/__init__.py +++ b/samples/vsphere/contentlibrary/vmcapture/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/contentlibrary/vmcapture/vm_template_capture.py b/samples/vsphere/contentlibrary/vmcapture/vm_template_capture.py index 413cfa82..0ae92b7e 100644 --- a/samples/vsphere/contentlibrary/vmcapture/vm_template_capture.py +++ b/samples/vsphere/contentlibrary/vmcapture/vm_template_capture.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/sso/__init__.py b/samples/vsphere/sso/__init__.py index 991252b4..a5f55463 100644 --- a/samples/vsphere/sso/__init__.py +++ b/samples/vsphere/sso/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/sso/embedded_psc_sso_workflow.py b/samples/vsphere/sso/embedded_psc_sso_workflow.py index 4bface3f..1440429e 100644 --- a/samples/vsphere/sso/embedded_psc_sso_workflow.py +++ b/samples/vsphere/sso/embedded_psc_sso_workflow.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2017. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/sso/external_psc_sso_workflow.py b/samples/vsphere/sso/external_psc_sso_workflow.py index 8c37277d..4c46b472 100644 --- a/samples/vsphere/sso/external_psc_sso_workflow.py +++ b/samples/vsphere/sso/external_psc_sso_workflow.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2017. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/tagging/__init__.py b/samples/vsphere/tagging/__init__.py index deafb6d4..f42a9c36 100644 --- a/samples/vsphere/tagging/__init__.py +++ b/samples/vsphere/tagging/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/tagging/tagging_workflow.py b/samples/vsphere/tagging/tagging_workflow.py index 8151ab2c..1b9d40c6 100644 --- a/samples/vsphere/tagging/tagging_workflow.py +++ b/samples/vsphere/tagging/tagging_workflow.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2014, 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/__init__.py b/samples/vsphere/vcenter/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/vsphere/vcenter/__init__.py +++ b/samples/vsphere/vcenter/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/__init__.py b/samples/vsphere/vcenter/helper/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/vsphere/vcenter/helper/__init__.py +++ b/samples/vsphere/vcenter/helper/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/cluster_helper.py b/samples/vsphere/vcenter/helper/cluster_helper.py index 59fb3125..df26463c 100644 --- a/samples/vsphere/vcenter/helper/cluster_helper.py +++ b/samples/vsphere/vcenter/helper/cluster_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/datacenter_helper.py b/samples/vsphere/vcenter/helper/datacenter_helper.py index d447ced6..24f8f70f 100644 --- a/samples/vsphere/vcenter/helper/datacenter_helper.py +++ b/samples/vsphere/vcenter/helper/datacenter_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/datastore_helper.py b/samples/vsphere/vcenter/helper/datastore_helper.py index 7410c726..3dc721e4 100644 --- a/samples/vsphere/vcenter/helper/datastore_helper.py +++ b/samples/vsphere/vcenter/helper/datastore_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/folder_helper.py b/samples/vsphere/vcenter/helper/folder_helper.py index 4996a151..b2bc1543 100644 --- a/samples/vsphere/vcenter/helper/folder_helper.py +++ b/samples/vsphere/vcenter/helper/folder_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/network_helper.py b/samples/vsphere/vcenter/helper/network_helper.py index d6398d43..5893fdb5 100644 --- a/samples/vsphere/vcenter/helper/network_helper.py +++ b/samples/vsphere/vcenter/helper/network_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/resource_pool_helper.py b/samples/vsphere/vcenter/helper/resource_pool_helper.py index cff659a6..76b63de6 100644 --- a/samples/vsphere/vcenter/helper/resource_pool_helper.py +++ b/samples/vsphere/vcenter/helper/resource_pool_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/vm_helper.py b/samples/vsphere/vcenter/helper/vm_helper.py index 1a83266a..dd678827 100644 --- a/samples/vsphere/vcenter/helper/vm_helper.py +++ b/samples/vsphere/vcenter/helper/vm_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/helper/vm_placement_helper.py b/samples/vsphere/vcenter/helper/vm_placement_helper.py index dfd02387..35464d2f 100644 --- a/samples/vsphere/vcenter/helper/vm_placement_helper.py +++ b/samples/vsphere/vcenter/helper/vm_placement_helper.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/__init__.py b/samples/vsphere/vcenter/setup/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/vsphere/vcenter/setup/__init__.py +++ b/samples/vsphere/vcenter/setup/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/backend_directory.py b/samples/vsphere/vcenter/setup/backend_directory.py index acb7018d..4e1e1347 100644 --- a/samples/vsphere/vcenter/setup/backend_directory.py +++ b/samples/vsphere/vcenter/setup/backend_directory.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/cluster.py b/samples/vsphere/vcenter/setup/cluster.py index 75af36be..19a15917 100644 --- a/samples/vsphere/vcenter/setup/cluster.py +++ b/samples/vsphere/vcenter/setup/cluster.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/datacenter.py b/samples/vsphere/vcenter/setup/datacenter.py index cf768358..1e5a6a92 100644 --- a/samples/vsphere/vcenter/setup/datacenter.py +++ b/samples/vsphere/vcenter/setup/datacenter.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/datastore.py b/samples/vsphere/vcenter/setup/datastore.py index bf6add1a..8566edfe 100644 --- a/samples/vsphere/vcenter/setup/datastore.py +++ b/samples/vsphere/vcenter/setup/datastore.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/floppy_image.py b/samples/vsphere/vcenter/setup/floppy_image.py index a9bd8a18..63ec9df8 100644 --- a/samples/vsphere/vcenter/setup/floppy_image.py +++ b/samples/vsphere/vcenter/setup/floppy_image.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/folder.py b/samples/vsphere/vcenter/setup/folder.py index 2d232aca..f677ce54 100644 --- a/samples/vsphere/vcenter/setup/folder.py +++ b/samples/vsphere/vcenter/setup/folder.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/host.py b/samples/vsphere/vcenter/setup/host.py index 9b4f40bd..cbd9e7f9 100644 --- a/samples/vsphere/vcenter/setup/host.py +++ b/samples/vsphere/vcenter/setup/host.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/iso_image.py b/samples/vsphere/vcenter/setup/iso_image.py index d936cae8..f70eade3 100644 --- a/samples/vsphere/vcenter/setup/iso_image.py +++ b/samples/vsphere/vcenter/setup/iso_image.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/main.py b/samples/vsphere/vcenter/setup/main.py index 341b9bd6..fb066f15 100644 --- a/samples/vsphere/vcenter/setup/main.py +++ b/samples/vsphere/vcenter/setup/main.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/network.py b/samples/vsphere/vcenter/setup/network.py index ae104a48..0b720a27 100644 --- a/samples/vsphere/vcenter/setup/network.py +++ b/samples/vsphere/vcenter/setup/network.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/setup_cli.py b/samples/vsphere/vcenter/setup/setup_cli.py index d9bbceaf..5b0a86fe 100644 --- a/samples/vsphere/vcenter/setup/setup_cli.py +++ b/samples/vsphere/vcenter/setup/setup_cli.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/testbed.py b/samples/vsphere/vcenter/setup/testbed.py index 79427a53..a4f3ad9b 100644 --- a/samples/vsphere/vcenter/setup/testbed.py +++ b/samples/vsphere/vcenter/setup/testbed.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/setup/testbed_setup.py b/samples/vsphere/vcenter/setup/testbed_setup.py index 7728ab18..b8d56d4a 100644 --- a/samples/vsphere/vcenter/setup/testbed_setup.py +++ b/samples/vsphere/vcenter/setup/testbed_setup.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/__init__.py b/samples/vsphere/vcenter/vm/__init__.py index ae4f6137..9bc6a0aa 100644 --- a/samples/vsphere/vcenter/vm/__init__.py +++ b/samples/vsphere/vcenter/vm/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/create/__init__.py b/samples/vsphere/vcenter/vm/create/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/vsphere/vcenter/vm/create/__init__.py +++ b/samples/vsphere/vcenter/vm/create/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/create/create_basic_vm.py b/samples/vsphere/vcenter/vm/create/create_basic_vm.py index 48d715cb..6938b162 100644 --- a/samples/vsphere/vcenter/vm/create/create_basic_vm.py +++ b/samples/vsphere/vcenter/vm/create/create_basic_vm.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/create/create_default_vm.py b/samples/vsphere/vcenter/vm/create/create_default_vm.py index d690b108..fd1fc0f0 100644 --- a/samples/vsphere/vcenter/vm/create/create_default_vm.py +++ b/samples/vsphere/vcenter/vm/create/create_default_vm.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py b/samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py index 51ff32c7..bc9a9d39 100644 --- a/samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py +++ b/samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/__init__.py b/samples/vsphere/vcenter/vm/hardware/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/vsphere/vcenter/vm/hardware/__init__.py +++ b/samples/vsphere/vcenter/vm/hardware/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/adapter/__init__.py b/samples/vsphere/vcenter/vm/hardware/adapter/__init__.py index 0f7b99c8..42b8a50b 100644 --- a/samples/vsphere/vcenter/vm/hardware/adapter/__init__.py +++ b/samples/vsphere/vcenter/vm/hardware/adapter/__init__.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/adapter/sata.py b/samples/vsphere/vcenter/vm/hardware/adapter/sata.py index 09b19cac..3b39ff4a 100644 --- a/samples/vsphere/vcenter/vm/hardware/adapter/sata.py +++ b/samples/vsphere/vcenter/vm/hardware/adapter/sata.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/adapter/scsi.py b/samples/vsphere/vcenter/vm/hardware/adapter/scsi.py index dab8bebe..a773f64f 100644 --- a/samples/vsphere/vcenter/vm/hardware/adapter/scsi.py +++ b/samples/vsphere/vcenter/vm/hardware/adapter/scsi.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/boot.py b/samples/vsphere/vcenter/vm/hardware/boot.py index 08175b5c..2669e278 100644 --- a/samples/vsphere/vcenter/vm/hardware/boot.py +++ b/samples/vsphere/vcenter/vm/hardware/boot.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/boot_device.py b/samples/vsphere/vcenter/vm/hardware/boot_device.py index 908ebfe9..987daec2 100644 --- a/samples/vsphere/vcenter/vm/hardware/boot_device.py +++ b/samples/vsphere/vcenter/vm/hardware/boot_device.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/cdrom.py b/samples/vsphere/vcenter/vm/hardware/cdrom.py index 863d319a..416ad34d 100644 --- a/samples/vsphere/vcenter/vm/hardware/cdrom.py +++ b/samples/vsphere/vcenter/vm/hardware/cdrom.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/cpu.py b/samples/vsphere/vcenter/vm/hardware/cpu.py index 001490f1..655c6f77 100644 --- a/samples/vsphere/vcenter/vm/hardware/cpu.py +++ b/samples/vsphere/vcenter/vm/hardware/cpu.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/disk.py b/samples/vsphere/vcenter/vm/hardware/disk.py index 1ad560c0..749ab0d2 100644 --- a/samples/vsphere/vcenter/vm/hardware/disk.py +++ b/samples/vsphere/vcenter/vm/hardware/disk.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/ethernet.py b/samples/vsphere/vcenter/vm/hardware/ethernet.py index 78374369..9edc1619 100644 --- a/samples/vsphere/vcenter/vm/hardware/ethernet.py +++ b/samples/vsphere/vcenter/vm/hardware/ethernet.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/floppy.py b/samples/vsphere/vcenter/vm/hardware/floppy.py index dfb7ebca..2ce04d3c 100644 --- a/samples/vsphere/vcenter/vm/hardware/floppy.py +++ b/samples/vsphere/vcenter/vm/hardware/floppy.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/main.py b/samples/vsphere/vcenter/vm/hardware/main.py index 92e35219..21a18f48 100644 --- a/samples/vsphere/vcenter/vm/hardware/main.py +++ b/samples/vsphere/vcenter/vm/hardware/main.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/memory.py b/samples/vsphere/vcenter/vm/hardware/memory.py index 4e9189c3..c7239972 100644 --- a/samples/vsphere/vcenter/vm/hardware/memory.py +++ b/samples/vsphere/vcenter/vm/hardware/memory.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/parallel.py b/samples/vsphere/vcenter/vm/hardware/parallel.py index 048fd40b..de528920 100644 --- a/samples/vsphere/vcenter/vm/hardware/parallel.py +++ b/samples/vsphere/vcenter/vm/hardware/parallel.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/hardware/serial.py b/samples/vsphere/vcenter/vm/hardware/serial.py index e448ff74..e1cb1ef5 100644 --- a/samples/vsphere/vcenter/vm/hardware/serial.py +++ b/samples/vsphere/vcenter/vm/hardware/serial.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/list_vms.py b/samples/vsphere/vcenter/vm/list_vms.py index 29d446fd..65e2b11f 100644 --- a/samples/vsphere/vcenter/vm/list_vms.py +++ b/samples/vsphere/vcenter/vm/list_vms.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/main.py b/samples/vsphere/vcenter/vm/main.py index c72a7a77..de2253c4 100644 --- a/samples/vsphere/vcenter/vm/main.py +++ b/samples/vsphere/vcenter/vm/main.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/placement.py b/samples/vsphere/vcenter/vm/placement.py index 904788b3..38431cbb 100644 --- a/samples/vsphere/vcenter/vm/placement.py +++ b/samples/vsphere/vcenter/vm/placement.py @@ -1,7 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT diff --git a/samples/vsphere/vcenter/vm/power.py b/samples/vsphere/vcenter/vm/power.py index fe08e5ce..83286311 100644 --- a/samples/vsphere/vcenter/vm/power.py +++ b/samples/vsphere/vcenter/vm/power.py @@ -3,7 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. -* SODX-License-Identifier: MIT +* SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT