WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xend: Add GPL license stanza to MemoryPoo

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: Add GPL license stanza to MemoryPool.py
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 03 Dec 2009 08:35:14 -0800
Delivery-date: Thu, 03 Dec 2009 08:35:22 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1259848280 0
# Node ID fcd3fb00d1d59a981fe67a24b77310592de03fc0
# Parent  aa01a13d750b81e2b816bb0799d124698a7de88d
xend: Add GPL license stanza to MemoryPool.py

Signed-off-by: James Song (Wei) <jsong@xxxxxxxxxx>
---
 tools/python/xen/xend/MemoryPool.py |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+)

diff -r aa01a13d750b -r fcd3fb00d1d5 tools/python/xen/xend/MemoryPool.py
--- a/tools/python/xen/xend/MemoryPool.py       Thu Dec 03 13:50:43 2009 +0000
+++ b/tools/python/xen/xend/MemoryPool.py       Thu Dec 03 13:51:20 2009 +0000
@@ -1,3 +1,21 @@ import xen.lowlevel.xc
+#===========================================================================
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of version 2.1 of the GNU Lesser General Public
+# License as published by the Free Software Foundation.
+#
+# This library 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#============================================================================
+# Copyright (C) 2009  Novell, Inc.
+# Author: James (Song Wei) <jsong@xxxxxxxxxx> 
+#============================================================================
+
 import xen.lowlevel.xc
 import XendDomain
 import XendOptions

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xend: Add GPL license stanza to MemoryPool.py, Xen patchbot-unstable <=