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 428
Based on 1 normalized pattern(s): this file is released under the gplv2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 68 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Reviewed-by: Allison Randal <[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
68 changed files
with
68 additions
and
144 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,7 +1,6 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* Arch specific extensions to struct device | ||
* | ||
* This file is released under the GPLv2 | ||
*/ | ||
#include <asm-generic/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
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,10 +1,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* The driver for Freescale MPC512x LocalPlus Bus FIFO | ||
* (called SCLPC in the Reference Manual). | ||
* | ||
* Copyright (C) 2013-2015 Alexander Popov <[email protected]>. | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
|
||
#include <linux/interrupt.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,10 +1,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Architecture specific debugfs files | ||
* | ||
* Copyright (C) 2007, Intel Corp. | ||
* Huang Ying <[email protected]> | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
#include <linux/debugfs.h> | ||
#include <linux/uaccess.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,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Architecture specific sysfs attributes in /sys/kernel | ||
* | ||
* Copyright (C) 2007, Intel Corp. | ||
* Huang Ying <[email protected]> | ||
* Copyright (C) 2013, 2013 Red Hat, Inc. | ||
* Dave Young <[email protected]> | ||
* | ||
* This file is released under the GPLv2 | ||
*/ | ||
|
||
#include <linux/kobject.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,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Link physical devices with ACPI devices support | ||
* | ||
* Copyright (c) 2005 David Shaohua Li <[email protected]> | ||
* Copyright (c) 2005 Intel Corp. | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
|
||
#include <linux/acpi_iort.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,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* nvs.c - Routines for saving and restoring ACPI NVS memory region | ||
* | ||
* Copyright (C) 2008-2011 Rafael J. Wysocki <[email protected]>, Novell Inc. | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
|
||
#include <linux/io.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 | ||
/* | ||
* sleep.c - ACPI sleep support. | ||
* | ||
* Copyright (c) 2005 Alexey Starikovskiy <[email protected]> | ||
* Copyright (c) 2004 David Shaohua Li <[email protected]> | ||
* Copyright (c) 2000-2003 Patrick Mochel | ||
* Copyright (c) 2003 Open Source Development Lab | ||
* | ||
* This file is released under the GPLv2. | ||
* | ||
*/ | ||
|
||
#include <linux/delay.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,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* libata-pmp.c - libata port multiplier support | ||
* | ||
* Copyright (c) 2007 SUSE Linux Products GmbH | ||
* Copyright (c) 2007 Tejun Heo <[email protected]> | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
|
||
#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
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,3 +1,4 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
|
||
/* | ||
* drm_sysfs.c - Modifications to drm_sysfs_class.c to support | ||
|
@@ -7,9 +8,6 @@ | |
* Copyright (c) 2004 Jon Smirl <[email protected]> | ||
* Copyright (c) 2003-2004 Greg Kroah-Hartman <[email protected]> | ||
* Copyright (c) 2003-2004 IBM Corp. | ||
* | ||
* This file is released under the GPLv2 | ||
* | ||
*/ | ||
|
||
#include <linux/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
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,7 +1,7 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Copyright (C) 2007-2009 Luca Tettamanti <[email protected]> | ||
* | ||
* This file is released under the GPLv2 | ||
* See COPYING in the top level directory of the kernel tree. | ||
*/ | ||
|
||
|
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,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* Copyright (C) 2012 Red Hat, Inc. | ||
* | ||
* Author: Mikulas Patocka <[email protected]> | ||
* | ||
* Based on Chromium dm-verity driver (C) 2011 The Chromium OS Authors | ||
* | ||
* This file is released under the GPLv2. | ||
* | ||
* In the file "/sys/module/dm_verity/parameters/prefetch_cluster" you can set | ||
* default prefetch value. Data are read in "prefetch_cluster" chunks from the | ||
* hash device. Setting this greatly improves performance when data and hash | ||
|
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,11 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* Copyright (C) 2012 Red Hat, Inc. | ||
* Copyright (C) 2015 Google, Inc. | ||
* | ||
* Author: Mikulas Patocka <[email protected]> | ||
* | ||
* Based on Chromium dm-verity driver (C) 2011 The Chromium OS Authors | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
|
||
#ifndef DM_VERITY_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,10 +1,9 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* scsi_logging.c | ||
* | ||
* Copyright (C) 2014 SUSE Linux Products GmbH | ||
* Copyright (C) 2014 Hannes Reinecke <[email protected]> | ||
* | ||
* This file is released under the GPLv2 | ||
*/ | ||
|
||
#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
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,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* generic display timing functions | ||
* | ||
* Copyright (c) 2012 Steffen Trumtrar <[email protected]>, Pengutronix | ||
* | ||
* This file is released under the GPLv2 | ||
*/ | ||
|
||
#include <linux/export.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,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* OF helpers for parsing display timings | ||
* | ||
* Copyright (c) 2012 Steffen Trumtrar <[email protected]>, Pengutronix | ||
* | ||
* based on of_videomode.c by Sascha Hauer <[email protected]> | ||
* | ||
* This file is released under the GPLv2 | ||
*/ | ||
#include <linux/export.h> | ||
#include <linux/of.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,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* generic videomode helper | ||
* | ||
* Copyright (c) 2012 Steffen Trumtrar <[email protected]>, Pengutronix | ||
* | ||
* This file is released under the GPLv2 | ||
*/ | ||
#include <linux/errno.h> | ||
#include <linux/export.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,8 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* generic display timing functions | ||
* | ||
* Copyright (c) 2012 Steffen Trumtrar <[email protected]>, Pengutronix | ||
* | ||
* This file is released under the GPLv2 | ||
*/ | ||
|
||
#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,11 +1,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* CUSE: Character device in Userspace | ||
* | ||
* Copyright (C) 2008-2009 SUSE Linux Products GmbH | ||
* Copyright (C) 2008-2009 Tejun Heo <[email protected]> | ||
* | ||
* This file is released under the GPLv2. | ||
* | ||
* CUSE enables character devices to be implemented from userland much | ||
* like FUSE allows filesystems. On initialization /dev/cuse is | ||
* created. By opening the file and replying to the CUSE_INIT request | ||
|
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,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* fs/kernfs/dir.c - kernfs directory implementation | ||
* | ||
* Copyright (c) 2001-3 Patrick Mochel | ||
* Copyright (c) 2007 SUSE Linux Products GmbH | ||
* Copyright (c) 2007, 2013 Tejun Heo <[email protected]> | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
|
||
#include <linux/sched.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,10 @@ | ||
// SPDX-License-Identifier: GPL-2.0-only | ||
/* | ||
* fs/kernfs/file.c - kernfs file implementation | ||
* | ||
* Copyright (c) 2001-3 Patrick Mochel | ||
* Copyright (c) 2007 SUSE Linux Products GmbH | ||
* Copyright (c) 2007, 2013 Tejun Heo <[email protected]> | ||
* | ||
* This file is released under the GPLv2. | ||
*/ | ||
|
||
#include <linux/fs.h> | ||
|
Oops, something went wrong.