From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADE36C4361A for ; Thu, 4 Mar 2021 00:30:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8772964F02 for ; Thu, 4 Mar 2021 00:30:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346714AbhCDAaJ (ORCPT ); Wed, 3 Mar 2021 19:30:09 -0500 Received: from mail.kernel.org ([198.145.29.99]:43192 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381983AbhCCHTA (ORCPT ); Wed, 3 Mar 2021 02:19:00 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id DC46864E0C; Wed, 3 Mar 2021 07:18:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614755899; bh=oibBBAUG0mkc/tNAJlnnhJitnQ/NskrsB1wpjPpIDmQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qN4NSDcWgLOTmDGj/nCGBQU2XDKeToFVV/kLxVv7kgL7dcHh1GgZm8a7B/YJ5bOo3 AaV7R5CBFILuHM5J+qrQY12Ixf0hmiDuwXAWFIexJFWhxp0CfZ06D3KdnT0IWBuTPF XxpvekYWQJZegA8UbghNxhYLzYCNmNPwANqMRI3s= Date: Wed, 3 Mar 2021 08:18:16 +0100 From: Greg Kroah-Hartman To: Leilk Liu Cc: Mark Brown , Nicolas Boichat , "luhua . xu" , Wei Yongjun , Thomas Gleixner , Stephen Boyd , Pi-Hsun Shih , Markus Elfring , Javier Martinez Canillas , Fengguang Wu , Daniel Kurtz , Axel Lin , Mark Rutland , Matthias Brugger , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-mediatek@lists.infradead.org, fparent@baylibre.com Subject: Re: [PATCH] spi: mediatek: Re-license MTK SPI driver as Dual MIT/GPL Message-ID: References: <20210303025636.795-1-leilk.liu@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210303025636.795-1-leilk.liu@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On Wed, Mar 03, 2021 at 10:56:36AM +0800, Leilk Liu wrote: > From: "leilk.liu" > > It is wanted to use MTK spi bus driver with GPL-2.0 or MIT license. > But now it is only licensed as GPL-2.0, so re-license it as dual > MIT/GPL. > > Signed-off-by: leilk.liu Please use your name here, not an email alias for where your name goes. > --- > drivers/spi/spi-mt65xx.c | 4 ++-- > include/linux/platform_data/spi-mt65xx.h | 2 +- Given that these files have been licensed under the GPL only since 2015, all changes contributed to it have only been licensed under the GPL as well, so have you gotten approval for all of the contributors for this change? Can you please get your lawyer to also sign off on this license change patch, so that we know that you have their approval for this incase there are questions about it in the future? thanks, greg k-h