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=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=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 56C46C3A5A3 for ; Tue, 27 Aug 2019 19:36:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2BA0A2186A for ; Tue, 27 Aug 2019 19:36:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728312AbfH0Tg1 (ORCPT ); Tue, 27 Aug 2019 15:36:27 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:44560 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726871AbfH0Tg1 (ORCPT ); Tue, 27 Aug 2019 15:36:27 -0400 Received: from p5de0b6c5.dip0.t-ipconnect.de ([93.224.182.197] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1i2hGS-0006kz-SQ; Tue, 27 Aug 2019 21:36:24 +0200 Date: Tue, 27 Aug 2019 21:36:23 +0200 (CEST) From: Thomas Gleixner To: Greg Kroah-Hartman 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 In-Reply-To: <20190827172519.GA28849@kroah.com> Message-ID: References: <20190827172519.GA28849@kroah.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Archived-At: List-Archive: List-Post: 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. Thanks, tglx