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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,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 C040AC4321D for ; Fri, 17 Aug 2018 06:51:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 79C362185B for ; Fri, 17 Aug 2018 06:51:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 79C362185B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726499AbeHQJx0 (ORCPT ); Fri, 17 Aug 2018 05:53:26 -0400 Received: from verein.lst.de ([213.95.11.211]:34037 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726226AbeHQJx0 (ORCPT ); Fri, 17 Aug 2018 05:53:26 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 5B27070573; Fri, 17 Aug 2018 08:52:16 +0200 (CEST) Date: Fri, 17 Aug 2018 08:52:16 +0200 From: Christoph Hellwig To: Joe Perches Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Thomas Gleixner , Kate Stewart , Greg Kroah-Hartman , Christoph Hellwig , Russell King , Rob Herring , Jonas Oberg , Andrew Morton , Jonathan Corbet , linux-doc@vger.kernel.org Subject: Re: [PATCH] license-rules.rst and LICENSES: Use only spdx version 3 with -only and -or-later Message-ID: <20180817065216.GA11170@lst.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 16, 2018 at 11:26:03AM -0700, Joe Perches wrote: > The current linux-kernel source git tree has a mixture of the deprecated > spdx version 2 and the newer version 3 uses. > > Update the process/license-rules.rst file to show only the version 3 style > and use only the version 3 styles in LICENSES. IF we _only_ document version 3 style we also need to switch every file over to use it, otherwise we end up in a situation with undocumented tags again. So if we want to apply your patch we aso need to run your included script. With a run of that script: Acked-by: Christoph Hellwig