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 C117FC28CC0 for ; Wed, 29 May 2019 17:27:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9613A23F98 for ; Wed, 29 May 2019 17:27:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726008AbfE2R1t (ORCPT ); Wed, 29 May 2019 13:27:49 -0400 Received: from mail-vs1-f42.google.com ([209.85.217.42]:37827 "EHLO mail-vs1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725956AbfE2R1t (ORCPT ); Wed, 29 May 2019 13:27:49 -0400 Received: by mail-vs1-f42.google.com with SMTP id o5so2462433vsq.4 for ; Wed, 29 May 2019 10:27:48 -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=4i3IM80fHikMh2tm5eOG/Wze8phOSl8y6hKcGAPgV7k=; b=Qhq4VFcw+RjfnpVKU1RViqWKvuoHp9UFhW21Rcj/DM96sv4JiZp2bGsZ7GFamfqQan EB+5Vr8WvLdAVxwn9fzCn6+tIDMconya7uE3AA2GXiLci22P+CRXsMAmAjzInksV7QXM 2IRi9DZBDuO/CkvqWW9xJ4guWkCT4IkrDJjKNHgb5PemewslLgTYYcmExNuuRYXLwZWD gay12xGPTcqW4dd9RlJlRcEr7QrCMqd7Jq94kygct9BwVdOnYExLXU/XbJlssv73k3y8 XDkq573r4FBPR4f7m2KYJDbicFgEGupBRGFGlQJprlwjElChRTy9xBLZ4gCKqYJmJoHy H9OQ== X-Gm-Message-State: APjAAAVk8CxQPNMYzcCCgVWp12jTPAZPshHcVyJMVOe9FmEpKtyxyPOs uvUIOmUr5RhLappuy1FwDMB2OdGuS6fMuHUJJGoAtusD X-Google-Smtp-Source: APXvYqzVv9n0ok8JBX4ZayiFaZ9oEylqkFLnnf+COQT1u0DxDbWVph9Tyk/JxretO4Qwxe/xfiMXDEoH2MGuTZQAujw= X-Received: by 2002:a67:db88:: with SMTP id f8mr47394134vsk.14.1559150867298; Wed, 29 May 2019 10:27:47 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170027.538300784@linutronix.de> In-Reply-To: <20190528170027.538300784@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 13:27:36 -0400 Message-ID: Subject: Re: [Batch 9 patch 18/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195 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 as published by > the free software foundation either version 2 of the license 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 675 mass ave cambridge > ma 02139 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 4 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana