Commit 933dfa15 authored by Maximilian Attems's avatar Maximilian Attems Committed by David S. Miller

[NETFILTER]: Add MODULE_AUTHOR to ipchains_core.c

parent fe944f6e
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
#include <linux/stat.h> #include <linux/stat.h>
MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("Dual BSD/GPL");
MODULE_AUTHOR("Rusty Russell <rusty@rustcorp.com.au>");
MODULE_DESCRIPTION("ipchains backwards compatibility layer"); MODULE_DESCRIPTION("ipchains backwards compatibility layer");
/* Understanding locking in this code: (thanks to Alan Cox for using /* Understanding locking in this code: (thanks to Alan Cox for using
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment