You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/10/12 18:20:36 UTC

[1/2] git commit: CLOUDSTACK-330: Correct Citrix information to be Apache in several .py files Signed-off-by: Chip Childers

Updated Branches:
  refs/heads/4.0 eda864255 -> aed6ba079


CLOUDSTACK-330: Correct Citrix information to be Apache in several .py files
Signed-off-by: Chip Childers <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/aed6ba07
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/aed6ba07
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/aed6ba07

Branch: refs/heads/4.0
Commit: aed6ba079e7a2bb400a4ee7630eea674593addfe
Parents: 23b0407
Author: Chip Childers <ch...@gmail.com>
Authored: Fri Oct 12 12:18:56 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Fri Oct 12 12:20:11 2012 -0400

----------------------------------------------------------------------
 scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py    |    4 ++--
 scripts/vm/hypervisor/xenserver/xcpserver/NFSSR.py |    4 ++--
 .../vm/hypervisor/xenserver/xenserver56/NFSSR.py   |    4 ++--
 .../hypervisor/xenserver/xenserver56fp1/NFSSR.py   |    4 ++--
 .../vm/hypervisor/xenserver/xenserver60/NFSSR.py   |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/aed6ba07/scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py b/scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py
index 7342aaf..627fed2 100644
--- a/scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py
+++ b/scripts/vm/hypervisor/xenserver/xcposs/NFSSR.py
@@ -40,8 +40,8 @@ CONFIGURATION = [ [ 'server', 'hostname or IP address of NFS server (required)'
 DRIVER_INFO = {
     'name': 'NFS VHD',
     'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
-    'vendor': 'Citrix Systems Inc',
-    'copyright': '(C) 2008 Citrix Systems Inc',
+    'vendor': 'The Apache Software Foundation',
+    'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
     'driver_version': '1.0',
     'required_api_version': '1.0',
     'capabilities': CAPABILITIES,

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/aed6ba07/scripts/vm/hypervisor/xenserver/xcpserver/NFSSR.py
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/xcpserver/NFSSR.py b/scripts/vm/hypervisor/xenserver/xcpserver/NFSSR.py
index 3ed557d..11f0491 100755
--- a/scripts/vm/hypervisor/xenserver/xcpserver/NFSSR.py
+++ b/scripts/vm/hypervisor/xenserver/xcpserver/NFSSR.py
@@ -40,8 +40,8 @@ CONFIGURATION = [ [ 'server', 'hostname or IP address of NFS server (required)'
 DRIVER_INFO = {
     'name': 'NFS VHD',
     'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
-    'vendor': 'Citrix Systems Inc',
-    'copyright': '(C) 2008 Citrix Systems Inc',
+    'vendor': 'The Apache Software Foundation',
+    'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
     'driver_version': '1.0',
     'required_api_version': '1.0',
     'capabilities': CAPABILITIES,

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/aed6ba07/scripts/vm/hypervisor/xenserver/xenserver56/NFSSR.py
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/xenserver56/NFSSR.py b/scripts/vm/hypervisor/xenserver/xenserver56/NFSSR.py
index 75da34b..a9cd58d 100755
--- a/scripts/vm/hypervisor/xenserver/xenserver56/NFSSR.py
+++ b/scripts/vm/hypervisor/xenserver/xenserver56/NFSSR.py
@@ -40,8 +40,8 @@ CONFIGURATION = [ [ 'server', 'hostname or IP address of NFS server (required)'
 DRIVER_INFO = {
     'name': 'NFS VHD',
     'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
-    'vendor': 'Citrix Systems Inc',
-    'copyright': '(C) 2008 Citrix Systems Inc',
+    'vendor': 'The Apache Software Foundation',
+    'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
     'driver_version': '1.0',
     'required_api_version': '1.0',
     'capabilities': CAPABILITIES,

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/aed6ba07/scripts/vm/hypervisor/xenserver/xenserver56fp1/NFSSR.py
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/xenserver56fp1/NFSSR.py b/scripts/vm/hypervisor/xenserver/xenserver56fp1/NFSSR.py
index e413953..290c587 100755
--- a/scripts/vm/hypervisor/xenserver/xenserver56fp1/NFSSR.py
+++ b/scripts/vm/hypervisor/xenserver/xenserver56fp1/NFSSR.py
@@ -41,8 +41,8 @@ CONFIGURATION = [ [ 'server', 'hostname or IP address of NFS server (required)'
 DRIVER_INFO = {
     'name': 'NFS VHD',
     'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
-    'vendor': 'Citrix Systems Inc',
-    'copyright': '(C) 2008 Citrix Systems Inc',
+    'vendor': 'The Apache Software Foundation',
+    'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
     'driver_version': '1.0',
     'required_api_version': '1.0',
     'capabilities': CAPABILITIES,

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/aed6ba07/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py
----------------------------------------------------------------------
diff --git a/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py b/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py
index 5838ace..0d6badb 100755
--- a/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py
+++ b/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py
@@ -42,8 +42,8 @@ CONFIGURATION = [ [ 'server', 'hostname or IP address of NFS server (required)'
 DRIVER_INFO = {
     'name': 'NFS VHD',
     'description': 'SR plugin which stores disks as VHD files on a remote NFS filesystem',
-    'vendor': 'Citrix Systems Inc',
-    'copyright': '(C) 2008 Citrix Systems Inc',
+    'vendor': 'The Apache Software Foundation',
+    'copyright': 'Copyright (c) 2012 The Apache Software Foundation',
     'driver_version': '1.0',
     'required_api_version': '1.0',
     'capabilities': CAPABILITIES,