From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Subject: Re: [PATCH] Added license header to dtc/libfdt/fdt.h and libfdt_env.h Date: Thu, 14 Feb 2013 18:39:36 -0600 Message-ID: <20130214183936.e82dbf45c5708f8084de2d62@freescale.com> References: <1360773121-25880-1-git-send-email-jsobota@ti.com> <20130213233255.GU4948@truffula.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130213233255.GU4948-W9XWwYn+TF0XU02nzanrWNbf9cGiqdzd@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: David Gibson Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Justin Sobota List-Id: devicetree@vger.kernel.org On Thu, 14 Feb 2013 10:32:56 +1100 David Gibson wrote: > On Wed, Feb 13, 2013 at 11:32:01AM -0500, Justin Sobota wrote: > > This commit adds a license header to fdt.h and libfdt_env.h because > > the license was omitted > > So, having a quick look at the git blame for both these files, it > looks like Kim Phillips (CCed) also touched them substantially. > > Kim, did you want to supply an additional copyright line for these files? sure, it'd be: Copyright 2012 Kim Phillips, Freescale Semiconductor. I can spin a patch on top of this one, or - wait... > > Signed-off-by: Justin Sobota > > --- > > libfdt/fdt.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ > > libfdt/libfdt_env.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ > > 2 files changed, 100 insertions(+) > > mode change 100644 => 100755 libfdt/fdt.h > > mode change 100644 => 100755 libfdt/libfdt_env.h ...what's up with making them executable? So I'm assuming this patch is going to be respun to not include the mode changes, in which case please add the above copyright line under David's. Thanks, Kim