summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus2002-09-29 08:31:40 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3e333f52ae0692f060b2d6a67a45dec1e5b123d1 (patch)
tree9858680f5f5fb1ac89e4154a824162708768a35c
parentfecb7149f1f750c5e0e13a133dd9c005f827fc79 (diff)
downloadkernel-net-3c90x-3e333f52ae0692f060b2d6a67a45dec1e5b123d1.zip
kernel-net-3c90x-3e333f52ae0692f060b2d6a67a45dec1e5b123d1.tar.gz
- add MODULE_LICENSE()
Changed files: 3c90x-gpl.patch -> 1.1
-rw-r--r--3c90x-gpl.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/3c90x-gpl.patch b/3c90x-gpl.patch
new file mode 100644
index 0000000..f10615f
--- /dev/null
+++ b/3c90x-gpl.patch
@@ -0,0 +1,14 @@
+diff -uNr 3c90x-102.orig/3c90x.c 3c90x-102/3c90x.c
+--- 3c90x-102.orig/3c90x.c Fri Aug 17 18:51:54 2001
++++ 3c90x-102/3c90x.c Sun Sep 29 10:28:09 2002
+@@ -111,8 +111,8 @@
+ #ifdef DEBUG
+ MODULE_PARM(debug, "i");
+ #endif
+-
+-
++MODULE_LICENSE("GPL");
++
+ MODULE_PARM(switchdelay, "1-" __MODULE_STRING(MAX_UNITS) "i");
+ MODULE_PARM(downpoll, "1-" __MODULE_STRING(MAX_UNITS) "i");
+ MODULE_PARM(flowcontrol, "1-" __MODULE_STRING(MAX_UNITS) "i");