lkml.org 
[lkml]   [2002]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectWhat's the licence of the ufs module?
Hello!

The "ufs" module in Linux-2.4.18pre2 has no license tag. "ufs" is a
filesystem used primarily on *BSD, but the code is part of the Linux tree,
so it should be under GPL (IMHO). I couldn't find any indications that
the license used by the ufs module differs from the rest of the kernel.

If my reasoning is correct, then the following patch should be applied:

==============================
--- linux.orig/fs/ufs/super.c
+++ linux/fs/ufs/super.c
@@ -981,3 +981,4 @@

module_init(init_ufs_fs)
module_exit(exit_ufs_fs)
+MODULE_LICENSE("GPL");
==============================
--
Regards,
Pavel Roskin

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:15    [W:0.031 / U:0.704 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site