Skip to content

Commit c33ae07

Browse files
module license update
1 parent 8a7c745 commit c33ae07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

i2c/i2c_driver.c

+3
Original file line numberDiff line numberDiff line change
@@ -266,3 +266,6 @@ static struct i2c_driver sample_i2c_driver = {
266266
};
267267

268268
module_i2c_driver(sample_i2c_driver);
269+
270+
271+
MODULE_LICENCE("GPL");

0 commit comments

Comments
 (0)