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

[Xen-devel] [PATCH 2/2] PVUSB: correct the license headers (frontend par

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 2/2] PVUSB: correct the license headers (frontend part)
From: Noboru Iwamatsu <n_iwamatsu@xxxxxxxxxxxxxx>
Date: Mon, 23 Mar 2009 12:20:33 +0900
Delivery-date: Sun, 22 Mar 2009 20:21:31 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)
This patch correct the license headers of the PVUSB frontend driver.

Signed-off-by: Noboru Iwamatsu <n_iwamatsu@xxxxxxxxxxxxxx>
diff -r 1db7fc8223c9 -r ddc8f941105d drivers/xen/usbfront/usbfront-dbg.c
--- a/drivers/xen/usbfront/usbfront-dbg.c       Thu Mar 19 15:08:09 2009 +0900
+++ b/drivers/xen/usbfront/usbfront-dbg.c       Mon Mar 23 11:50:07 2009 +0900
@@ -19,7 +19,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
- * or,
+ * or, by your choice,
  *
  * When distributed separately from the Linux kernel or incorporated into
  * other software packages, subject to the following license:
diff -r 1db7fc8223c9 -r ddc8f941105d drivers/xen/usbfront/usbfront-hcd.c
--- a/drivers/xen/usbfront/usbfront-hcd.c       Thu Mar 19 15:08:09 2009 +0900
+++ b/drivers/xen/usbfront/usbfront-hcd.c       Mon Mar 23 11:50:07 2009 +0900
@@ -19,7 +19,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
- * or,
+ * or, by your choice,
  *
  * When distributed separately from the Linux kernel or incorporated into
  * other software packages, subject to the following license:
diff -r 1db7fc8223c9 -r ddc8f941105d drivers/xen/usbfront/usbfront-hub.c
--- a/drivers/xen/usbfront/usbfront-hub.c       Thu Mar 19 15:08:09 2009 +0900
+++ b/drivers/xen/usbfront/usbfront-hub.c       Mon Mar 23 11:50:07 2009 +0900
@@ -19,7 +19,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
- * or,
+ * or, by your choice,
  *
  * When distributed separately from the Linux kernel or incorporated into
  * other software packages, subject to the following license:
diff -r 1db7fc8223c9 -r ddc8f941105d drivers/xen/usbfront/usbfront-q.c
--- a/drivers/xen/usbfront/usbfront-q.c Thu Mar 19 15:08:09 2009 +0900
+++ b/drivers/xen/usbfront/usbfront-q.c Mon Mar 23 11:50:07 2009 +0900
@@ -19,7 +19,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
- * or,
+ * or, by your choice,
  *
  * When distributed separately from the Linux kernel or incorporated into
  * other software packages, subject to the following license:
diff -r 1db7fc8223c9 -r ddc8f941105d drivers/xen/usbfront/usbfront.h
--- a/drivers/xen/usbfront/usbfront.h   Thu Mar 19 15:08:09 2009 +0900
+++ b/drivers/xen/usbfront/usbfront.h   Mon Mar 23 11:50:07 2009 +0900
@@ -19,7 +19,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
- * or,
+ * or, by your choice,
  *
  * When distributed separately from the Linux kernel or incorporated into
  * other software packages, subject to the following license:
diff -r 1db7fc8223c9 -r ddc8f941105d drivers/xen/usbfront/xenbus.c
--- a/drivers/xen/usbfront/xenbus.c     Thu Mar 19 15:08:09 2009 +0900
+++ b/drivers/xen/usbfront/xenbus.c     Mon Mar 23 11:50:07 2009 +0900
@@ -19,7 +19,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
- * or,
+ * or, by your choice,
  *
  * When distributed separately from the Linux kernel or incorporated into
  * other software packages, subject to the following license:
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 2/2] PVUSB: correct the license headers (frontend part), Noboru Iwamatsu <=