On 09/06/2023 10:22 am, Jan Beulich wrote: >> --- /dev/null >> +++ b/xen/arch/ppc/boot_of.c >> @@ -0,0 +1,122 @@ >> +/* SPDX-License-Identifier: GPL-2.0-or-later */ > By default we mean to use ... > >> --- /dev/null >> +++ b/xen/arch/ppc/early_printk.c >> @@ -0,0 +1,36 @@ >> +/* SPDX-License-Identifier: GPL-2.0 */ > ... the more modern form of this (GPL-2.0-only). Anything deviating from > that may want justifying in the description.
GPL-2.0-or-later is fine. It's only the un-qualified GPL-2.0 form which is deprecated, and should be replaced with an -or-later or -only suffix, as chosen by the copyright holder. ~Andrew