From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 29 Nov 2009 09:55:15 +0100 Subject: [U-Boot] [PATCH V2 1/3] Initial support for Marvell Orion5x SoC In-Reply-To: <20091118221716.80D933F6C2@gemini.denx.de> References: <1258239796-21528-1-git-send-email-albert.aribaud@free.fr> <1258239796-21528-2-git-send-email-albert.aribaud@free.fr> <20091118221716.80D933F6C2@gemini.denx.de> Message-ID: <4B1236F3.4010605@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.