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-api

[Xen-API] Re: [PATCH 32 of 33] interface-reconfigure: Add license header

To: "xen-api@xxxxxxxxxxxxxxxxxxx" <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] Re: [PATCH 32 of 33] interface-reconfigure: Add license headers to new InterfaceReconfigure*.py
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Fri, 18 Dec 2009 14:33:19 +0000
Delivery-date: Fri, 18 Dec 2009 06:36:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6f51831a592db28cebf8.1261145847@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <6f51831a592db28cebf8.1261145847@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, 2009-12-18 at 14:17 +0000, Ian Campbell wrote:
> diff -r 40f985e21a48 -r 6f51831a592d scripts/InterfaceReconfigure.py
> --- a/scripts/InterfaceReconfigure.py   Fri Dec 18 14:16:32 2009 +0000
> +++ b/scripts/InterfaceReconfigure.py   Fri Dec 18 14:16:32 2009 +0000
> @@ -1,3 +1,17 @@
> +#!/usr/bin/python
> +# 

Don't actually need the #! for these files since they are just modules.
Updated patch below:

---
interface-reconfigure: Add license headers to new InterfaceReconfigure*.py

diff -r 7843e766f32a -r 7c3a20ed53ba scripts/InterfaceReconfigure.py
--- a/scripts/InterfaceReconfigure.py   Fri Dec 18 14:18:01 2009 +0000
+++ b/scripts/InterfaceReconfigure.py   Fri Dec 18 14:31:52 2009 +0000
@@ -1,3 +1,15 @@
+# Copyright (c) 2008,2009 Citrix Systems, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; version 2.1 only. with the special
+# exception on linking described in file LICENSE.
+#
+# 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 Lesser General Public License for more details.
+#
 import syslog
 import os
 
diff -r 7843e766f32a -r 7c3a20ed53ba scripts/InterfaceReconfigureBridge.py
--- a/scripts/InterfaceReconfigureBridge.py     Fri Dec 18 14:18:01 2009 +0000
+++ b/scripts/InterfaceReconfigureBridge.py     Fri Dec 18 14:31:52 2009 +0000
@@ -1,3 +1,15 @@
+# Copyright (c) 2008,2009 Citrix Systems, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; version 2.1 only. with the special
+# exception on linking described in file LICENSE.
+#
+# 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 Lesser General Public License for more details.
+#
 from InterfaceReconfigure import *
 
 import sys
diff -r 7843e766f32a -r 7c3a20ed53ba scripts/InterfaceReconfigureVswitch.py
--- a/scripts/InterfaceReconfigureVswitch.py    Fri Dec 18 14:18:01 2009 +0000
+++ b/scripts/InterfaceReconfigureVswitch.py    Fri Dec 18 14:31:52 2009 +0000
@@ -1,3 +1,16 @@
+# Copyright (c) 2008,2009 Citrix Systems, Inc.
+# Copyright (c) 2009 Nicira Networks.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; version 2.1 only. with the special
+# exception on linking described in file LICENSE.
+#
+# 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 Lesser General Public License for more details.
+#
 from InterfaceReconfigure import *
 
 #



_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api

<Prev in Thread] Current Thread [Next in Thread>