summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-09-22 09:32:58 -0700
committerJustin Pettit <jpettit@nicira.com>2010-10-05 16:46:26 -0700
commit09e2e9de329e22ecc5eaac66e7478c5556256dfe (patch)
treed9bde4318345b3dcf757c71dddcd9511dbbfc93e
parentb7384540fc15270a94beebb4797fcf09a8494a58 (diff)
downloadopenvswitch-09e2e9de329e22ecc5eaac66e7478c5556256dfe.tar.gz
xenserver: Change license of xsconsole plugin to GPLv2.
This file was under a proprietary license because it was derived from proprietary XenServer code. That upstream code is now under GPLv2, so change the downstream code to GPLv2 also. Acked-by: Ian Campbell <Ian.Campbell@citrix.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py21
1 files changed, 14 insertions, 7 deletions
diff --git a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
index d2f6a6a3c..015f4cc00 100644
--- a/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
+++ b/xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py
@@ -1,11 +1,18 @@
-# Copyright (c) Citrix Systems 2008. All rights reserved.
-# xsconsole is proprietary software.
+# Copyright (c) 2007-2010 Citrix Systems Inc.
+# Copyright (c) 2009,2010 Nicira Networks.
#
-# Xen, the Xen logo, XenCenter, XenMotion are trademarks or registered
-# trademarks of Citrix Systems, Inc., in the United States and other
-# countries.
-
-# Copyright (c) 2009, 2010 Nicira Networks.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 only.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
from XSConsoleLog import *