From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.codeaurora.org by pdx-caf-mail.web.codeaurora.org (Dovecot) with LMTP id /dlzOwMlGlsBYgAAmS7hNA ; Fri, 08 Jun 2018 06:41:08 +0000 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id E04CE607A4; Fri, 8 Jun 2018 06:41:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on pdx-caf-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by smtp.codeaurora.org (Postfix) with ESMTP id 6D7256074D; Fri, 8 Jun 2018 06:41:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 6D7256074D Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751486AbeFHGlF (ORCPT + 25 others); Fri, 8 Jun 2018 02:41:05 -0400 Received: from muru.com ([72.249.23.125]:46366 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751079AbeFHGlE (ORCPT ); Fri, 8 Jun 2018 02:41:04 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6CCC2807E; Fri, 8 Jun 2018 06:43:34 +0000 (UTC) Date: Thu, 7 Jun 2018 23:41:00 -0700 From: Tony Lindgren To: Enric Balletbo i Serra Cc: linux-kernel@vger.kernel.org, kernel@collabora.com, devicetree@vger.kernel.org, Javier Martinez Canillas , =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Mark Rutland , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Enric Balletbo i Serra Subject: Re: [PATCH 1/2] ARM: dts: igep: Relicense the IGEP boards under GPLv2/X11 Message-ID: <20180608064100.GM5738@atomide.com> References: <20180606152500.14034-1-enric.balletbo@collabora.com> <20180608063222.GL5738@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180608063222.GL5738@atomide.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [180607 23:32]: > Hi, > > * Enric Balletbo i Serra [180606 08:27]: > > The current GPLv2 only licensing on IGEP boards makes it very impractical > > for other software components licensed under another license. > > > > In order to make it easier for them to reuse our device trees, relicense > > all boards under a GPLv2/X11 dual-license. Also switch to use the SPDX > > identifiers and remove the boiler plate license text. > > I don't think you have all the people in Cc who have already > contributed patches to these files, can you please check the > files with git log? Oh and these still include omap3.dtsi and other GPL 2.0 licensed files so this relicensing may not work out without lots of emails and and acks from all the contributors. Regards, Tony