From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751712AbeAaSve (ORCPT ); Wed, 31 Jan 2018 13:51:34 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:44149 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751656AbeAaSvd (ORCPT ); Wed, 31 Jan 2018 13:51:33 -0500 Date: Wed, 31 Jan 2018 10:51:30 -0800 From: Darren Hart To: Andy Shevchenko Cc: platform-driver-x86@vger.kernel.org, AceLan Kao , linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 2/2] platform/x86: intel-vbtn: Replace License by SDPX identifier Message-ID: <20180131185130.GD8676@fury> References: <20180131175407.18301-1-andriy.shevchenko@linux.intel.com> <20180131175407.18301-2-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180131175407.18301-2-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 31, 2018 at 07:54:07PM +0200, Andy Shevchenko wrote: > Replace License short header by SPDX identifier. > > Signed-off-by: Andy Shevchenko Reviewed-by: Darren Hart (VMware) > --- > drivers/platform/x86/intel-vbtn.c | 12 +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) > > diff --git a/drivers/platform/x86/intel-vbtn.c b/drivers/platform/x86/intel-vbtn.c > index 69bc39f8d61d..b703d6f5b099 100644 > --- a/drivers/platform/x86/intel-vbtn.c > +++ b/drivers/platform/x86/intel-vbtn.c > @@ -1,19 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0+ > /* > * Intel Virtual Button driver for Windows 8.1+ > * > * Copyright (C) 2016 AceLan Kao > * Copyright (C) 2016 Alex Hung > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License as published by > - * the Free Software Foundation; either version 2 of the License, or > - * (at your option) any later version. > - * > - * This program is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > - * > */ > > #include > -- > 2.15.1 > > -- Darren Hart VMware Open Source Technology Center