Skip to content

Commit

Permalink
[PATCH] missing license tag in intermodule
Browse files Browse the repository at this point in the history
It may suck something awful, but it shouldn't taint the kernel.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Feb 5, 2006
1 parent 5c55ac9 commit 5c0d5d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/intermodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,6 @@ EXPORT_SYMBOL(inter_module_register);
EXPORT_SYMBOL(inter_module_unregister);
EXPORT_SYMBOL(inter_module_get_request);
EXPORT_SYMBOL(inter_module_put);

MODULE_LICENSE("GPL");

0 comments on commit 5c0d5d2

Please sign in to comment.