Skip to content

Commit 10c3732

Browse files
author
ddraganov
committed
Copyright switch from VMware to Broadcom
1 parent 75db18d commit 10c3732

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NOTICE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pyVmomi
22
=======
33

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.
56

67
This product is licensed to you under the Apache License, Version 2.0 (the
78
"License"). You may not use this product except in compliance with the License.

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 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.
35
#
46
# Licensed under the Apache License, Version 2.0 (the "License");
57
# you may not use this file except in compliance with the License.
@@ -48,8 +50,8 @@ def getTypeAnnotationsPackageData():
4850
# NOTE: pypi prefers the use of RST to render docs
4951
long_description=read('README.rst'),
5052
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',
5355
packages=['pyVmomi', 'pyVim'],
5456
package_data={"pyVmomi": getTypeAnnotationsPackageData()},
5557
install_requires=required,

0 commit comments

Comments
 (0)