Skip to content

Commit 61adf63

Browse files
Wolfram Sangwsakernel
authored andcommitted
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 <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 4d65845 commit 61adf63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,5 +520,5 @@ module_exit(i2c_gpio_exit);
520520

521521
MODULE_AUTHOR("Haavard Skinnemoen (Atmel)");
522522
MODULE_DESCRIPTION("Platform-independent bitbanging I2C driver");
523-
MODULE_LICENSE("GPL");
523+
MODULE_LICENSE("GPL v2");
524524
MODULE_ALIAS("platform:i2c-gpio");

0 commit comments

Comments
 (0)