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 8BB23C28CC0 for ; Wed, 29 May 2019 18:47:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5AAB123F9F for ; Wed, 29 May 2019 18:47:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726012AbfE2SrG (ORCPT ); Wed, 29 May 2019 14:47:06 -0400 Received: from mail-vs1-f41.google.com ([209.85.217.41]:37898 "EHLO mail-vs1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725990AbfE2SrG (ORCPT ); Wed, 29 May 2019 14:47:06 -0400 Received: by mail-vs1-f41.google.com with SMTP id b10so2641491vsp.5 for ; Wed, 29 May 2019 11:47:05 -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=jRPxnauOMBWzX3KUSNyq/+0osqocFZ4sHNbF7Am1Hd0=; b=MpTFNQxgdk5TmbaA22BZbwFzeGQAXMEX3Wq9v/rPSdFr/kIDmb6AnVYDgGE6KIuLrT KxtdV/tKhHU71K+8l4HmW5uEcoBvizpomqC8QD0z3lCzxQxPdzV+RIMmk/rq7BKV7Oqr 2UC2tBRpS9PdO7Fc49E/sf3NA+C19X1wRCh5+5+LxnPVLEFcsTGdFaPPf6QZJYTAjQb7 Xs+TO9G2Oehu3ovVNvI/Eg1+kTzr5QR/6Ev7Q5Flk8t3apRf1gzMl4RhaAMs3yuxtITa E+pNFzjyUjiyxI0U5/aZPdkgURhE6g+29F78WSz6eCowlZ6HxaO06vveatQr25+lGxHy kNMg== X-Gm-Message-State: APjAAAWfMvNbNvOGC+uKbVfYSKzkO9tZuFHAOBOrqkmCQsAteOu0BizW cSa/CXZ60zvQrVN2jZJ5Ao+kfaQXmM5sNloDQO1raVrRyNw= X-Google-Smtp-Source: APXvYqxZk1yHwN/dcR+C0+uH2w+Wajj6K80DDOp0PLJSsf3cgvDt2Kfrho/pyMjd42Ubtrm5Iinnd2+ddTCMbNKXJW0= X-Received: by 2002:a67:ca9a:: with SMTP id a26mr51878975vsl.92.1559155624891; Wed, 29 May 2019 11:47:04 -0700 (PDT) MIME-Version: 1.0 References: <20190529141224.009795289@linutronix.de> <20190529141334.697148568@linutronix.de> In-Reply-To: <20190529141334.697148568@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 14:46:53 -0400 Message-ID: Subject: Re: [Batch 11 patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 274 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:23 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 the gnu general public license as published by > the free software foundation version 2 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 59 temple place suite 330 boston ma 02111 1307 usa > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 2 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana