On 06/11/2017 at 15:37, Greg Kroah-Hartman wrote: > Now that the SPDX tag is in all USB files, that identifies the license > in a specific and legally-defined manner. So the extra GPL text wording > can be removed as it is no longer needed at all. > > This is done on a quest to remove the 700+ different ways that files in > the kernel describe the GPL license text. And there's unneeded stuff > like the address (sometimes incorrect) for the FSF which is never > needed. > > No copyright headers or other non-license-description text was removed. > > Cc: Felipe Balbi <balbi@xxxxxxxxxx> > Cc: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx> [..] > drivers/usb/gadget/udc/at91_udc.c | 5 ----- > drivers/usb/gadget/udc/at91_udc.h | 5 ----- > drivers/usb/gadget/udc/atmel_usba_udc.c | 4 ---- > drivers/usb/gadget/udc/atmel_usba_udc.h | 4 ---- For AT91 files above with modifications hereunder: Acked-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxxxxxx> Thanks, best regards, [..] > diff --git a/drivers/usb/gadget/udc/at91_udc.c b/drivers/usb/gadget/udc/at91_udc.c > index 972f78409df7..bfe278294e88 100644 > --- a/drivers/usb/gadget/udc/at91_udc.c > +++ b/drivers/usb/gadget/udc/at91_udc.c > @@ -5,11 +5,6 @@ > * Copyright (C) 2004 by Thomas Rathbone > * Copyright (C) 2005 by HP Labs > * Copyright (C) 2005 by David Brownell > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation; either version 2 of the License, or > - * (at your option) any later version. > */ > > #undef VERBOSE_DEBUG > diff --git a/drivers/usb/gadget/udc/at91_udc.h b/drivers/usb/gadget/udc/at91_udc.h > index 9581a868032e..fd58c5b81826 100644 > --- a/drivers/usb/gadget/udc/at91_udc.h > +++ b/drivers/usb/gadget/udc/at91_udc.h > @@ -3,11 +3,6 @@ > * Copyright (C) 2004 by Thomas Rathbone, HP Labs > * Copyright (C) 2005 by Ivan Kokshaysky > * Copyright (C) 2006 by SAN People > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation; either version 2 of the License, or > - * (at your option) any later version. > */ > > #ifndef AT91_UDC_H > diff --git a/drivers/usb/gadget/udc/atmel_usba_udc.c b/drivers/usb/gadget/udc/atmel_usba_udc.c > index 12543decf9ab..075eaaa8a408 100644 > --- a/drivers/usb/gadget/udc/atmel_usba_udc.c > +++ b/drivers/usb/gadget/udc/atmel_usba_udc.c > @@ -3,10 +3,6 @@ > * Driver for the Atmel USBA high speed USB device controller > * > * Copyright (C) 2005-2007 Atmel Corporation > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > */ > #include <linux/clk.h> > #include <linux/clk/at91_pmc.h> > diff --git a/drivers/usb/gadget/udc/atmel_usba_udc.h b/drivers/usb/gadget/udc/atmel_usba_udc.h > index 10df5e4aaeb2..860a00a6fdd0 100644 > --- a/drivers/usb/gadget/udc/atmel_usba_udc.h > +++ b/drivers/usb/gadget/udc/atmel_usba_udc.h > @@ -3,10 +3,6 @@ > * Driver for the Atmel USBA high speed USB device controller > * > * Copyright (C) 2005-2007 Atmel Corporation > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > */ > #ifndef __LINUX_USB_GADGET_USBA_UDC_H__ > #define __LINUX_USB_GADGET_USBA_UDC_H__ [..] -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html