synclink: Fix full name of the GPL

Message ID 20230122193844.60696-1-didi.debian@cknow.org
State New
Headers
Series synclink: Fix full name of the GPL |

Commit Message

Diederik de Haas Jan. 22, 2023, 7:38 p.m. UTC
  Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 include/linux/synclink.h      | 2 +-
 include/uapi/linux/synclink.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Diederik de Haas Jan. 23, 2023, 9:03 p.m. UTC | #1
On Sunday, 22 January 2023 20:38:43 CET Diederik de Haas wrote:
>   * Redistribution of this file is permitted under
> - * the terms of the GNU Public License (GPL)
> + * the terms of the GNU General Public License (GPL)

Please ignore this patch.

It would not be a spelling fix as I previously intended, but it would amount to 
a license change and as I'm not the copyright holder, I highly doubt I'm 
allowed to make such a change.

See also https://lore.kernel.org/lkml/2281101.Yu7Ql3qPJb@prancing-pony/
  

Patch

diff --git a/include/linux/synclink.h b/include/linux/synclink.h
index f1405b1c71ba..e69e740cbecb 100644
--- a/include/linux/synclink.h
+++ b/include/linux/synclink.h
@@ -6,7 +6,7 @@ 
  * Copyright (C) 1998-2000 by Microgate Corporation
  *
  * Redistribution of this file is permitted under
- * the terms of the GNU Public License (GPL)
+ * the terms of the GNU General Public License (GPL)
  */
 #ifndef _SYNCLINK_H_
 #define _SYNCLINK_H_
diff --git a/include/uapi/linux/synclink.h b/include/uapi/linux/synclink.h
index 62f32d4e1021..a1a1c3355b72 100644
--- a/include/uapi/linux/synclink.h
+++ b/include/uapi/linux/synclink.h
@@ -7,7 +7,7 @@ 
  * Copyright (C) 1998-2000 by Microgate Corporation
  *
  * Redistribution of this file is permitted under
- * the terms of the GNU Public License (GPL)
+ * the terms of the GNU General Public License (GPL)
  */
 
 #ifndef _UAPI_SYNCLINK_H_