2023-01-22 18:21:16

by Diederik de Haas

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

Signed-off-by: Diederik de Haas <[email protected]>
---
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, [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.
*
*/

--
2.39.0



2023-01-22 19:52:44

by Christophe JAILLET

[permalink] [raw]
Subject: Re: [PATCH] net/bonding: Fix full name of the GPL

Le 22/01/2023 à 19:20, Diederik de Haas a écrit :
> Signed-off-by: Diederik de Haas <[email protected]>
> ---
> 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, [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.
> *
> */
>

Hi,

maybe a SPDX-License-Identifier: could be added and these few lines
removed instead?

CJ


2023-01-23 16:33:28

by Stephen Hemminger

[permalink] [raw]
Subject: Re: [PATCH] net/bonding: Fix full name of the GPL

On Sun, 22 Jan 2023 20:52:33 +0100
Christophe JAILLET <[email protected]> wrote:

> Le 22/01/2023 à 19:20, Diederik de Haas a écrit :
> > Signed-off-by: Diederik de Haas <[email protected]>
> > ---
> > 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, [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.
> > *
> > */
> >
>
> 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.