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 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 86D44C282DD for ; Thu, 23 May 2019 12:10:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5BA4E21019 for ; Thu, 23 May 2019 12:10:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730525AbfEWMKO (ORCPT ); Thu, 23 May 2019 08:10:14 -0400 Received: from mail-ua1-f66.google.com ([209.85.222.66]:39161 "EHLO mail-ua1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728309AbfEWMKO (ORCPT ); Thu, 23 May 2019 08:10:14 -0400 Received: by mail-ua1-f66.google.com with SMTP id 79so2079836uav.6 for ; Thu, 23 May 2019 05:10: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=fZIunJATy//10F1DtH3ylR77eksyODHwFOcjZ2ahWIM=; b=bKKVF4h5vkg0+NL3O1dnNZO5MiC12xL/d0l4mnPu4JrdVyJkHxfBhvielvpn9FnBm5 D5oQQioPH5VLsGzdahxJ03mAVdife5VMo3L0TwbtxY4V5uGzx+5UsXViICe0z6QBWu8U DK375biJa+8+aAC1qpPAvoei/wHKuBkmb0chSYy0Vf2F/kOaCqnqkfdDJB0jaPz9zwKt KPoWwnmPrtNCWVJMnBipPe/RMsJfl6PoNNlm8QCbvo8mQhzCQv+qLImm28xAvsudYb9x sxu5YhX3Idd70c8T47Lq5s3TLISUhzWwvp0/wqg+UlWgAUFcrmbpYrvdu1ge2ehJp6Xz nfRA== X-Gm-Message-State: APjAAAXQrwNfCHgGnAtG3gvJrAyZW0nHZ1VOHLvexCrtYD/q4a+VYXB4 2R5PK9k1uDDXdjvuJNN4aexGX1b8QlA5MVtly+wf3JVn X-Google-Smtp-Source: APXvYqy+hygDe0rP10yyqEh1OsBNyVltjo8Gkj5ycdsHXVrxNMq5HxVL5yHxfyBsAGzzvFmOFMVnNDbGbFQSkEu90HM= X-Received: by 2002:ab0:4782:: with SMTP id v2mr13774493uac.94.1558613412918; Thu, 23 May 2019 05:10:12 -0700 (PDT) MIME-Version: 1.0 References: <20190523091437.334232837@linutronix.de> <20190523091651.689335553@linutronix.de> In-Reply-To: <20190523091651.689335553@linutronix.de> From: Richard Fontana Date: Thu, 23 May 2019 08:10:01 -0400 Message-ID: Subject: Re: [Batch 5 - patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 125 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 Thu, May 23, 2019 at 5:29 AM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > osl gpl code release authorized by [jalil] [fadavi] 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 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 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-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=batch5&id=98a8d49b3877 > --- > drivers/ata/sata_qstor.c | 18 +----------------- > 1 file changed, 1 insertion(+), 17 deletions(-) > > --- a/drivers/ata/sata_qstor.c > +++ b/drivers/ata/sata_qstor.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * sata_qstor.c - Pacific Digital Corporation QStor SATA > * > @@ -6,25 +7,8 @@ > * Copyright 2005 Pacific Digital Corporation. > * (OSL/GPL code release authorized by Jalil Fadavi). > * > - * > - * 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, 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. > - * > - * 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. > - * > - * > * libata documentation is available via 'make {ps|pdf}docs', > * as Documentation/driver-api/libata.rst > - * > */ > > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.