Skip to content

Commit

Permalink
[PATCH] macmodes: needs a license
Browse files Browse the repository at this point in the history
Module needs a license to prevent kernel tainting.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jun 14, 2005
1 parent 92c6dc5 commit 9a47696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/macmodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,3 +387,4 @@ int __init mac_find_mode(struct fb_var_screeninfo *var, struct fb_info *info,
}
EXPORT_SYMBOL(mac_find_mode);

MODULE_LICENSE("GPL");

0 comments on commit 9a47696

Please sign in to comment.