All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only
@ 2024-04-16 13:38 John Ernberg
  2024-04-16 13:40 ` Peng Fan
  0 siblings, 1 reply; 4+ messages in thread
From: John Ernberg @ 2024-04-16 13:38 UTC (permalink / raw)
  To: Stefano Stabellini, Julien Grall, Bertrand Marquis, Michal Orzel,
	Volodymyr Babchuk
  Cc: xen-devel, John Ernberg, Peng Fan

New contributions are recommended to be under GPL-2.0-only [1], since this
code piece originally came from the NXP tree the original license was
retained.

However, as discussed both Peng [2] and I [3] are ok with GPL-2.0.-only
as a license. Change the license.

Cc: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/xen-devel/084b9ed5-1585-4802-b504-6ccd2f262542@xen.org/ [1]
Link: https://lore.kernel.org/xen-devel/DU0PR04MB9417A835B5D04517CC11500788082@DU0PR04MB9417.eurprd04.prod.outlook.com/ [2]
Link: https://lore.kernel.org/xen-devel/e3785d8a-9b16-4b74-9453-b0166bdbb171@actia.se/ [3]
Signed-off-by: John Ernberg <john.ernberg@actia.se>
---
 xen/arch/arm/platforms/imx8qm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/arm/platforms/imx8qm.c b/xen/arch/arm/platforms/imx8qm.c
index 3600a073e8..9dac6af425 100644
--- a/xen/arch/arm/platforms/imx8qm.c
+++ b/xen/arch/arm/platforms/imx8qm.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * xen/arch/arm/platforms/imx8qm.c
  *
-- 
2.44.0


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

* RE: [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only
  2024-04-16 13:38 [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only John Ernberg
@ 2024-04-16 13:40 ` Peng Fan
  2024-04-17  0:47   ` Stefano Stabellini
  0 siblings, 1 reply; 4+ messages in thread
From: Peng Fan @ 2024-04-16 13:40 UTC (permalink / raw)
  To: John Ernberg, Stefano Stabellini, Julien Grall, Bertrand Marquis,
	Michal Orzel, Volodymyr Babchuk
  Cc: xen-devel

> Subject: [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only
>
> New contributions are recommended to be under GPL-2.0-only [1], since this
> code piece originally came from the NXP tree the original license was retained.
>
> However, as discussed both Peng [2] and I [3] are ok with GPL-2.0.-only as a
> license. Change the license.
>
> Cc: Peng Fan <peng.fan@nxp.com>
> Link:
> https://lore.ke/
> rnel.org%2Fxen-devel%2F084b9ed5-1585-4802-b504-
> 6ccd2f262542%40xen.org%2F&data=05%7C02%7Cpeng.fan%40nxp.com%7C
> 0620114718b349f6acaf08dc5e1a914c%7C686ea1d3bc2b4c6fa92cd99c5c30
> 1635%7C0%7C0%7C638488715401364850%7CUnknown%7CTWFpbGZsb3d
> 8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%
> 3D%7C0%7C%7C%7C&sdata=kiZCfwbHB4ovpKwpcDSsC%2BqlHp2rHWOF9CP
> Z9vr9WQ0%3D&reserved=0 [1]
> Link:
> https://lore.ke/
> rnel.org%2Fxen-
> devel%2FDU0PR04MB9417A835B5D04517CC11500788082%40DU0PR04MB
> 9417.eurprd04.prod.outlook.com%2F&data=05%7C02%7Cpeng.fan%40nxp.c
> om%7C0620114718b349f6acaf08dc5e1a914c%7C686ea1d3bc2b4c6fa92cd9
> 9c5c301635%7C0%7C0%7C638488715401382481%7CUnknown%7CTWFpb
> GZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI
> 6Mn0%3D%7C0%7C%7C%7C&sdata=SgqvF8j1qcbrRxWlibrZOt%2F5V2kcjJQI1
> pUSLcphjoo%3D&reserved=0 [2]
> Link:
> https://lore.ke/
> rnel.org%2Fxen-devel%2Fe3785d8a-9b16-4b74-9453-
> b0166bdbb171%40actia.se%2F&data=05%7C02%7Cpeng.fan%40nxp.com%7
> C0620114718b349f6acaf08dc5e1a914c%7C686ea1d3bc2b4c6fa92cd99c5c3
> 01635%7C0%7C0%7C638488715401397178%7CUnknown%7CTWFpbGZsb3
> d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0
> %3D%7C0%7C%7C%7C&sdata=INhtc4gq0P5UYCo9xLaM%2BA2Fuzzm2qIFb0s
> ec1oSGaU%3D&reserved=0 [3]
> Signed-off-by: John Ernberg <john.ernberg@actia.se>

Acked-by: Peng Fan <peng.fan@nxp.com>
> ---
>  xen/arch/arm/platforms/imx8qm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/arch/arm/platforms/imx8qm.c
> b/xen/arch/arm/platforms/imx8qm.c index 3600a073e8..9dac6af425 100644
> --- a/xen/arch/arm/platforms/imx8qm.c
> +++ b/xen/arch/arm/platforms/imx8qm.c
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0-or-later */
> +/* SPDX-License-Identifier: GPL-2.0-only */
>  /*
>   * xen/arch/arm/platforms/imx8qm.c
>   *
> --
> 2.44.0


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

* RE: [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only
  2024-04-16 13:40 ` Peng Fan
