Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

William Breathitt Gray and committed by
Bartosz Golaszewski
27a80bd0 5b3b3e35

-9
-9
drivers/gpio/gpio-pcie-idio-24.c
··· 3 3 * GPIO driver for the ACCES PCIe-IDIO-24 family 4 4 * Copyright (C) 2018 William Breathitt Gray 5 5 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 6 * This driver supports the following ACCES devices: PCIe-IDIO-24, 16 7 * PCIe-IDI-24, PCIe-IDO-24, and PCIe-IDIO-12. 17 8 */