linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] agp/amd64: Fix full name of the GPL
@ 2023-01-22 18:16 Diederik de Haas
  2023-01-22 19:49 ` Christophe JAILLET
  0 siblings, 1 reply; 3+ messages in thread
From: Diederik de Haas @ 2023-01-22 18:16 UTC (permalink / raw)
  To: David Airlie, open list:AGPGART DRIVER, open list; +Cc: Diederik de Haas

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 drivers/char/agp/amd64-agp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
index ce8651436609..3020fd92fd00 100644
--- a/drivers/char/agp/amd64-agp.c
+++ b/drivers/char/agp/amd64-agp.c
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright 2001-2003 SuSE Labs.
- * Distributed under the GNU public license, v2.
+ * Distributed under the GNU General Public License, v2.
  *
  * This is a GART driver for the AMD Opteron/Athlon64 on-CPU northbridge.
  * It also includes support for the AMD 8151 AGP bridge,
-- 
2.39.0


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

* Re: [PATCH] agp/amd64: Fix full name of the GPL
  2023-01-22 18:16 [PATCH] agp/amd64: Fix full name of the GPL Diederik de Haas
@ 2023-01-22 19:49 ` Christophe JAILLET
  2023-01-23 14:35   ` Diederik de Haas
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe JAILLET @ 2023-01-22 19:49 UTC (permalink / raw)
  To: Diederik de Haas, David Airlie, open list:AGPGART DRIVER, open list

Le 22/01/2023 à 19:16, Diederik de Haas a écrit :
> Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> ---
>   drivers/char/agp/amd64-agp.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
> index ce8651436609..3020fd92fd00 100644
> --- a/drivers/char/agp/amd64-agp.c
> +++ b/drivers/char/agp/amd64-agp.c
> @@ -1,7 +1,7 @@
>   // SPDX-License-Identifier: GPL-2.0-only
>   /*
>    * Copyright 2001-2003 SuSE Labs.
> - * Distributed under the GNU public license, v2.
> + * Distributed under the GNU General Public License, v2.
>    *
>    * This is a GART driver for the AMD Opteron/Athlon64 on-CPU northbridge.
>    * It also includes support for the AMD 8151 AGP bridge,

Hi,

maybe the line can just be removed.
There is already a SPDX-License-Identifier above.

CJ

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

* Re: [PATCH] agp/amd64: Fix full name of the GPL
  2023-01-22 19:49 ` Christophe JAILLET
@ 2023-01-23 14:35   ` Diederik de Haas
  0 siblings, 0 replies; 3+ messages in thread
From: Diederik de Haas @ 2023-01-23 14:35 UTC (permalink / raw)
  To: David Airlie, open list:AGPGART DRIVER, open list, Christophe JAILLET

[-- Attachment #1: Type: text/plain, Size: 1687 bytes --]

On Sunday, 22 January 2023 20:49:22 CET Christophe JAILLET wrote:
> Le 22/01/2023 à 19:16, Diederik de Haas a écrit :
> > Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> > ---
> > 
> >   drivers/char/agp/amd64-agp.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
> > index ce8651436609..3020fd92fd00 100644
> > --- a/drivers/char/agp/amd64-agp.c
> > +++ b/drivers/char/agp/amd64-agp.c
> > @@ -1,7 +1,7 @@
> > 
> >   // SPDX-License-Identifier: GPL-2.0-only
> >   /*
> >   
> >    * Copyright 2001-2003 SuSE Labs.
> > 
> > - * Distributed under the GNU public license, v2.
> > + * Distributed under the GNU General Public License, v2.
> > 
> >    *
> >    * This is a GART driver for the AMD Opteron/Athlon64 on-CPU
> >    northbridge.
> >    * It also includes support for the AMD 8151 AGP bridge,
> 
> maybe the line can just be removed.
> There is already a SPDX-License-Identifier above.

Hi,

That does sound reasonable, but I'm now seeing it as a legal issue [1] and no
longer as a spelling one. Strictly speaking it seems there is a discrepancy
between the SPDX identifier and the 'full' license statement.
While it may be reasonable to *assume* the "GNU General Public License, v2"
was meant, when it comes to license/legal stuff, I think that does not suffice.

So I'd like to retract my patch submission and want to leave it up to people
who are in a position to resolve this issue, if that needs to be done.

Apologies for the noise.

Diederik

[1] https://lore.kernel.org/lkml/ad99d227-ce82-319b-6323-b70ac009d0e7@roeck-us.net/

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2023-01-23 14:35 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:16 [PATCH] agp/amd64: Fix full name of the GPL Diederik de Haas
2023-01-22 19:49 ` Christophe JAILLET
2023-01-23 14:35   ` Diederik de Haas

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).