From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Bhanusree Pola <bhanusreemahesh@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] Re: [PATCH 1/4] staging: netlogic: Add SPDX license Identifier
Date: Thu, 21 Feb 2019 12:32:34 +0100 [thread overview]
Message-ID: <20190221113234.GA18973@kroah.com> (raw)
In-Reply-To: <20190221112455.GB17199@kroah.com>
On Thu, Feb 21, 2019 at 12:24:55PM +0100, Greg Kroah-Hartman wrote:
> On Thu, Feb 21, 2019 at 04:46:27PM +0530, Bhanusree Pola wrote:
> > adds the SPDX GPL-2.0 license identifier which solves the checkpatch.pl warning
> > Issue found with checkpatch.pl warning:
> > "WARNING: Missing or malformed SPDX-License-Identifier tag in line 1"
> >
> > Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com>
> > ---
> > drivers/staging/netlogic/xlr_net.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/staging/netlogic/xlr_net.h b/drivers/staging/netlogic/xlr_net.h
> > index f76e16cfd15d..de51d64c1f23 100644
> > --- a/drivers/staging/netlogic/xlr_net.h
> > +++ b/drivers/staging/netlogic/xlr_net.h
> > @@ -1,3 +1,4 @@
> > +/* SPDX-License-Identifier: GPL-2.0 */
>
> Wait, no, that is NOT the proper license for this file. The text below
> your added line spells that out in detail.
>
> Never mess with licensing information unless you _REALLY_ know what you
> are doing, as doing it wrong (like this), is much more dangerous than
> leaving it alone.
And, the reason that I didn't already put the proper SPDX line on these
files is that _I_ don't even know what the correct line should be.
Someone needs to do a bunch of research to determine that, if they
really want to fix this up. Personally, there are many other more
interesting things to do in the kernel than mess with this :)
thanks,
greg k-h
next prev parent reply other threads:[~2019-02-21 11:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-21 11:16 [PATCH 1/4] staging: netlogic: Add SPDX license Identifier Bhanusree Pola
2019-02-21 11:24 ` Greg Kroah-Hartman
2019-02-21 11:32 ` Greg Kroah-Hartman [this message]
2019-02-21 11:39 ` [Outreachy kernel] " Bhanusree Mahesh
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=20190221113234.GA18973@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=bhanusreemahesh@gmail.com \
--cc=outreachy-kernel@googlegroups.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.