diff options
author | Dave Jones <davej@redhat.com> | 2006-02-04 23:27:49 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-05 11:06:52 -0800 |
commit | 5c0d5d262aa4c5e93f9f5de298cf25d6d8b558c4 (patch) | |
tree | 9ec671c1b012effe22726a6a5d5a4e20d2dcfc33 | |
parent | 5c55ac9bbca22ee134408f83de5f2bda3b1b2a53 (diff) |
[PATCH] missing license tag in intermodule
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>
-rw-r--r-- | kernel/intermodule.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/intermodule.c b/kernel/intermodule.c index 0cbe633420f..55b1e5b85db 100644 --- a/kernel/intermodule.c +++ b/kernel/intermodule.c @@ -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"); + |