File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
pyVmomi
2
2
=======
3
3
4
- Copyright (c) 2005-2021 VMware, Inc. All Rights Reserved.
4
+ Copyright (c) 2005-2024 Broadcom. All Rights Reserved.
5
+ The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
5
6
6
7
This product is licensed to you under the Apache License, Version 2.0 (the
7
8
"License"). You may not use this product except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
# VMware vSphere Python SDK
2
- # Copyright (c) 2009-2021 VMware, Inc. All Rights Reserved.
2
+ #
3
+ # Copyright (c) 2009-2024 Broadcom. All Rights Reserved.
4
+ # The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
3
5
#
4
6
# Licensed under the Apache License, Version 2.0 (the "License");
5
7
# you may not use this file except in compliance with the License.
@@ -48,8 +50,8 @@ def getTypeAnnotationsPackageData():
48
50
# NOTE: pypi prefers the use of RST to render docs
49
51
long_description = read ('README.rst' ),
50
52
url = 'https://github.com/vmware/pyvmomi' ,
51
- author = 'VMware, Inc .' ,
52
- author_email = 'jhu@vmware .com' ,
53
+ author = 'Broadcom, VCF Division .' ,
54
+ author_email = 'daniel.draganov@broadcom.com, stefan.hristov@broadcom .com' ,
53
55
packages = ['pyVmomi' , 'pyVim' ],
54
56
package_data = {"pyVmomi" : getTypeAnnotationsPackageData ()},
55
57
install_requires = required ,
You can’t perform that action at this time.
0 commit comments