linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] module.h: Fix full name of the GPL
@ 2023-01-22 19:34 Diederik de Haas
  2023-01-24  2:49 ` Bagas Sanjaya
  0 siblings, 1 reply; 5+ messages in thread
From: Diederik de Haas @ 2023-01-22 19:34 UTC (permalink / raw)
  To: Luis Chamberlain, open list:MODULE SUPPORT,
	open list:MODULE SUPPORT
  Cc: Diederik de Haas

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-24 17:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-22 19:34 [PATCH] module.h: Fix full name of the GPL Diederik de Haas
2023-01-24  2:49 ` Bagas Sanjaya
2023-01-24 13:32   ` Diederik de Haas
2023-01-24 14:09     ` Bagas Sanjaya
2023-01-24 17:36     ` Luis Chamberlain

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).