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 045BAC072B5 for ; Fri, 24 May 2019 13:32:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BE97C217F9 for ; Fri, 24 May 2019 13:31:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391395AbfEXNb7 (ORCPT ); Fri, 24 May 2019 09:31:59 -0400 Received: from mail-vs1-f68.google.com ([209.85.217.68]:45163 "EHLO mail-vs1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391124AbfEXNb7 (ORCPT ); Fri, 24 May 2019 09:31:59 -0400 Received: by mail-vs1-f68.google.com with SMTP id k187so5725751vsk.12 for ; Fri, 24 May 2019 06:31:58 -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=0r1fJjSsfMFp2i6FdEqq4C6LE7skIOJUxpAqpp8Y8PA=; b=p+rdE8xWGd77J+1wyVkviiM16HFLApk8rCBAQKwTX1OnStjYhoVqfk488Y/0QFN/IN OGp9Y1D6EovdVHsT6M5BYRyK5XsDQCpSH+BtuIVXFnV2k/GHeWzU5K6o5rVpxdFq6+hh VFvRSl7iW7qWtvDWxe2gZhBlIKMyLC+jZFVlohyJG0MooLcpS+Tnp/eyCNNASXsCEzfY WoLPHcByGKAl3G5dwQmsZmOWYCOBjkhrfJtULyp9LxupEzJN9cqzIJHC5VOS8aFaTCy/ 4aOOdoRcOe2AGn/uEQvejn+13vNpSULPDbF2o9Rkrri3x7cOAms8gVaULJsLj+ktR9jb 986w== X-Gm-Message-State: APjAAAVXM+6wIgz+BhY/IjWESsjdBNN2hXioN177V1H5VOdOmHDBhKvO 0uOtL/PhleXLgavKOxlZQT3cQGvI/Kg+3vY70rD3Zg== X-Google-Smtp-Source: APXvYqz5xxsvGZp/EgcMmmQQCnUrsdyti7fQoIehmLruqT34f9to2PV3dCF6zLA7PpEVY27sh6pWD9PkdteIDsBNkCg= X-Received: by 2002:a67:ea0d:: with SMTP id g13mr4588160vso.137.1558704717681; Fri, 24 May 2019 06:31:57 -0700 (PDT) MIME-Version: 1.0 References: <20190524100345.776412942@linutronix.de> <20190524100843.499675784@linutronix.de> In-Reply-To: <20190524100843.499675784@linutronix.de> From: Richard Fontana Date: Fri, 24 May 2019 09:31:47 -0400 Message-ID: Subject: Re: [Batch 6 - patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132 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 the gnu general public license as published by the > free software foundation either version 2 of the license 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 if not write to > the free software foundation inc 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 4 file(s). > > Signed-off-by: Thomas Gleixner > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch6&id=a4caace4c70b > --- > net/dccp/ccids/ccid3.c | 15 +-------------- > net/dccp/ccids/ccid3.h | 15 +-------------- > net/dccp/ccids/lib/packet_history.c | 15 +-------------- > net/dccp/ccids/lib/packet_history.h | 15 +-------------- > 4 files changed, 4 insertions(+), 56 deletions(-) > > --- a/net/dccp/ccids/ccid3.c > +++ b/net/dccp/ccids/ccid3.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (c) 2007 The University of Aberdeen, Scotland, UK > * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand. > @@ -17,20 +18,6 @@ > * Arnaldo Carvalho de Melo . > * > * Copyright (c) 2005 Arnaldo Carvalho de Melo > - * > - * 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 of the License, 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; if not, write to the Free Software > - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > */ > #include "../dccp.h" > #include "ccid3.h" > --- a/net/dccp/ccids/ccid3.h > +++ b/net/dccp/ccids/ccid3.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand. > * Copyright (c) 2007 The University of Aberdeen, Scotland, UK > @@ -17,20 +18,6 @@ > * Arnaldo Carvalho de Melo . > * > * Copyright (c) 2005 Arnaldo Carvalho de Melo > - * > - * 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 of the License, 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; if not, write to the Free Software > - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > */ > #ifndef _DCCP_CCID3_H_ > #define _DCCP_CCID3_H_ > --- a/net/dccp/ccids/lib/packet_history.c > +++ b/net/dccp/ccids/lib/packet_history.c > @@ -1,3 +1,4 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (c) 2007 The University of Aberdeen, Scotland, UK > * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand. > @@ -17,20 +18,6 @@ > * Arnaldo Carvalho de Melo . > * > * Copyright (c) 2005 Arnaldo Carvalho de Melo > - * > - * 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 of the License, 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; if not, write to the Free Software > - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > */ > > #include > --- a/net/dccp/ccids/lib/packet_history.h > +++ b/net/dccp/ccids/lib/packet_history.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Packet RX/TX history data structures and routines for TFRC-based protocols. > * > @@ -17,20 +18,6 @@ > * Arnaldo Carvalho de Melo . > * > * Copyright (c) 2005 Arnaldo Carvalho de Melo > - * > - * 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 of the License, 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; if not, write to the Free Software > - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > */ > > #ifndef _DCCP_PKT_HIST_ > > -- Richard Fontana Senior Commercial Counsel Red Hat, Inc.