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....@nxp.com> > > Signed-off-by: John Ernberg <john.ernb...@actia.se> > > Acked-by: Peng Fan <peng....@nxp.com>
Acked-by: Stefano Stabellini <sstabell...@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 >