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 F2C62C04AB3 for ; Mon, 27 May 2019 13:26:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D193E2075E for ; Mon, 27 May 2019 13:26:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726522AbfE0N0G (ORCPT ); Mon, 27 May 2019 09:26:06 -0400 Received: from mail-vs1-f46.google.com ([209.85.217.46]:36941 "EHLO mail-vs1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726264AbfE0N0G (ORCPT ); Mon, 27 May 2019 09:26:06 -0400 Received: by mail-vs1-f46.google.com with SMTP id o5so7025547vsq.4 for ; Mon, 27 May 2019 06:26:05 -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=LJ68YekejM1AVONH7WK5jiBjkW9+IjqH26BGhbPcjbM=; b=Qn4s9MhxJ+V1CBiQZgUPCmsTmo008aakQKFr8KfhijnjMRcp8Wp9VLuk6RyTd5rWTv MOmVDiLP43PmmO1MbtJyiQRElFDg3BP6HX/7zaSozd2i+9xC83/b3pMYvub85r68e+k4 xHrByTTQjPixgkM9bPM7BO57IePuz12nPSnC9DNs0LRunRl13mjJUbZ7GZAck0uaJ7WJ ej+vhsX/WDBov4vMVt2VRTP7MEVKgzihKplHLJEpI8RtJoxgn6fdFXvH4ocRLiNf9lkO bdZHJZT/DWRJcU5R/kYOM7CNUVivcBKI2MvfyUaAuQlqi3vTSLwDFcPyaUu2Gr2Ne19u hMIw== X-Gm-Message-State: APjAAAXc+jUqlR0jXl10Fjthzj6J9zpB4gfJiGc4EuCWvPM6zDdN4XZx RH2pzZTsdbmDkUTXtaRc+ua0NyW3+nHgzwkJ79kul3gC X-Google-Smtp-Source: APXvYqz0v0Ujs/WaZLvMCk0xx37SW6iP9f86oB40FiAbIv55L7s1AxozcGtw7T8oEzy9iGab4lpVMAoB8ztuN4vaXqs= X-Received: by 2002:a67:ea0d:: with SMTP id g13mr20047175vso.137.1558963565215; Mon, 27 May 2019 06:26:05 -0700 (PDT) MIME-Version: 1.0 References: <20190527065459.647681500@linutronix.de> <20190527070033.383790741@linutronix.de> In-Reply-To: <20190527070033.383790741@linutronix.de> From: Richard Fontana Date: Mon, 27 May 2019 09:25:54 -0400 Message-ID: Subject: Re: [Batch 8 patch 09/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159 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): > > the code contained herein is licensed under the gnu general public > license you may obtain a copy of the gnu general public license > version 2 or later at the following locations http www opensource > org licenses gpl license html http www gnu org copyleft gpl html > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 161 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana