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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 ECDECC04AB3 for ; Mon, 27 May 2019 13:57:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C1F1820665 for ; Mon, 27 May 2019 13:57:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726610AbfE0N5K (ORCPT ); Mon, 27 May 2019 09:57:10 -0400 Received: from mail-vs1-f48.google.com ([209.85.217.48]:41492 "EHLO mail-vs1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726608AbfE0N5K (ORCPT ); Mon, 27 May 2019 09:57:10 -0400 Received: by mail-vs1-f48.google.com with SMTP id w19so10569259vsw.8 for ; Mon, 27 May 2019 06:57:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vsFeJAT93//ezEjPXuupiezxgn8JKlbhTokVNhskcE8=; b=tS8cc770nz31mBakfoIE1ofc9gBjTcF2h1zFgQ2sJx+zBml4NojQcw/6918rglIQ9w V+pEPFXV8HexhHli3vUHS/ETrzOn8YNIDiuBku7iLgd0r6sHi4yVX2ROVE1poCGNYzZc zpkhAjFx7zdEXa5MnyR9LaMmsv8HcQMY4xxpVR+9FXOVn6nfz4ivjVZcZLRuj/pZTl+3 QIvFLBtTN7Zhk4aMiegi/ReFTeFazu0fWzp/kYB7PDEQo35E35zPqMBU2/BAstVlSjuA jm+6hK5uzL7u0mPwF+iuex/8O8J/kKKkPrtkylGVLdcK7dGHu6Mtm+0k/hcGBxwxlKc3 F8kw== X-Gm-Message-State: APjAAAXHiYwpOsB92kG/DgNW8g2LK6m2FsUZVLaj7VZ4Oo4Hw+TYda7w kv8Tchb45/SFGmhRkBcfOAwoEOIFvmgM/kQtiqVTtw== X-Google-Smtp-Source: APXvYqwPx1w22WBWafQW+LRFq6FtUG1Bjyi669glA0eRTlTiOedxxNRCOwE4DhFaWFOws9s6LuQq4xGXFf1FBHyoIuk= X-Received: by 2002:a67:ea0d:: with SMTP id g13mr20262145vso.137.1558965429535; Mon, 27 May 2019 06:57:09 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070033.202006027@linutronix.de> In-Reply-To: <20190527070033.202006027@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 09:56:58 -0400 Message-ID: Subject: Re: [Batch 8 patch 07/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 To: Thomas Gleixner Cc: linux-spdx@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Mon, May 27, 2019 at 5:53 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 3 normalized pattern(s): > > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license as published by > the free software foundation either version 2 of the license or at > your option any later version this program is distributed in the > hope that it will be useful but without any warranty without even > the implied warranty of merchantability or fitness for a particular > purpose see the gnu general public license for more details > > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license as published by > the free software foundation either version 2 of the license or at > your option any later version [author] [kishon] [vijay] [abraham] > [i] [kishon]@[ti] [com] this program is distributed in the hope that > it will be useful but without any warranty without even the implied > warranty of merchantability or fitness for a particular purpose see > the gnu general public license for more details > > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license as published by > the free software foundation either version 2 of the license or at > your option any later version [author] [graeme] [gregory] > [gg]@[slimlogic] [co] [uk] [author] [kishon] [vijay] [abraham] [i] > [kishon]@[ti] [com] [based] [on] [twl6030]_[usb] [c] [author] [hema] > [hk] [hemahk]@[ti] [com] this program is distributed in the hope > that it will be useful but without any warranty without even the > implied warranty of merchantability or fitness for a particular > purpose see the gnu general public license for more details > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 1105 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana