summaryrefslogtreecommitdiffstats
path: root/kernel/ipt_ULOG.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ipt_ULOG.c')
-rw-r--r--kernel/ipt_ULOG.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/ipt_ULOG.c b/kernel/ipt_ULOG.c
index 0c1ee57..b46ffc2 100644
--- a/kernel/ipt_ULOG.c
+++ b/kernel/ipt_ULOG.c
@@ -29,7 +29,7 @@
* Specify, after how many clock ticks (intel: 100 per second) the queue
* should be flushed even if it is not full yet.
*
- * $Id: ipt_ULOG.c,v 1.13 2001/12/04 10:18:19 laforge Exp $
+ * $Id: ipt_ULOG.c,v 1.14 2002/01/18 21:22:23 laforge Exp $
*/
#include <linux/module.h>
@@ -49,6 +49,8 @@
#include <linux/netfilter_ipv4/lockhelp.h>
#include <net/sock.h>
+MODULE_LICENSE("GPL");
+
#define ULOG_NL_EVENT 111 /* Harald's favorite number */
#define ULOG_MAXNLGROUPS 32 /* numer of nlgroups */