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.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,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 09931C28CC0 for ; Thu, 30 May 2019 14:53:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0E3025BB4 for ; Thu, 30 May 2019 14:53:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1559228003; bh=JCyV8UTnGStxBr9xxQbLuU16MS2ZGAD91t5LXsAKjyw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=wKNaCfFTfYMT9ERs+YeQByMztVmOKzPqQqSrmKk8kblpvqIu5IKTlLb4PSPGkYwvl zTi9ihQeyosvyKzaFwZGCOUj1KOTNSMNMe5awhKjdZ5dZbrltm2FAWfXYHbqRVKmWO WXT9+L/X+HCa7ZikQjRHdIQmNqb1Uql6PQSNk9m4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727065AbfE3OxX (ORCPT ); Thu, 30 May 2019 10:53:23 -0400 Received: from mail-lf1-f49.google.com ([209.85.167.49]:46322 "EHLO mail-lf1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725934AbfE3OxX (ORCPT ); Thu, 30 May 2019 10:53:23 -0400 Received: by mail-lf1-f49.google.com with SMTP id l26so5242018lfh.13 for ; Thu, 30 May 2019 07:53:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qhuODfCe14rZm3kexUAHdlVf/gbUuM4kGxhHku0niqY=; b=NisKaRbGbYw4EjDZgIrAUfdtGGBDSfg4sBH3DPoVkspIz3hv2mlN5VCkBFjCaGz55I BUZwFurKnNRdnmhFt8Zdohuzo77rrrDirHzz+pXdIr13XBu8sYyS/Ry5paG1aJfCDmW3 8aNS+uVAIbUkHjheb0YEzasnsaICP3YS3rNMY= 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=qhuODfCe14rZm3kexUAHdlVf/gbUuM4kGxhHku0niqY=; b=AsMth3c4zLVW/wdBfszi3Ebukgv/JiFg+iwLAWiyARPhNUOrdgC/OoRBT4oyFEI7Kr uou69apTPl+OEot8KG7cJMC1cH2Tu6U687R9Qv2M361IbrlRMdOgrPo/i7IjGLmdUX7N LyGNUtvgxINeuUJ3dIEa3GllWgcQvc+mqGpbR1PXw9S1H8xkC8OVtiA+/nEJlCKrCf09 4Z7jNDwz4muCWvS50Isza6a6w1PpeaVhQX7l6dbziiwjm8UN8yAvF1eLlcpsV02+9fGl 0cJoh/IdXhcKC9l098SyZvUDUC5DJ/Q2owiDLYy943Av/naK2Da2W8l+gE6usSBeKy8a aGmA== X-Gm-Message-State: APjAAAUuG0UX1/Gw3hoSi19lNsi2gd1j1scpGMCxcJtofi81Ncv3JuDA 9c2sBuYw39djANkIjaRNv3MPRypuONROxsgByqw+aw== X-Google-Smtp-Source: APXvYqzHFiaOVOKpFE5wdhs/ZQ+IapSZuFn/ZHBx1JhQNhwABuqo2Z2pIw2g9EpLJeQsQxAoLioPnRo/J2RytGMSGLw= X-Received: by 2002:a19:740b:: with SMTP id v11mr2349715lfe.103.1559228001706; Thu, 30 May 2019 07:53:21 -0700 (PDT) MIME-Version: 1.0 References: <20190529235716.581218785@linutronix.de> <20190530000433.655902929@linutronix.de> In-Reply-To: <20190530000433.655902929@linutronix.de> From: Kate Stewart Date: Thu, 30 May 2019 09:53:09 -0500 Message-ID: Subject: Re: [Batch 13 patch 02/48] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 302 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 Thu, May 30, 2019 at 6:39 AM Thomas Gleixner wrote: > > From: Thomas Gleixner tglx@linutronix.de > > Based on 1 normalized pattern(s): > > this package is free software you can redistribute it and or modify > it under the terms of the gnu general public license version 2 as > published by the free software foundation this package is provided > as is and without any express or implied warranties including > without limitation the implied warranties of merchantibility and > fitness for a particular purpose > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference in 3 file(s). > > Signed-off-by: Thomas Gleixner Reviewed-by: Kate Stewart