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 second license text matches the MIT license [0] better than the X11 license [1] due to the phrase "THE AUTHORS OR COPYRIGHT" (while X11 uses "THE X CONSORTIUM")
Martin [0] https://spdx.org/licenses/MIT.html [1] https://spdx.org/licenses/X11.html

