Message ID | 20230309233929.3998-1-william.gray@linaro.org |
---|---|
State | Accepted |
Commit | 27a80bd09d2c5ec453a2f617f2e2cbe9a2615d97 |
Headers | show |
Series | gpio: pcie-idio-24: Prune superfluous license boilerplate | expand |
On Fri, Mar 10, 2023 at 12:39 AM William Breathitt Gray <william.gray@linaro.org> wrote: > > The SPDX License Identifier line renders the GPL boilerplate text > superfluous, so let's remove it. > > Signed-off-by: William Breathitt Gray <william.gray@linaro.org> > --- > drivers/gpio/gpio-pcie-idio-24.c | 9 --------- > 1 file changed, 9 deletions(-) > > diff --git a/drivers/gpio/gpio-pcie-idio-24.c b/drivers/gpio/gpio-pcie-idio-24.c > index 8a9b98fa418f..92e693b69fc8 100644 > --- a/drivers/gpio/gpio-pcie-idio-24.c > +++ b/drivers/gpio/gpio-pcie-idio-24.c > @@ -3,15 +3,6 @@ > * GPIO driver for the ACCES PCIe-IDIO-24 family > * Copyright (C) 2018 William Breathitt Gray > * > - * 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 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. > - * > * This driver supports the following ACCES devices: PCIe-IDIO-24, > * PCIe-IDI-24, PCIe-IDO-24, and PCIe-IDIO-12. > */ > > base-commit: b96eb88f59c023bb27891b5ab3dbd2b1a5200d53 > -- > 2.39.2 > Applied, thanks! Bart
diff --git a/drivers/gpio/gpio-pcie-idio-24.c b/drivers/gpio/gpio-pcie-idio-24.c index 8a9b98fa418f..92e693b69fc8 100644 --- a/drivers/gpio/gpio-pcie-idio-24.c +++ b/drivers/gpio/gpio-pcie-idio-24.c @@ -3,15 +3,6 @@ * GPIO driver for the ACCES PCIe-IDIO-24 family * Copyright (C) 2018 William Breathitt Gray * - * 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 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. - * * This driver supports the following ACCES devices: PCIe-IDIO-24, * PCIe-IDI-24, PCIe-IDO-24, and PCIe-IDIO-12. */
The SPDX License Identifier line renders the GPL boilerplate text superfluous, so let's remove it. Signed-off-by: William Breathitt Gray <william.gray@linaro.org> --- drivers/gpio/gpio-pcie-idio-24.c | 9 --------- 1 file changed, 9 deletions(-) base-commit: b96eb88f59c023bb27891b5ab3dbd2b1a5200d53