Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39c85086 authored by Jan Dittmer's avatar Jan Dittmer Committed by David S. Miller
Browse files

[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: default avatarJan Dittmer <jdi@l4x.org>
Signed-off-by: default avatarJoerg Roedel <joro-lkml@zlug.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f1a95859
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -853,3 +853,4 @@ int __init sit_init(void)

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