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,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 3CAFEC04AB3 for ; Mon, 27 May 2019 14:41:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EFEA92070D for ; Mon, 27 May 2019 14:41:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726274AbfE0Oll (ORCPT ); Mon, 27 May 2019 10:41:41 -0400 Received: from mail-ua1-f45.google.com ([209.85.222.45]:41350 "EHLO mail-ua1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726420AbfE0Oll (ORCPT ); Mon, 27 May 2019 10:41:41 -0400 Received: by mail-ua1-f45.google.com with SMTP id l14so6531351uah.8 for ; Mon, 27 May 2019 07:41:40 -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=hW0LYpzdDg27HIm2VKyIyn9rkLH4gWkTLkjO7WOCTiA=; b=NbwqtpxyHEro5FVuBKYK7hX6emCwZscQAFyGmr4klEaE82pCyEiQ+MnJDlTQajcLO/ Nau2KwTx1p7sdrpgKtoorfB6N4egHAjAwnUtKh3hOv3vq5Q31ERVTRWUvIlYVBAhIKx4 CnbYYBcGUyxe3T7XnSsz/kpe2rTVLRNXbXKQ21iCYjY0x+we7ndudgjkq5i5Gi4tgEgb ysw7SaYYwVSofRkoqn8Wyduopb8hGDZvZswZjwelHf8CED3Oj9QbdTNXaA4sIcmUWMWj Kt5+vvPqbGtix5RaI1uYQuqeZ1rwKoYQOeTzPM9Wpz63Fucu2VbU+1IbcydS4xzk4Q75 QCtg== X-Gm-Message-State: APjAAAUls+DqEtBCHJq1P0k/ac62fl3Iss2T0PA+Tj2Wp8R4QWVUGgFm qzFPALbraXeTT7DUcxlP9bLGU+65nxkEgoIoT/844g== X-Google-Smtp-Source: APXvYqwrbFpiZENu2ZWT1rbEXAUDU+L8MIJyzlzbXsFwCxkZhIuo7uEZcPEg4VkoVkiVuYCPOVmzhjr5YFPIdwVOwBg= X-Received: by 2002:ab0:69c8:: with SMTP id u8mr16393518uaq.132.1558968100361; Mon, 27 May 2019 07:41:40 -0700 (PDT) MIME-Version: 1.0 References: <20190527062647.980651098@linutronix.de> <20190527063116.052801614@linutronix.de> In-Reply-To: <20190527063116.052801614@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 10:41:29 -0400 Message-ID: Subject: Re: [Batch 7 patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 146 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:52 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 either version 2 of the license or at > your option any later version this program is provided as is and > both the copyright holder and technisat digital uk ltd disclaim all > warranties with regard to this program including all implied > warranties of merchantability or fitness for a particular purpose > neither the copyright holder nor technisat digital uk limited shall > be liable for any special direct indirect or consequential damages > or any damages whatsoever resulting from loss of use data or profits > whether in an action of contract negligence or other tortious action > arising out of or in connection with the use or performance of this > program see the gnu general public license for more details This one uses some limitation-of-liability language similar to what's in the ISC license. Richard