Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp7774750imu; Tue, 22 Jan 2019 11:23:45 -0800 (PST) X-Google-Smtp-Source: ALg8bN5PZLleTt+E97bzymBg/905wFsSKkKWhIhvp3jfRUu2MGfIIiDuDAsp+JxknI/yZDcz0zPx X-Received: by 2002:a17:902:8687:: with SMTP id g7mr35201827plo.96.1548185025707; Tue, 22 Jan 2019 11:23:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548185025; cv=none; d=google.com; s=arc-20160816; b=HhQ9Lct2vE+HMcWCQ/kbITvqT78OmSqtIRnIxHA457EFH+f3CqK68HckbVE5jFLFjF ESJB1cmoyrWgTnw/3+cuxHx4+EmPlB2ZY7oxE2UIVKezIHidB4hHYLFQAQfyf4NKW/EP i9QxlSVsd/ObvX3XH0KHUAw2pJBDGMBV2oysXxCFdi+rqzEdV4CIrssjazmfJNdpwQ9h 4QtUa9iMOavSH2677KJqrigntF6oKECefdpWg5wimy3CQvVpgFoYo2xjDFo6IlEmLI5b Fabi2kMhbTEgZEU0hsDrg7HWEv6XNlKQQnjT5Rs1vFBIuINxp1rzDYFsZ40csXHc/21r wiQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=oYEocO8JYX3XOzX7cX+gKDtMxuhHAY9eQX5RMueLrgs=; b=hm2QSYtZnvw0cUiSn91t8Tsqe1xjUEBVtQMxW3FTvLOkhDgDSE9+GFTO9kuOucCGM4 35FTNrUj5dbwK3Ld+zSl3s7UnFySSf2QVW4ie5vHK8RnCZXRwhqQOHB1Ic6jNmWgUvy8 HGe+I0NklAcCBtT/bHjoGKydpUObo5ncQiyuBbHu7tHXvVza23z0kP9tDxcJUpyoZlr4 A80ticNrF7gUJqIobSugWyZGTq/wxoPPxGKa/AI3pFnDIXVofVR7/xXhUgoK9ZeI+p3i VKrWn7A4lkDjQcgUGmxjloPAjc6oTzdJomFwG0vpjqLdgbiv4uBvVB+NEMVz/TwJG78L ztvg== 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 v68si16116209pgb.70.2019.01.22.11.23.29; Tue, 22 Jan 2019 11:23:45 -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 S1726214AbfAVTWW (ORCPT + 99 others); Tue, 22 Jan 2019 14:22:22 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:35130 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725974AbfAVTWV (ORCPT ); Tue, 22 Jan 2019 14:22:21 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::bf5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id DAA0C14D0CECE; Tue, 22 Jan 2019 11:22:20 -0800 (PST) Date: Tue, 22 Jan 2019 11:22:20 -0800 (PST) Message-Id: <20190122.112220.236605234484188045.davem@davemloft.net> To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, shannon.nelson@oracle.com, yanjun.zhu@oracle.com, netdev@vger.kernel.org, gregkh@linuxfoundation.org, kstewart@linuxfoundation.org Subject: Re: [PATCH] net: sun: cassini: Cleanup license conflict From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 22 Jan 2019 11:22:21 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thomas Gleixner Date: Fri, 18 Jan 2019 11:49:58 +0100 (CET) > 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 Applied.