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 E7379C04AB6 for ; Fri, 31 May 2019 18:17:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB6B126DBA for ; Fri, 31 May 2019 18:17:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727029AbfEaSRO (ORCPT ); Fri, 31 May 2019 14:17:14 -0400 Received: from mail-ua1-f41.google.com ([209.85.222.41]:33204 "EHLO mail-ua1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727020AbfEaSRO (ORCPT ); Fri, 31 May 2019 14:17:14 -0400 Received: by mail-ua1-f41.google.com with SMTP id f20so2534030ual.0 for ; Fri, 31 May 2019 11:17:13 -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=G6alUrec7OX9i/AcWQco9OLuG2Adw06jVosyleah2Vs=; b=Zlm5YPxzd5kXZYt784e8r4P0b0bHSvON1aiqafHa3Qoa1fvJrFq7Cp6zlWJYSZupug Wc49UjtduQdM6fIOm70mCKgPqMNcT2GJZ8JSNdnx25LMDryVnCu78lKi/5uHNtXmzr8f pZDgR54HqfmHqKAVHc4BqtHgXl0/QexMdouegOiO8cRtHT4MUlCrrwaeJ/yksd+GmkjO SgfGsgcuxwFgjtQTJMpo3pwxoacuknVvIt8VLWnXo/6NOp2qxA6xxTg2bXHO/tGrnya/ 2jzzilGZAMEIKmRX47sGcwZE/PvmCd9cedlmuxuwrzGV57pV9wrw2jVD3NhMiWozCdqL onGg== X-Gm-Message-State: APjAAAVaNgoW+cNf5RNTyARcgJWSloeNn0y6DeKgLAJk7hq9bGM6eCdi +ZBU5yeG+WPTcotyXVkVimc2ImYygxusTRJjZm+Z2A== X-Google-Smtp-Source: APXvYqyx+YrJBDmWLkL2qLpMcF8Y52zVlZpSk9mwEY37ZcqZHmUG7/3GNhe0d3NYDeflLrQ+sm+pDN3I3p866S5teIc= X-Received: by 2002:ab0:2c15:: with SMTP id l21mr5959958uar.139.1559326632928; Fri, 31 May 2019 11:17:12 -0700 (PDT) MIME-Version: 1.0 References: <20190531080918.723298166@linutronix.de> <20190531081038.198919026@linutronix.de> In-Reply-To: <20190531081038.198919026@linutronix.de> From: Richard Fontana Date: Fri, 31 May 2019 14:17:01 -0400 Message-ID: Subject: Re: [Batch 14 patch 33/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393 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 Fri, May 31, 2019 at 4:12 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 of the license not later! > 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 3 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana