diff mbox series

xen/arm: imx8qm: Re-license file to GPL-2.0-only

Message ID 20240416133844.2544452-1-john.ernberg@actia.se (mailing list archive)
State New
Headers show
Series xen/arm: imx8qm: Re-license file to GPL-2.0-only | expand

Commit Message

John Ernberg April 16, 2024, 1:38 p.m. UTC
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(-)

Comments

Peng Fan April 16, 2024, 1:40 p.m. UTC | #1
> 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
Stefano Stabellini April 17, 2024, 12:47 a.m. UTC | #2
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
>
Julien Grall April 17, 2024, 12:10 p.m. UTC | #3
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,
diff mbox series

Patch

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
  *