Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE

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.

Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
2eb72d66 dfb99b05

+1 -21
+1 -21
arch/x86/crypto/crc32-pclmul_asm.S
··· 1 - /* GPL HEADER START 2 - * 3 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 only, 7 - * as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License version 2 for more details (a copy is included 13 - * in the LICENSE file that accompanied this code). 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * version 2 along with this program; If not, see http://www.gnu.org/licenses 17 - * 18 - * Please visit http://www.xyratex.com/contact if you need additional 19 - * information or have any questions. 20 - * 21 - * GPL HEADER END 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 22 2 */ 23 3 24 4 /*