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 49543C28CC0 for ; Wed, 29 May 2019 18:23:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2BBDB24067 for ; Wed, 29 May 2019 18:23:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727332AbfE2SX6 (ORCPT ); Wed, 29 May 2019 14:23:58 -0400 Received: from mail-vs1-f49.google.com ([209.85.217.49]:35969 "EHLO mail-vs1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbfE2SX6 (ORCPT ); Wed, 29 May 2019 14:23:58 -0400 Received: by mail-vs1-f49.google.com with SMTP id l20so2607281vsp.3 for ; Wed, 29 May 2019 11:23:58 -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=C+bad/K5pt4jUB7SH2iVs4QFV8T8RNhxS1a1ysQqwmM=; b=iZYWagf53ZXsqzhAA0XnK1n20+v+ByIU2eKTYVMvOhnsIULOXSW183BKvPDqrV329D Ee7PVPE5UBQ9GGFhYdCKnapvJ4n7fmz190UgxPVGLgH4AQPT5xJ6X5Ba8oYeIzYuPilV m4eUzk93guFJXVYXssownYca95gRJLpgboeAnN+jrxdPeVK2fOTeqIDF30+ziqyu0PQ+ VwQGPnuU8Lihuz1DuzImH/9U4D+CuEeiOGJ935eTIJr/l+EBGO6aJVKW/We/dQo1pMZa 3GUL0oeZ0FuPX05Am2+fDyMD3NQu1EwwfiPXHhhoEY6okGxr/LaT8gVv0tWmuaWkRFGW f6lg== X-Gm-Message-State: APjAAAXlWtKH+sWeaQRvegHa5TQuwfdBRH67TxyVdWx5nhW428hElrxD bfKvXjPzZaJVREjsbjMS0lXyEf5ejZMAG0l5AGndTQ== X-Google-Smtp-Source: APXvYqw+bVLmcs0UYhCjcFi8c77qHSPshdyKTPW+gqwMZNhcZZmymDfM0safD10MxAlub0sFt6nf3EOEIIm0hjAvdNI= X-Received: by 2002:a67:eb13:: with SMTP id a19mr2325864vso.233.1559154237742; Wed, 29 May 2019 11:23:57 -0700 (PDT) MIME-Version: 1.0 References: <20190529141224.009795289@linutronix.de> <20190529141334.228102212@linutronix.de> In-Reply-To: <20190529141334.228102212@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 14:23:47 -0400 Message-ID: Subject: Re: [Batch 11 patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 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 Wed, May 29, 2019 at 10:22 AM 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 version 2 of the gnu general public license as > published by the free software foundation 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 you should have received a copy of the gnu general > public license along with this program if not write to the free > software foundation inc 51 franklin street fifth floor boston ma > 02110 1301 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 21 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana