From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E6FEC28CC0 for ; Thu, 30 May 2019 12:02:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 53CFE258B0 for ; Thu, 30 May 2019 12:02:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559217720; bh=nHkcqJ87O9AQqtytuc5s1T9ZJlJc4/Da5POm5vFkY7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=0kevYTFUWwtRNvbRqbRP+XMij/GOoaSVwfFrCaIDebUOUa7JczQgnIZOyHgtviFJp yDGgt9S3bj11lE2JHzoeWl+74EnhY0BaFQg8li/iqNDoM5kAYlrnmuWelQUWvGo4kx 43oYrgm9rQ3pHObLZUN2GfKIhS6bl+as01vZmrQE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726988AbfE3MCA (ORCPT ); Thu, 30 May 2019 08:02:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:39680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726498AbfE3MB7 (ORCPT ); Thu, 30 May 2019 08:01:59 -0400 Received: from localhost (ip67-88-213-2.z213-88-67.customer.algx.net [67.88.213.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4A698258AB; Thu, 30 May 2019 12:01:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559217719; bh=nHkcqJ87O9AQqtytuc5s1T9ZJlJc4/Da5POm5vFkY7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xNrAiMnLMqu4sI2rIhkkDmBSgtDkarB7qIWDcv3Gdg4xF8M+cncrWjSGf0Lb8zpQv Mn3yz18IJUL047HGfCAasYaFMmZ9gjebcF1c4dsGxrrDLB3KhPcNhTifmx3aOI7PNf HaVbcgUAMQvzjHKVeiq8Yvs8/XvhhIicf6PuvuFo= Date: Thu, 30 May 2019 05:01:59 -0700 From: Greg KH To: Masahiro Yamada Cc: Thomas Gleixner , linux-spdx@vger.kernel.org Subject: Re: Missing SPDX tags for Kbuild files Message-ID: <20190530120159.GD14088@kroah.com> References: <20190530115256.GA30967@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190530115256.GA30967@kroah.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org 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 > > 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 > 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 Oops, I'll drop the "From: " string, bad cut/paste error on my part, sorry. thanks, greg k-h