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 441
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 version 2 of the license extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 315 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Armijn Hemel <[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
314 changed files
with
314 additions
and
1,524 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,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/arch/arm/mach-w90x900/clksel.c | ||
* | ||
* Copyright (c) 2008 Nuvoton technology corporation | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
*/ | ||
|
||
#include <linux/module.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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/cpu.c | ||
* | ||
|
@@ -6,11 +7,6 @@ | |
* Wan ZongShun <[email protected]> | ||
* | ||
* NUC900 series cpu common support | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#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,14 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/arch/arm/mach-w90x900/dev.c | ||
* | ||
* Copyright (C) 2009 Nuvoton corporation. | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#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,3 +1,4 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* arch/arm/mach-w90x900/include/mach/irqs.h | ||
* | ||
|
@@ -6,11 +7,6 @@ | |
* Wan ZongShun <[email protected]> | ||
* | ||
* Based on arch/arm/mach-s3c2410/include/mach/irqs.h | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_ARCH_IRQS_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/arm/mach-w90x900/include/mach/map.h | ||
* | ||
|
@@ -6,11 +7,6 @@ | |
* Wan ZongShun <[email protected]> | ||
* | ||
* Based on arch/arm/mach-s3c2410/include/mach/map.h | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_ARCH_MAP_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/arm/mach-w90x900/include/mach/mfp.h | ||
* | ||
|
@@ -6,11 +7,6 @@ | |
* Wan ZongShun <[email protected]> | ||
* | ||
* Based on arch/arm/mach-s3c2410/include/mach/map.h | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_ARCH_MFP_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,14 +1,10 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* arch/arm/mach-w90x900/include/mach/regs-clock.h | ||
* | ||
* Copyright (c) 2008 Nuvoton technology corporation. | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_ARCH_REGS_CLOCK_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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/irq.c | ||
* | ||
|
@@ -7,11 +8,6 @@ | |
* All rights reserved. | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#include <linux/init.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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/mach-nuc910evb.c | ||
* | ||
|
@@ -6,11 +7,6 @@ | |
* Copyright (C) 2008 Nuvoton technology corporation. | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#include <linux/platform_device.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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/mach-nuc950evb.c | ||
* | ||
|
@@ -7,12 +8,8 @@ | |
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* history: | ||
* Wang Qiang ([email protected]) add LCD support | ||
* | ||
*/ | ||
|
||
#include <linux/platform_device.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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/mach-nuc960evb.c | ||
* | ||
|
@@ -6,11 +7,6 @@ | |
* Copyright (C) 2008 Nuvoton technology corporation. | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#include <linux/platform_device.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,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* linux/arch/arm/mach-w90x900/mfp.c | ||
* | ||
* Copyright (c) 2008 Nuvoton technology corporation | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
*/ | ||
|
||
#include <linux/module.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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/nuc910.c | ||
* | ||
|
@@ -8,11 +9,6 @@ | |
* Wan ZongShun <[email protected]> | ||
* | ||
* NUC910 cpu support | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#include <linux/platform_device.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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/nuc950.c | ||
* | ||
|
@@ -8,11 +9,6 @@ | |
* Wan ZongShun <[email protected]> | ||
* | ||
* NUC950 cpu support | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#include <linux/platform_device.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 | ||
/* | ||
* linux/arch/arm/mach-w90x900/nuc960.c | ||
* | ||
|
@@ -8,11 +9,6 @@ | |
* Wan ZongShun <[email protected]> | ||
* | ||
* NUC960 cpu support | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#include <linux/platform_device.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,14 +1,10 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* arch/arm/mach-w90x900/include/mach/regs-ebi.h | ||
* | ||
* Copyright (c) 2009 Nuvoton technology corporation. | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_ARCH_REGS_EBI_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,14 +1,10 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* arch/arm/mach-w90x900/include/mach/regs-usb.h | ||
* | ||
* Copyright (c) 2008 Nuvoton technology corporation. | ||
* | ||
* Wan ZongShun <[email protected]> | ||
* | ||
* 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;version 2 of the License. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_ARCH_REGS_USB_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 | ||
/* | ||
* Debug helper to dump the current kernel pagetables of the system | ||
* so that we can see what the various memory ranges are set to. | ||
|
@@ -6,11 +7,6 @@ | |
* (C) Copyright 2008 Intel Corporation | ||
* | ||
* Author: Arjan van de Ven <[email protected]> | ||
* | ||
* 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; version 2 | ||
* of the License. | ||
*/ | ||
#include <linux/debugfs.h> | ||
#include <linux/fs.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,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Just-In-Time compiler for eBPF filters on 32bit ARM | ||
* | ||
* Copyright (c) 2017 Shubham Bansal <[email protected]> | ||
* Copyright (c) 2011 Mircea Gherzan <[email protected]> | ||
* | ||
* 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; version 2 of the License. | ||
*/ | ||
|
||
#include <linux/bpf.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,8 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* Just-In-Time compiler for BPF filters on 32bit ARM | ||
* | ||
* Copyright (c) 2011 Mircea Gherzan <[email protected]> | ||
* | ||
* 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; version 2 of the License. | ||
*/ | ||
|
||
#ifndef PFILTER_OPCODES_ARM_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 | ||
/* | ||
* Copyright (c) 2014, The Linux Foundation. All rights reserved. | ||
* Debug helper to dump the current kernel pagetables of the system | ||
|
@@ -7,11 +8,6 @@ | |
* (C) Copyright 2008 Intel Corporation | ||
* | ||
* Author: Arjan van de Ven <[email protected]> | ||
* | ||
* 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; version 2 | ||
* of the License. | ||
*/ | ||
#include <linux/debugfs.h> | ||
#include <linux/errno.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,9 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* Just-In-Time compiler for BPF filters on MIPS | ||
* | ||
* Copyright (c) 2014 Imagination Technologies Ltd. | ||
* Author: Markos Chandras <[email protected]> | ||
* | ||
* 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; version 2 of the License. | ||
*/ | ||
|
||
#ifndef BPF_JIT_MIPS_OP_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 | ||
/* | ||
* Just-In-Time compiler for eBPF filters on MIPS | ||
* | ||
|
@@ -7,10 +8,6 @@ | |
* | ||
* Copyright (c) 2014 Imagination Technologies Ltd. | ||
* Author: Markos Chandras <[email protected]> | ||
* | ||
* 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; version 2 of the License. | ||
*/ | ||
|
||
#include <linux/bitops.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 | ||
/* | ||
* Copyright IBM Corporation, 2007 | ||
* Josh Boyer <[email protected]> | ||
|
@@ -7,10 +8,6 @@ | |
* | ||
* Clocking code based on code by: | ||
* Stefan Roese <[email protected]> | ||
* | ||
* 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; version 2 of the License | ||
*/ | ||
#include <stdarg.h> | ||
#include <stddef.h> | ||
|
Oops, something went wrong.