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=-8.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 21794C04AB5 for ; Mon, 3 Jun 2019 11:37:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D67E32814F for ; Mon, 3 Jun 2019 11:37:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559561868; bh=S5KHWxelkAKWFFNGHbAo4yCPXhSl3jm1/Ab7G7x3fYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=h/1Fxwy9yNDcmacaeqT6KHS3wRNuFGD6Aq30hI2/iqEOPosiioLnxnxSM7lWB2BiH WsxA4Fhi/VmimJzKuwza2PpdwUjHweboLf6oKEX5ez9jqRGreM/5GD6UQtmg0vfyrp VE5zDqWG/aRDYp/slVJRm5U802cs3895d2DCh9Ko= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728316AbfFCLhr (ORCPT ); Mon, 3 Jun 2019 07:37:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:57608 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727530AbfFCLhr (ORCPT ); Mon, 3 Jun 2019 07:37:47 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6592526CA1; Mon, 3 Jun 2019 11:37:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559561866; bh=S5KHWxelkAKWFFNGHbAo4yCPXhSl3jm1/Ab7G7x3fYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ByiQHPuCd1dL0jsyeUeOt8nkF4yHnr4auJ8t9nmu7t83/zhHyY9xkXWjN0x7WOLSs Qg0LE6PqmDeRx1sL0IkvwbvgGBFI5xXVbPVZWVhRHq1nS6hoqcq5T+DfUmQO5EzJnf pFLl8Yej0MrHd0j6jXj+LfYqW+8gDf8VnqwIl/48= Date: Mon, 3 Jun 2019 13:37:44 +0200 From: Greg KH To: "Enrico Weigelt, metux IT consult" Cc: linux-spdx@vger.kernel.org, tglx@linutronix.de, armijn@tjaldur.nl Subject: Re: [PATCH] drivers: input: touchscreen: elants_i2c: Replace GPLv2 boilerplate/reference with SPDX Message-ID: <20190603113744.GC7678@kroah.com> References: <05aed1e-78ec-b2bb-af3d-fc21cc3ad65f@metux.net> <1559558444-22238-1-git-send-email-info@metux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559558444-22238-1-git-send-email-info@metux.net> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Mon, Jun 03, 2019 at 12:40:44PM +0200, Enrico Weigelt, metux IT consult wrote: > Replace the GPLVv2 boilerplate w/ machine readable SPDX header. > > Doing manual replacement, as rule 233 didn't fit exactly and would > have left empty comments. > > Signed-off-by: Enrico Weigelt > --- > drivers/input/touchscreen/elants_i2c.c | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c > index f2cb231..f69de7b 100644 > --- a/drivers/input/touchscreen/elants_i2c.c > +++ b/drivers/input/touchscreen/elants_i2c.c > @@ -10,7 +10,6 @@ > * Copyright (c) 2010-2012 Benjamin Tissoires > * Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France > * > - * > * This code is partly based on i2c-hid.c: > * > * Copyright (c) 2012 Benjamin Tissoires > @@ -18,12 +17,6 @@ > * Copyright (c) 2012 Red Hat, Inc > */ > > -/* > - * This software is licensed under the terms of the GNU General Public > - * License version 2, as published by the Free Software Foundation, and > - * may be copied, distributed, and modified under those terms. > - */ You can not just drop these lines and not put a proper SPDX line at the same time :(