| Kernel v2.4.19 /net/x25/af_x25.c |
|---|
 2.4.19
 net
 x25
 af_x25.c
diff -urN linux-2.4.18/net/x25/af_x25.c linux-2.4.19/net/x25/af_x25.c
--- linux-2.4.18/net/x25/af_x25.c Mon Sep 10 07:58:35 2001
+++ linux-2.4.19/net/x25/af_x25.c Fri Aug 2 17:39:46 2002
@@ -1357,6 +1357,7 @@
MODULE_AUTHOR("Jonathan Naylor <g4klx@g4klx.demon.co.uk>");
MODULE_DESCRIPTION("The X.25 Packet Layer network layer protocol");
+MODULE_LICENSE("GPL");
static void __exit x25_exit(void)
{
|