Skip to content

Commit aed6ba0

Browse files
committed
CLOUDSTACK-330: Correct Citrix information to be Apache in several .py files
Signed-off-by: Chip Childers <[email protected]>
1 parent 23b0407 commit aed6ba0

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

‎scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
DRIVER_INFO = {
4141
'name': 'NFS VHD',
4242
'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
43-
'vendor': 'Citrix Systems Inc',
44-
'copyright': '(C) 2008 Citrix Systems Inc',
43+
'vendor': 'The Apache Software Foundation',
44+
'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
4545
'driver_version': '1.0',
4646
'required_api_version': '1.0',
4747
'capabilities': CAPABILITIES,

‎scripts/vm/hypervisor/xenserver/xcpserver/NFSSR.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
DRIVER_INFO = {
4141
'name': 'NFS VHD',
4242
'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
43-
'vendor': 'Citrix Systems Inc',
44-
'copyright': '(C) 2008 Citrix Systems Inc',
43+
'vendor': 'The Apache Software Foundation',
44+
'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
4545
'driver_version': '1.0',
4646
'required_api_version': '1.0',
4747
'capabilities': CAPABILITIES,

‎scripts/vm/hypervisor/xenserver/xenserver56/NFSSR.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
DRIVER_INFO = {
4141
'name': 'NFS VHD',
4242
'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
43-
'vendor': 'Citrix Systems Inc',
44-
'copyright': '(C) 2008 Citrix Systems Inc',
43+
'vendor': 'The Apache Software Foundation',
44+
'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
4545
'driver_version': '1.0',
4646
'required_api_version': '1.0',
4747
'capabilities': CAPABILITIES,

‎scripts/vm/hypervisor/xenserver/xenserver56fp1/NFSSR.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
DRIVER_INFO = {
4242
'name': 'NFS VHD',
4343
'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
44-
'vendor': 'Citrix Systems Inc',
45-
'copyright': '(C) 2008 Citrix Systems Inc',
44+
'vendor': 'The Apache Software Foundation',
45+
'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
4646
'driver_version': '1.0',
4747
'required_api_version': '1.0',
4848
'capabilities': CAPABILITIES,

‎scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
DRIVER_INFO = {
4343
'name': 'NFS VHD',
4444
'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
45-
'vendor': 'Citrix Systems Inc',
46-
'copyright': '(C) 2008 Citrix Systems Inc',
45+
'vendor': 'The Apache Software Foundation',
46+
'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
4747
'driver_version': '1.0',
4848
'required_api_version': '1.0',
4949
'capabilities': CAPABILITIES,

0 commit comments

Comments
 (0)