Martin Blumenstingl <[email protected]> writes: > Hi Neil, > > On Mon, May 20, 2019 at 4:39 PM Neil Armstrong <[email protected]> > wrote: >> >> Signed-off-by: Neil Armstrong <[email protected]> >> --- >> arch/arm/boot/dts/meson8b.dtsi | 42 +--------------------------------- >> 1 file changed, 1 insertion(+), 41 deletions(-) >> >> diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi >> index 800cd65fc50a..c38b0828b7ec 100644 >> --- a/arch/arm/boot/dts/meson8b.dtsi >> +++ b/arch/arm/boot/dts/meson8b.dtsi >> @@ -1,47 +1,7 @@ >> +// SPDX-License-Identifier: GPL-2.0 OR X11 > > the GPL text below states "either version 2 of the License, or (at > your option) any later version" so I believe this should be GPL-2.0+
The "at your option" here is key. IMO, we should stick to the more common kernel practice of GPL-2.0 unless the original author (Carlo now Cc'd) wants to make it GPL-2.0+ Kevin

