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 C2065C28CC0 for ; Wed, 29 May 2019 17:55:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 93FE02400B for ; Wed, 29 May 2019 17:55:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725956AbfE2Rz7 (ORCPT ); Wed, 29 May 2019 13:55:59 -0400 Received: from mail-ua1-f44.google.com ([209.85.222.44]:38784 "EHLO mail-ua1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbfE2Rz7 (ORCPT ); Wed, 29 May 2019 13:55:59 -0400 Received: by mail-ua1-f44.google.com with SMTP id r19so1363112uap.5 for ; Wed, 29 May 2019 10:55: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=kbVD/d5UiQI+aNDq2fw18df7El1XXDtS7XvlBVuIQuk=; b=B9K69TRN7C/jbha+BJyDrxj5UYwqYNAq6ISAlVofbQLnbKFzsnlQisTK7NIHu6gqRn C9A8LSbQmjUBiQvOveMXsblk1z8YT45zRkdhr/kxOW9GSF+98Eni8U3a0bbK7G54esyk L5MoVQ1GWT7L211WRYJOzAv+laCkLrIc3O18yLiTp1pqQWFtGvHyug7PIzY3yw3tOs19 ghVe+msO9qyr0gnE85SRf71xn/4FC+eqkYlAhc6xchOAG3LZhgvJG14JRwBUPpNSKIOg JRtYut+VndWL1586fjnON1PU5DrltLMl17GoR/pBuz/plGl6AUXI5IHewooV1/ZX9R/6 N22g== X-Gm-Message-State: APjAAAX5vpA8BBu7+edQexaGELSESzeC7XQ+FmttbYGtV/hhzH67Fcaw zeYouGdNyEjMgDR3acyC4cm8p55EGk53TWoJSt39nZo5UGI= X-Google-Smtp-Source: APXvYqzhTPfdIZtsN+cOccKuj5W5JppVi67loBSDKugCjgujwkRYGQ6FlI43g0FVPyAFSep4VxPMl4XUgPwriBpFzTU= X-Received: by 2002:ab0:7150:: with SMTP id k16mr37145262uao.22.1559152558159; Wed, 29 May 2019 10:55:58 -0700 (PDT) MIME-Version: 1.0 References: <20190529141749.401283947@linutronix.de> <20190529141902.366626771@linutronix.de> In-Reply-To: <20190529141902.366626771@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 13:55:47 -0400 Message-ID: Subject: Re: [Batch 12 patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 300 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:24 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 2 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 see the file copying if not write to the free > software foundation 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 3 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana