linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] udf: Fix full name of the GPL
@ 2023-01-22 19:16 Diederik de Haas
  2023-01-23 15:48 ` Jan Kara
  0 siblings, 1 reply; 4+ messages in thread
From: Diederik de Haas @ 2023-01-22 19:16 UTC (permalink / raw)
  To: Jan Kara, open list; +Cc: Diederik de Haas

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
---
 fs/udf/ecma_167.h | 2 +-
 fs/udf/osta_udf.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/udf/ecma_167.h b/fs/udf/ecma_167.h
index de17a97e8667..4ddc8b62d30f 100644
--- a/fs/udf/ecma_167.h
+++ b/fs/udf/ecma_167.h
@@ -18,7 +18,7 @@
  *    derived from this software without specific prior written permission.
  *
  * Alternatively, this software may be distributed under the terms of the
- * GNU Public License ("GPL").
+ * GNU General Public License ("GPL").
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
diff --git a/fs/udf/osta_udf.h b/fs/udf/osta_udf.h
index 157de0ec0cd5..660818f7b850 100644
--- a/fs/udf/osta_udf.h
+++ b/fs/udf/osta_udf.h
@@ -18,7 +18,7 @@
  *    derived from this software without specific prior written permission.
  *
  * Alternatively, this software may be distributed under the terms of the
- * GNU Public License ("GPL").
+ * GNU General Public License ("GPL").
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-- 
2.39.0


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

* Re: [PATCH] udf: Fix full name of the GPL
  2023-01-22 19:16 [PATCH] udf: Fix full name of the GPL Diederik de Haas
@ 2023-01-23 15:48 ` Jan Kara
  2023-01-23 15:58   ` Diederik de Haas
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kara @ 2023-01-23 15:48 UTC (permalink / raw)
  To: Diederik de Haas; +Cc: Jan Kara, open list

On Sun 22-01-23 20:16:03, Diederik de Haas wrote:
> Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> ---
>  fs/udf/ecma_167.h | 2 +-
>  fs/udf/osta_udf.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Thanks. I've added the patch to my tree.

								Honza

> 
> diff --git a/fs/udf/ecma_167.h b/fs/udf/ecma_167.h
> index de17a97e8667..4ddc8b62d30f 100644
> --- a/fs/udf/ecma_167.h
> +++ b/fs/udf/ecma_167.h
> @@ -18,7 +18,7 @@
>   *    derived from this software without specific prior written permission.
>   *
>   * Alternatively, this software may be distributed under the terms of the
> - * GNU Public License ("GPL").
> + * GNU General Public License ("GPL").
>   *
>   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
>   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> diff --git a/fs/udf/osta_udf.h b/fs/udf/osta_udf.h
> index 157de0ec0cd5..660818f7b850 100644
> --- a/fs/udf/osta_udf.h
> +++ b/fs/udf/osta_udf.h
> @@ -18,7 +18,7 @@
>   *    derived from this software without specific prior written permission.
>   *
>   * Alternatively, this software may be distributed under the terms of the
> - * GNU Public License ("GPL").
> + * GNU General Public License ("GPL").
>   *
>   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
>   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> -- 
> 2.39.0
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

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

* Re: [PATCH] udf: Fix full name of the GPL
  2023-01-23 15:48 ` Jan Kara
@ 2023-01-23 15:58   ` Diederik de Haas
  2023-01-23 16:14     ` Jan Kara
  0 siblings, 1 reply; 4+ messages in thread
From: Diederik de Haas @ 2023-01-23 15:58 UTC (permalink / raw)
  To: Jan Kara; +Cc: Jan Kara, open list

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

On Monday, 23 January 2023 16:48:39 CET Jan Kara wrote:
> On Sun 22-01-23 20:16:03, Diederik de Haas wrote:
> > Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> > ---
> > fs/udf/ecma_167.h | 2 +-
> > fs/udf/osta_udf.h | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> 
> Thanks. I've added the patch to my tree.

While I initially saw it as a spelling error, I've since changed my view that 
it would actually be changing the license and I'm not qualified to do that.
See https://lore.kernel.org/lkml/2281101.Yu7Ql3qPJb@prancing-pony/

While it seemed reasonable to *assume* that the GNU General Public License was 
meant, I (now) think that is not sufficient when it comes to legal/license 
material, which this is. I think, but I'm not a lawyer.

So maybe it's better to remove/revert it from your tree?

Sorry,
  Diederik

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

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

* Re: [PATCH] udf: Fix full name of the GPL
  2023-01-23 15:58   ` Diederik de Haas
@ 2023-01-23 16:14     ` Jan Kara
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Kara @ 2023-01-23 16:14 UTC (permalink / raw)
  To: Diederik de Haas; +Cc: Jan Kara, Jan Kara, open list

On Mon 23-01-23 16:58:22, Diederik de Haas wrote:
> On Monday, 23 January 2023 16:48:39 CET Jan Kara wrote:
> > On Sun 22-01-23 20:16:03, Diederik de Haas wrote:
> > > Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
> > > ---
> > > fs/udf/ecma_167.h | 2 +-
> > > fs/udf/osta_udf.h | 2 +-
> > > 2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > Thanks. I've added the patch to my tree.
> 
> While I initially saw it as a spelling error, I've since changed my view that 
> it would actually be changing the license and I'm not qualified to do that.
> See https://lore.kernel.org/lkml/2281101.Yu7Ql3qPJb@prancing-pony/
> 
> While it seemed reasonable to *assume* that the GNU General Public License was 
> meant, I (now) think that is not sufficient when it comes to legal/license 
> material, which this is. I think, but I'm not a lawyer.
> 
> So maybe it's better to remove/revert it from your tree?

OK, let's err on the safe side ;) Patch removed.

								Honza
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 19:16 [PATCH] udf: Fix full name of the GPL Diederik de Haas
2023-01-23 15:48 ` Jan Kara
2023-01-23 15:58   ` Diederik de Haas
2023-01-23 16:14     ` Jan Kara

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