Commit 5c0d5d262aa4c5e93f9f5de298cf25d6d8b558c4

Authored by Dave Jones
Committed by Linus Torvalds
1 parent 5c55ac9bbc

[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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

kernel/intermodule.c
... ... @@ -179,4 +179,6 @@
179 179 EXPORT_SYMBOL(inter_module_unregister);
180 180 EXPORT_SYMBOL(inter_module_get_request);
181 181 EXPORT_SYMBOL(inter_module_put);
  182 +
  183 +MODULE_LICENSE("GPL");