]> git.baikalelectronics.ru Git - kernel.git/commit
spi: bcm53xx: (re)license code to the GPL v2
authorRafał Miłecki <rafal@milecki.pl>
Thu, 29 Dec 2016 19:13:13 +0000 (20:13 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 6 Jan 2017 18:21:50 +0000 (18:21 +0000)
commite10dd4d0025860e6f35d30355593b9cca48363d0
tree8c31f24040791d04533fa95c345b425dc92128f0
parent705c87733dee48dbc54deb3cccd77163b9e56c29
spi: bcm53xx: (re)license code to the GPL v2

My intention was to release this code under GPL v2 license. For some
reason my initial commit b2ca4c8c7591 ("spi: bcm53xx: driver for SPI
controller on Broadcom bcma SoC") totally missed licensing info.
MODULE_LICENSE was later added by Axel specifying "GNU Public License
v2 or later".

This patch clarifies situation by adding a proper header (with Copyright
line) and adjusting MODULE_LICENSE. It should be acked by every driver
contributor.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Nicholas Mc Guire <hofrat@osadl.org>
Reviewed-by: Jingoo Han <jingoohan1@gmail.com>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Acked-by: Joe Perches <joe@perches.com>
Acked-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Vaishali Thakkar <vaishali.thakkar@oracle.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-bcm53xx.c