linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] watchdog: Fix full name of the GPL
@ 2023-01-22 19:13 Diederik de Haas
  2023-01-22 19:45 ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Diederik de Haas @ 2023-01-22 19:13 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck,
	open list:WATCHDOG DEVICE DRIVERS, open list
  Cc: Diederik de Haas

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

diff --git a/drivers/watchdog/ibmasr.c b/drivers/watchdog/ibmasr.c
index 4a22fe152086..eee1043acfff 100644
--- a/drivers/watchdog/ibmasr.c
+++ b/drivers/watchdog/ibmasr.c
@@ -7,7 +7,7 @@
  * Copyright (c) IBM Corporation, 1998-2004.
  *
  * 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.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-- 
2.39.0


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

* Re: [PATCH] watchdog: Fix full name of the GPL
  2023-01-22 19:13 [PATCH] watchdog: Fix full name of the GPL Diederik de Haas
@ 2023-01-22 19:45 ` Guenter Roeck
  2023-01-23 13:43   ` Diederik de Haas
  0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2023-01-22 19:45 UTC (permalink / raw)
  To: Diederik de Haas, Wim Van Sebroeck,
	open list:WATCHDOG DEVICE DRIVERS, open list

On 1/22/23 11:13, Diederik de Haas wrote:
> Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> ---
>   drivers/watchdog/ibmasr.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/ibmasr.c b/drivers/watchdog/ibmasr.c
> index 4a22fe152086..eee1043acfff 100644
> --- a/drivers/watchdog/ibmasr.c
> +++ b/drivers/watchdog/ibmasr.c
> @@ -7,7 +7,7 @@
>    * Copyright (c) IBM Corporation, 1998-2004.
>    *
>    * 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.
>    */
>   
>   #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

No. The only acceptable change would be to replace the text with the
SPDX license identifier. However, the code is not specific declaring
_which_ license is being used (2.0 only or 2.0+ or even 1.0+).
Given that, the only entity who can change the license text in this
file would be the license holder (which is presumably why it wasn't
touched when the SPDX conversion was made).

On top of that, include/linux/module.h and other files also refer to
"GNU Public License", so I don't really see the point of changing that.

If anyone is still using this driver, it would make more sense to
convert it to use the watchdog subsystem core.

Guenter


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

* Re: [PATCH] watchdog: Fix full name of the GPL
  2023-01-22 19:45 ` Guenter Roeck
@ 2023-01-23 13:43   ` Diederik de Haas
  0 siblings, 0 replies; 3+ messages in thread
From: Diederik de Haas @ 2023-01-23 13:43 UTC (permalink / raw)
  To: Wim Van Sebroeck, open list:WATCHDOG DEVICE DRIVERS, open list,
	Guenter Roeck

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

On Sunday, 22 January 2023 20:45:13 CET Guenter Roeck wrote:
> No. The only acceptable change would be to replace the text with the
> SPDX license identifier. However, the code is not specific declaring
> _which_ license is being used (2.0 only or 2.0+ or even 1.0+).
> Given that, the only entity who can change the license text in this
> file would be the license holder (which is presumably why it wasn't
> touched when the SPDX conversion was made).

You are entirely correct and my initial view of it as a spelling issue, was 
wrong. Please disregard the patch.

[-- 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 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 19:13 [PATCH] watchdog: Fix full name of the GPL Diederik de Haas
2023-01-22 19:45 ` Guenter Roeck
2023-01-23 13:43   ` 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).