linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/bonding: Fix full name of the GPL
@ 2023-01-22 18:20 Diederik de Haas
  2023-01-22 19:52 ` Christophe JAILLET
  0 siblings, 1 reply; 3+ messages in thread
From: Diederik de Haas @ 2023-01-22 18:20 UTC (permalink / raw)
  To: Jay Vosburgh, Veaceslav Falico, Andy Gospodarek, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	open list:BONDING DRIVER, open list
  Cc: Diederik de Haas

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/bonding: Fix full name of the GPL
  2023-01-22 18:20 [PATCH] net/bonding: Fix full name of the GPL Diederik de Haas
@ 2023-01-22 19:52 ` Christophe JAILLET
  2023-01-23 16:33   ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe JAILLET @ 2023-01-22 19:52 UTC (permalink / raw)
  To: Diederik de Haas, Jay Vosburgh, Veaceslav Falico,
	Andy Gospodarek, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, open list:BONDING DRIVER, open list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net/bonding: Fix full name of the GPL
  2023-01-22 19:52 ` Christophe JAILLET
@ 2023-01-23 16:33   ` Stephen Hemminger
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2023-01-23 16:33 UTC (permalink / raw)
  To: Christophe JAILLET
  Cc: Diederik de Haas, Jay Vosburgh, Veaceslav Falico,
	Andy Gospodarek, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, open list:BONDING DRIVER, open list

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-23 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 18:20 [PATCH] net/bonding: Fix full name of the GPL Diederik de Haas
2023-01-22 19:52 ` Christophe JAILLET
2023-01-23 16:33   ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).