@ 2024-04-17  0:47   ` Stefano Stabellini
  2024-04-17 12:10     ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: Stefano Stabellini @ 2024-04-17  0:47 UTC (permalink / raw)
  To: Peng Fan
  Cc: John Ernberg, Stefano Stabellini, Julien Grall, Bertrand Marquis,
	Michal Orzel, Volodymyr Babchuk, xen-devel

On Tue, 16 Apr 2024, Peng Fan wrote:
> > Subject: [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only
> >
> > New contributions are recommended to be under GPL-2.0-only [1], since this
> > code piece originally came from the NXP tree the original license was retained.
> >
> > However, as discussed both Peng [2] and I [3] are ok with GPL-2.0.-only as a
> > license. Change the license.
> >
> > Cc: Peng Fan <peng.fan@nxp.com>
> > Signed-off-by: John Ernberg <john.ernberg@actia.se>
> 
> Acked-by: Peng Fan <peng.fan@nxp.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> > ---
> >  xen/arch/arm/platforms/imx8qm.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/xen/arch/arm/platforms/imx8qm.c
> > b/xen/arch/arm/platforms/imx8qm.c index 3600a073e8..9dac6af425 100644
> > --- a/xen/arch/arm/platforms/imx8qm.c
> > +++ b/xen/arch/arm/platforms/imx8qm.c
> > @@ -1,4 +1,4 @@
> > -/* SPDX-License-Identifier: GPL-2.0-or-later */
> > +/* SPDX-License-Identifier: GPL-2.0-only */
> >  /*
> >   * xen/arch/arm/platforms/imx8qm.c
> >   *
> > --
> > 2.44.0
> 


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

* Re: [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only
  2024-04-17  0:47   ` Stefano Stabellini
@ 2024-04-17 12:10     ` Julien Grall
  0 siblings, 0 replies; 4+ messages in thread
From: Julien Grall @ 2024-04-17 12:10 UTC (permalink / raw)
  To: Stefano Stabellini, Peng Fan
  Cc: John Ernberg, Bertrand Marquis, Michal Orzel, Volodymyr Babchuk,
	xen-devel

Hi John,

Thanks for the patch!

On 17/04/2024 01:47, Stefano Stabellini wrote:
> On Tue, 16 Apr 2024, Peng Fan wrote:
>>> Subject: [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only
>>>
>>> New contributions are recommended to be under GPL-2.0-only [1], since this
>>> code piece originally came from the NXP tree the original license was retained.
>>>
>>> However, as discussed both Peng [2] and I [3] are ok with GPL-2.0.-only as a
>>> license. Change the license.
>>>
>>> Cc: Peng Fan <peng.fan@nxp.com>
>>> Signed-off-by: John Ernberg <john.ernberg@actia.se>
>>
>> Acked-by: Peng Fan <peng.fan@nxp.com>
> 
> Acked-by: Stefano Stabellini <sstabellini@kernel.org>

Acked-by: Julien Grall <jgrall@amazon.com>

I will commit it once OSSTest has been unblocked.

Cheers,

-- 
Julien Grall


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

end of thread, other threads:[~2024-04-17 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16 13:38 [PATCH] xen/arm: imx8qm: Re-license file to GPL-2.0-only John Ernberg
2024-04-16 13:40 ` Peng Fan
2024-04-17  0:47   ` Stefano Stabellini
2024-04-17 12:10     ` Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.