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.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 999A9C04AB4 for ; Mon, 20 May 2019 01:09:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7069D206B6 for ; Mon, 20 May 2019 01:09:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558314544; bh=WOWMFpMeAal1qA9Ln9zTnRDG+/g3/IeX1zd2ODrzQ3I=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=aUwRj27/cAD+c1vggaeut5uG131HsBfgLDvmtWYSGtBqlCgg4q0UzbU0d0S8uiTBa EBOcvWlc5n0B+KzLlITAkNk26ehlg/2qgSEHObDRmKyzCKTZb1SWfu2gaKmZu+rEGT c2wxdo3e9Hzdlc081kg8YMi62GmOuKw7z5TTwJCo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729784AbfETBJE (ORCPT ); Sun, 19 May 2019 21:09:04 -0400 Received: from mail-qk1-f194.google.com ([209.85.222.194]:35612 "EHLO mail-qk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729763AbfETBJE (ORCPT ); Sun, 19 May 2019 21:09:04 -0400 Received: by mail-qk1-f194.google.com with SMTP id c15so7871892qkl.2 for ; Sun, 19 May 2019 18:09:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=6hFEP2lP3WV9AzLYMp1IWqptlVUDn0leMDpUXif5vaU=; b=HkuKr3fEjIBY9o4kXQfP/9KKrvmCiDjEelwxk91YJZegLrm9YTKdAaUC96WVuN73XU 9Q8HDB/CBdx59RZSSFVF8GI4+Um9CF9L0Zhcguy4M1QUWvrOD6THZMooTbe8csE714hO 0wxuhyLKWTs6eouvxhBHc+m/Ppw9VFusUJ+V8= 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; bh=6hFEP2lP3WV9AzLYMp1IWqptlVUDn0leMDpUXif5vaU=; b=Ek2xPrE4IiHk/2XOhAjgQgiPgeorP1N5bVQikGAc0KNTq4wJjBw9Wz5VbxDaPsEe33 tVmnGMVhmOowkDvnDQ2VQmtHfMPzQbCqMtqu/TcVexF/Nu98TMqlbcCz1FFcPi+vFdZv K9SWYBcyo6GTi6JqYGsvQhRN81zDfbt72EaKOtqHQ1wFsr22cALI+07dCBfnqWaUgGjJ TWMUyYD/hW3jVbtgJsJ8c3EDn6NtAhtIC0ijiK/9gBrn5LngsatVoUDixoNzYvMuZewm sUAwlBeNlPPXVx5sKmRgI61PET1da1awUShRTJlQCARQccsAVNyuy4wk6d9Rs3VzKCnj N2iw== X-Gm-Message-State: APjAAAW0aMYB6XtXch91fP8Hmeq2HKWmlC5Jnxpl8q/Yws2seYmRraQj WXnsCD89ezsGMXeduWyQbYc/os3q0r1PQpxa69Mu/nh16uWb9A== X-Google-Smtp-Source: APXvYqw1ghU2EqkhXMGl1qmrFMVhMzxkcP/z9/VrDT2Gm5FsZMooGugJtGTB1SPgAKS/ijMnjd5p815m00iRIK2S07Y= X-Received: by 2002:a37:6658:: with SMTP id a85mr26553758qkc.350.1558314542473; Sun, 19 May 2019 18:09:02 -0700 (PDT) MIME-Version: 1.0 References: <20190519135130.462579320@linutronix.de> <20190519154041.940713800@linutronix.de> In-Reply-To: <20190519154041.940713800@linutronix.de> From: Steve Winslow Date: Sun, 19 May 2019 21:08:45 -0400 Message-ID: Subject: Re: [patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 14 To: 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: Steve Winslow On Sun, May 19, 2019 at 1:20 PM 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 you should have received a > copy of the gnu general public license along with gnu cc see the > file copying if not write to the free software foundation 59 temple > place suite 330 boston ma 02111 1307 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 3 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=step2&id=210ec9bd7d33 > --- > arch/sparc/lib/divdi3.S | 16 ++-------------- > arch/sparc/lib/muldi3.S | 16 ++-------------- > arch/sparc/lib/udivdi3.S | 16 ++-------------- > 3 files changed, 6 insertions(+), 42 deletions(-) > > --- a/arch/sparc/lib/divdi3.S > +++ b/arch/sparc/lib/divdi3.S > @@ -1,21 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* 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. > - > -You should have received a copy of the GNU General Public License > -along with GNU CC; see the file COPYING. If not, write to > -the Free Software Foundation, 59 Temple Place - Suite 330, > -Boston, MA 02111-1307, USA. */ > + */ > > #include > .text > --- a/arch/sparc/lib/muldi3.S > +++ b/arch/sparc/lib/muldi3.S > @@ -1,21 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* 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. > - > -You should have received a copy of the GNU General Public License > -along with GNU CC; see the file COPYING. If not, write to > -the Free Software Foundation, 59 Temple Place - Suite 330, > -Boston, MA 02111-1307, USA. */ > + */ > > #include > .text > --- a/arch/sparc/lib/udivdi3.S > +++ b/arch/sparc/lib/udivdi3.S > @@ -1,21 +1,9 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* 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. > - > -You should have received a copy of the GNU General Public License > -along with GNU CC; see the file COPYING. If not, write to > -the Free Software Foundation, 59 Temple Place - Suite 330, > -Boston, MA 02111-1307, USA. */ > + */ > > .text > .align 4 > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org