bonding: Fix full name of the GPL

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

Commit Message

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

Comments

Diederik de Haas Jan. 23, 2023, 4:35 p.m. UTC | #1
On Sunday, 22 January 2023 20:42:01 CET Diederik de Haas wrote:
>   *     This software may be used and distributed according to the terms
> - *     of the GNU Public License, incorporated herein by reference.
> + *     of the GNU General Public License, incorporated herein by reference.

Please ignore this patch.
I now think that I would be changing the license and I'm not qualified to do 
so. See https://lore.kernel.org/lkml/2281101.Yu7Ql3qPJb@prancing-pony/

Apologies for the noise.

Diederik
  

Patch

diff --git a/include/net/bonding.h b/include/net/bonding.h
index ea36ab7f9e72..5dacb7e9a034 100644
--- a/include/net/bonding.h
+++ b/include/net/bonding.h
@@ -8,7 +8,7 @@ 
  * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
  *
  *	This software may be used and distributed according to the terms
- *	of the GNU Public License, incorporated herein by reference.
+ *	of the GNU General Public License, incorporated herein by reference.
  *
  */
 
diff --git a/include/uapi/linux/if_bonding.h b/include/uapi/linux/if_bonding.h
index d174914a837d..3338c7c6da45 100644
--- a/include/uapi/linux/if_bonding.h
+++ b/include/uapi/linux/if_bonding.h
@@ -10,7 +10,7 @@ 
  * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov
  *
  *	This software may be used and distributed according to the terms
- *	of the GNU Public License, incorporated herein by reference.
+ *	of the GNU General Public License, incorporated herein by reference.
  *
  * 2003/03/18 - Amir Noam <amir.noam at intel dot com>
  *	- Added support for getting slave's speed and duplex via ethtool.