mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
i2c: gpio: fix MODULE_LICENCE
Let MODULE_LICENCE match the SPDX header which is correctly based on the previous textual description. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
parent
4d658451c9
commit
61adf63a11
|
|
@ -520,5 +520,5 @@ module_exit(i2c_gpio_exit);
|
|||
|
||||
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)");
|
||||
MODULE_DESCRIPTION("Platform-independent bitbanging I2C driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS("platform:i2c-gpio");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user