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 C1ED1C433EF for ; Mon, 6 Jun 2022 20:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230263AbiFFULG (ORCPT ); Mon, 6 Jun 2022 16:11:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45306 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233251AbiFFUKk (ORCPT ); Mon, 6 Jun 2022 16:10:40 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81AE0134E28 for ; Mon, 6 Jun 2022 13:10:35 -0700 (PDT) Message-ID: <20220606200810.708968350@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1654546233; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: references:references; bh=qM4ze/++BScN6a9+CmObRkNzzE6CeSRrV0JVyfLKKPc=; b=prZQPI8pC8QlSXfeGc72/PkaqJuzcUOD84L29ZE3OZ+Yk2fsHd5fj+SilkLYCml2u04Fc7 EcdVGFQU2g/ok9rB61WlSh7Z5dmYN3FdQ1xhAxq8GhY2d1S5C7V2wPYAZmLv5UYGjlBHtX IAfI5mG5XmMXgC9khel3p4u14bLO6w/Wxgq5wCZQI1xYKcKDiNkAju02qTRICli+PbIc2q TuxEKK4sXEtI/SodH1V1RRk1IV5bJAfB46T8VMGb0mW4yybrbUv40LqIkpBIDYar9QcGHM vMsBP1Od2OSYmys2hthLaP0860HxgV1waH1BriR5j+bZjAz75SUSRrWJrRR+nQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1654546233; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: references:references; bh=qM4ze/++BScN6a9+CmObRkNzzE6CeSRrV0JVyfLKKPc=; b=mkT7E5W7AIgCtQODzulg79OEIUUEiKblJXjwx3bgqQL9Lrrkbd7XbLFkRPHbjEqfvV7dxa NkM2lurRR+qE6ZDg== From: Thomas Gleixner To: linux-spdx@vger.kernel.org Subject: [patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE References: <20220606200732.204209102@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Date: Mon, 6 Jun 2022 22:10:33 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Based on the normalized pattern: gpl header start do not alter or remove copyright notices or this file header this program is free software you can redistribute it and/or modify it under the terms of the gnu general public license version 2 only as published by the free software foundation this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license version 2 for more details (a copy is included in the license file that accompanied this code) you should have received a copy of the gnu general public license version 2 along with this program if not see http://www gnu org/licenses please visit http://www xyratex com/contact if you need additional information or have any questions gpl header end 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 --- arch/x86/crypto/crc32-pclmul_asm.S | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) --- a/arch/x86/crypto/crc32-pclmul_asm.S +++ b/arch/x86/crypto/crc32-pclmul_asm.S @@ -1,24 +1,4 @@ -/* GPL HEADER START - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 only, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License version 2 for more details (a copy is included - * in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see http://www.gnu.org/licenses - * - * Please visit http://www.xyratex.com/contact if you need additional - * information or have any questions. - * - * GPL HEADER END +/* SPDX-License-Identifier: GPL-2.0-only */ */ /*