diff mbox series

mISDN: Fix full name of the GPL

Message ID 20230122181836.54498-1-didi.debian@cknow.org (mailing list archive)
State Rejected
Delegated to: Netdev Maintainers
Headers show
Series mISDN: Fix full name of the GPL | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Diederik de Haas Jan. 22, 2023, 6:18 p.m. UTC
Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 drivers/isdn/mISDN/dsp_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stephen Hemminger Jan. 22, 2023, 7:17 p.m. UTC | #1
On Sun, 22 Jan 2023 19:18:36 +0100
Diederik de Haas <didi.debian@cknow.org> wrote:

> Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> ---
>  drivers/isdn/mISDN/dsp_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c
> index 386084530c2f..593bdb2a7373 100644
> --- a/drivers/isdn/mISDN/dsp_core.c
> +++ b/drivers/isdn/mISDN/dsp_core.c
> @@ -3,7 +3,7 @@
>   * Based on source code structure by
>   *		Karsten Keil (keil@isdn4linux.de)
>   *
> - *		This file is (c) under GNU PUBLIC LICENSE
> + *		This file is (c) under GNU GENERAL PUBLIC LICENSE
>   *
>   * Thanks to    Karsten Keil (great drivers)
>   *              Cologne Chip (great chips)

No, this is not the current practice.
Instead replace this with proper SPDX header.
Diederik de Haas Jan. 23, 2023, 2:42 p.m. UTC | #2
On Sunday, 22 January 2023 20:17:07 CET Stephen Hemminger wrote:
> > - *             This file is (c) under GNU PUBLIC LICENSE
> > + *             This file is (c) under GNU GENERAL PUBLIC LICENSE
> > *
> > * Thanks to    Karsten Keil (great drivers)
> > *              Cologne Chip (great chips)
> 
> No, this is not the current practice.
> Instead replace this with proper SPDX header.

You are correct. On top of that, my initial view of a spelling issue was wrong.
Due to [1] I now see it as a legal issue as it would (technically) change the
license, which I don't know how and I think I also can't resolve.
Consequently I want to retract my patch.

Sorry for the noise.

Diederik

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

Patch

diff --git a/drivers/isdn/mISDN/dsp_core.c b/drivers/isdn/mISDN/dsp_core.c
index 386084530c2f..593bdb2a7373 100644
--- a/drivers/isdn/mISDN/dsp_core.c
+++ b/drivers/isdn/mISDN/dsp_core.c
@@ -3,7 +3,7 @@ 
  * Based on source code structure by
  *		Karsten Keil (keil@isdn4linux.de)
  *
- *		This file is (c) under GNU PUBLIC LICENSE
+ *		This file is (c) under GNU GENERAL PUBLIC LICENSE
  *
  * Thanks to    Karsten Keil (great drivers)
  *              Cologne Chip (great chips)