Skip to content

Commit

Permalink
[IPV6] sit: Add missing MODULE_LICENSE
Browse files Browse the repository at this point in the history
This is missing the MODULE_LICENSE statements and taints the kernel
upon loading. License is obvious from the beginning of the file.

Signed-off-by: Jan Dittmer <jdi@l4x.org>
Signed-off-by: Joerg Roedel <joro-lkml@zlug.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jan Dittmer authored and David S. Miller committed Oct 16, 2006
1 parent f1a9585 commit 39c8508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/sit.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,3 +853,4 @@ int __init sit_init(void)

module_init(sit_init);
module_exit(sit_cleanup);
MODULE_LICENSE("GPL");

0 comments on commit 39c8508

Please sign in to comment.