From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 7 Aug 2014 15:45:38 +0200 Subject: [U-Boot] [PATCH v4 4/5] usb/gadget: fastboot: add sparse image definitions In-Reply-To: <53E37F2D.5090700@linutronix.de> References: <1407369313-13815-1-git-send-email-srae@broadcom.com> <201408071509.43619.marex@denx.de> <53E37F2D.5090700@linutronix.de> Message-ID: <201408071545.39104.marex@denx.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 Thursday, August 07, 2014 at 03:29:17 PM, Sebastian Andrzej Siewior wrote: > On 08/07/2014 03:09 PM, Marek Vasut wrote: > >>> + * Copyright (C) 2010 The Android Open Source Project > >>> + * > >>> + * Licensed under the Apache License, Version 2.0 (the "License"); > >> > >> Please note that this license is not compatible with GPL version 2, > >> because it has some requirements that are not in that GPL version. An > >> U-Boot is covered by GPLv2 ... > > > > I think we should start considering getting some kind of a legal > > conseling here, or do we actually have one already ? > > I used the gnu page back then. Apache2 is compatible with GPLv3 but not > with GPLv2 [0]. Some parts of the code I played around (the android > image header file for instance) was under the Apache2 license and in > another git tree under the two-clause BSD license which was compatible > with GPLv2 [1]. > So the argument about incompatible licenses is valid here. Should > u-boot switch to GPLv3 you need to hunt down that file again and this > time with the apache2 license :) I agree. Is there a version of this file with BSD license on it ? Then that'd be a problem solved, right ? The other option would be to ask Google to release it under BSD license, but I don't know how easy that would be. Best regards, Marek Vasut