[PATCH] net/bonding: Fix full name of the GPL

Diederik de Haas posted 1 patch 2 years, 7 months ago
drivers/net/bonding/bonding_priv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] net/bonding: Fix full name of the GPL
Posted by Diederik de Haas 2 years, 7 months ago
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
Re: [PATCH] net/bonding: Fix full name of the GPL
Posted by Christophe JAILLET 2 years, 7 months ago
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

Re: [PATCH] net/bonding: Fix full name of the GPL
Posted by Stephen Hemminger 2 years, 7 months ago
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.