From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 7 Aug 2014 15:09:43 +0200 Subject: [U-Boot] [PATCH v4 4/5] usb/gadget: fastboot: add sparse image definitions In-Reply-To: <20140807053446.B8F90380CBC@gemini.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> Message-ID: <201408071509.43619.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 07:34:46 AM, Wolfgang Denk wrote: > Dear Steve Rae, > > In message <1407369313-13815-5-git-send-email-srae@broadcom.com> you wrote: > > - to prepare for the support of fastboot sparse images > > > > Signed-off-by: Steve Rae > > --- > > > > This file is ASIS from: > > https://raw.githubusercontent.com/AOSB/android_system_core/master/libsp > > arse/sparse_format.h (commit 28fa5bc347390480fe190294c6c385b6a9f0d68b) > > > > except for the __UBOOT__ conditional include. > > Please make sure this origin documentation becomes part of the commit > message - here in the comment section it gets lost. Please fix for > all your patches. > > > + * Copyright (C) 2010 The Android Open Source Project > > + * > > + * Licensed under the Apache License, Version 2.0 (the "License"); > > + * you may not use this file except in compliance with the License. > > + * You may obtain a copy of the License at > > + * > > + * http://www.apache.org/licenses/LICENSE-2.0 > > + * > > + * Unless required by applicable law or agreed to in writing, software > > + * distributed under the License is distributed on an "AS IS" BASIS, > > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > > implied. + * See the License for the specific language governing > > permissions and + * limitations under the License. > > + */ > > Please always use SPDX license tags only. > > 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 ? Best regards, Marek Vasut