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 - rule 12

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation either version 2 of the license or at
your option any later version 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 good title or non infringement see the gnu general public
license for more details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 7 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Jilayne Lovejoy <opensource@jilayne.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190519154041.727898173@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4359375c ef65e431

+7 -78
+1 -12
arch/nios2/include/asm/asm-macros.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Macro used to simplify coding multi-line assembler. 3 4 * Some of the bit test macro can simplify down to one line ··· 7 6 * Copyright (C) 2004 Microtronix Datacom Ltd. 8 7 * 9 8 * All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2 of the License, or 14 - * (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 19 - * NON INFRINGEMENT. See the GNU General Public License for more 20 - * details. 21 - * 22 9 */ 23 10 #ifndef _ASM_NIOS2_ASMMACROS_H 24 11 #define _ASM_NIOS2_ASMMACROS_H
+1 -11
arch/nios2/include/asm/cache.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2004 Microtronix Datacom Ltd. 3 4 * 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 14 - * NON INFRINGEMENT. See the GNU General Public License for more 15 - * details. 16 6 */ 17 7 18 8 #ifndef _ASM_NIOS2_CACHE_H
+1 -11
arch/nios2/include/asm/linkage.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009 Thomas Chou <thomas@wytron.com.tw> 3 4 * 4 5 * All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 14 - * NON INFRINGEMENT. See the GNU General Public License for more 15 - * details. 16 6 */ 17 7 18 8 #ifndef _ASM_NIOS2_LINKAGE_H
+1 -11
drivers/acpi/acpi_memhotplug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2004, 2013 Intel Corporation 3 4 * Author: Naveen B S <naveen.b.s@intel.com> 4 5 * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 5 6 * 6 7 * All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License, or (at 11 - * your option) any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 16 - * NON INFRINGEMENT. See the GNU General Public License for more 17 - * details. 18 8 * 19 9 * ACPI based HotPlug driver that supports Memory Hotplug 20 10 * This driver fields notifications from firmware for memory add
+1 -11
drivers/xen/xen-acpi-cpuhotplug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 Intel Corporation 3 4 * Author: Liu Jinsong <jinsong.liu@intel.com> 4 5 * Author: Jiang Yunhong <yunhong.jiang@intel.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or (at 9 - * your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 14 - * NON INFRINGEMENT. See the GNU General Public License for more 15 - * details. 16 6 */ 17 7 18 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -11
drivers/xen/xen-acpi-memhotplug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012 Intel Corporation 3 4 * Author: Liu Jinsong <jinsong.liu@intel.com> 4 5 * Author: Jiang Yunhong <yunhong.jiang@intel.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or (at 9 - * your option) any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 14 - * NON INFRINGEMENT. See the GNU General Public License for more 15 - * details. 16 6 */ 17 7 18 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -11
drivers/xen/xen-stub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * xen-stub.c - stub drivers to reserve space for Xen 3 4 * ··· 8 7 * 9 8 * Copyright (C) 2012 Oracle Inc 10 9 * Author: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 of the License, or (at 15 - * your option) any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, but 18 - * WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 20 - * NON INFRINGEMENT. See the GNU General Public License for more 21 - * details. 22 10 */ 23 11 24 12 #include <linux/kernel.h>