]> Git Repo - linux.git/commitdiff
ide/legacy/falconide.c: add MODULE_LICENSE
authorAdrian Bunk <[email protected]>
Wed, 2 Apr 2008 19:22:04 +0000 (21:22 +0200)
committerBartlomiej Zolnierkiewicz <[email protected]>
Wed, 2 Apr 2008 19:22:04 +0000 (21:22 +0200)
Now that it can be built modular it needs a MODULE_LICENSE.

Signed-off-by: Adrian Bunk <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
drivers/ide/legacy/falconide.c

index 8949ce71bddc48cc249f14591b1569296e277caa..e950afa5939c545f2b615df5f785dbea89692296 100644 (file)
@@ -93,3 +93,5 @@ static int __init falconide_init(void)
 }
 
 module_init(falconide_init);
+
+MODULE_LICENSE("GPL");
This page took 0.054357 seconds and 4 git commands to generate.