diff mbox series

bonding: Fix full name of the GPL

Message ID 20230122194201.61105-1-didi.debian@cknow.org (mailing list archive)
State Rejected
Delegated to: Netdev Maintainers
Headers show
Series bonding: Fix full name of the GPL | expand

Checks

Context Check Description
netdev/tree_selection success Guessed tree name to be net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cover_letter success Single patches do not need cover letters
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 4349 this patch: 4349
netdev/cc_maintainers success CCed 8 of 8 maintainers
netdev/build_clang success Errors and warnings before: 1020 this patch: 1020
netdev/module_param success Was 0 now: 0
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 4559 this patch: 4559
netdev/checkpatch warning WARNING: Missing commit description - Add an appropriate one
netdev/kdoc success Errors and warnings before: 2 this patch: 2
netdev/source_inline success Was 0 now: 0

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
diff mbox series

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.