diff options
author | William Breathitt Gray <william.gray@linaro.org> | 2023-03-10 02:39:29 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-03-15 15:40:10 +0300 |
commit | 27a80bd09d2c5ec453a2f617f2e2cbe9a2615d97 (patch) | |
tree | 70acf81ac2a940f7bf1e71ce92897615b0a1d8c4 /drivers/gpio/gpio-pcie-idio-24.c | |
parent | 5b3b3e35ac6b07ee45acabecb789079baa845f90 (diff) | |
download | linux-27a80bd09d2c5ec453a2f617f2e2cbe9a2615d97.tar.xz |
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 <william.gray@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-pcie-idio-24.c')
-rw-r--r-- | drivers/gpio/gpio-pcie-idio-24.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpio/gpio-pcie-idio-24.c b/drivers/gpio/gpio-pcie-idio-24.c index ac42150f4009..463c0613abb9 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. */ |