On Thu, Apr 11, 2002 at 10:20:01AM -0400, Drew Northup wrote:
> There was a patch for the 2.4.x kernel about the license thing a while
> back--I'm still looking for it.

Here you are:

diff -ur plex86-0.0.20011018/kernel/host-linux.c 
plex86-0.0.20011018.new/kernel/host-linux.c
--- plex86-0.0.20011018/kernel/host-linux.c     Sun Jun 10 05:41:28 2001
+++ plex86-0.0.20011018.new/kernel/host-linux.c Thu Apr 11 19:07:46 2002
@@ -127,6 +127,12 @@
     static int plex86_mmap(struct inode * inode, struct file * file, struct 
vm_area_struct * vma);
 #endif

+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,9)
+/* New License scheme */
+#ifdef MODULE_LICENSE
+MODULE_LICENSE("LGPL");
+#endif
+#endif


-- 
Robert Millan

Reply via email to