From f11b15cd0d6be02779f369dc0b6683173b8f4336 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Mon, 13 Mar 2017 11:00:28 -0700 Subject: [PATCH] add missing MIT license ientifier to each file Signed-off-by: Tianhao He --- samples/__init__.py | 1 + samples/vsphere/__init__.py | 1 + samples/vsphere/common/id_generator.py | 1 + samples/vsphere/common/lookup_service_helper.py | 1 + samples/vsphere/common/platform_service_controller.py | 1 + samples/vsphere/common/sample_base.py | 1 + samples/vsphere/common/sample_cli.py | 1 + samples/vsphere/common/sample_util.py | 1 + samples/vsphere/common/service_manager.py | 1 + samples/vsphere/common/service_manager_factory.py | 1 + samples/vsphere/common/ssl_helper.py | 1 + samples/vsphere/common/sso.py | 1 + samples/vsphere/common/vapiconnect.py | 1 + samples/vsphere/common/vim/datastore_file.py | 1 + samples/vsphere/common/vim/file.py | 1 + samples/vsphere/common/vim/helpers/get_cluster_by_name.py | 1 + samples/vsphere/common/vim/helpers/get_datastore_by_name.py | 1 + samples/vsphere/common/vim/helpers/vim_utils.py | 1 + samples/vsphere/common/vim/inventory.py | 1 + samples/vsphere/common/vim/vmdk.py | 1 + samples/vsphere/contentlibrary/__init__.py | 1 + samples/vsphere/contentlibrary/contentupdate/__init__.py | 1 + .../vsphere/contentlibrary/contentupdate/content_update.py | 5 +++++ samples/vsphere/contentlibrary/crud/__init__.py | 1 + samples/vsphere/contentlibrary/crud/library_crud.py | 1 + samples/vsphere/contentlibrary/isomount/__init__.py | 1 + samples/vsphere/contentlibrary/isomount/iso_mount.py | 1 + samples/vsphere/contentlibrary/lib/__init__.py | 1 + samples/vsphere/contentlibrary/lib/cls_api_client.py | 1 + samples/vsphere/contentlibrary/lib/cls_api_helper.py | 1 + samples/vsphere/contentlibrary/lib/cls_sync_helper.py | 1 + samples/vsphere/contentlibrary/ovfdeploy/__init__.py | 1 + .../vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py | 1 + samples/vsphere/contentlibrary/ovfimport/__init__.py | 1 + .../vsphere/contentlibrary/ovfimport/ovf_import_export.py | 1 + samples/vsphere/contentlibrary/publishsubscribe/__init__.py | 1 + .../publishsubscribe/library_publish_subscribe.py | 1 + samples/vsphere/contentlibrary/vmcapture/__init__.py | 1 + .../vsphere/contentlibrary/vmcapture/vm_template_capture.py | 1 + samples/vsphere/sso/__init__.py | 1 + samples/vsphere/sso/embedded_psc_sso_workflow.py | 1 + samples/vsphere/sso/external_psc_sso_workflow.py | 1 + samples/vsphere/tagging/__init__.py | 1 + samples/vsphere/tagging/tagging_workflow.py | 1 + samples/vsphere/vcenter/__init__.py | 1 + samples/vsphere/vcenter/helper/__init__.py | 1 + samples/vsphere/vcenter/helper/cluster_helper.py | 1 + samples/vsphere/vcenter/helper/datacenter_helper.py | 1 + samples/vsphere/vcenter/helper/datastore_helper.py | 1 + samples/vsphere/vcenter/helper/folder_helper.py | 1 + samples/vsphere/vcenter/helper/network_helper.py | 1 + samples/vsphere/vcenter/helper/resource_pool_helper.py | 1 + samples/vsphere/vcenter/helper/vm_helper.py | 1 + samples/vsphere/vcenter/helper/vm_placement_helper.py | 1 + samples/vsphere/vcenter/setup/__init__.py | 1 + samples/vsphere/vcenter/setup/backend_directory.py | 1 + samples/vsphere/vcenter/setup/cluster.py | 1 + samples/vsphere/vcenter/setup/datacenter.py | 1 + samples/vsphere/vcenter/setup/datastore.py | 1 + samples/vsphere/vcenter/setup/floppy_image.py | 1 + samples/vsphere/vcenter/setup/folder.py | 1 + samples/vsphere/vcenter/setup/host.py | 1 + samples/vsphere/vcenter/setup/iso_image.py | 1 + samples/vsphere/vcenter/setup/main.py | 1 + samples/vsphere/vcenter/setup/network.py | 1 + samples/vsphere/vcenter/setup/setup_cli.py | 1 + samples/vsphere/vcenter/setup/testbed.py | 1 + samples/vsphere/vcenter/setup/testbed_setup.py | 1 + samples/vsphere/vcenter/vm/__init__.py | 1 + samples/vsphere/vcenter/vm/create/__init__.py | 1 + samples/vsphere/vcenter/vm/create/create_basic_vm.py | 1 + samples/vsphere/vcenter/vm/create/create_default_vm.py | 1 + samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py | 1 + samples/vsphere/vcenter/vm/hardware/__init__.py | 1 + samples/vsphere/vcenter/vm/hardware/adapter/__init__.py | 1 + samples/vsphere/vcenter/vm/hardware/adapter/sata.py | 1 + samples/vsphere/vcenter/vm/hardware/adapter/scsi.py | 1 + samples/vsphere/vcenter/vm/hardware/boot.py | 1 + samples/vsphere/vcenter/vm/hardware/boot_device.py | 1 + samples/vsphere/vcenter/vm/hardware/cdrom.py | 1 + samples/vsphere/vcenter/vm/hardware/cpu.py | 1 + samples/vsphere/vcenter/vm/hardware/disk.py | 1 + samples/vsphere/vcenter/vm/hardware/ethernet.py | 1 + samples/vsphere/vcenter/vm/hardware/floppy.py | 1 + samples/vsphere/vcenter/vm/hardware/main.py | 1 + samples/vsphere/vcenter/vm/hardware/memory.py | 1 + samples/vsphere/vcenter/vm/hardware/parallel.py | 1 + samples/vsphere/vcenter/vm/hardware/serial.py | 1 + samples/vsphere/vcenter/vm/list_vms.py | 1 + samples/vsphere/vcenter/vm/main.py | 1 + samples/vsphere/vcenter/vm/placement.py | 1 + samples/vsphere/vcenter/vm/power.py | 1 + 92 files changed, 96 insertions(+) diff --git a/samples/__init__.py b/samples/__init__.py index 0613959c..0f7b99c8 100644 --- a/samples/__init__.py +++ b/samples/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0613959c..0f7b99c8 100644 --- a/samples/vsphere/__init__.py +++ b/samples/vsphere/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 f8ebbe5f..68cdd3fa 100644 --- a/samples/vsphere/common/id_generator.py +++ b/samples/vsphere/common/id_generator.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013. All Rights Reserved. +* SODX-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 52c406d8..8a062ead 100644 --- a/samples/vsphere/common/lookup_service_helper.py +++ b/samples/vsphere/common/lookup_service_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013. All Rights Reserved. +* SODX-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 a31bcbaa..85925266 100644 --- a/samples/vsphere/common/platform_service_controller.py +++ b/samples/vsphere/common/platform_service_controller.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 35429174..f878748e 100644 --- a/samples/vsphere/common/sample_base.py +++ b/samples/vsphere/common/sample_base.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 292c77c1..96b4b0d5 100644 --- a/samples/vsphere/common/sample_cli.py +++ b/samples/vsphere/common/sample_cli.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 921abad7..72dac190 100644 --- a/samples/vsphere/common/sample_util.py +++ b/samples/vsphere/common/sample_util.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 c0d8311d..67c24489 100644 --- a/samples/vsphere/common/service_manager.py +++ b/samples/vsphere/common/service_manager.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 8c596737..a350ceb8 100644 --- a/samples/vsphere/common/service_manager_factory.py +++ b/samples/vsphere/common/service_manager_factory.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 ee37063e..a8649e44 100644 --- a/samples/vsphere/common/ssl_helper.py +++ b/samples/vsphere/common/ssl_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 b8bc665f..27c07e2b 100644 --- a/samples/vsphere/common/sso.py +++ b/samples/vsphere/common/sso.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 d4d24789..e1245c29 100644 --- a/samples/vsphere/common/vapiconnect.py +++ b/samples/vsphere/common/vapiconnect.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 747aaa05..06c98fa1 100644 --- a/samples/vsphere/common/vim/datastore_file.py +++ b/samples/vsphere/common/vim/datastore_file.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 ea331599..ff1d7f32 100644 --- a/samples/vsphere/common/vim/file.py +++ b/samples/vsphere/common/vim/file.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 7ac50520..fd471d80 100644 --- a/samples/vsphere/common/vim/helpers/get_cluster_by_name.py +++ b/samples/vsphere/common/vim/helpers/get_cluster_by_name.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 51ef9ca2..cee4ce42 100644 --- a/samples/vsphere/common/vim/helpers/get_datastore_by_name.py +++ b/samples/vsphere/common/vim/helpers/get_datastore_by_name.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 d745a878..a00b8976 100644 --- a/samples/vsphere/common/vim/helpers/vim_utils.py +++ b/samples/vsphere/common/vim/helpers/vim_utils.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2013. All Rights Reserved. +* SODX-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 a24c8aac..04f981c2 100644 --- a/samples/vsphere/common/vim/inventory.py +++ b/samples/vsphere/common/vim/inventory.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 b0ef3e8a..43ba85c9 100644 --- a/samples/vsphere/common/vim/vmdk.py +++ b/samples/vsphere/common/vim/vmdk.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 ecb4de9e..deafb6d4 100644 --- a/samples/vsphere/contentlibrary/__init__.py +++ b/samples/vsphere/contentlibrary/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0e0d0aa3..7b648ffa 100644 --- a/samples/vsphere/contentlibrary/contentupdate/__init__.py +++ b/samples/vsphere/contentlibrary/contentupdate/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 a3e42ed9..71b5adc7 100644 --- a/samples/vsphere/contentlibrary/contentupdate/content_update.py +++ b/samples/vsphere/contentlibrary/contentupdate/content_update.py @@ -1,6 +1,11 @@ #!/usr/bin/env python """ +* ******************************************************* +* Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-License-Identifier: MIT +* ******************************************************* +* * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, WHETHER ORAL OR WRITTEN, * EXPRESS OR IMPLIED. THE AUTHOR SPECIFICALLY DISCLAIMS ANY IMPLIED diff --git a/samples/vsphere/contentlibrary/crud/__init__.py b/samples/vsphere/contentlibrary/crud/__init__.py index 0e0d0aa3..7b648ffa 100644 --- a/samples/vsphere/contentlibrary/crud/__init__.py +++ b/samples/vsphere/contentlibrary/crud/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 2934f841..75166460 100644 --- a/samples/vsphere/contentlibrary/crud/library_crud.py +++ b/samples/vsphere/contentlibrary/crud/library_crud.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0e0d0aa3..7b648ffa 100644 --- a/samples/vsphere/contentlibrary/isomount/__init__.py +++ b/samples/vsphere/contentlibrary/isomount/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 05e27954..726b707a 100644 --- a/samples/vsphere/contentlibrary/isomount/iso_mount.py +++ b/samples/vsphere/contentlibrary/isomount/iso_mount.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 ffa2285d..e136381f 100644 --- a/samples/vsphere/contentlibrary/lib/__init__.py +++ b/samples/vsphere/contentlibrary/lib/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 b7229a85..6248d39f 100644 --- a/samples/vsphere/contentlibrary/lib/cls_api_client.py +++ b/samples/vsphere/contentlibrary/lib/cls_api_client.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 3bfb6fb3..0255b564 100644 --- a/samples/vsphere/contentlibrary/lib/cls_api_helper.py +++ b/samples/vsphere/contentlibrary/lib/cls_api_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 d8d17419..07763b22 100644 --- a/samples/vsphere/contentlibrary/lib/cls_sync_helper.py +++ b/samples/vsphere/contentlibrary/lib/cls_sync_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0e0d0aa3..7b648ffa 100644 --- a/samples/vsphere/contentlibrary/ovfdeploy/__init__.py +++ b/samples/vsphere/contentlibrary/ovfdeploy/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0a2e0c62..64eb8518 100644 --- a/samples/vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py +++ b/samples/vsphere/contentlibrary/ovfdeploy/deploy_ovf_template.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0e0d0aa3..7b648ffa 100644 --- a/samples/vsphere/contentlibrary/ovfimport/__init__.py +++ b/samples/vsphere/contentlibrary/ovfimport/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 154ecb1f..7ef67378 100644 --- a/samples/vsphere/contentlibrary/ovfimport/ovf_import_export.py +++ b/samples/vsphere/contentlibrary/ovfimport/ovf_import_export.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0e0d0aa3..7b648ffa 100644 --- a/samples/vsphere/contentlibrary/publishsubscribe/__init__.py +++ b/samples/vsphere/contentlibrary/publishsubscribe/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 030787ae..53533787 100644 --- a/samples/vsphere/contentlibrary/publishsubscribe/library_publish_subscribe.py +++ b/samples/vsphere/contentlibrary/publishsubscribe/library_publish_subscribe.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 ecb4de9e..deafb6d4 100644 --- a/samples/vsphere/contentlibrary/vmcapture/__init__.py +++ b/samples/vsphere/contentlibrary/vmcapture/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 9611e2be..413cfa82 100644 --- a/samples/vsphere/contentlibrary/vmcapture/vm_template_capture.py +++ b/samples/vsphere/contentlibrary/vmcapture/vm_template_capture.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2013, 2016. All Rights Reserved. +* SODX-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 45c7ebb2..991252b4 100644 --- a/samples/vsphere/sso/__init__.py +++ b/samples/vsphere/sso/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 f5c016b2..4bface3f 100644 --- a/samples/vsphere/sso/embedded_psc_sso_workflow.py +++ b/samples/vsphere/sso/embedded_psc_sso_workflow.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2017. All Rights Reserved. +* SODX-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 513f5fc2..8c37277d 100644 --- a/samples/vsphere/sso/external_psc_sso_workflow.py +++ b/samples/vsphere/sso/external_psc_sso_workflow.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2017. All Rights Reserved. +* SODX-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 ecb4de9e..deafb6d4 100644 --- a/samples/vsphere/tagging/__init__.py +++ b/samples/vsphere/tagging/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 f3c691a0..8151ab2c 100644 --- a/samples/vsphere/tagging/tagging_workflow.py +++ b/samples/vsphere/tagging/tagging_workflow.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2014, 2016. All Rights Reserved. +* SODX-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 0613959c..0f7b99c8 100644 --- a/samples/vsphere/vcenter/__init__.py +++ b/samples/vsphere/vcenter/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0613959c..0f7b99c8 100644 --- a/samples/vsphere/vcenter/helper/__init__.py +++ b/samples/vsphere/vcenter/helper/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 1191d934..59fb3125 100644 --- a/samples/vsphere/vcenter/helper/cluster_helper.py +++ b/samples/vsphere/vcenter/helper/cluster_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 b9599be7..d447ced6 100644 --- a/samples/vsphere/vcenter/helper/datacenter_helper.py +++ b/samples/vsphere/vcenter/helper/datacenter_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 13c6d30a..7410c726 100644 --- a/samples/vsphere/vcenter/helper/datastore_helper.py +++ b/samples/vsphere/vcenter/helper/datastore_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 7e1b178b..4996a151 100644 --- a/samples/vsphere/vcenter/helper/folder_helper.py +++ b/samples/vsphere/vcenter/helper/folder_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 f728f11d..d6398d43 100644 --- a/samples/vsphere/vcenter/helper/network_helper.py +++ b/samples/vsphere/vcenter/helper/network_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 b1c37f2c..cff659a6 100644 --- a/samples/vsphere/vcenter/helper/resource_pool_helper.py +++ b/samples/vsphere/vcenter/helper/resource_pool_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 200b3e37..1a83266a 100644 --- a/samples/vsphere/vcenter/helper/vm_helper.py +++ b/samples/vsphere/vcenter/helper/vm_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 ff29d7d5..dfd02387 100644 --- a/samples/vsphere/vcenter/helper/vm_placement_helper.py +++ b/samples/vsphere/vcenter/helper/vm_placement_helper.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0613959c..0f7b99c8 100644 --- a/samples/vsphere/vcenter/setup/__init__.py +++ b/samples/vsphere/vcenter/setup/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 066e0d19..acb7018d 100644 --- a/samples/vsphere/vcenter/setup/backend_directory.py +++ b/samples/vsphere/vcenter/setup/backend_directory.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 6819389e..75af36be 100644 --- a/samples/vsphere/vcenter/setup/cluster.py +++ b/samples/vsphere/vcenter/setup/cluster.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 1d6a5319..cf768358 100644 --- a/samples/vsphere/vcenter/setup/datacenter.py +++ b/samples/vsphere/vcenter/setup/datacenter.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 309a9481..bf6add1a 100644 --- a/samples/vsphere/vcenter/setup/datastore.py +++ b/samples/vsphere/vcenter/setup/datastore.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 8364786d..a9bd8a18 100644 --- a/samples/vsphere/vcenter/setup/floppy_image.py +++ b/samples/vsphere/vcenter/setup/floppy_image.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 77ab3235..2d232aca 100644 --- a/samples/vsphere/vcenter/setup/folder.py +++ b/samples/vsphere/vcenter/setup/folder.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 c9e4169a..9b4f40bd 100644 --- a/samples/vsphere/vcenter/setup/host.py +++ b/samples/vsphere/vcenter/setup/host.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 a1dfc4e7..d936cae8 100644 --- a/samples/vsphere/vcenter/setup/iso_image.py +++ b/samples/vsphere/vcenter/setup/iso_image.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 e78b80fa..341b9bd6 100644 --- a/samples/vsphere/vcenter/setup/main.py +++ b/samples/vsphere/vcenter/setup/main.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 430107b5..ae104a48 100644 --- a/samples/vsphere/vcenter/setup/network.py +++ b/samples/vsphere/vcenter/setup/network.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 fe8b0c8e..d9bbceaf 100644 --- a/samples/vsphere/vcenter/setup/setup_cli.py +++ b/samples/vsphere/vcenter/setup/setup_cli.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 3fd5c0dc..79427a53 100644 --- a/samples/vsphere/vcenter/setup/testbed.py +++ b/samples/vsphere/vcenter/setup/testbed.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 714969b8..7728ab18 100644 --- a/samples/vsphere/vcenter/setup/testbed_setup.py +++ b/samples/vsphere/vcenter/setup/testbed_setup.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 97dffd8f..ae4f6137 100644 --- a/samples/vsphere/vcenter/vm/__init__.py +++ b/samples/vsphere/vcenter/vm/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0613959c..0f7b99c8 100644 --- a/samples/vsphere/vcenter/vm/create/__init__.py +++ b/samples/vsphere/vcenter/vm/create/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 933bb4c0..48d715cb 100644 --- a/samples/vsphere/vcenter/vm/create/create_basic_vm.py +++ b/samples/vsphere/vcenter/vm/create/create_basic_vm.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 3a9278e0..d690b108 100644 --- a/samples/vsphere/vcenter/vm/create/create_default_vm.py +++ b/samples/vsphere/vcenter/vm/create/create_default_vm.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 2bc8acad..51ff32c7 100644 --- a/samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py +++ b/samples/vsphere/vcenter/vm/create/create_exhaustive_vm.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0613959c..0f7b99c8 100644 --- a/samples/vsphere/vcenter/vm/hardware/__init__.py +++ b/samples/vsphere/vcenter/vm/hardware/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0613959c..0f7b99c8 100644 --- a/samples/vsphere/vcenter/vm/hardware/adapter/__init__.py +++ b/samples/vsphere/vcenter/vm/hardware/adapter/__init__.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. +* SODX-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 bffe44c4..09b19cac 100644 --- a/samples/vsphere/vcenter/vm/hardware/adapter/sata.py +++ b/samples/vsphere/vcenter/vm/hardware/adapter/sata.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 f4868c5b..dab8bebe 100644 --- a/samples/vsphere/vcenter/vm/hardware/adapter/scsi.py +++ b/samples/vsphere/vcenter/vm/hardware/adapter/scsi.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 991c5e4f..08175b5c 100644 --- a/samples/vsphere/vcenter/vm/hardware/boot.py +++ b/samples/vsphere/vcenter/vm/hardware/boot.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0f8da5fa..908ebfe9 100644 --- a/samples/vsphere/vcenter/vm/hardware/boot_device.py +++ b/samples/vsphere/vcenter/vm/hardware/boot_device.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 78495eae..863d319a 100644 --- a/samples/vsphere/vcenter/vm/hardware/cdrom.py +++ b/samples/vsphere/vcenter/vm/hardware/cdrom.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 639e0d6b..001490f1 100644 --- a/samples/vsphere/vcenter/vm/hardware/cpu.py +++ b/samples/vsphere/vcenter/vm/hardware/cpu.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 bef0092c..1ad560c0 100644 --- a/samples/vsphere/vcenter/vm/hardware/disk.py +++ b/samples/vsphere/vcenter/vm/hardware/disk.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 303e42ee..78374369 100644 --- a/samples/vsphere/vcenter/vm/hardware/ethernet.py +++ b/samples/vsphere/vcenter/vm/hardware/ethernet.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 9a0f55da..dfb7ebca 100644 --- a/samples/vsphere/vcenter/vm/hardware/floppy.py +++ b/samples/vsphere/vcenter/vm/hardware/floppy.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 b9406b0b..92e35219 100644 --- a/samples/vsphere/vcenter/vm/hardware/main.py +++ b/samples/vsphere/vcenter/vm/hardware/main.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 232c823b..4e9189c3 100644 --- a/samples/vsphere/vcenter/vm/hardware/memory.py +++ b/samples/vsphere/vcenter/vm/hardware/memory.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 e870af47..048fd40b 100644 --- a/samples/vsphere/vcenter/vm/hardware/parallel.py +++ b/samples/vsphere/vcenter/vm/hardware/parallel.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 4fc5359b..e448ff74 100644 --- a/samples/vsphere/vcenter/vm/hardware/serial.py +++ b/samples/vsphere/vcenter/vm/hardware/serial.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 c5c88d58..29d446fd 100644 --- a/samples/vsphere/vcenter/vm/list_vms.py +++ b/samples/vsphere/vcenter/vm/list_vms.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 41237dfe..c72a7a77 100644 --- a/samples/vsphere/vcenter/vm/main.py +++ b/samples/vsphere/vcenter/vm/main.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 a39f4fdc..904788b3 100644 --- a/samples/vsphere/vcenter/vm/placement.py +++ b/samples/vsphere/vcenter/vm/placement.py @@ -1,6 +1,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-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 0d0f04f3..fe08e5ce 100644 --- a/samples/vsphere/vcenter/vm/power.py +++ b/samples/vsphere/vcenter/vm/power.py @@ -3,6 +3,7 @@ """ * ******************************************************* * Copyright (c) VMware, Inc. 2016. All Rights Reserved. +* SODX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT