forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Based on 2 normalized pattern(s): this source code is licensed under the gnu general public license version 2 see the file copying for more details this source code is licensed under general public license version 2 see extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 52 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Enrico Weigelt <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Alexios Zavras <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
52 changed files
with
52 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* arch/ia64/kernel/machine_kexec.c | ||
* | ||
* Handle transition of Linux booting another kernel | ||
* Copyright (C) 2005 Hewlett-Packard Development Comapny, L.P. | ||
* Copyright (C) 2005 Khalid Aziz <[email protected]> | ||
* Copyright (C) 2006 Intel Corp, Zou Nan hai <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/mm.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* arch/ia64/kernel/relocate_kernel.S | ||
* | ||
|
@@ -6,9 +7,6 @@ | |
* Copyright (C) 2005 Hewlett-Packard Development Company, L.P. | ||
* Copyright (C) 2005 Khalid Aziz <[email protected]> | ||
* Copyright (C) 2005 Intel Corp, Zou Nan hai <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
#include <asm/asmmacro.h> | ||
#include <asm/kregs.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* kexec.h for kexec | ||
* Created by <[email protected]> on Thu Oct 12 14:59:34 2006 | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#ifndef _MIPS_KEXEC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* machine_kexec.c for kexec | ||
* Created by <[email protected]> on Thu Oct 12 15:15:06 2006 | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
#include <linux/compiler.h> | ||
#include <linux/kexec.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* relocate_kernel.S for kexec | ||
* Created by <[email protected]> on Thu Oct 12 17:49:57 2006 | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <asm/asm.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Code to handle transition of Linux booting another kernel. | ||
* | ||
* Copyright (C) 2002-2003 Eric Biederman <[email protected]> | ||
* GameCube/ppc32 port Copyright (C) 2004 Albert Herranz | ||
* Copyright (C) 2005 IBM Corporation. | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kexec.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* PPC32 code to handle Linux booting another kernel. | ||
* | ||
* Copyright (C) 2002-2003 Eric Biederman <[email protected]> | ||
* GameCube/ppc32 port Copyright (C) 2004 Albert Herranz | ||
* Copyright (C) 2005 IBM Corporation. | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kexec.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Kexec bzImage loader | ||
* | ||
* Copyright (C) 2014 Red Hat Inc. | ||
* Authors: | ||
* Vivek Goyal <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#define pr_fmt(fmt) "kexec-bzImage64: " fmt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* handle transition of Linux booting another kernel | ||
* Copyright (C) 2002-2005 Eric Biederman <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/mm.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* handle transition of Linux booting another kernel | ||
* Copyright (C) 2002-2005 Eric Biederman <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#define pr_fmt(fmt) "kexec: " fmt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* relocate_kernel.S - put the kernel image in place to boot | ||
* Copyright (C) 2002-2004 Eric Biederman <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/linkage.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* relocate_kernel.S - put the kernel image in place to boot | ||
* Copyright (C) 2002-2005 Eric Biederman <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/linkage.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* | ||
* verify_cpu.S - Code for cpu long mode and SSE verification. This | ||
|
@@ -9,9 +10,6 @@ | |
* Copyright (c) 2007 Vivek Goyal ([email protected]) | ||
* Copyright (c) 2010 Kees Cook ([email protected]) | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
* | ||
* This is a common code for verification whether CPU supports | ||
* long mode and SSE or not. It is not called directly instead this | ||
* file is included at various places and compiled in that context. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* Copyright (C) 2003,2004 Eric Biederman ([email protected]) | ||
* Copyright (C) 2014 Red Hat Inc. | ||
* Author(s): Vivek Goyal <[email protected]> | ||
* | ||
* This code has been taken from kexec-tools. | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
.text | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* purgatory: Runs between two kernels | ||
* | ||
* Copyright (C) 2014 Red Hat Inc. | ||
* | ||
* Author: | ||
* Vivek Goyal <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/bug.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* purgatory: setup code | ||
* | ||
* Copyright (C) 2003,2004 Eric Biederman ([email protected]) | ||
* Copyright (C) 2014 Red Hat Inc. | ||
* | ||
* This code has been taken from kexec-tools. | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
#include <asm/purgatory.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Simple string functions. | ||
* | ||
* Copyright (C) 2014 Red Hat Inc. | ||
* | ||
* Author: | ||
* Vivek Goyal <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/types.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds2406.c - w1 family 12 (DS2406) driver | ||
* based on w1_ds2413.c by Mariusz Bialonczyk <[email protected]> | ||
* | ||
* Copyright (c) 2014 Scott Alfter <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds2408.c - w1 family 29 (DS2408) driver | ||
* | ||
* Copyright (c) 2010 Jean-Francois Dagenais <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds2413.c - w1 family 3a (DS2413) driver | ||
* based on w1_ds2408.c by Jean-Francois Dagenais <[email protected]> | ||
* | ||
* Copyright (c) 2013 Mariusz Bialonczyk <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds2431.c - w1 family 2d (DS2431) driver | ||
* | ||
* Copyright (c) 2008 Bernhard Weirich <[email protected]> | ||
* | ||
* Heavily inspired by w1_DS2433 driver from Ben Gardner <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds2433.c - w1 family 23 (DS2433) driver | ||
* | ||
* Copyright (c) 2005 Ben Gardner <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* 1-Wire implementation for the ds2438 chip | ||
* | ||
* Copyright (c) 2017 Mariusz Bialonczyk <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds2805 - w1 family 0d (DS28E05) driver | ||
* | ||
* Copyright (c) 2016 Andrew Worsley [email protected] | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds28e04.c - w1 family 1C (DS28E04) driver | ||
* | ||
* Copyright (c) 2012 Markus Franke <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/kernel.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* w1_ds28e17.c - w1 family 19 (DS28E17) driver | ||
* | ||
* Copyright (c) 2016 Jan Kandziora <[email protected]> | ||
* | ||
* This source code is licensed under the GNU General Public License, | ||
* Version 2. See the file COPYING for more details. | ||
*/ | ||
|
||
#include <linux/crc16.h> | ||
|
Oops, something went wrong.