Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2989410imu; Fri, 18 Jan 2019 02:52:57 -0800 (PST) X-Google-Smtp-Source: ALg8bN4R2H7KdxOV8Op5oIPSPTExbvLiIZSYIb+7Za97x2beyEFOyjp+3hzKHqOsL71EgrFT6/Jz X-Received: by 2002:a62:7042:: with SMTP id l63mr19483476pfc.89.1547808777364; Fri, 18 Jan 2019 02:52:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547808777; cv=none; d=google.com; s=arc-20160816; b=XrE/8ZkDRhe8DU6xW6oxTZlwgHJWUkpu9q6PEGrNrpRTkcrWSaiqcpPMwRQqnGkS/V QhwLJ2tRP3xyagY7gsjhOLmc3BLba+XRGfj7iJz/zEzEQbXBw7HB8xjyoB6fGiFKWZqK MwqBtbVaoh3ZTbJRIUYUoSUHaiTQhFVh+oouQWUe23q44nztZpScno5UrwUJrvNMPlEG hlVeM+lIJAWNXF8vOpuBspkAIXimp6YGIKj3HOxD/rhaVdFRvFwWq2QghvMtagn1EYXF 9Ur9oaLUhTtc3UiRKAG5a2TlYtSPS/37MBceVDi+nUO56Kc3tpU8/syw/T3nrtKCsMPD UNLQ== 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:message-id :subject:cc:to:from:date; bh=OsflDA85/MoNQyFrCNYseGG324x41bTY57ou3T1OvPY=; b=Ns2Z/w1BteUwYQFGNlO4GVa2msOM9nsPea6R9a8wHW0RyEHMXyyo7IVYqu8gxtoIs0 O4p5jX5zJzVXOshkEKy5DOHgEXJHEX2LNALnRyHPLXX2DrH0C/OgwFC0Xq1WBVvpSM6R aWzZkFVWZwmyyXaV1E4nnFQfgN38Y3MqQ0ebTI8ME4NJfZLkfdnqan2Y/uDZsCCnPEhH gEjfGnK7wqCLkF6XU2shZDn//lWQLeUa2M4Nli4DJ1GCxkm1udD60HahvzrgmzExZdmz Hri0XyeWJ5uSd3fYoa+brOj/qeiuDOmF4V6O0gBkj8XHlvHmkui8bdxQ+KI8owK+i4L3 CmIw== 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 j191si4057862pgc.15.2019.01.18.02.52.39; Fri, 18 Jan 2019 02:52:57 -0800 (PST) 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 S1727245AbfARKuF (ORCPT + 99 others); Fri, 18 Jan 2019 05:50:05 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:49057 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726032AbfARKuF (ORCPT ); Fri, 18 Jan 2019 05:50:05 -0500 Received: from p4fea4364.dip0.t-ipconnect.de ([79.234.67.100] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gkRio-0004JG-Sz; Fri, 18 Jan 2019 11:49:59 +0100 Date: Fri, 18 Jan 2019 11:49:58 +0100 (CET) From: Thomas Gleixner To: LKML cc: Shannon Nelson , Zhu Yanjun , "David S. Miller" , netdev@vger.kernel.org, Greg KH , Kate Stewart Subject: [PATCH] net: sun: cassini: Cleanup license conflict Message-ID: 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 The recent addition of SPDX license identifiers to the files in drivers/net/ethernet/sun created a licensing conflict. The cassini driver files contain a proper license notice: * 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. but the SPDX change added: SPDX-License-Identifier: GPL-2.0 So the file got tagged GPL v2 only while in fact it is licensed under GPL v2 or later. It's nice that people care about the SPDX tags, but they need to be more careful about it. Not everything under (the) sun belongs to ... Fix up the SPDX identifier and remove the boiler plate text as it is redundant. Fixes: c861ef83d771 ("sun: Add SPDX license tags to Sun network drivers") Signed-off-by: Thomas Gleixner Cc: Shannon Nelson Cc: Zhu Yanjun Cc: David S. Miller Cc: netdev@vger.kernel.org Cc: stable@vger.kernel.org --- drivers/net/ethernet/sun/cassini.c | 15 +-------------- drivers/net/ethernet/sun/cassini.h | 15 +-------------- 2 files changed, 2 insertions(+), 28 deletions(-) --- a/drivers/net/ethernet/sun/cassini.c +++ b/drivers/net/ethernet/sun/cassini.c @@ -1,22 +1,9 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0+ /* cassini.c: Sun Microsystems Cassini(+) ethernet driver. * * Copyright (C) 2004 Sun Microsystems Inc. * Copyright (C) 2003 Adrian Sun (asun@darksunrising.com) * - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, see . - * * This driver uses the sungem driver (c) David Miller * (davem@redhat.com) as its basis. * --- a/drivers/net/ethernet/sun/cassini.h +++ b/drivers/net/ethernet/sun/cassini.h @@ -1,23 +1,10 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0+ */ /* $Id: cassini.h,v 1.16 2004/08/17 21:15:16 zaumen Exp $ * cassini.h: Definitions for Sun Microsystems Cassini(+) ethernet driver. * * Copyright (C) 2004 Sun Microsystems Inc. * Copyright (c) 2003 Adrian Sun (asun@darksunrising.com) * - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, see . - * * vendor id: 0x108E (Sun Microsystems, Inc.) * device id: 0xabba (Cassini) * revision ids: 0x01 = Cassini