On Mon, Jun 03, 2019 at 12:40:44PM +0200, Enrico Weigelt, metux IT consult wrote: > Replace the GPLVv2 boilerplate w/ machine readable SPDX header. > > Doing manual replacement, as rule 233 didn't fit exactly and would > have left empty comments. > > Signed-off-by: Enrico Weigelt <info@xxxxxxxxx> > --- > drivers/input/touchscreen/elants_i2c.c | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c > index f2cb231..f69de7b 100644 > --- a/drivers/input/touchscreen/elants_i2c.c > +++ b/drivers/input/touchscreen/elants_i2c.c > @@ -10,7 +10,6 @@ > * Copyright (c) 2010-2012 Benjamin Tissoires <benjamin.tissoires@xxxxxxxxx> > * Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France > * > - * > * This code is partly based on i2c-hid.c: > * > * Copyright (c) 2012 Benjamin Tissoires <benjamin.tissoires@xxxxxxxxx> > @@ -18,12 +17,6 @@ > * Copyright (c) 2012 Red Hat, Inc > */ > > -/* > - * This software is licensed under the terms of the GNU General Public > - * License version 2, as published by the Free Software Foundation, and > - * may be copied, distributed, and modified under those terms. > - */ You can not just drop these lines and not put a proper SPDX line at the same time :(