projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a9585
)
[IPV6] sit: Add missing MODULE_LICENSE
author
Jan Dittmer
<jdi@l4x.org>
Fri, 13 Oct 2006 22:05:53 +0000
(15:05 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 16 Oct 2006 06:14:21 +0000
(23:14 -0700)
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>
net/ipv6/sit.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/sit.c
b/net/ipv6/sit.c
index dc5765b62b87eabe461366e7aaad4f3ef1130d1b..b481a4d780c239f229d9d28aae7c0239fc589f76 100644
(file)
--- 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");