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=-10.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 15497C3A5A3 for ; Tue, 27 Aug 2019 19:52:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D33DB20674 for ; Tue, 27 Aug 2019 19:52:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566935552; bh=ZNngPOo5sREOCpdfzOYYctOb0x1tvWdUphEpciupKo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=0JDfdMxcA5smZNXqRfFw1VPf3Y22nXCr2RqNqSL35GnJ3LIGERGPVYdCWN80tFE7t HrcKgzmrS4jvu0Acz6VJ7bVsj1IJbEq7rJ/NDJluN1YQC9orosfxxF8JiGviCDAGE/ mXexzLDB2Ogae84pXXrusD+XAitb5WMbw1kHnvKg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731410AbfH0TwY (ORCPT ); Tue, 27 Aug 2019 15:52:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:37428 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731405AbfH0TwX (ORCPT ); Tue, 27 Aug 2019 15:52:23 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 8FDBE20674; Tue, 27 Aug 2019 19:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566935543; bh=ZNngPOo5sREOCpdfzOYYctOb0x1tvWdUphEpciupKo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JowPzasut+xd8bPQ7hheMDMj6dv+3tPnoilVHbn4IdwUHucxfxrg60uylZQ3SjnKQ B+tL71KFXgdX4P1WRuALM8xAa9RG9/pDTXsTENxkFLIg0hl8t11ZE8kQCOOFJw2eIK 90HkFschuRPPbK5r3SifSMrtGimh58pWewUjo06c= Date: Tue, 27 Aug 2019 21:52:20 +0200 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org, "Darrick J. Wong" , linux-spdx@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: add entry for LICENSES and SPDX stuff Message-ID: <20190827195220.GA30322@kroah.com> References: <20190827172519.GA28849@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Tue, Aug 27, 2019 at 09:36:23PM +0200, Thomas Gleixner wrote: > On Tue, 27 Aug 2019, Greg Kroah-Hartman wrote: > > > Thomas and I seem to have become the "unofficial" maintainers for these > > files and questions about SPDX things. So let's make it official. > > > > Reported-by: "Darrick J. Wong" > > Cc: Thomas Gleixner > > Signed-off-by: Greg Kroah-Hartman > > > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -9234,6 +9234,17 @@ F: include/linux/nd.h > > F: include/linux/libnvdimm.h > > F: include/uapi/linux/ndctl.h > > > > +LICENSES and SPDX stuff > > +M: Thomas Gleixner > > +M: Greg Kroah-Hartman > > +L: linux-spdx@vger.kernel.org > > +S: Maintained > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git > > +F: COPYING > > +F: LICENSES/ > > +F: scripts/spdxcheck-test.sh > > +F: scripts/spdxcheck.py > > We probably want to add Documentation/process/license-rules.rst as well. Good idea, will go refresh this patch... thanks, greg k-h