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 AB791C072B5 for ; Fri, 24 May 2019 13:19:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 89D3F2075E for ; Fri, 24 May 2019 13:19:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391594AbfEXNTr (ORCPT ); Fri, 24 May 2019 09:19:47 -0400 Received: from mail-vs1-f66.google.com ([209.85.217.66]:45147 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391553AbfEXNTq (ORCPT ); Fri, 24 May 2019 09:19:46 -0400 Received: by mail-vs1-f66.google.com with SMTP id k187so5694585vsk.12 for ; Fri, 24 May 2019 06:19:46 -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=fepdNdD2dLs2KQwcS4IVT46DiNWXagCsImTpVGXjISg=; b=hKt8ZXFn67Aqf5K8MxJsbRXjBK87rjBCj616uLuh1gucttF/6PGEYVWP/BDnrychN3 qUvQ5hgF9USO8J3orZptelY+5OnR/AQX9gnYiB7QLBur9FGPW5Atw0dj2odkU1PAdXXL 2bP9JgxyGn6umDOCmoVct1oz6X5YStRKDPjTQ9ww/mVwskoCi77SA05WKX+KTfXxw/VH TvR+9NC0GIWDIkm+05bWdKCvDE0j+ny4VMGTKq/JMM8VLUKXmoAlmc2u2kR9cjZK7jgv cMQd8kyrY3CLbNgS/ukVu26X3FdydPc0VlBr1izL7y1WSmqvhSQf24XpaG6rubsXl932 ZTXg== X-Gm-Message-State: APjAAAUpBnRTT4UOPHH2ktqcaxByCYzDCw/oPHgq/8msALl53lmfbdw+ ZaCVxaSlq8FeUoIoZFIzqyfLTDq1Hvq04O4yrJOZuzUd X-Google-Smtp-Source: APXvYqzeRMemqzMp5pqZjOBvEohBp3oufaW9MgtZXqilMFl4gvc+VEUiHzTnFGk1T/Q3ckZosDhqAzhf+CuaTRhZLgw= X-Received: by 2002:a67:f8cf:: with SMTP id c15mr10458858vsp.174.1558703985879; Fri, 24 May 2019 06:19:45 -0700 (PDT) MIME-Version: 1.0 References: <20190524100345.776412942@linutronix.de> <20190524100844.276644418@linutronix.de> In-Reply-To: <20190524100844.276644418@linutronix.de> From: Richard Fontana Date: Fri, 24 May 2019 09:19:34 -0400 Message-ID: Subject: Re: [Batch 6 - patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 140 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 terms of gnu general public license as published by the > free software foundation either version 2 of the license or at your > option any later version you should have received a copy of the gnu > general public license along with this program if not see http www > gnu org licenses > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 2 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch6&id=95132bdaccdc > --- > crypto/cast5_generic.c | 9 +-------- > crypto/cast6_generic.c | 9 +-------- > 2 files changed, 2 insertions(+), 16 deletions(-) > > --- a/crypto/cast5_generic.c > +++ b/crypto/cast5_generic.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Kernel cryptographic api. > * cast5.c - Cast5 cipher algorithm (rfc2144). > * > @@ -9,14 +10,6 @@ > * > * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. > * Copyright (C) 2003 Kartikey Mahendra Bhatt . > -* > -* This program is free software; you can redistribute it and/or modify it > -* under the terms of GNU General Public License as published by the Free > -* Software Foundation; either version 2 of the License, or (at your option) > -* any later version. > -* > -* You should have received a copy of the GNU General Public License > -* along with this program. If not, see . > */ > > > --- a/crypto/cast6_generic.c > +++ b/crypto/cast6_generic.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* Kernel cryptographic api. > * cast6.c - Cast6 cipher algorithm [rfc2612]. > * > @@ -6,14 +7,6 @@ > * algorithm. > * > * Copyright (C) 2003 Kartikey Mahendra Bhatt . > - * > - * This program is free software; you can redistribute it and/or modify it > - * under the terms of GNU General Public License as published by the Free > - * Software Foundation; either version 2 of the License, or (at your option) > - * any later version. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program. If not, see . > */ > > > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.