Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp5509618imm; Sat, 19 May 2018 03:48:11 -0700 (PDT) X-Google-Smtp-Source: AB8JxZolfG61DS+mAB6knoLFs88TyOT+lLdaKYupmr6Oc/FRNrP18k0qnUhSQ4r0aZShp05dHlvv X-Received: by 2002:a63:731b:: with SMTP id o27-v6mr1110134pgc.132.1526726891179; Sat, 19 May 2018 03:48:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526726891; cv=none; d=google.com; s=arc-20160816; b=tc+odONlMpBXzcmq6hgoHPFV/ZIIYKdF1Bv16XYy/SgFluKfrO675dl3SiM+Unfrp1 QGuFGeASa6OjlpTAyRifkPRlTfRPw+z1TWcYD/2D7CjAEDS/sE1txqgEeq+sCl7jiaej FeNRfQLpr5BFrfC8sFCMuKiGr09ns8gVKrsPsh00ilaDNVy6gp9ii0WjeWFtYyI2zYGr YqoZZUKsnpY3x07JDJEAUhIprJPswZTahAQBaXqRrNHL38R7TmuymWSSh9sFgsPure6s kDbP7tA1FhvL/KJPkMZk6ogjj1mTMpYQm8sRcKGoA7aoiAxe4HctxktkgdIHEf4ghrq6 SCWA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=sJOYgYfx7E5BUaWBheVNDWj9f4nfBjGPUx2MWofxL0w=; b=dg22h/E+VMdYEuN3K+MPe9S1NWY6P2ne5Z9X9W1uUQRQyT1IacrEE4QV2W/wjn+6IQ rX1iGwWYsHsTBXDGZrHn4F5lE1VGW6IZ1UHPMm6mTr4Q22bDmzzCXhtvfdf4AGRJPIDo vzzF1RJYobSD9aFG4HtViVv29xqjIn7nEN4whffHji3U7YoSoBcY1iIR4CvCvsuEko5o +KWFNii4wptfktKm5QB+3sWeyoBlA11AMMXOmLSRw/Z0ZPMOAeynwvyR/35d+SBE5HqZ R159J0Wqzp0+YyDZXUrPByoYRW2cOryaPk4SbSu9Dr2SqgtqZt163W0doJc7N5IGqXQK eCRA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h127-v6si10489210pfb.111.2018.05.19.03.47.56; Sat, 19 May 2018 03:48:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752263AbeESKpj (ORCPT + 99 others); Sat, 19 May 2018 06:45:39 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:55442 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbeESKpi (ORCPT ); Sat, 19 May 2018 06:45:38 -0400 Received: from p4fea4eb5.dip0.t-ipconnect.de ([79.234.78.181] helo=nanos.glx-home) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fJzMj-0007Uk-Qc; Sat, 19 May 2018 12:45:33 +0200 Date: Sat, 19 May 2018 12:45:33 +0200 (CEST) From: Thomas Gleixner To: Jisheng Zhang cc: Jason Cooper , Marc Zyngier , LKML , Sebastian Hesselbarth Subject: Re: [PATCH] irqchip: dw-apb-ictl: switch to SPDX license identifier In-Reply-To: <20180516154022.074c5414@xhacker.debian> Message-ID: References: <20180516154022.074c5414@xhacker.debian> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 May 2018, Jisheng Zhang wrote: > Use the appropriate SPDX license identifier and drop the previous > license text. CC+: Sebastian. > Signed-off-by: Jisheng Zhang > --- > drivers/irqchip/irq-dw-apb-ictl.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/drivers/irqchip/irq-dw-apb-ictl.c b/drivers/irqchip/irq-dw-apb-ictl.c > index 0a19618ce2c8..fdc5c7d19651 100644 > --- a/drivers/irqchip/irq-dw-apb-ictl.c > +++ b/drivers/irqchip/irq-dw-apb-ictl.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Synopsys DW APB ICTL irqchip driver. > * > @@ -5,10 +6,6 @@ > * > * based on GPL'ed 2.6 kernel sources > * (c) Marvell International Ltd. > - * > - * This file is licensed under the terms of the GNU General Public > - * License version 2. This program is licensed "as is" without any > - * warranty of any kind, whether express or implied. > */ > > #include > -- > 2.17.0 > >