mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ide/legacy/falconide.c: add MODULE_LICENSE
Now that it can be built modular it needs a MODULE_LICENSE. Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
c5daf1aa20
commit
0c5ec97b30
@ -93,3 +93,5 @@ static int __init falconide_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
module_init(falconide_init);
|
module_init(falconide_init);
|
||||||
|
|
||||||
|
MODULE_LICENSE("GPL");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user