From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751772AbdJNTmP (ORCPT ); Sat, 14 Oct 2017 15:42:15 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:45405 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbdJNTmO (ORCPT ); Sat, 14 Oct 2017 15:42:14 -0400 Date: Sat, 14 Oct 2017 21:41:22 +0200 From: Andrew Lunn To: David Laight , Arkadi Sharshevsky Cc: "'Tristram.Ha@microchip.com'" , Florian Fainelli , Pavel Machek , Ruediger Schmitt , "muvarov@gmail.com" , "nathan.leigh.conrad@gmail.com" , "vivien.didelot@savoirfairelinux.com" , "UNGLinuxDriver@microchip.com" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v1 RFC 1/7] Replace license with GPL Message-ID: <20171014194122.GI18578@lunn.ch> References: <1507321985-15097-1-git-send-email-Tristram.Ha@microchip.com> <1507321985-15097-2-git-send-email-Tristram.Ha@microchip.com> <063D6719AE5E284EB5DD2968C1650D6DD008D3F0@AcuExch.aculab.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <063D6719AE5E284EB5DD2968C1650D6DD008D3F0@AcuExch.aculab.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 09, 2017 at 09:18:16AM +0000, David Laight wrote: > From: Tristram.Ha@microchip.com > > Sent: 06 October 2017 21:33 > > Replace license with GPL. > > Don't you need permission from all the people who have updated > the files in order to make this change? Hi David Interesting question. ksz_9477_reg.h and ksz_spi.c are not a problem, since Woojung Huh is the only contributor. ksz_common.c has a MODULE_LICENSE("GPL") so indicating it probably was intended to the GPL. However, getting an acked-by from Arkadi Sharshevsky would be good. Andrew