From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753760AbdLHJuO (ORCPT ); Fri, 8 Dec 2017 04:50:14 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:57651 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753933AbdLHJnt (ORCPT ); Fri, 8 Dec 2017 04:43:49 -0500 Message-ID: <1512726226.8762.1.camel@pengutronix.de> Subject: Re: [PATCH] mux: add SPDX identifiers to all mux source files From: Philipp Zabel To: Peter Rosin Cc: linux-kernel@vger.kernel.org Date: Fri, 08 Dec 2017 10:43:46 +0100 In-Reply-To: <20171207210849.25183-1-peda@axentia.se> References: <20171207210849.25183-1-peda@axentia.se> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, On Thu, 2017-12-07 at 22:08 +0100, Peter Rosin wrote: > Remove all free-text license texts. > > This is done on a quest to remove the 700+ different ways that files in > the kernel describe the GPL license text. > > No copyright headers or other non-license-description text was removed. > > Signed-off-by: Peter Rosin > --- > > Hi Philipp, > > I assume this is ok with you for the mmio file, but asking just in case... [...] > diff --git a/drivers/mux/mmio.c b/drivers/mux/mmio.c > index 37c1de359a70..935ac44aa209 100644 > --- a/drivers/mux/mmio.c > +++ b/drivers/mux/mmio.c > @@ -1,11 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0 Acked-by: Philipp Zabel > /* > * MMIO register bitfield-controlled multiplexer driver > * > * Copyright (C) 2017 Pengutronix, Philipp Zabel > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > */ > > #include > diff --git a/include/linux/mux/consumer.h b/include/linux/mux/consumer.h > index ea96d4c82be7..5fc6bb2fefad 100644 > --- a/include/linux/mux/consumer.h > +++ b/include/linux/mux/consumer.h > @@ -1,13 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ Is there a system to the different comment styles in c the files vs in the headers? regards Philipp