All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Cc: alan@lxorguk.ukuu.org.uk
Subject: [PATCH] 2.4.9-ac17: jffs and jffs2 MODULE_LICENSE
Date: Sat, 29 Sep 2001 15:45:29 -0400	[thread overview]
Message-ID: <3BB624D9.4080705@si.rr.com> (raw)

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

             reply	other threads:[~2001-09-29 19:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-29 19:45 Frank Davis [this message]
2001-10-01 11:40 ` [PATCH] 2.4.9-ac17: jffs and jffs2 MODULE_LICENSE David Woodhouse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3BB624D9.4080705@si.rr.com \
    --to=fdavis@si.rr.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.