Acked-by Vivek Unune On Thu, Sep 20, 2018 at 7:20 AM Rafał Miłecki <zajec5@xxxxxxxxx> wrote: > > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > This matches licensing used by other BCM5301X files and is preferred as: > 1) GPL 2.0+ makes it clearly compatible with Linux kernel > 2) MIT is also permissive but preferred over ISC > > This file has been developed by me & once modified by Vivek. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > --- > Vivek: you have touched this file in the commit 37f6130ec39f ("ARM: dts: > BCM5301X: Make USB 3.0 PHY use MDIO PHY driver"). > > If you are OK with this relicensing, can you reply with > Acked-by > with your name, please? > --- > arch/arm/boot/dts/bcm47094.dtsi | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/bcm47094.dtsi b/arch/arm/boot/dts/bcm47094.dtsi > index f7c3e274b354..cdc5ff593adb 100644 > --- a/arch/arm/boot/dts/bcm47094.dtsi > +++ b/arch/arm/boot/dts/bcm47094.dtsi > @@ -1,7 +1,6 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT > /* > * Copyright (C) 2016 Rafał Miłecki <rafal@xxxxxxxxxx> > - * > - * Licensed under the ISC license. > */ > > #include "bcm4708.dtsi" > -- > 2.13.7 >