Wolfgang Denk a écrit : > Dear Albert Aribaud, > diff --git a/cpu/arm926ejs/orion5x/mpp.c b/cpu/arm926ejs/orion5x/mpp.c > new file mode 100644 > index 0000000..f341747 > --- /dev/null > +++ b/cpu/arm926ejs/orion5x/mpp.c > ... > + * This file is licensed under the terms of the GNU General Public > + * License version 2. This program is licensed "as is" without any > + * warranty of any kind, whether express or implied. > > NAK. License must be "v2 or any later version". Ditto for some other > files.
>> diff --git a/include/asm-arm/arch-orion5x/gpio.h >> b/include/asm-arm/arch-orion5x/gpio.h >> new file mode 100644 >> index 0000000..58592ad >> --- /dev/null >> +++ b/include/asm-arm/arch-orion5x/gpio.h > ... >> + * This file is licensed under the terms of the GNU General Public >> + * License version 2. This program is licensed "as is" without any >> + * warranty of any kind, whether express or implied. > > NAK. See above. >> diff --git a/include/asm-arm/arch-orion5x/mpp.h >> b/include/asm-arm/arch-orion5x/mpp.h >> new file mode 100644 >> index 0000000..31fade7 >> --- /dev/null >> +++ b/include/asm-arm/arch-orion5x/mpp.h > ... >> + * This file is licensed under the terms of the GNU General Public >> + * License version 2. This program is licensed "as is" without any >> + * warranty of any kind, whether express or implied. > > NAK. See above. > Best regards, > > Wolfgang Denk These files are derived from their kirkwood counterparts, which are GPL v2 only, so I don't have the right to simply change that to "v2 or any later version", I believe, unless the originals' copyright owner allows it (and possibly even fixes the originals). Prafulla, would you ACK this? Amicalement, -- Albert. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

