linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <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
Date: Tue, 22 Jan 2019 11:22:20 -0800 (PST)	[thread overview]
Message-ID: <20190122.112220.236605234484188045.davem@davemloft.net> (raw)
In-Reply-To: <alpine.DEB.2.21.1901181147160.1647@nanos.tec.linutronix.de>

From: Thomas Gleixner <tglx@linutronix.de>
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 <tglx@linutronix.de>

Applied.

      parent reply	other threads:[~2019-01-22 19:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-18 10:49 [PATCH] net: sun: cassini: Cleanup license conflict Thomas Gleixner
2019-01-18 16:30 ` Shannon Nelson
2019-01-22  4:39   ` Yanjun Zhu
2019-01-22 19:22 ` David Miller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190122.112220.236605234484188045.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=kstewart@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=shannon.nelson@oracle.com \
    --cc=tglx@linutronix.de \
    --cc=yanjun.zhu@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).