2023-03-09 23:39:57

by William Breathitt Gray

[permalink] [raw]
Subject: [PATCH] gpio: pcie-idio-24: Prune superfluous license boilerplate

The SPDX License Identifier line renders the GPL boilerplate text
superfluous, so let's remove it.

Signed-off-by: William Breathitt Gray <[email protected]>
---
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



2023-03-15 12:42:12

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] gpio: pcie-idio-24: Prune superfluous license boilerplate

On Fri, Mar 10, 2023 at 12:39 AM William Breathitt Gray
<[email protected]> wrote:
>
> The SPDX License Identifier line renders the GPL boilerplate text
> superfluous, so let's remove it.
>
> Signed-off-by: William Breathitt Gray <[email protected]>
> ---
> 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