All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Thomas Gleixner <tglx@linutronix.de>, linux-spdx@vger.kernel.org
Subject: Re: Missing SPDX tags for Kbuild files
Date: Thu, 30 May 2019 05:01:59 -0700	[thread overview]
Message-ID: <20190530120159.GD14088@kroah.com> (raw)
In-Reply-To: <20190530115256.GA30967@kroah.com>

On Thu, May 30, 2019 at 04:52:56AM -0700, Greg KH wrote:
> On Thu, May 30, 2019 at 05:58:05PM +0900, Masahiro Yamada wrote:
> > Hi.
> > 
> > 
> > Recently, "Makefiles",  "Kconfig" files were given with SPDX License tags.
> > 
> > Author: Thomas Gleixner <tglx@linutronix.de>
> > Date:   Sun May 19 13:07:45 2019 +0100
> > 
> >     treewide: Add SPDX license identifier - Makefile/Kconfig
> > 
> > 
> > 
> > 
> > But, the file name "Kbuild" is also a Makefile.
> > 
> > Conventionally, Linux build system uses both "Kbuild" and "Makefile".
> > 
> > 
> > For example, SPDX tag is missing in
> > 
> > arch/x86/Kbuild
> > arch/x86/include/uapi/asm/Kbuild
> > arch/x86/include/asm/Kbuild
> > 
> > 
> > Will somebody work on "Kbuild" files please ?
> 
> Sure, how about the attached patch, any objection to me queueing it up?
> 
> thanks,
> 
> greg k-h
> 

> >From b5422d0500a5d9438680df72907f72e5ad98075e Mon Sep 17 00:00:00 2001
> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Date: Thu, 30 May 2019 04:50:48 -0700
> Subject: [PATCH] treewide: Add SPDX license identifier - Kbuild
> 
> Add SPDX license identifiers to all Make/Kconfig files which:
> 
>  - Have no license information of any form
> 
> These files fall under the project license, GPL v2 only. The resulting SPDX
> license identifier is:
> 
>       GPL-2.0
> 
> Reported-by: From: Masahiro Yamada <yamada.masahiro@socionext.com>

Oops, I'll drop the "From: " string, bad cut/paste error on my part,
sorry.

thanks,

greg k-h

  parent reply	other threads:[~2019-05-30 12:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30  8:58 Missing SPDX tags for Kbuild files Masahiro Yamada
2019-05-30 11:52 ` Greg KH
2019-05-30 12:01   ` Kate Stewart
2019-05-30 18:31     ` Greg KH
2019-05-31  0:40       ` Masahiro Yamada
2019-05-31  1:17         ` Greg KH
2019-05-30 12:01   ` Greg KH [this message]
2019-05-30 12:03   ` [PATCH v2] treewide: Add SPDX license identifier - Kbuild Greg Kroah-Hartman

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=20190530120159.GD14088@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=yamada.masahiro@socionext.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.