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 EBB4CC04AAF for ; Tue, 21 May 2019 13:38:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2C71208C3 for ; Tue, 21 May 2019 13:38:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727969AbfEUNi0 (ORCPT ); Tue, 21 May 2019 09:38:26 -0400 Received: from mail-ua1-f66.google.com ([209.85.222.66]:44264 "EHLO mail-ua1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727819AbfEUNi0 (ORCPT ); Tue, 21 May 2019 09:38:26 -0400 Received: by mail-ua1-f66.google.com with SMTP id p13so6617425uaa.11 for ; Tue, 21 May 2019 06:38:25 -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=CGlvlASbzGPpb2lIdpWYm1BGytjeU8if/fx9MCCUous=; b=eNrLV/+nweHV/Ur3b/I/eulTPvvzrqJlQMWH5ceRDyV/iQdJoUyFyMAbO0aIzJwrvo /pzqzk2HaYstKcfpns7aprVyfyqErulY+9KGG37UKi3J2vkS7Ry9vR80O/jroSQVaMJL jbn+Z6DKoVmjc4UljHdTCjXmoc1zEESxqcUK8kFO4lm3LJtiSxvm9HPw5VrpXaB2+BkY q7Vz7gkUTwVPDNh2je3oFPxFkNSr1QKrUGU56btE3WKCh0MUwavFcBw1GLD7797ZnuQR d0ZaaFl+0laVy3wTgOnDaeCQEgrA0bRmg63NTgrRqzaRHoHKCKMxJ5AcBmyCX20ZeUH3 E9oA== X-Gm-Message-State: APjAAAUMWqasuoJ1tzyffqvMv5rWI84yx3gfwCG9flxYaEYJjDbijlrQ XyL3y4p1vaSYF0xS5E83LpFQRuMNFAzb75wkL4dpgw== X-Google-Smtp-Source: APXvYqyWBlL9n+Pnmr1N0vyB2zZ9VYYZ5I8g5WeIfV6xOuPjwObG3enXj2d5RmEAIx7Nq4mqjQTjksUd76eG2Pip6Ac= X-Received: by 2002:ab0:720a:: with SMTP id u10mr34028412uao.22.1558445905021; Tue, 21 May 2019 06:38:25 -0700 (PDT) MIME-Version: 1.0 References: <20190520071851.141112241@linutronix.de> <20190520071858.029737698@linutronix.de> In-Reply-To: <20190520071858.029737698@linutronix.de> From: Richard Fontana Date: Tue, 21 May 2019 09:38:14 -0400 Message-ID: Subject: Re: [patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53 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 Tue, May 21, 2019 at 3:44 AM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > this code may be copied under the gpl v 2 or at your option any > later version > > 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=batch3&id=0c743c612318 > --- > net/decnet/netfilter/dn_rtmsg.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > --- a/net/decnet/netfilter/dn_rtmsg.c > +++ b/net/decnet/netfilter/dn_rtmsg.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * DECnet An implementation of the DECnet protocol suite for the LINUX > * operating system. DECnet is implemented using the BSD Socket > @@ -6,11 +7,8 @@ > * DECnet Routing Message Grabulator > * > * (C) 2000 ChyGwyn Limited - http://www.chygwyn.com/ > - * This code may be copied under the GPL v.2 or at your option > - * any later version. > * > * Author: Steven Whitehouse > - * > */ > #include > #include > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.