From: Diederik de Haas <didi.debian@cknow.org>
To: Luis Chamberlain <mcgrof@kernel.org>,
linux-modules@vger.kernel.org (open list:MODULE SUPPORT),
linux-kernel@vger.kernel.org (open list:MODULE SUPPORT)
Cc: Diederik de Haas <didi.debian@cknow.org>
Subject: [PATCH] module.h: Fix full name of the GPL
Date: Sun, 22 Jan 2023 20:34:43 +0100 [thread overview]
Message-ID: <20230122193443.60267-1-didi.debian@cknow.org> (raw)
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
include/linux/module.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/linux/module.h b/include/linux/module.h
index 8c5909c0076c..329fa0b56642 100644
--- a/include/linux/module.h
+++ b/include/linux/module.h
@@ -186,14 +186,14 @@ extern void cleanup_module(void);
* The following license idents are currently accepted as indicating free
* software modules
*
- * "GPL" [GNU Public License v2]
- * "GPL v2" [GNU Public License v2]
- * "GPL and additional rights" [GNU Public License v2 rights and more]
- * "Dual BSD/GPL" [GNU Public License v2
+ * "GPL" [GNU General Public License v2]
+ * "GPL v2" [GNU General Public License v2]
+ * "GPL and additional rights" [GNU General Public License v2 rights and more]
+ * "Dual BSD/GPL" [GNU General Public License v2
* or BSD license choice]
- * "Dual MIT/GPL" [GNU Public License v2
+ * "Dual MIT/GPL" [GNU General Public License v2
* or MIT license choice]
- * "Dual MPL/GPL" [GNU Public License v2
+ * "Dual MPL/GPL" [GNU General Public License v2
* or Mozilla license choice]
*
* The following other idents are available
--
2.39.0
next reply other threads:[~2023-01-22 19:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-22 19:34 Diederik de Haas [this message]
2023-01-24 2:49 ` [PATCH] module.h: Fix full name of the GPL Bagas Sanjaya
2023-01-24 13:32 ` Diederik de Haas
2023-01-24 14:09 ` Bagas Sanjaya
2023-01-24 17:36 ` Luis Chamberlain
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=20230122193443.60267-1-didi.debian@cknow.org \
--to=didi.debian@cknow.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-modules@vger.kernel.org \
--cc=mcgrof@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).