lkml.org 
[lkml]   [2023]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] module.h: Fix full name of the GPL
Date
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
\
 
 \ /
  Last update: 2023-03-26 23:51    [W:2.190 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site