--- drivers/net/hplance.c.old Thu Apr 12 15:15:25 2001
+++ drivers/net/hplance.c Sun Oct 14 12:17:08 2001
@@ -226,6 +226,7 @@
}
#ifdef MODULE
+MODULE_LICENSE("GPL");
int init_module(void)
{
root_lance_dev = NULL;
>>>>> "Frank" == Frank Davis <[email protected]> writes:
Frank> Hello, I've attached a few more MODULE_LICENSE patches against
Frank> 2.4.12-ac1 . A few more net MODULE_LICENSE patches to follow
Frank> soon. Please review. Regards, Frank ---
ARGH!
Alan, please do not apply this one.
Why are you trying to remove my compat macro for MODULE_LICENSE? I am
trying to maintain the source so it compiles under multiple kernels!
If you submit acenic patches, make sure to drop a copy in my
inbox. Yes, I am listed in the source code, it's really hard to miss.
Jes
--- drivers/net/acenic.c.old Fri Oct 12 18:42:54 2001
+++ drivers/net/acenic.c Sun Oct 14 11:56:31 2001
@@ -145,10 +145,6 @@
#endif
-#ifndef MODULE_LICENSE
-#define MODULE_LICENSE(a)
-#endif
-
#ifndef wmb
#define wmb() mb()
#endif