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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64EF6C43334 for ; Tue, 7 Jun 2022 11:54:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242169AbiFGLyW (ORCPT ); Tue, 7 Jun 2022 07:54:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49074 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231833AbiFGLyV (ORCPT ); Tue, 7 Jun 2022 07:54:21 -0400 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BD63E1F for ; Tue, 7 Jun 2022 04:54:19 -0700 (PDT) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 0C6E919606F for ; Tue, 7 Jun 2022 07:54:19 -0400 (EDT) (envelope-from allison@lohutok.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=7e7NlbfcZbPc qae7ZnI3qKJvOpjDYmQkf0InwEWD3E4=; b=w7YgfkZbob/9AuZUMjtjm7H4B2nD WSmBJ+66TP653idUi8pLJfwM0lfc1WI91S3/Jjse2yTVuauNcjexEW+qymsMaI6n 9Gnot/O5/vuoREdkJJXllt7Pm843VA+YBhOjPhcbQCibsWbLqQekvJSfsn8+t4nR nb4dj0efeBL3w/k= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 05AF119606E for ; Tue, 7 Jun 2022 07:54:19 -0400 (EDT) (envelope-from allison@lohutok.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lohutok.net; h=message-id:date:mime-version:subject:to:references:from:in-reply-to:content-type:content-transfer-encoding; s=2018-11.pbsmtp; bh=7e7NlbfcZbPcqae7ZnI3qKJvOpjDYmQkf0InwEWD3E4=; b=ZM0evanztA8SFU5f4hjWwDVBuGea4EE7CVloOeYUKTwRgG53ffC2YqyUepxT79inqGeWS7g1ryjBWegHREF7RTSfsbo68e7w+ktbS2Xn+jQK+Zcno7FhzbMwB0aevTZLU7gXkkEn8kQYSIkj04Swj5vI1aBYSsOcNua0B0NPr6k= Received: from [10.0.2.15] (unknown [130.117.184.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id E933119606D for ; Tue, 7 Jun 2022 07:54:14 -0400 (EDT) (envelope-from allison@lohutok.net) Message-ID: Date: Tue, 7 Jun 2022 07:54:08 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_319.RULE Content-Language: en-US To: linux-spdx@vger.kernel.org References: <20220606200732.204209102@linutronix.de> <20220606200811.074461272@linutronix.de> From: Allison Randal In-Reply-To: <20220606200811.074461272@linutronix.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 8DC5D55E-E658-11EC-9CD6-CBA7845BAAA9-44123303!pb-smtp21.pobox.com Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On 6/6/22 16:10, Thomas Gleixner wrote: > Based on the normalized pattern: > > this program 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 program is distributed > as is without any warranty of any kind whether expressed or implied > without even the implied warranty of merchantability or fitness for a > particular purpose see the gnu general public license version 2 for > more details > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-only > > has been chosen to replace the boilerplate/reference. > > Signed-off-by: Thomas Gleixner Reviewed-by: Allison Randal