From patchwork Wed Jul 5 21:22:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 699393 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD624EB64DA for ; Wed, 5 Jul 2023 21:22:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230094AbjGEVWo (ORCPT ); Wed, 5 Jul 2023 17:22:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229645AbjGEVWn (ORCPT ); Wed, 5 Jul 2023 17:22:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BC4B19AB; Wed, 5 Jul 2023 14:22:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1361961765; Wed, 5 Jul 2023 21:22:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D8AAC433C8; Wed, 5 Jul 2023 21:22:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1688592159; bh=zEbZvxn5fHAXN8wkkwLFfJjiHHQqVko83vXSFT/m0PA=; h=From:To:Cc:Subject:Date:From; b=SpjjCh1no/gyThf2euEDM7MLxsUeTXZpNPO/G3V13Ft73jekRwJVbA7HE8GrCMIP6 xldTzHgZ0ZHvi1+I7m3H2A8SMK2a4YLM0/m/jE/Zqg++zKn+aPZvako9yqN+UOLWhx au3WTeyN+xd4S+TdB4fSy1hRVYZIXiuzCWk3pPtDneNTvWorgAHKiKndwH5LogInEa gna2C8WpgGREiFEhE9rsjMATjh6PZ0vIgtNQiU0p9Xv/zJ5wwvrCkVxSW4Ai3eSrmI xKZd8ucp+xcnyQJEzdZI/qvVRwgSBdqjp9KOAc8KFd3lOMDd3EMBVAcg90MzbISuLo PPuoFG0R7nxcw== Received: by mercury (Postfix, from userid 1000) id CB9C3106702D; Wed, 5 Jul 2023 23:22:36 +0200 (CEST) From: Sebastian Reichel To: Sebastian Reichel , Dmitry Torokhov Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [PATCH v1] Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDX Date: Wed, 5 Jul 2023 23:22:31 +0200 Message-Id: <20230705212231.631525-1-sre@kernel.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Replace the GPLv2 boilerplate text with a nice and short SPDX header. Signed-off-by: Sebastian Reichel --- Based on afbc67a90c7ccef304796af15477b43de5555b07 ("Input: cpcap-pwrbutton - remove initial kernel-doc notation") --- drivers/input/misc/cpcap-pwrbutton.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/input/misc/cpcap-pwrbutton.c b/drivers/input/misc/cpcap-pwrbutton.c index 5aff5a7d6a35..85cddb84717a 100644 --- a/drivers/input/misc/cpcap-pwrbutton.c +++ b/drivers/input/misc/cpcap-pwrbutton.c @@ -1,16 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * CPCAP Power Button Input Driver * * Copyright (C) 2017 Sebastian Reichel - * - * This file is subject to the terms and conditions of the GNU General - * Public License. See the file "COPYING" in the main directory of this - * archive for more details. - * - * 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