From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyI4r-0005fK-Ck for qemu-devel@nongnu.org; Tue, 09 Dec 2014 05:31:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyI4m-0003cZ-4k for qemu-devel@nongnu.org; Tue, 09 Dec 2014 05:31:33 -0500 Received: from mail-wg0-f52.google.com ([74.125.82.52]:44392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyI4l-0003cT-Tu for qemu-devel@nongnu.org; Tue, 09 Dec 2014 05:31:28 -0500 Received: by mail-wg0-f52.google.com with SMTP id x12so392553wgg.39 for ; Tue, 09 Dec 2014 02:31:27 -0800 (PST) Message-ID: <5486CF2C.6000804@linaro.org> Date: Tue, 09 Dec 2014 11:30:04 +0100 From: Eric Auger MIME-Version: 1.0 References: <1417371570-11789-1-git-send-email-eric.auger@linaro.org> <1417371570-11789-6-git-send-email-eric.auger@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 5/6] hw/arm/sysbus-fdt: helpers for platform bus nodes addition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Joel Schopp , Kim Phillips , eric.auger@st.com, Antonios Motakis , Alvise Rigo , manish.jaggi@caviumnetworks.com, Ard Biesheuvel , Will Deacon , QEMU Developers , Alexander Graf , Bharat Bhushan , Alex Williamson , Patch Tracking , Shannon Zhao , Stuart Yoder , Paolo Bonzini , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 12/05/2014 05:40 PM, Peter Maydell wrote: > On 30 November 2014 at 18:19, Eric Auger wrote: >> --- /dev/null >> +++ b/hw/arm/sysbus-fdt.c >> @@ -0,0 +1,180 @@ >> +/* >> + * ARM Platform Bus device tree generation helpers >> + * >> + * Copyright (c) 2014 Linaro Limited >> + * >> + * Authors: >> + * Alex Graf >> + * Eric Auger >> + * >> + * This program is free software; you can redistribute it and/or modify it >> + * under the terms and conditions of the GNU General Public License, >> + * version 2 or later, as published by the Free Software Foundation. > > but > >> diff --git a/include/hw/arm/sysbus-fdt.h b/include/hw/arm/sysbus-fdt.h >> new file mode 100644 >> index 0000000..d4bec85 >> --- /dev/null >> +++ b/include/hw/arm/sysbus-fdt.h >> @@ -0,0 +1,50 @@ >> +/* >> + * Dynamic sysbus device tree node generation API >> + * >> + * Copyright Linaro Limited, 2014 >> + * >> + * Authors: >> + * Alex Graf >> + * Eric Auger >> + * >> + * This work is licensed under the terms of the GNU GPL, version 2. See >> + * the COPYING file in the top-level directory. >> + */ > > ...shouldn't the .c file and the .h file be under the same license? OK copyrights are now aligned Thanks Eric > > -- PMM >