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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 3E6DAC04AB3 for ; Mon, 27 May 2019 13:48:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1506B20859 for ; Mon, 27 May 2019 13:48:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726523AbfE0Nsn (ORCPT ); Mon, 27 May 2019 09:48:43 -0400 Received: from mail-ua1-f54.google.com ([209.85.222.54]:34391 "EHLO mail-ua1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726372AbfE0Nsn (ORCPT ); Mon, 27 May 2019 09:48:43 -0400 Received: by mail-ua1-f54.google.com with SMTP id 7so6473468uah.1 for ; Mon, 27 May 2019 06:48:43 -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=1cFNtyu1avVStx3pCvqawYtno5eq6jCp1ZTGFwMMlgM=; b=Bdgt9d8Gc+8Boo0+pQ/G824Bqs4UeU0pIazj6hIhD5mfdISb8VkOc355jDP06oWFvX V7jaNwXpGb7w4LwCS8JguQBsEcU5hDLV1h7RQp97BfC2205FIQQloSIrMph1utHehdWA LvlHKxjqJNYgINs9ZXIyh2r/3oSFTJLz09u5AlBdjg6waZBAjvp7Wc6pNcV6gbT4TKk7 FgWQ/LMqYHxF9V60IXrYs3soxuPnt+BUglLCc1IOsDaJ0vzPISMNvG28YyTA8BaMeBQm JgatUlgi6R3WCdXnFT2tY7urWO54lmanqyAb+41vixDz1vpYFxEuWftLkU2572FKyWw1 I7+g== X-Gm-Message-State: APjAAAWkRmxavX6GBaB9zQ2dzJQF0UGauEEJ9Ru67ZFSTASQgpEX7uQz tu+kpZAwMO5K4jWMycLHiIrOMkjHagIFz6aFc4bDSg== X-Google-Smtp-Source: APXvYqxS5woIiV+6sof8tmeYOq8GLT7mNFFWNHQ38S2qzW7YN9n+uh4VNIqjsM9gzax01I9WUiF4x6JzqQqpx0x8ZkY= X-Received: by 2002:ab0:2c15:: with SMTP id l21mr12405631uar.139.1558964922479; Mon, 27 May 2019 06:48:42 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070034.126438319@linutronix.de> In-Reply-To: <20190527070034.126438319@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 09:48:31 -0400 Message-ID: Subject: Re: [Batch 8 patch 17/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 169 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 Mon, May 27, 2019 at 5:53 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 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 good title or non infringement 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 This should be put in the "interesting disclaimers" pile because it disclaims the implied warranties of title and noninfringement. Richard