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 09626C282DE for ; Thu, 23 May 2019 12:42:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D876521019 for ; Thu, 23 May 2019 12:42:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730560AbfEWMml (ORCPT ); Thu, 23 May 2019 08:42:41 -0400 Received: from mail-ua1-f65.google.com ([209.85.222.65]:34602 "EHLO mail-ua1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729361AbfEWMml (ORCPT ); Thu, 23 May 2019 08:42:41 -0400 Received: by mail-ua1-f65.google.com with SMTP id 7so2124532uah.1 for ; Thu, 23 May 2019 05:42:41 -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=lat109lBjzHPmD9mv9dMK6n+4vVKfHEIcMn4s+NAnOc=; b=jFrnl34T9CL8VGVUENKfoLU9CZid45Iz3Ks5jyio+G2kHLBAMreRWDJPkYG/QRbJJs ilKGjrZr3z8+j311szqU1wBATDQ8fN6RvB6r5j/sXK4JujuVkb4K5EkVTYb/Eq942+a5 nT/2O5/LbIPzNIFI23xZo69YdW+p4rA+m0O9n5ohvHu2awhLXhPjjZf3l8igUKJnQITr oCUTt5lroqTwka83T+karuezuikQZXt4EYZwKRR5kdw/kjsFskvgV0VWt6bt29Y1cQs4 FGi6090RKwnxzCrIvc8xfproWoAhFDys1ZHRQCzSZa/NqP2Slast44NlFA171cBOQnJh Bp9g== X-Gm-Message-State: APjAAAVMaGIej3pP1QX1MIWe3ALeqKAGbsHIPzWBviue/VtAIOzGXoRz 52gmiADw8ZZ/G2uud3dMcU/oL97jwnxbRkL8wa8x4Q== X-Google-Smtp-Source: APXvYqyKy0Xnf4nzLMyAL/+u8EaFVpZisgutQFcQ0+ZoaGw/STaNIW2ixRxlcVfEbrX/1lQry21PWXeT76Pt3Pl1IKU= X-Received: by 2002:ab0:69c8:: with SMTP id u8mr3264132uaq.132.1558615360530; Thu, 23 May 2019 05:42:40 -0700 (PDT) MIME-Version: 1.0 References: <20190523091437.334232837@linutronix.de> <20190523091650.757260228@linutronix.de> In-Reply-To: <20190523091650.757260228@linutronix.de> From: Richard Fontana Date: Thu, 23 May 2019 08:42:29 -0400 Message-ID: Subject: Re: [Batch 5 - patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 115 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 Thu, May 23, 2019 at 5:29 AM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > gnu cc 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 gnu cc 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 Flagging these as being FSF-copyrighted -- see my earlier comment on code taken from FSF-copyrighted GNU project code. Richard > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 4 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch5&id=e344d8bea171 > --- > arch/m68k/lib/ashldi3.c | 11 ++--------- > arch/m68k/lib/ashrdi3.c | 11 ++--------- > arch/m68k/lib/lshrdi3.c | 11 ++--------- > arch/m68k/lib/muldi3.c | 11 ++--------- > 4 files changed, 8 insertions(+), 36 deletions(-) > > --- a/arch/m68k/lib/ashldi3.c > +++ b/arch/m68k/lib/ashldi3.c > @@ -1,17 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* ashrdi3.c extracted from gcc-2.95.2/libgcc2.c which is: */ > /* Copyright (C) 1989, 92-98, 1999 Free Software Foundation, Inc. > > This file is part of GNU CC. > > -GNU CC 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. > - > -GNU CC 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 > #include > --- a/arch/m68k/lib/ashrdi3.c > +++ b/arch/m68k/lib/ashrdi3.c > @@ -1,17 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* ashrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */ > /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. > > This file is part of GNU CC. > > -GNU CC 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. > - > -GNU CC 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 > #include > --- a/arch/m68k/lib/lshrdi3.c > +++ b/arch/m68k/lib/lshrdi3.c > @@ -1,17 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* lshrdi3.c extracted from gcc-2.7.2/libgcc2.c which is: */ > /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. > > This file is part of GNU CC. > > -GNU CC 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. > - > -GNU CC 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 > #include > --- a/arch/m68k/lib/muldi3.c > +++ b/arch/m68k/lib/muldi3.c > @@ -1,18 +1,11 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* muldi3.c extracted from gcc-2.7.2.3/libgcc2.c and > gcc-2.7.2.3/longlong.h which is: */ > /* Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. > > This file is part of GNU CC. > > -GNU CC 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. > - > -GNU CC 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 > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.