On Mon, Nov 06 2017, 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: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > Cc: Oliver Neukum <oneukum@xxxxxxxx> > Cc: Johan Hovold <johan@xxxxxxxxxx> > Cc: Michal Nazarewicz <mina86@xxxxxxxxxx> Acked-by: Michal Nazarewicz <mina86@xxxxxxxxxx> > Cc: Vincent Pelletier <plr.vincent@xxxxxxxxx> > Cc: Jerry Zhang <zhangjerry@xxxxxxxxxx> > Cc: John Keeping <john@xxxxxxxxxxxx> > Cc: Krzysztof Opasiak <k.opasiak@xxxxxxxxxxx> > Cc: Abdulhadi Mohamed <abdulahhadi2@xxxxxxxxx> > Cc: Matthew Wilcox <willy@xxxxxxxxxxxxxxx> > Cc: Janusz Dziedzic <januszx.dziedzic@xxxxxxxxxxxxxxx> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > --- > drivers/usb/gadget/function/f_acm.c | 4 ---- > drivers/usb/gadget/function/f_ecm.c | 5 ----- > drivers/usb/gadget/function/f_eem.c | 5 ----- > drivers/usb/gadget/function/f_fs.c | 5 ----- > drivers/usb/gadget/function/f_hid.c | 5 ----- > drivers/usb/gadget/function/f_loopback.c | 5 ----- > drivers/usb/gadget/function/f_midi.c | 2 -- > drivers/usb/gadget/function/f_ncm.c | 5 ----- > drivers/usb/gadget/function/f_obex.c | 5 ----- > drivers/usb/gadget/function/f_phonet.c | 4 ---- > drivers/usb/gadget/function/f_printer.c | 5 ----- > drivers/usb/gadget/function/f_rndis.c | 5 ----- > drivers/usb/gadget/function/f_serial.c | 4 ---- > drivers/usb/gadget/function/f_sourcesink.c | 5 ----- > drivers/usb/gadget/function/f_subset.c | 5 ----- > drivers/usb/gadget/function/f_tcm.c | 1 - > drivers/usb/gadget/function/f_uac1.c | 5 ----- > drivers/usb/gadget/function/f_uac1_legacy.c | 2 -- > drivers/usb/gadget/function/f_uac2.c | 5 ----- > drivers/usb/gadget/function/f_uvc.c | 5 ----- > drivers/usb/gadget/function/f_uvc.h | 5 ----- > drivers/usb/gadget/function/rndis.c | 4 ---- > drivers/usb/gadget/function/rndis.h | 4 ---- > drivers/usb/gadget/function/storage_common.c | 5 ----- > drivers/usb/gadget/function/u_audio.c | 10 ---------- > drivers/usb/gadget/function/u_audio.h | 11 ----------- > drivers/usb/gadget/function/u_ecm.h | 4 ---- > drivers/usb/gadget/function/u_eem.h | 4 ---- > drivers/usb/gadget/function/u_ether.c | 5 ----- > drivers/usb/gadget/function/u_ether.h | 5 ----- > drivers/usb/gadget/function/u_ether_configfs.h | 4 ---- > drivers/usb/gadget/function/u_fs.h | 4 ---- > drivers/usb/gadget/function/u_gether.h | 4 ---- > drivers/usb/gadget/function/u_hid.h | 4 ---- > drivers/usb/gadget/function/u_midi.h | 4 ---- > drivers/usb/gadget/function/u_ncm.h | 4 ---- > drivers/usb/gadget/function/u_phonet.h | 4 ---- > drivers/usb/gadget/function/u_printer.h | 4 ---- > drivers/usb/gadget/function/u_rndis.h | 4 ---- > drivers/usb/gadget/function/u_serial.c | 4 ---- > drivers/usb/gadget/function/u_serial.h | 4 ---- > drivers/usb/gadget/function/u_tcm.h | 4 ---- > drivers/usb/gadget/function/u_uac1.h | 4 ---- > drivers/usb/gadget/function/u_uac1_legacy.c | 2 -- > drivers/usb/gadget/function/u_uac1_legacy.h | 2 -- > drivers/usb/gadget/function/u_uac2.h | 4 ---- > drivers/usb/gadget/function/u_uvc.h | 4 ---- > drivers/usb/gadget/function/uvc.h | 5 ----- > drivers/usb/gadget/function/uvc_configfs.c | 4 ---- > drivers/usb/gadget/function/uvc_configfs.h | 4 ---- > drivers/usb/gadget/function/uvc_queue.c | 5 ----- > drivers/usb/gadget/function/uvc_v4l2.c | 5 ----- > drivers/usb/gadget/function/uvc_v4l2.h | 4 ---- > drivers/usb/gadget/function/uvc_video.c | 5 ----- > drivers/usb/gadget/function/uvc_video.h | 4 ---- > 55 files changed, 244 deletions(-) > > diff --git a/drivers/usb/gadget/function/f_acm.c b/drivers/usb/gadget/function/f_acm.c > index 5a2229784bd6..7140bf3c74fa 100644 > --- a/drivers/usb/gadget/function/f_acm.c > +++ b/drivers/usb/gadget/function/f_acm.c > @@ -7,10 +7,6 @@ > * Copyright (C) 2008 by Nokia Corporation > * Copyright (C) 2009 by Samsung Electronics > * Author: Michal Nazarewicz (mina86@xxxxxxxxxx) > - * > - * This software is distributed under the terms of the GNU General > - * Public License ("GPL") as published by the Free Software Foundation, > - * either version 2 of that License or (at your option) any later version. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/f_ecm.c b/drivers/usb/gadget/function/f_ecm.c > index d2a83dd78cb9..b322ca20cd98 100644 > --- a/drivers/usb/gadget/function/f_ecm.c > +++ b/drivers/usb/gadget/function/f_ecm.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2003-2005,2008 David Brownell > * Copyright (C) 2008 Nokia Corporation > - * > - * 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. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/f_eem.c b/drivers/usb/gadget/function/f_eem.c > index bfb4cacc8b8e..def3a450a340 100644 > --- a/drivers/usb/gadget/function/f_eem.c > +++ b/drivers/usb/gadget/function/f_eem.c > @@ -5,11 +5,6 @@ > * Copyright (C) 2003-2005,2008 David Brownell > * Copyright (C) 2008 Nokia Corporation > * Copyright (C) 2009 EF Johnson Technologies > - * > - * 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. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/f_fs.c b/drivers/usb/gadget/function/f_fs.c > index eb4196fa9959..6edcf358da01 100644 > --- a/drivers/usb/gadget/function/f_fs.c > +++ b/drivers/usb/gadget/function/f_fs.c > @@ -8,11 +8,6 @@ > * Based on inode.c (GadgetFS) which was: > * Copyright (C) 2003-2004 David Brownell > * Copyright (C) 2003 Agilent Technologies > - * > - * 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. > */ > > > diff --git a/drivers/usb/gadget/function/f_hid.c b/drivers/usb/gadget/function/f_hid.c > index fc1d9282c1d9..52576f1b57f1 100644 > --- a/drivers/usb/gadget/function/f_hid.c > +++ b/drivers/usb/gadget/function/f_hid.c > @@ -3,11 +3,6 @@ > * f_hid.c -- USB HID function driver > * > * Copyright (C) 2010 Fabien Chouteau <fabien.chouteau@xxxxxxxxx> > - * > - * 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. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/f_loopback.c b/drivers/usb/gadget/function/f_loopback.c > index 2dea6e63ef4d..ed3b054a0a2e 100644 > --- a/drivers/usb/gadget/function/f_loopback.c > +++ b/drivers/usb/gadget/function/f_loopback.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2003-2008 David Brownell > * Copyright (C) 2008 by Nokia Corporation > - * > - * 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. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/f_midi.c b/drivers/usb/gadget/function/f_midi.c > index 09a69b2c8125..5ea713a975c7 100644 > --- a/drivers/usb/gadget/function/f_midi.c > +++ b/drivers/usb/gadget/function/f_midi.c > @@ -16,8 +16,6 @@ > * and drivers/usb/gadget/midi.c, > * Copyright (C) 2006 Thumtronics Pty Ltd. > * Ben Williamson <ben.williamson@xxxxxxxxxxxxxxxxxx> > - * > - * Licensed under the GPL-2 or later. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/f_ncm.c b/drivers/usb/gadget/function/f_ncm.c > index a45e6174a387..87d4e7767f96 100644 > --- a/drivers/usb/gadget/function/f_ncm.c > +++ b/drivers/usb/gadget/function/f_ncm.c > @@ -9,11 +9,6 @@ > * > * Copyright (C) 2003-2005,2008 David Brownell > * Copyright (C) 2008 Nokia Corporation > - * > - * 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. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/f_obex.c b/drivers/usb/gadget/function/f_obex.c > index 34e81d888b24..082f948aa7fd 100644 > --- a/drivers/usb/gadget/function/f_obex.c > +++ b/drivers/usb/gadget/function/f_obex.c > @@ -6,11 +6,6 @@ > * Contact: Felipe Balbi <felipe.balbi@xxxxxxxxx> > * > * Based on f_acm.c by Al Borchers and 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. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/f_phonet.c b/drivers/usb/gadget/function/f_phonet.c > index b0c2ad17e3e3..2d867b1ffb47 100644 > --- a/drivers/usb/gadget/function/f_phonet.c > +++ b/drivers/usb/gadget/function/f_phonet.c > @@ -5,10 +5,6 @@ > * Copyright (C) 2007-2008 Nokia Corporation. All rights reserved. > * > * Author: Rémi Denis-Courmont > - * > - * 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/mm.h> > diff --git a/drivers/usb/gadget/function/f_printer.c b/drivers/usb/gadget/function/f_printer.c > index fff806d1e4e9..587575453f48 100644 > --- a/drivers/usb/gadget/function/f_printer.c > +++ b/drivers/usb/gadget/function/f_printer.c > @@ -9,11 +9,6 @@ > * > * Copyright (C) 2003-2005 David Brownell > * Copyright (C) 2006 Craig W. Nadler > - * > - * 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. > */ > > #include <linux/module.h> > diff --git a/drivers/usb/gadget/function/f_rndis.c b/drivers/usb/gadget/function/f_rndis.c > index 355e2308bd7a..9c5bf92c4617 100644 > --- a/drivers/usb/gadget/function/f_rndis.c > +++ b/drivers/usb/gadget/function/f_rndis.c > @@ -7,11 +7,6 @@ > * Copyright (C) 2008 Nokia Corporation > * Copyright (C) 2009 Samsung Electronics > * Author: Michal Nazarewicz (mina86@xxxxxxxxxx) > - * > - * 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. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/f_serial.c b/drivers/usb/gadget/function/f_serial.c > index 9dae136d81e4..a41fb83e353e 100644 > --- a/drivers/usb/gadget/function/f_serial.c > +++ b/drivers/usb/gadget/function/f_serial.c > @@ -5,10 +5,6 @@ > * Copyright (C) 2003 Al Borchers (alborchers@xxxxxxxxxxxxxxxx) > * Copyright (C) 2008 by David Brownell > * Copyright (C) 2008 by Nokia Corporation > - * > - * This software is distributed under the terms of the GNU General > - * Public License ("GPL") as published by the Free Software Foundation, > - * either version 2 of that License or (at your option) any later version. > */ > > #include <linux/slab.h> > diff --git a/drivers/usb/gadget/function/f_sourcesink.c b/drivers/usb/gadget/function/f_sourcesink.c > index 4581b172ced7..39757dd04744 100644 > --- a/drivers/usb/gadget/function/f_sourcesink.c > +++ b/drivers/usb/gadget/function/f_sourcesink.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2003-2008 David Brownell > * Copyright (C) 2008 by Nokia Corporation > - * > - * 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. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/f_subset.c b/drivers/usb/gadget/function/f_subset.c > index 8e13415cf91e..a52d17a69977 100644 > --- a/drivers/usb/gadget/function/f_subset.c > +++ b/drivers/usb/gadget/function/f_subset.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2003-2005,2008 David Brownell > * Copyright (C) 2008 Nokia Corporation > - * > - * 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. > */ > > #include <linux/slab.h> > diff --git a/drivers/usb/gadget/function/f_tcm.c b/drivers/usb/gadget/function/f_tcm.c > index e4e86705a15e..28cb53de51b8 100644 > --- a/drivers/usb/gadget/function/f_tcm.c > +++ b/drivers/usb/gadget/function/f_tcm.c > @@ -5,7 +5,6 @@ > * BBB (USB Mass Storage Class Bulk-Only (BBB) and Transport protocol handling. > * > * Author: Sebastian Andrzej Siewior <bigeasy at linutronix dot de> > - * License: GPLv2 as published by FSF. > */ > #include <linux/kernel.h> > #include <linux/module.h> > diff --git a/drivers/usb/gadget/function/f_uac1.c b/drivers/usb/gadget/function/f_uac1.c > index 9dc33cbcc06c..91e3f3e6bf78 100644 > --- a/drivers/usb/gadget/function/f_uac1.c > +++ b/drivers/usb/gadget/function/f_uac1.c > @@ -11,11 +11,6 @@ > * This file is based on f_uac1.c which is > * Copyright (C) 2008 Bryan Wu <cooloney@xxxxxxxxxx> > * Copyright (C) 2008 Analog Devices, Inc > - * > - * 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. > */ > > #include <linux/usb/audio.h> > diff --git a/drivers/usb/gadget/function/f_uac1_legacy.c b/drivers/usb/gadget/function/f_uac1_legacy.c > index 83d33ee3c40a..8bd6f6e8d24a 100644 > --- a/drivers/usb/gadget/function/f_uac1_legacy.c > +++ b/drivers/usb/gadget/function/f_uac1_legacy.c > @@ -6,8 +6,6 @@ > * Copyright (C) 2008 Analog Devices, Inc > * > * Enter bugs at http://blackfin.uclinux.org/ > - * > - * Licensed under the GPL-2 or later. > */ > > #include <linux/slab.h> > diff --git a/drivers/usb/gadget/function/f_uac2.c b/drivers/usb/gadget/function/f_uac2.c > index 452b250be960..9dc33a70db33 100644 > --- a/drivers/usb/gadget/function/f_uac2.c > +++ b/drivers/usb/gadget/function/f_uac2.c > @@ -5,11 +5,6 @@ > * Copyright (C) 2011 > * Yadwinder Singh (yadi.brar01@xxxxxxxxx) > * Jaswinder Singh (jaswinder.singh@xxxxxxxxxx) > - * > - * 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. > */ > > #include <linux/usb/audio.h> > diff --git a/drivers/usb/gadget/function/f_uvc.c b/drivers/usb/gadget/function/f_uvc.c > index 67af76361e7f..439eba660e95 100644 > --- a/drivers/usb/gadget/function/f_uvc.c > +++ b/drivers/usb/gadget/function/f_uvc.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2009-2010 > * Laurent Pinchart (laurent.pinchart@xxxxxxxxxxxxxxxx) > - * > - * 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. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/f_uvc.h b/drivers/usb/gadget/function/f_uvc.h > index b78d1af0aa9c..81defe4557fe 100644 > --- a/drivers/usb/gadget/function/f_uvc.h > +++ b/drivers/usb/gadget/function/f_uvc.h > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2009-2010 > * Laurent Pinchart (laurent.pinchart@xxxxxxxxxxxxxxxx) > - * > - * 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 _F_UVC_H_ > diff --git a/drivers/usb/gadget/function/rndis.c b/drivers/usb/gadget/function/rndis.c > index ac8a5476d968..51dd3e90b06c 100644 > --- a/drivers/usb/gadget/function/rndis.c > +++ b/drivers/usb/gadget/function/rndis.c > @@ -5,10 +5,6 @@ > * Authors: Benedikt Spranger, Pengutronix > * Robert Schwebel, Pengutronix > * > - * 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. > - * > * This software was originally developed in conformance with > * Microsoft's Remote NDIS Specification License Agreement. > * > diff --git a/drivers/usb/gadget/function/rndis.h b/drivers/usb/gadget/function/rndis.h > index f3bbd224cc16..c7e3a70ce6c1 100644 > --- a/drivers/usb/gadget/function/rndis.h > +++ b/drivers/usb/gadget/function/rndis.h > @@ -5,10 +5,6 @@ > * Authors: Benedikt Spranger, Pengutronix > * Robert Schwebel, Pengutronix > * > - * 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. > - * > * This software was originally developed in conformance with > * Microsoft's Remote NDIS Specification License Agreement. > */ > diff --git a/drivers/usb/gadget/function/storage_common.c b/drivers/usb/gadget/function/storage_common.c > index 1beb7ce507ce..f7e6c42558eb 100644 > --- a/drivers/usb/gadget/function/storage_common.c > +++ b/drivers/usb/gadget/function/storage_common.c > @@ -5,11 +5,6 @@ > * Copyright (C) 2003-2008 Alan Stern > * Copyeight (C) 2009 Samsung Electronics > * Author: Michal Nazarewicz (mina86@xxxxxxxxxx) > - * > - * 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. > */ > > /* > diff --git a/drivers/usb/gadget/function/u_audio.c b/drivers/usb/gadget/function/u_audio.c > index efc5a918842b..a72295c953bb 100644 > --- a/drivers/usb/gadget/function/u_audio.c > +++ b/drivers/usb/gadget/function/u_audio.c > @@ -10,16 +10,6 @@ > * Copyright (C) 2011 > * Yadwinder Singh (yadi.brar01@xxxxxxxxx) > * Jaswinder Singh (jaswinder.singh@xxxxxxxxxx) > - * > - * 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. > - * > - * 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 General Public License for more details. > */ > > #include <linux/module.h> > diff --git a/drivers/usb/gadget/function/u_audio.h b/drivers/usb/gadget/function/u_audio.h > index fae06fa2ef5d..81d3d4ed6dfb 100644 > --- a/drivers/usb/gadget/function/u_audio.h > +++ b/drivers/usb/gadget/function/u_audio.h > @@ -4,17 +4,6 @@ > * > * Copyright (C) 2016 > * Author: Ruslan Bilovol <ruslan.bilovol@xxxxxxxxx> > - * > - * 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. > - * > - * 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 General Public License for more details. > - * > */ > > #ifndef __U_AUDIO_H > diff --git a/drivers/usb/gadget/function/u_ecm.h b/drivers/usb/gadget/function/u_ecm.h > index 320cd890bb0e..050aa672ee7f 100644 > --- a/drivers/usb/gadget/function/u_ecm.h > +++ b/drivers/usb/gadget/function/u_ecm.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_ECM_H > diff --git a/drivers/usb/gadget/function/u_eem.h b/drivers/usb/gadget/function/u_eem.h > index b756664f9c5e..de3828d3e8f0 100644 > --- a/drivers/usb/gadget/function/u_eem.h > +++ b/drivers/usb/gadget/function/u_eem.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_EEM_H > diff --git a/drivers/usb/gadget/function/u_ether.c b/drivers/usb/gadget/function/u_ether.c > index 247eb69cb99b..6fcda62f55ea 100644 > --- a/drivers/usb/gadget/function/u_ether.c > +++ b/drivers/usb/gadget/function/u_ether.c > @@ -5,11 +5,6 @@ > * Copyright (C) 2003-2005,2008 David Brownell > * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger > * Copyright (C) 2008 Nokia Corporation > - * > - * 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. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/u_ether.h b/drivers/usb/gadget/function/u_ether.h > index 015084eda722..332307d54292 100644 > --- a/drivers/usb/gadget/function/u_ether.h > +++ b/drivers/usb/gadget/function/u_ether.h > @@ -5,11 +5,6 @@ > * Copyright (C) 2003-2005,2008 David Brownell > * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger > * Copyright (C) 2008 Nokia Corporation > - * > - * 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 __U_ETHER_H > diff --git a/drivers/usb/gadget/function/u_ether_configfs.h b/drivers/usb/gadget/function/u_ether_configfs.h > index 0f303fc288fa..cd33cee4d78b 100644 > --- a/drivers/usb/gadget/function/u_ether_configfs.h > +++ b/drivers/usb/gadget/function/u_ether_configfs.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 __U_ETHER_CONFIGFS_H > diff --git a/drivers/usb/gadget/function/u_fs.h b/drivers/usb/gadget/function/u_fs.h > index 79a585ce51c1..c3aba4dfa958 100644 > --- a/drivers/usb/gadget/function/u_fs.h > +++ b/drivers/usb/gadget/function/u_fs.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_FFS_H > diff --git a/drivers/usb/gadget/function/u_gether.h b/drivers/usb/gadget/function/u_gether.h > index b9643d83b5cc..5b7e2eb90336 100644 > --- a/drivers/usb/gadget/function/u_gether.h > +++ b/drivers/usb/gadget/function/u_gether.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_GETHER_H > diff --git a/drivers/usb/gadget/function/u_hid.h b/drivers/usb/gadget/function/u_hid.h > index 5c9cae57b41a..2f5ca4bfa7ff 100644 > --- a/drivers/usb/gadget/function/u_hid.h > +++ b/drivers/usb/gadget/function/u_hid.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_HID_H > diff --git a/drivers/usb/gadget/function/u_midi.h b/drivers/usb/gadget/function/u_midi.h > index 0b3e14bb9021..5599aa5fc977 100644 > --- a/drivers/usb/gadget/function/u_midi.h > +++ b/drivers/usb/gadget/function/u_midi.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_MIDI_H > diff --git a/drivers/usb/gadget/function/u_ncm.h b/drivers/usb/gadget/function/u_ncm.h > index e90054039f40..67324f983343 100644 > --- a/drivers/usb/gadget/function/u_ncm.h > +++ b/drivers/usb/gadget/function/u_ncm.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_NCM_H > diff --git a/drivers/usb/gadget/function/u_phonet.h b/drivers/usb/gadget/function/u_phonet.h > index 5387ed46f415..12fb613f85d1 100644 > --- a/drivers/usb/gadget/function/u_phonet.h > +++ b/drivers/usb/gadget/function/u_phonet.h > @@ -3,10 +3,6 @@ > * u_phonet.h - interface to Phonet > * > * Copyright (C) 2007-2008 by Nokia Corporation > - * > - * This software is distributed under the terms of the GNU General > - * Public License ("GPL") as published by the Free Software Foundation, > - * either version 2 of that License or (at your option) any later version. > */ > > #ifndef __U_PHONET_H > diff --git a/drivers/usb/gadget/function/u_printer.h b/drivers/usb/gadget/function/u_printer.h > index 65737e58259a..6088ff744194 100644 > --- a/drivers/usb/gadget/function/u_printer.h > +++ b/drivers/usb/gadget/function/u_printer.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_PRINTER_H > diff --git a/drivers/usb/gadget/function/u_rndis.h b/drivers/usb/gadget/function/u_rndis.h > index 87d365d9cf5d..d65fb4ebac3c 100644 > --- a/drivers/usb/gadget/function/u_rndis.h > +++ b/drivers/usb/gadget/function/u_rndis.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_RNDIS_H > diff --git a/drivers/usb/gadget/function/u_serial.c b/drivers/usb/gadget/function/u_serial.c > index 5188c4842f86..4d653d2960d4 100644 > --- a/drivers/usb/gadget/function/u_serial.c > +++ b/drivers/usb/gadget/function/u_serial.c > @@ -10,10 +10,6 @@ > * Copyright (C) 1999 - 2002 Greg Kroah-Hartman (greg@xxxxxxxxx) > * Copyright (C) 2000 Peter Berger (pberger@xxxxxxxxxxx) > * Copyright (C) 2000 Al Borchers (alborchers@xxxxxxxxxxxxxxxx) > - * > - * This software is distributed under the terms of the GNU General > - * Public License ("GPL") as published by the Free Software Foundation, > - * either version 2 of that License or (at your option) any later version. > */ > > /* #define VERBOSE_DEBUG */ > diff --git a/drivers/usb/gadget/function/u_serial.h b/drivers/usb/gadget/function/u_serial.h > index 44617b205bc7..9acaac1cbb75 100644 > --- a/drivers/usb/gadget/function/u_serial.h > +++ b/drivers/usb/gadget/function/u_serial.h > @@ -4,10 +4,6 @@ > * > * Copyright (C) 2008 David Brownell > * Copyright (C) 2008 by Nokia Corporation > - * > - * This software is distributed under the terms of the GNU General > - * Public License ("GPL") as published by the Free Software Foundation, > - * either version 2 of that License or (at your option) any later version. > */ > > #ifndef __U_SERIAL_H > diff --git a/drivers/usb/gadget/function/u_tcm.h b/drivers/usb/gadget/function/u_tcm.h > index 1ec6f702d400..3f7ccecb0f9b 100644 > --- a/drivers/usb/gadget/function/u_tcm.h > +++ b/drivers/usb/gadget/function/u_tcm.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_TCM_H > diff --git a/drivers/usb/gadget/function/u_uac1.h b/drivers/usb/gadget/function/u_uac1.h > index 84e05cc42659..6f1a9d73defe 100644 > --- a/drivers/usb/gadget/function/u_uac1.h > +++ b/drivers/usb/gadget/function/u_uac1.h > @@ -3,10 +3,6 @@ > * u_uac1.h - Utility definitions for UAC1 function > * > * Copyright (C) 2016 Ruslan Bilovol <ruslan.bilovol@xxxxxxxxx> > - * > - * 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 __U_UAC1_H > diff --git a/drivers/usb/gadget/function/u_uac1_legacy.c b/drivers/usb/gadget/function/u_uac1_legacy.c > index 0f66c4b4f772..cbc868d117af 100644 > --- a/drivers/usb/gadget/function/u_uac1_legacy.c > +++ b/drivers/usb/gadget/function/u_uac1_legacy.c > @@ -6,8 +6,6 @@ > * Copyright (C) 2008 Analog Devices, Inc > * > * Enter bugs at http://blackfin.uclinux.org/ > - * > - * Licensed under the GPL-2 or later. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/u_uac1_legacy.h b/drivers/usb/gadget/function/u_uac1_legacy.h > index ad77043567cd..dd69e408a3d9 100644 > --- a/drivers/usb/gadget/function/u_uac1_legacy.h > +++ b/drivers/usb/gadget/function/u_uac1_legacy.h > @@ -6,8 +6,6 @@ > * Copyright (C) 2008 Analog Devices, Inc > * > * Enter bugs at http://blackfin.uclinux.org/ > - * > - * Licensed under the GPL-2 or later. > */ > > #ifndef __U_UAC1_LEGACY_H > diff --git a/drivers/usb/gadget/function/u_uac2.h b/drivers/usb/gadget/function/u_uac2.h > index 6ad31b29df8a..8362ee572e1e 100644 > --- a/drivers/usb/gadget/function/u_uac2.h > +++ b/drivers/usb/gadget/function/u_uac2.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_UAC2_H > diff --git a/drivers/usb/gadget/function/u_uvc.h b/drivers/usb/gadget/function/u_uvc.h > index ec5b5e6839b3..d00d3ded71c0 100644 > --- a/drivers/usb/gadget/function/u_uvc.h > +++ b/drivers/usb/gadget/function/u_uvc.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 U_UVC_H > diff --git a/drivers/usb/gadget/function/uvc.h b/drivers/usb/gadget/function/uvc.h > index f6388ddad19f..a64e07e61f8c 100644 > --- a/drivers/usb/gadget/function/uvc.h > +++ b/drivers/usb/gadget/function/uvc.h > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2009-2010 > * Laurent Pinchart (laurent.pinchart@xxxxxxxxxxxxxxxx) > - * > - * 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 _UVC_GADGET_H_ > diff --git a/drivers/usb/gadget/function/uvc_configfs.c b/drivers/usb/gadget/function/uvc_configfs.c > index 66f1312d50e7..d2ad1442769a 100644 > --- a/drivers/usb/gadget/function/uvc_configfs.c > +++ b/drivers/usb/gadget/function/uvc_configfs.c > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 "u_uvc.h" > #include "uvc_configfs.h" > diff --git a/drivers/usb/gadget/function/uvc_configfs.h b/drivers/usb/gadget/function/uvc_configfs.h > index f604bcb241ea..8549c0b27b9d 100644 > --- a/drivers/usb/gadget/function/uvc_configfs.h > +++ b/drivers/usb/gadget/function/uvc_configfs.h > @@ -8,10 +8,6 @@ > * http://www.samsung.com > * > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 UVC_CONFIGFS_H > #define UVC_CONFIGFS_H > diff --git a/drivers/usb/gadget/function/uvc_queue.c b/drivers/usb/gadget/function/uvc_queue.c > index 6c819d9fa7af..278d50ff1eea 100644 > --- a/drivers/usb/gadget/function/uvc_queue.c > +++ b/drivers/usb/gadget/function/uvc_queue.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2005-2010 > * Laurent Pinchart (laurent.pinchart@xxxxxxxxxxxxxxxx) > - * > - * 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. > */ > > #include <linux/atomic.h> > diff --git a/drivers/usb/gadget/function/uvc_v4l2.c b/drivers/usb/gadget/function/uvc_v4l2.c > index c1fb5249f4a4..f3069db6f08e 100644 > --- a/drivers/usb/gadget/function/uvc_v4l2.c > +++ b/drivers/usb/gadget/function/uvc_v4l2.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2009-2010 > * Laurent Pinchart (laurent.pinchart@xxxxxxxxxxxxxxxx) > - * > - * 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. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/uvc_v4l2.h b/drivers/usb/gadget/function/uvc_v4l2.h > index 20cf417a56c0..a75e9c397446 100644 > --- a/drivers/usb/gadget/function/uvc_v4l2.h > +++ b/drivers/usb/gadget/function/uvc_v4l2.h > @@ -8,10 +8,6 @@ > * Copyright (c) 2013 Samsung Electronics Co., Ltd. > * http://www.samsung.com > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 __UVC_V4L2_H__ > diff --git a/drivers/usb/gadget/function/uvc_video.c b/drivers/usb/gadget/function/uvc_video.c > index 29d81ac02391..d3567b90343a 100644 > --- a/drivers/usb/gadget/function/uvc_video.c > +++ b/drivers/usb/gadget/function/uvc_video.c > @@ -4,11 +4,6 @@ > * > * Copyright (C) 2009-2010 > * Laurent Pinchart (laurent.pinchart@xxxxxxxxxxxxxxxx) > - * > - * 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. > */ > > #include <linux/kernel.h> > diff --git a/drivers/usb/gadget/function/uvc_video.h b/drivers/usb/gadget/function/uvc_video.h > index 1c48a8bdca02..6c20aa75f966 100644 > --- a/drivers/usb/gadget/function/uvc_video.h > +++ b/drivers/usb/gadget/function/uvc_video.h > @@ -8,10 +8,6 @@ > * Copyright (c) 2013 Samsung Electronics Co., Ltd. > * http://www.samsung.com > * Author: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxx> > - * > - * 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 __UVC_VIDEO_H__ > #define __UVC_VIDEO_H__ -- Best regards ミハウ “𝓶𝓲𝓷𝓪86” ナザレヴイツ «If at first you don’t succeed, give up skydiving» -- 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