[PATCH] pcmcia: soc_common: Fix full name of the GPL

Diederik de Haas posted 1 patch 2 years, 7 months ago
drivers/pcmcia/soc_common.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] pcmcia: soc_common: Fix full name of the GPL
Posted by Diederik de Haas 2 years, 7 months ago
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 drivers/pcmcia/soc_common.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/pcmcia/soc_common.c b/drivers/pcmcia/soc_common.c
index 61b0c8952bb5..3472b6267155 100644
--- a/drivers/pcmcia/soc_common.c
+++ b/drivers/pcmcia/soc_common.c
@@ -18,8 +18,8 @@
     Copyright (C) 1999 John G. Dorsey.  All Rights Reserved.
 
     Alternatively, the contents of this file may be used under the
-    terms of the GNU Public License version 2 (the "GPL"), in which
-    case the provisions of the GPL are applicable instead of the
+    terms of the GNU General Public License version 2 (the "GPL"), in
+    which case the provisions of the GPL are applicable instead of the
     above.  If you wish to allow the use of your version of this file
     only under the terms of the GPL and not to allow others to use
     your version of this file under the MPL, indicate your decision
-- 
2.39.0
Re: [PATCH] pcmcia: soc_common: Fix full name of the GPL
Posted by Diederik de Haas 2 years, 7 months ago
On Sunday, 22 January 2023 19:36:06 CET Diederik de Haas wrote:
>      Alternatively, the contents of this file may be used under the
> -    terms of the GNU Public License version 2 (the "GPL"), in which
> -    case the provisions of the GPL are applicable instead of the
> +    terms of the GNU General Public License version 2 (the "GPL"), in
> +    which case the provisions of the GPL are applicable instead of the

I was wrong in suggestion this change, so please disregard.

It would not be a spelling fix as originally intended, but a license change.
I highly doubt that I'm authorized to do that.

Apologies for the trouble,

Diederik