Signed-off-by: Diederik de Haas <[email protected]>
---
include/net/bonding.h | 2 +-
include/uapi/linux/if_bonding.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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, [email protected]
*
* 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, [email protected]
*
* 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.
--
2.39.0
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