[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-API] Re: [PATCH 32 of 33] interface-reconfigure: Add license headers to new InterfaceReconfigure*.py



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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.