drivers/net/bonding/bonding_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
drivers/net/bonding/bonding_priv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/bonding/bonding_priv.h b/drivers/net/bonding/bonding_priv.h
index 48cdf3a49a7d..353972436e5b 100644
--- a/drivers/net/bonding/bonding_priv.h
+++ b/drivers/net/bonding/bonding_priv.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.
*
*/
--
2.39.0
Le 22/01/2023 à 19:20, Diederik de Haas a écrit : > Signed-off-by: Diederik de Haas <didi.debian@cknow.org> > --- > drivers/net/bonding/bonding_priv.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/bonding/bonding_priv.h b/drivers/net/bonding/bonding_priv.h > index 48cdf3a49a7d..353972436e5b 100644 > --- a/drivers/net/bonding/bonding_priv.h > +++ b/drivers/net/bonding/bonding_priv.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. > * > */ > Hi, maybe a SPDX-License-Identifier: could be added and these few lines removed instead? CJ
On Sun, 22 Jan 2023 20:52:33 +0100 Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote: > Le 22/01/2023 à 19:20, Diederik de Haas a écrit : > > Signed-off-by: Diederik de Haas <didi.debian@cknow.org> > > --- > > drivers/net/bonding/bonding_priv.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/net/bonding/bonding_priv.h b/drivers/net/bonding/bonding_priv.h > > index 48cdf3a49a7d..353972436e5b 100644 > > --- a/drivers/net/bonding/bonding_priv.h > > +++ b/drivers/net/bonding/bonding_priv.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. > > * > > */ > > > > Hi, > > maybe a SPDX-License-Identifier: could be added and these few lines > removed instead? Yes, that is the correct fix. Please don't update the boilerplate.
© 2016 - 2025 Red Hat, Inc.