[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] pvusb: Fix license headers.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1238494283 -3600 # Node ID 4c7eb2e71e9d9d94583336c022042ffaa3ba6481 # Parent 87c84f7dd8507edc58c13f1debfad5a05aa03128 pvusb: Fix license headers. Signed-off-by: Noboru Iwamatsu <n_iwamatsu@xxxxxxxxxxxxxx> --- drivers/xen/usbback/interface.c | 2 +- drivers/xen/usbback/usbback.c | 2 +- drivers/xen/usbback/usbback.h | 2 +- drivers/xen/usbback/usbstub.c | 2 +- drivers/xen/usbback/xenbus.c | 2 +- drivers/xen/usbfront/usbfront-dbg.c | 2 +- drivers/xen/usbfront/usbfront-hcd.c | 2 +- drivers/xen/usbfront/usbfront-hub.c | 2 +- drivers/xen/usbfront/usbfront-q.c | 2 +- drivers/xen/usbfront/usbfront.h | 2 +- drivers/xen/usbfront/xenbus.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff -r 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbback/interface.c --- a/drivers/xen/usbback/interface.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbback/interface.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbback/usbback.c --- a/drivers/xen/usbback/usbback.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbback/usbback.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbback/usbback.h --- a/drivers/xen/usbback/usbback.h Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbback/usbback.h Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbback/usbstub.c --- a/drivers/xen/usbback/usbstub.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbback/usbstub.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbback/xenbus.c --- a/drivers/xen/usbback/xenbus.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbback/xenbus.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbfront/usbfront-dbg.c --- a/drivers/xen/usbfront/usbfront-dbg.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbfront/usbfront-dbg.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbfront/usbfront-hcd.c --- a/drivers/xen/usbfront/usbfront-hcd.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbfront/usbfront-hcd.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbfront/usbfront-hub.c --- a/drivers/xen/usbfront/usbfront-hub.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbfront/usbfront-hub.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbfront/usbfront-q.c --- a/drivers/xen/usbfront/usbfront-q.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbfront/usbfront-q.c Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbfront/usbfront.h --- a/drivers/xen/usbfront/usbfront.h Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbfront/usbfront.h Tue Mar 31 11:11:23 2009 +0100 @@ -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 87c84f7dd850 -r 4c7eb2e71e9d drivers/xen/usbfront/xenbus.c --- a/drivers/xen/usbfront/xenbus.c Fri Mar 20 09:00:58 2009 +0000 +++ b/drivers/xen/usbfront/xenbus.c Tue Mar 31 11:11:23 2009 +0100 @@ -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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |