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 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 A3E2DC28CC0 for ; Wed, 29 May 2019 15:43:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 796F323B99 for ; Wed, 29 May 2019 15:43:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726140AbfE2PnB (ORCPT ); Wed, 29 May 2019 11:43:01 -0400 Received: from mail-ua1-f51.google.com ([209.85.222.51]:41071 "EHLO mail-ua1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfE2PnB (ORCPT ); Wed, 29 May 2019 11:43:01 -0400 Received: by mail-ua1-f51.google.com with SMTP id n2so1141659uad.8 for ; Wed, 29 May 2019 08:43:00 -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=E5YXP72eNzGLPIZEKjnpJt8mhk8ADGzmRCGboCUg8DA=; b=rEiMFCd7XcJxVSNUxpf7Ufi0XiMHuhtlvyV9awlPudRSbjshpYI9f9d8XlB/xFTzFL tpVbW0bqTqrhtmXC1hKVs3L8S4zeS0qP2e2pPayv9PaZBktGHKim+UrL+svK3hyOswCx fXQAfOk3bjb7JWaFUgvukk0M+qJiRY2VtHRdqdkOcdFL12qSKopi7oJjMSay3x+A0Ans y7gvQmTievHQYHx7MxSLWkUZuXRIMviJqKHsH7edy/TVEXA5+bin8umlSwFt2Rw3pisL lAKOmSQNCGGc3ztThMEVJtSEPNYdbjMFkHXgQoEhO463TLYMaCRxQWEI0UYuHEVyTZfl i3iA== X-Gm-Message-State: APjAAAXi0n8JZKCDRHcRf6m/BqDrg4FjmT4b3d3gwXp/qm1ciah5QlIJ xstGcpeVrl8Pv16ZETWqFKzk9TURJdbkYS9yXeAstw== X-Google-Smtp-Source: APXvYqzQ4GxtntIDwsUElwBy+4YBnFzLQo328oQZGn57QPoSzrMfMdFtcpLf6U43+hfCvAAhjgSr50rNMkfdFTy1rbM= X-Received: by 2002:ab0:60c4:: with SMTP id g4mr3561843uam.46.1559144580156; Wed, 29 May 2019 08:43:00 -0700 (PDT) MIME-Version: 1.0 References: <20190528165704.089944150@linutronix.de> <20190528170027.342746075@linutronix.de> In-Reply-To: <20190528170027.342746075@linutronix.de> From: Richard Fontana Date: Wed, 29 May 2019 11:42:49 -0400 Message-ID: Subject: Re: [Batch 9 patch 16/23] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 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 Tue, May 28, 2019 at 1:16 PM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this copyrighted material is made available to anyone wishing to use > modify copy or redistribute it subject to the terms and conditions > of the gnu general public license v 2 > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 45 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Richard Fontana