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 D7652C28CC0 for ; Wed, 29 May 2019 15:38:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B4B9F23AB3 for ; Wed, 29 May 2019 15:38:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726855AbfE2PiC (ORCPT ); Wed, 29 May 2019 11:38:02 -0400 Received: from mail-ua1-f41.google.com ([209.85.222.41]:35341 "EHLO mail-ua1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbfE2PiC (ORCPT ); Wed, 29 May 2019 11:38:02 -0400 Received: by mail-ua1-f41.google.com with SMTP id r7so1154666ual.2 for ; Wed, 29 May 2019 08:38:01 -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=dEuNlDbS/it9zv/YCP5yA6+q1Gl69nrgSnJoihbXs+Y=; b=bQMODJk5s7MmgTKs4X5ZishO4SDC9LARymBgBph7jP4FqNWL7K+oix7ckUMst67FGF Kjf7eZpr1B/M1sWb8vypjKRO5IyN6WC2kwL43kmrnFu+2i5Ba4bcCiM3wQyvnq7qqjbE CdYaGRTlsw1g4q/6iELQojempN32H7q5XZyeCwyoBkKEVhTBzbI0NyHNQHHpkJARIZ1d BWGIyeapi0Zj4RuUYIKbF+uXjE+sd7wiWCexpRDSRxgu9MZiP7rSGnip4SrYiOpVHJG5 F3ua/2yAFU7n4eY6l6KGl7VBvqftPPhzOqrVlR4Hgu0M8CC+lV36zZyn5ni9vGWOMLu0 H+dw== X-Gm-Message-State: APjAAAVHktVSqmr3sKba4zV4vAXaBU7fCsf00qabjaRksnaNeW1oBLZH aAfWacxA9VqI+PYuYQeFgIiSGmkbdWgawb3UCW6mQNTj X-Google-Smtp-Source: APXvYqxsTmOIST3q9JZDC/U/+3e6GuED5rwl1ONefjxVLZLLwI/atfqQ+YfZaJQlTs2nWJqszmYsNQuyBD4htssrHNE= X-Received: by 2002:a9f:270a:: with SMTP id a10mr19564714uaa.94.1559144280956; Wed, 29 May 2019 08:38:00 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170026.713329919@linutronix.de> In-Reply-To: <20190528170026.713329919@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 11:37:49 -0400 Message-ID: Subject: Re: [Batch 9 patch 09/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 184 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 Tue, May 28, 2019 at 1:16 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 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 version 2 as > published by the free software foundation this program is > distributed in the hope that it will be useful 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-only > > has been chosen to replace the boilerplate/reference in 5 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana