[PATCH] 2.4.9-ac17: jffs and jffs2 MODULE_LICENSE

Frank Davis (fdavis@si.rr.com)
Sat, 29 Sep 2001 15:45:29 -0400


This is a multi-part message in MIME format.
--------------030109020100020604030904
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hello,
The attached files add the MODULE_LICENSE statement to the jffs and
jffs2.
Regards,
Frank

--------------030109020100020604030904
Content-Type: text/plain;
name="JFFS_MOD"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="JFFS_MOD"

--- fs/jffs/inode-v23.c.old Fri Sep 28 21:21:39 2001
+++ fs/jffs/inode-v23.c Sat Sep 29 15:18:22 2001
@@ -1749,3 +1749,4 @@

module_init(init_jffs_fs)
module_exit(exit_jffs_fs)
+MODULE_LICENSE("GPL");

--------------030109020100020604030904
Content-Type: text/plain;
name="JFFS2_MO"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="JFFS2_MO"

--- fs/jffs2/super.c.old Fri Sep 28 21:21:40 2001
+++ fs/jffs2/super.c Sat Sep 29 15:26:26 2001
@@ -353,3 +353,4 @@

module_init(init_jffs2_fs);
module_exit(exit_jffs2_fs);
+MODULE_LICENSE("GPL"); // Also uses the RHEPL

--------------030109020100020604030904--

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