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=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 6F1B4C282E3 for ; Fri, 24 May 2019 13:18:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50F8D2075E for ; Fri, 24 May 2019 13:18:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391496AbfEXNS3 (ORCPT ); Fri, 24 May 2019 09:18:29 -0400 Received: from mail-vk1-f196.google.com ([209.85.221.196]:36423 "EHLO mail-vk1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391124AbfEXNS3 (ORCPT ); Fri, 24 May 2019 09:18:29 -0400 Received: by mail-vk1-f196.google.com with SMTP id l199so2117609vke.3 for ; Fri, 24 May 2019 06:18:28 -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=bD900QKhIw4mbaV3q2ELzS/G2VwZzsN/vHh7SEsaxdM=; b=FPL6GmGiEJxPhx6wMj4i5sZCjqtn0UJstRgIvFdJzMAzyt/1ws3AudwKiZ6YNA0r8m GswEdgmDRKc/ZR4csNbTXjz1LbHw7wW3Xoazm9JxGteOYRbj+1faNp74h/DxFbnJ1yqI wChbfXUonQd3qAm0SSGT7PJx8QbP+atAVjmMNpFkgPCyp3JFgc1Cp6KE0kudzVQT39i0 jdGPC7/YZcVVEREaG4VurprojJykQoGv7eqWsFg7meaIguOC2lvUm6CHWBUIOd/68bu/ aEUgJ09sz4n5S5HL1B+DSvZ+MXIcxjNNznX+upAjsA7FsCRlbejM908AfwRXov3sfqgN 4s8g== X-Gm-Message-State: APjAAAW1gZFuz/8jHlVf3za+4SICdZ9HTzwiotDsCfm3nvrzT6LZdWya vz4XKnKydNJGgc/S1n1awmJIABZO04N2NAcAqgrNryXl X-Google-Smtp-Source: APXvYqwPWzIx2G/gtRmxLOyG/HTFwSptAo/t3TqA66j3oDtcTqcfPMzRCm3C+jxxi6YF8h1WzRfM5bclLV1WMV6NnhA= X-Received: by 2002:a1f:2157:: with SMTP id h84mr4637234vkh.84.1558703908042; Fri, 24 May 2019 06:18:28 -0700 (PDT) MIME-Version: 1.0 References: <20190524100345.776412942@linutronix.de> <20190524100844.655184195@linutronix.de> In-Reply-To: <20190524100844.655184195@linutronix.de> From: Richard Fontana Date: Fri, 24 May 2019 09:18:17 -0400 Message-ID: Subject: Re: [Batch 6 - patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 144 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 Reviewed-by: Richard Fontana On Fri, May 24, 2019 at 6: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 therms 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 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 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 1 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch6&id=68291e11a1e9 > --- > drivers/w1/slaves/w1_ds2405.c | 12 +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) > > --- a/drivers/w1/slaves/w1_ds2405.c > +++ b/drivers/w1/slaves/w1_ds2405.c > @@ -1,19 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * w1_ds2405.c > * > * Copyright (c) 2017 Maciej S. Szmigiero > * Based on w1_therm.c copyright (c) 2004 Evgeniy Polyakov > - * > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the therms 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 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. > */ > > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.