Skip to content

Commit 09c434b

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Add SPDX license identifier for more missed files
Add SPDX license identifiers to all files which: - Have no license information of any form - Have MODULE_LICENCE("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 <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 457c899 commit 09c434b

File tree

549 files changed

+549
-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.

549 files changed

+549
-0
lines changed

arch/alpha/math-emu/math.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/module.h>
23
#include <linux/types.h>
34
#include <linux/kernel.h>

arch/ia64/kernel/esi.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
* Extensible SAL Interface (ESI) support routines.
34
*

arch/ia64/kernel/mca_drv.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_drv.c
34
* Purpose: Generic MCA handling layer

arch/ia64/kernel/palinfo.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
* palinfo.c
34
*

arch/ia64/kernel/perfmon_default_smpl.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
* Copyright (C) 2002-2003 Hewlett-Packard Co
34
* Stephane Eranian <eranian@hpl.hp.com>

arch/ia64/kernel/salinfo.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
* salinfo.c
34
*

arch/mips/cavium-octeon/oct_ilm.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/fs.h>
23
#include <linux/interrupt.h>
34
#include <asm/octeon/octeon.h>

arch/mips/lasat/picvue.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
* Picvue PVC160206 display driver
34
*

arch/mips/lasat/picvue_proc.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
* Picvue PVC160206 display driver
34
*

arch/powerpc/crypto/crc32c-vpmsum_glue.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/crc32.h>
23
#include <crypto/internal/hash.h>
34
#include <crypto/internal/simd.h>

0 commit comments

Comments
 (0)