[PATCH 0/2] Fix GPL v2 license string typos
Bjorn Helgaas
bhelgaas at google.com
Tue Jul 15 16:09:22 PDT 2014
On Tue, Jul 15, 2014 at 4:56 PM, Bjorn Helgaas <bhelgaas at google.com> wrote:
> Thierry posted similar patches for tegra and mvebu. These change the rest
> of the occurrences in drivers/pci from:
>
> -MODULE_LICENSE("GPLv2");
> +MODULE_LICENSE("GPL v2");
I should have done the research earlier, but the relevant code that
checks these strings is license_is_gpl_compatible(). That looks for
"GPL v2" but not "GPLv2".
> ---
>
> Bjorn Helgaas (2):
> PCI: generic: Fix GPL v2 license string typo
> PCI: rcar: Fix GPL v2 license string typo
>
>
> drivers/pci/host/pci-host-generic.c | 2 +-
> drivers/pci/host/pcie-rcar.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
More information about the linux-arm-kernel
mailing list