2001-10-14 16:45:54

by Frank Davis

[permalink] [raw]
Subject: [PATCH] 2.4.12-ac1: a few more net MODULE_LICENSE patches

--- 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;


Attachments:
A2065 (204.00 B)
ACENIC (239.00 B)
ATARIB1 (345.00 B)
ATARIL1 (326.00 B)
ATARIP1 (353.00 B)
BAGETLAN (321.00 B)
BMAC (294.00 B)
FEALNX (363.00 B)
FMV18X (331.00 B)
GT96100E (232.00 B)
GMAC (297.00 B)
HPLANCE (228.00 B)
Download all attachments

2001-10-16 15:05:00

by Jes Sorensen

[permalink] [raw]
Subject: Re: [PATCH] 2.4.12-ac1: a few more net MODULE_LICENSE patches

>>>>> "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