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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 DEEDFC04AB3 for ; Mon, 27 May 2019 13:38:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BBE9B20859 for ; Mon, 27 May 2019 13:38:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726408AbfE0NiC (ORCPT ); Mon, 27 May 2019 09:38:02 -0400 Received: from mail-vs1-f46.google.com ([209.85.217.46]:42464 "EHLO mail-vs1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726274AbfE0NiC (ORCPT ); Mon, 27 May 2019 09:38:02 -0400 Received: by mail-vs1-f46.google.com with SMTP id z11so10539780vsq.9 for ; Mon, 27 May 2019 06:38:01 -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=AofJ07cx0f1sItk1r+75Fm5ddoVvUjPK9lbYaQbGOe0=; b=aK8i00HMp8eaQYq7DHSVVwYHoBI9OhiwIwKioUamRvX1Q6R1DxNhvOSjo38NemIStP 0+P3RPFtpSTNKPHVqi2XP4aRkF5cmi2X76W9noFZlI4LVyWaQFJ9XpcYAvqqb3A/Q8cE iNcWZQHMMKpUM/LtMQr3kHyPdvSGf7OVYFYcolC9rvLSH/XG/N47hdtLx7exn2oKRvle 2F9wcOV2QuFtExB0Zd8nz69MzU4LjWvIogT3m2EXXr748v5HAT41du6sxlhnb5MMNrHU Y6qAfc4C0WF8FQx5uu51NfUXcTWkgeJPnalpuq7+4JxrKfF1zWfUmU21hQHPu5E7YYZu b6WA== X-Gm-Message-State: APjAAAWLxF3r+MWdVsKSbKe3H+H8cHZMshT8IAjEoX9Ef5N88kysTGg5 w+KNZ8oMwlmBLLfdE4wRS+qYvSCaKHCoEFHRnfOAjhOu X-Google-Smtp-Source: APXvYqwGz0qUfnRw9a9Sjbpgmrgt9PJNlzX0pVPiaBUIwAFrXyU7rYmrry0ICruqhyXe7fp601vIZbKVChuUG/sSteo= X-Received: by 2002:a67:eb13:: with SMTP id a19mr58413407vso.233.1558964281474; Mon, 27 May 2019 06:38:01 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070033.929121379@linutronix.de> In-Reply-To: <20190527070033.929121379@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 09:37:50 -0400 Message-ID: Subject: Re: [Batch 8 patch 15/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166 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 Mon, May 27, 2019 at 5:53 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > licensed under the terms of the gnu gpl license version 2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 62 file(s). > > Signed-off-by: Thomas Gleixner [...] > --- a/tools/testing/ktest/config-bisect.pl > +++ b/tools/testing/ktest/config-bisect.pl > @@ -1,10 +1,9 @@ > #!/usr/bin/perl -w > +# SPDX-License-Identifier: GPL-2.0-only > # > # Copyright 2015 - Steven Rostedt, Red Hat Inc. > # Copyright 2017 - Steven Rostedt, VMware, Inc. > # > -# Licensed under the terms of the GNU GPL License version 2 > -# To the extent there are Red Hat copyrights, those can be treated as GPL-2.0-or-later, if that is desired. [...] > --- a/tools/testing/ktest/ktest.pl > +++ b/tools/testing/ktest/ktest.pl > @@ -1,7 +1,7 @@ > #!/usr/bin/perl -w > +# SPDX-License-Identifier: GPL-2.0-only > # > # Copyright 2010 - Steven Rostedt , Red Hat Inc. > -# Licensed under the terms of the GNU GPL License version 2 > # Red Hat copyrights can be treated as GPL-2.0-or-later, if that is desired. [...] > --- a/tools/testing/selftests/breakpoints/breakpoint_test.c > +++ b/tools/testing/selftests/breakpoints/breakpoint_test.c > @@ -1,8 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /* > * Copyright (C) 2011 Red Hat, Inc., Frederic Weisbecker > * > - * Licensed under the terms of the GNU GPL License version 2 > - * > * Selftests for breakpoints (and more generally the do_debug() path) in x86. > */ Red Hat copyrights can be treated as GPL-2.0-or-later, if that is desired. [...] > --- a/tools/testing/selftests/timers/posix_timers.c > +++ b/tools/testing/selftests/timers/posix_timers.c > @@ -1,8 +1,7 @@ > +// SPDX-License-Identifier: GPL-2.0-only > /* > * Copyright (C) 2013 Red Hat, Inc., Frederic Weisbecker > * > - * Licensed under the terms of the GNU GPL License version 2 > - * > * Selftests for a few posix timers interface. > * > * Kernel loop code stolen from Steven Rostedt To the extent there are Red Hat copyrights, those can be treated as GPL-2.0-or-later, if that is desired. Apart from those comments on Red Hat copyrights, I agree with Thomas's assessment that the nominal license notices in this patchset are equivalent to GPL-2.0-only. Reviewed-by: Richard Fontana