mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later
@ 2022-04-07 10:58 Bastian Krause
  2022-04-07 12:12 ` Uwe Kleine-König
  2022-04-08 13:36 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Bastian Krause @ 2022-04-07 10:58 UTC (permalink / raw)
  To: ptxdist; +Cc: ukl, Bastian Krause

The license header in the source files includes the "or (at your option)
any later version" clause.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/microcom.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/microcom.make b/rules/microcom.make
index d8ff76bb8..93dbe59d5 100644
--- a/rules/microcom.make
+++ b/rules/microcom.make
@@ -21,7 +21,7 @@ MICROCOM_SUFFIX		:= tar.xz
 MICROCOM_URL		:= https://github.com/pengutronix/microcom/releases/download/v$(MICROCOM_VERSION)/microcom-$(MICROCOM_VERSION).$(MICROCOM_SUFFIX)
 MICROCOM_SOURCE		:= $(SRCDIR)/$(MICROCOM).$(MICROCOM_SUFFIX)
 MICROCOM_DIR		:= $(BUILDDIR)/$(MICROCOM)
-MICROCOM_LICENSE	:= GPL-2.0-only
+MICROCOM_LICENSE	:= GPL-2.0-or-later
 
 # ----------------------------------------------------------------------------
 # Prepare
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [PATCH] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later
  2022-04-07 10:58 [ptxdist] [PATCH] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later Bastian Krause
@ 2022-04-07 12:12 ` Uwe Kleine-König
  2022-04-08 13:36 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Uwe Kleine-König @ 2022-04-07 12:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause


[-- Attachment #1.1: Type: text/plain, Size: 967 bytes --]

On Thu, Apr 07, 2022 at 12:58:15PM +0200, Bastian Krause wrote:
> The license header in the source files includes the "or (at your option)
> any later version" clause.

Looks right, the only irritating thing is that the COPYRIGHT file says

	All files included in microcom are distributable under the "GNU GENERAL PUBLIC
	LICENSE version 2". (Some might have the "or any later version" phrase; this
	doesn't affect the previous statement though.) If the file doesn't specify a
	license explicitly, assume "version 2 only". The "GNU GENERAL PUBLIC LICENSE
	version 2" is appended below.

but all *.c and *.h files have the "or later" annotation. Hmm. This is
an upstream thing though, to this patch looks fine.

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [APPLIED] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later
  2022-04-07 10:58 [ptxdist] [PATCH] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later Bastian Krause
  2022-04-07 12:12 ` Uwe Kleine-König
@ 2022-04-08 13:36 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2022-04-08 13:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Bastian Krause

Thanks, applied as d0c2e24b96cc74026a7ddd05848642d1438462c1.

Michael

[sent from post-receive hook]

On Fri, 08 Apr 2022 15:36:08 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> The license header in the source files includes the "or (at your option)
> any later version" clause.
> 
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20220407105815.1280803-1-bst@pengutronix.de>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/microcom.make b/rules/microcom.make
> index d8ff76bb8e6a..93dbe59d5cbf 100644
> --- a/rules/microcom.make
> +++ b/rules/microcom.make
> @@ -21,7 +21,7 @@ MICROCOM_SUFFIX		:= tar.xz
>  MICROCOM_URL		:= https://github.com/pengutronix/microcom/releases/download/v$(MICROCOM_VERSION)/microcom-$(MICROCOM_VERSION).$(MICROCOM_SUFFIX)
>  MICROCOM_SOURCE		:= $(SRCDIR)/$(MICROCOM).$(MICROCOM_SUFFIX)
>  MICROCOM_DIR		:= $(BUILDDIR)/$(MICROCOM)
> -MICROCOM_LICENSE	:= GPL-2.0-only
> +MICROCOM_LICENSE	:= GPL-2.0-or-later
>  
>  # ----------------------------------------------------------------------------
>  # Prepare

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

end of thread, other threads:[~2022-04-08 13:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 10:58 [ptxdist] [PATCH] microcom: correct SPDX license identifier GPL-2.0-only -> GPL-2.0-or-later Bastian Krause
2022-04-07 12:12 ` Uwe Kleine-König
2022-04-08 13:36 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox