Skip to content

Commit 457c899

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Add SPDX license identifier for missed files
Add SPDX license identifiers to all files which: - Have no license information of any form - Have EXPORT_.*_SYMBOL_GPL inside which was used in the initial scan/conversion to ignore the file These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a188339 commit 457c899

File tree

321 files changed

+321
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+321
-0
lines changed

arch/arm/kernel/stacktrace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
#include <linux/export.h>
23
#include <linux/sched.h>
34
#include <linux/sched/debug.h>

arch/arm/mm/ioremap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mm/ioremap.c
34
*

arch/arm/mm/nommu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/arch/arm/mm/nommu.c
34
*

arch/arm/xen/enlighten.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
#include <xen/xen.h>
23
#include <xen/events.h>
34
#include <xen/grant_table.h>

arch/arm/xen/mm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
#include <linux/cpu.h>
23
#include <linux/dma-mapping.h>
34
#include <linux/gfp.h>

arch/arm/xen/p2m.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
#include <linux/memblock.h>
23
#include <linux/gfp.h>
34
#include <linux/export.h>

arch/ia64/kernel/esi_stub.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* ESI call stub.
34
*

arch/ia64/kernel/mca.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* File: mca.c
34
* Purpose: Generic MCA handling layer

arch/ia64/kernel/perfmon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* This file implements the perfmon-2 subsystem which is used
34
* to program the IA-64 Performance Monitoring Unit (PMU).

arch/ia64/kernel/sal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* System Abstraction Layer (SAL) interface routines.
34
*

0 commit comments

Comments
 (0)