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 287

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 v2 0 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
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 in 23 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141901.115786599@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d9523678 50acfb2b

+23 -213
+1 -10
drivers/firmware/edd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/firmware/edd.c 3 4 * Copyright (C) 2002, 2003, 2004 Dell Inc. ··· 18 17 * 19 18 * Please see http://linux.dell.com/edd/results.html for 20 19 * the list of BIOSs which have been reported to implement EDD. 21 - * 22 - * This program is free software; you can redistribute it and/or modify 23 - * it under the terms of the GNU General Public License v2.0 as published by 24 - * the Free Software Foundation 25 - * 26 - * This program is distributed in the hope that it will be useful, 27 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 28 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29 - * GNU General Public License for more details. 30 - * 31 20 */ 32 21 33 22 #include <linux/module.h>
+1 -9
drivers/firmware/google/coreboot_table.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * coreboot_table.c 3 4 * ··· 6 5 * 7 6 * Copyright 2017 Google Inc. 8 7 * Copyright 2017 Samuel Holland <samuel@sholland.org> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License v2.0 as published by 12 - * the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/acpi.h>
+1 -9
drivers/firmware/google/coreboot_table.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * coreboot_table.h 3 4 * ··· 7 6 * Copyright 2014 Gerd Hoffmann <kraxel@redhat.com> 8 7 * Copyright 2017 Google Inc. 9 8 * Copyright 2017 Samuel Holland <samuel@sholland.org> 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 v2.0 as published by 13 - * the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #ifndef __COREBOOT_TABLE_H
+1 -9
drivers/firmware/google/framebuffer-coreboot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * framebuffer-coreboot.c 3 4 * ··· 7 6 * Copyright 2012-2013 David Herrmann <dh.herrmann@gmail.com> 8 7 * Copyright 2017 Google Inc. 9 8 * Copyright 2017 Samuel Holland <samuel@sholland.org> 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 v2.0 as published by 13 - * the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/device.h>
+1 -9
drivers/firmware/google/memconsole-coreboot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * memconsole-coreboot.c 3 4 * 4 5 * Memory based BIOS console accessed through coreboot table. 5 6 * 6 7 * Copyright 2017 Google Inc. 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 v2.0 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/device.h>
+1 -9
drivers/firmware/google/memconsole-x86-legacy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * memconsole-x86-legacy.c 3 4 * 4 5 * EBDA specific parts of the memory based BIOS console. 5 6 * 6 7 * Copyright 2017 Google Inc. 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 v2.0 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/kernel.h>
+1 -9
drivers/firmware/google/memconsole.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * memconsole.c 3 4 * 4 5 * Architecture-independent parts of the memory based BIOS console. 5 6 * 6 7 * Copyright 2017 Google Inc. 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 v2.0 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/init.h>
+1 -9
drivers/firmware/google/memconsole.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * memconsole.h 3 4 * 4 5 * Internal headers of the memory based BIOS console. 5 6 * 6 7 * Copyright 2017 Google Inc. 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 v2.0 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #ifndef __FIRMWARE_GOOGLE_MEMCONSOLE_H
+1 -9
drivers/firmware/google/vpd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vpd.c 3 4 * 4 5 * Driver for exporting VPD content to sysfs. 5 6 * 6 7 * Copyright 2017 Google Inc. 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 v2.0 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/ctype.h>
+1 -9
drivers/firmware/google/vpd_decode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vpd_decode.c 3 4 * 4 5 * Google VPD decoding routines. 5 6 * 6 7 * Copyright 2017 Google Inc. 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 v2.0 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/export.h>
+1 -9
drivers/firmware/google/vpd_decode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * vpd_decode.h 3 4 * 4 5 * Google VPD decoding routines. 5 6 * 6 7 * Copyright 2017 Google Inc. 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 v2.0 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #ifndef __VPD_DECODE_H
+1 -10
drivers/firmware/iscsi_ibft.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2007-2010 Red Hat, Inc. 3 4 * by Peter Jones <pjones@redhat.com> ··· 8 7 * by Konrad Rzeszutek <ketuzsezr@darnok.org> 9 8 * 10 9 * This code exposes the iSCSI Boot Format Table to userland via sysfs. 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 v2.0 as published by 14 - * the Free Software Foundation 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 * 21 11 * Changelog: 22 12 * ··· 55 63 * 56 64 * 27 Aug 2007 - Konrad Rzeszutek <konradr@linux.vnet.ibm.com> 57 65 * First version exposing iBFT data via a binary /sysfs. (v0.1) 58 - * 59 66 */ 60 67 61 68
+1 -9
drivers/firmware/iscsi_ibft_find.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2007-2010 Red Hat, Inc. 3 4 * by Peter Jones <pjones@redhat.com> ··· 8 7 * by Konrad Rzeszutek <ketuzsezr@darnok.org> 9 8 * 10 9 * This code finds the iSCSI Boot Format Table. 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 v2.0 as published by 14 - * the Free Software Foundation 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 #include <linux/memblock.h>
+1 -10
drivers/firmware/memmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/firmware/memmap.c 3 4 * Copyright (C) 2008 SUSE LINUX Products GmbH 4 5 * by Bernhard Walle <bernhard.walle@gmx.de> 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 v2.0 as published by 8 - * the Free Software Foundation 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/string.h>
+1 -9
drivers/platform/x86/dcdbas.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dcdbas.c: Dell Systems Management Base Driver 3 4 * ··· 10 9 * See Documentation/dcdbas.txt for more information. 11 10 * 12 11 * Copyright (C) 1995-2006 Dell Inc. 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License v2.0 as published by 16 - * the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 12 */ 23 13 24 14 #include <linux/platform_device.h>
+1 -9
drivers/platform/x86/dcdbas.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * dcdbas.h: Definitions for Dell Systems Management Base driver 3 4 * 4 5 * Copyright (C) 1995-2005 Dell Inc. 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 v2.0 as published by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _DCDBAS_H_
+1 -9
drivers/platform/x86/dell_rbu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dell_rbu.c 3 4 * Bios Update driver for Dell systems ··· 25 24 * application to break the BIOS image in to fixed sized packet chunks. 26 25 * 27 26 * See Documentation/dell_rbu.txt for more info. 28 - * 29 - * This program is free software; you can redistribute it and/or modify 30 - * it under the terms of the GNU General Public License v2.0 as published by 31 - * the Free Software Foundation 32 - * 33 - * This program is distributed in the hope that it will be useful, 34 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 35 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 36 - * GNU General Public License for more details. 37 27 */ 38 28 #include <linux/init.h> 39 29 #include <linux/module.h>
+1 -9
drivers/scsi/iscsi_boot_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Export the iSCSI boot info to userland via sysfs. 3 4 * 4 5 * Copyright (C) 2010 Red Hat, Inc. All rights reserved. 5 6 * Copyright (C) 2010 Mike Christie 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License v2.0 as published by 9 - * the Free Software Foundation 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/module.h>
+1 -10
drivers/xen/swiotlb-xen.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2010 3 4 * by Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> 4 5 * 5 6 * This code provides a IOMMU for Xen PV guests with PCI passthrough. 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License v2.0 as published by 9 - * the Free Software Foundation 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 * 16 8 * PV guests under Xen are running in an non-contiguous memory architecture. 17 9 * ··· 22 30 * and PFN+1==MFN+1. Lastly with Xen 4.0, pages (in debug mode) are 23 31 * allocated in descending order (high to low), meaning the guest might 24 32 * never get any MFN's under the 4GB mark. 25 - * 26 33 */ 27 34 28 35 #define pr_fmt(fmt) "xen:" KBUILD_MODNAME ": " fmt
+1 -10
include/linux/edd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/include/linux/edd.h 3 4 * Copyright (C) 2002, 2003, 2004 Dell Inc. ··· 17 16 * transferred into the edd structure, and in drivers/firmware/edd.c, that 18 17 * information is used to identify BIOS boot disk. The code in setup.S 19 18 * is very sensitive to the size of these structures. 20 - * 21 - * This program is free software; you can redistribute it and/or modify 22 - * it under the terms of the GNU General Public License v2.0 as published by 23 - * the Free Software Foundation 24 - * 25 - * This program is distributed in the hope that it will be useful, 26 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 27 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28 - * GNU General Public License for more details. 29 - * 30 19 */ 31 20 #ifndef _LINUX_EDD_H 32 21 #define _LINUX_EDD_H
+1 -10
include/linux/firmware-map.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/linux/firmware-map.h: 3 4 * Copyright (C) 2008 SUSE LINUX Products GmbH 4 5 * by Bernhard Walle <bernhard.walle@gmx.de> 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 v2.0 as published by 8 - * the Free Software Foundation 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 #ifndef _LINUX_FIRMWARE_MAP_H 17 8 #define _LINUX_FIRMWARE_MAP_H
+1 -9
include/linux/iscsi_boot_sysfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Export the iSCSI boot info to userland via sysfs. 3 4 * 4 5 * Copyright (C) 2010 Red Hat, Inc. All rights reserved. 5 6 * Copyright (C) 2010 Mike Christie 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License v2.0 as published by 9 - * the Free Software Foundation 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 #ifndef _ISCSI_BOOT_SYSFS_ 17 9 #define _ISCSI_BOOT_SYSFS_
+1 -9
include/linux/iscsi_ibft.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2007 Red Hat, Inc. 3 4 * by Peter Jones <pjones@redhat.com> ··· 8 7 * by Konrad Rzeszutek <ketuzsezr@darnok.org> 9 8 * 10 9 * This code exposes the iSCSI Boot Format Table to userland via sysfs. 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 v2.0 as published by 14 - * the Free Software Foundation 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 #ifndef ISCSI_IBFT_H