summaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorJan Dittmer2006-10-14 00:05:53 +0200
committerDavid S. Miller2006-10-16 08:14:21 +0200
commit39c850863d5e36e72ecf9bc3537ec717bcce97fd (patch)
tree7b054ad96b58bf3f3aa31c79948e2cdfaa548a74 /net/ipv6
parent[IPV6]: Remove bogus WARN_ON in Proxy-NA handling. (diff)
downloadkernel-qcow2-linux-39c850863d5e36e72ecf9bc3537ec717bcce97fd.tar.gz
kernel-qcow2-linux-39c850863d5e36e72ecf9bc3537ec717bcce97fd.tar.xz
kernel-qcow2-linux-39c850863d5e36e72ecf9bc3537ec717bcce97fd.zip
[IPV6] sit: Add missing MODULE_LICENSE
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>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/sit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c
index dc5765b62b87..b481a4d780c2 100644
--- a/net/ipv6/sit.c
+++ b/net/ipv6/sit.c
@@ -853,3 +853,4 @@ int __init sit_init(void)
module_init(sit_init);
module_exit(sit_cleanup);
+MODULE_LICENSE("GPL");