* [PATCH] 2.4.9-ac17: jffs and jffs2 MODULE_LICENSE
@ 2001-09-29 19:45 Frank Davis
2001-10-01 11:40 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: Frank Davis @ 2001-09-29 19:45 UTC (permalink / raw)
To: linux-kernel; +Cc: alan
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
Hello,
The attached files add the MODULE_LICENSE statement to the jffs and
jffs2.
Regards,
Frank
[-- Attachment #2: JFFS_MOD --]
[-- Type: text/plain, Size: 204 bytes --]
--- 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");
[-- Attachment #3: JFFS2_MO --]
[-- Type: text/plain, Size: 223 bytes --]
--- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] 2.4.9-ac17: jffs and jffs2 MODULE_LICENSE
2001-09-29 19:45 [PATCH] 2.4.9-ac17: jffs and jffs2 MODULE_LICENSE Frank Davis
@ 2001-10-01 11:40 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2001-10-01 11:40 UTC (permalink / raw)
To: fdavis; +Cc: linux-kernel, alan
fdavis@si.rr.com said:
> Hello,
> The attached files add the MODULE_LICENSE statement to the jffs
> and jffs2.
grep --after-context=2 JFFS MAINTAINERS
--
dwmw2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-10-01 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-29 19:45 [PATCH] 2.4.9-ac17: jffs and jffs2 MODULE_LICENSE Frank Davis
2001-10-01 11:40 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox