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.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 E7C4EC742A2 for ; Fri, 12 Jul 2019 02:43:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B4E80208E4 for ; Fri, 12 Jul 2019 02:43:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ossguy.com header.i=@ossguy.com header.b="h/9O7zTO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726505AbfGLCnE (ORCPT ); Thu, 11 Jul 2019 22:43:04 -0400 Received: from singpolyma.net ([192.99.233.116]:35909 "EHLO singpolyma.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729038AbfGLCnE (ORCPT ); Thu, 11 Jul 2019 22:43:04 -0400 X-Greylist: delayed 524 seconds by postgrey-1.27 at vger.kernel.org; Thu, 11 Jul 2019 22:43:03 EDT Received: by singpolyma.net (Postfix, from userid 1002) id DF381486128F; Fri, 12 Jul 2019 02:34:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ossguy.com; s=iweb; t=1562898858; bh=HTPG+ZNBJ5Suenodxhf/sAKgQKmqGdHr3v5jKBKvpuA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h/9O7zTOFiloSyNM3lOvZIj+Uu3hxAyJw8pqgNvTr7663JfORKYx1ptsjZ4A7XxXD tTBbVOqdTp67BU+wz5NRrK8xO3XfDydgzwdPfUVPr1ZX57YReGYpoZGf118wxOTJ++ 5QZifYxAa6och5M6PtJLf4/Jfo0mqORrvjX8HfGk= Date: Fri, 12 Jul 2019 02:34:18 +0000 From: Denver Gingerich To: Greg KH Cc: "Enrico Weigelt, metux IT consult" , Allison Randal , "Zavras, Alexios" , "linux-spdx@vger.kernel.org" Subject: Re: [Batch 16 patch 16/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 241 Message-ID: <20190712023418.ujijovavuor3lrsf@ossguy.com> References: <20190602204441.312079455@linutronix.de> <20190602204654.454513226@linutronix.de> <27E3B830FA35C7429A77DAEEDEB734477E3FEB98@irsmsx105.ger.corp.intel.com> <20190603180500.GC19359@kroah.com> <20190604091656.GA27975@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190604091656.GA27975@kroah.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Tue, Jun 04, 2019 at 11:16:56AM +0200, Greg KH wrote: > On Tue, Jun 04, 2019 at 09:14:38AM +0000, Enrico Weigelt, metux IT consult wrote: > > Is unversioned GPL (whatever that *really* supposed to mean :o) a > > valid license here ? (or could it become one for old code ?) > > See the archives for details about this if you are curious. I'm new to the list and unsure where to find the list archives you're referring to. I didn't see any archives mentioned at http://vger.kernel.org/vger-lists.html#linux-spdx - could you point me to the canonical archives for this list? Denver