From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Date: Sat, 17 Sep 2011 21:33:40 +0200 Subject: [U-Boot] [PATCH 1/3] image: add support for Android's boot image format In-Reply-To: <20110917131031.5728911F9E70@gemini.denx.de> References: <1316191879-27214-1-git-send-email-bigeasy@linutronix.de> <1316191879-27214-2-git-send-email-bigeasy@linutronix.de> <20110916210337.83CD611F9E70@gemini.denx.de> <4E73BF68.9040600@linutronix.de> <20110917131031.5728911F9E70@gemini.denx.de> Message-ID: <4E74F614.6080604@linutronix.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/17/2011 03:10 PM, Wolfgang Denk wrote: > Dear Sebastian Andrzej Siewior, Hi Wolfgang, > In message<4E73BF68.9040600@linutronix.de> you wrote: >> >>> Are you 100% sure this is a GPLv2+ compatible license??? I don't think >>> so... >> >> How so? This is a 3-clause BSD license. According to [0] it is >> compatible. Is there anything I missed here? > > The "All rights reserved." clause doesn't fit. Are you sure? This type of license matches the FreeBSD license [0] (including the "All rights reserved" statement) and the FSF says that it is compatible with the GPL license [1]. I also see this in tools/fit_image.c which is GPLv2 or later and in include/elf.h which is a 3-clause BSD license. So why does it not fit in here? [0] http://www.freebsd.org/copyright/freebsd-license.html [1] http://www.gnu.org/licenses/license-list.html#FreeBSD > Best regards, > > Wolfgang Denk Sebastian