From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Date: Thu, 07 Aug 2014 15:29:17 +0200 Subject: [U-Boot] [PATCH v4 4/5] usb/gadget: fastboot: add sparse image definitions In-Reply-To: <201408071509.43619.marex@denx.de> References: <1407369313-13815-1-git-send-email-srae@broadcom.com> <1407369313-13815-5-git-send-email-srae@broadcom.com> <20140807053446.B8F90380CBC@gemini.denx.de> <201408071509.43619.marex@denx.de> Message-ID: <53E37F2D.5090700@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 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 :) [0] https://www.gnu.org/licenses/license-list.html#apache2 [1] https://www.gnu.org/licenses/license-list.html#FreeBSD > > Best regards, > Marek Vasut > Sebastian