diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-06-04 04:11:33 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-19 11:09:55 -0400 |
commit | d2912cb15bdda8ba4a5dd73396ad62641af2f520 (patch) | |
tree | ff723089c8673e3f99df3ddcdaeae7a52bd6fdac /arch/arm/include/asm/hardware | |
parent | 20c8ccb1975b8d5639789d1025ad6ada38bd6f48 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Based on 2 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 version 2 as
published by the free software foundation
this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation #
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 4122 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/include/asm/hardware')
-rw-r--r-- | arch/arm/include/asm/hardware/dec21285.h | 5 | ||||
-rw-r--r-- | arch/arm/include/asm/hardware/ioc.h | 5 | ||||
-rw-r--r-- | arch/arm/include/asm/hardware/iomd.h | 5 | ||||
-rw-r--r-- | arch/arm/include/asm/hardware/iop3xx.h | 5 | ||||
-rw-r--r-- | arch/arm/include/asm/hardware/memc.h | 5 | ||||
-rw-r--r-- | arch/arm/include/asm/hardware/scoop.h | 6 | ||||
-rw-r--r-- | arch/arm/include/asm/hardware/ssp.h | 5 |
7 files changed, 7 insertions, 29 deletions
diff --git a/arch/arm/include/asm/hardware/dec21285.h b/arch/arm/include/asm/hardware/dec21285.h index 0d7552751aaf..3f18a56a025d 100644 --- a/arch/arm/include/asm/hardware/dec21285.h +++ b/arch/arm/include/asm/hardware/dec21285.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/include/asm/hardware/dec21285.h | 3 | * arch/arm/include/asm/hardware/dec21285.h |
3 | * | 4 | * |
4 | * Copyright (C) 1998 Russell King | 5 | * Copyright (C) 1998 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * DC21285 registers | 7 | * DC21285 registers |
11 | */ | 8 | */ |
12 | #define DC21285_PCI_IACK 0x79000000 | 9 | #define DC21285_PCI_IACK 0x79000000 |
diff --git a/arch/arm/include/asm/hardware/ioc.h b/arch/arm/include/asm/hardware/ioc.h index 1f6b8013becb..6edd27fcd048 100644 --- a/arch/arm/include/asm/hardware/ioc.h +++ b/arch/arm/include/asm/hardware/ioc.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/include/asm/hardware/ioc.h | 3 | * arch/arm/include/asm/hardware/ioc.h |
3 | * | 4 | * |
4 | * Copyright (C) Russell King | 5 | * Copyright (C) Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * Use these macros to read/write the IOC. All it does is perform the actual | 7 | * Use these macros to read/write the IOC. All it does is perform the actual |
11 | * read/write. | 8 | * read/write. |
12 | */ | 9 | */ |
diff --git a/arch/arm/include/asm/hardware/iomd.h b/arch/arm/include/asm/hardware/iomd.h index f9ee69e4f53e..53006ba5350f 100644 --- a/arch/arm/include/asm/hardware/iomd.h +++ b/arch/arm/include/asm/hardware/iomd.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/include/asm/hardware/iomd.h | 3 | * arch/arm/include/asm/hardware/iomd.h |
3 | * | 4 | * |
4 | * Copyright (C) 1999 Russell King | 5 | * Copyright (C) 1999 Russell King |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * This file contains information out the IOMD ASIC used in the | 7 | * This file contains information out the IOMD ASIC used in the |
11 | * Acorn RiscPC and subsequently integrated into the CLPS7500 chips. | 8 | * Acorn RiscPC and subsequently integrated into the CLPS7500 chips. |
12 | */ | 9 | */ |
diff --git a/arch/arm/include/asm/hardware/iop3xx.h b/arch/arm/include/asm/hardware/iop3xx.h index 2594a95ff19a..64714c869f9f 100644 --- a/arch/arm/include/asm/hardware/iop3xx.h +++ b/arch/arm/include/asm/hardware/iop3xx.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/include/asm/hardware/iop3xx.h | 3 | * arch/arm/include/asm/hardware/iop3xx.h |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Author: Rory Bolt <rorybolt@pacbell.net> | 7 | * Author: Rory Bolt <rorybolt@pacbell.net> |
7 | * Copyright (C) 2002 Rory Bolt | 8 | * Copyright (C) 2002 Rory Bolt |
8 | * Copyright (C) 2004 Intel Corp. | 9 | * Copyright (C) 2004 Intel Corp. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef __IOP3XX_H | 12 | #ifndef __IOP3XX_H |
diff --git a/arch/arm/include/asm/hardware/memc.h b/arch/arm/include/asm/hardware/memc.h index 42ba7c167d1f..1d4ebe0a9678 100644 --- a/arch/arm/include/asm/hardware/memc.h +++ b/arch/arm/include/asm/hardware/memc.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * arch/arm/include/asm/hardware/memc.h | 3 | * arch/arm/include/asm/hardware/memc.h |
3 | * | 4 | * |
4 | * Copyright (C) Russell King. | 5 | * Copyright (C) Russell King. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #define VDMA_ALIGNMENT PAGE_SIZE | 7 | #define VDMA_ALIGNMENT PAGE_SIZE |
11 | #define VDMA_XFERSIZE 16 | 8 | #define VDMA_XFERSIZE 16 |
diff --git a/arch/arm/include/asm/hardware/scoop.h b/arch/arm/include/asm/hardware/scoop.h index 58cdf5d84122..505453315287 100644 --- a/arch/arm/include/asm/hardware/scoop.h +++ b/arch/arm/include/asm/hardware/scoop.h | |||
@@ -1,12 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Definitions for the SCOOP interface found on various Sharp PDAs | 3 | * Definitions for the SCOOP interface found on various Sharp PDAs |
3 | * | 4 | * |
4 | * Copyright (c) 2004 Richard Purdie | 5 | * Copyright (c) 2004 Richard Purdie |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | */ | 6 | */ |
11 | 7 | ||
12 | #define SCOOP_MCR 0x00 | 8 | #define SCOOP_MCR 0x00 |
diff --git a/arch/arm/include/asm/hardware/ssp.h b/arch/arm/include/asm/hardware/ssp.h index 3b42e181997c..72d176790308 100644 --- a/arch/arm/include/asm/hardware/ssp.h +++ b/arch/arm/include/asm/hardware/ssp.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ssp.h | 3 | * ssp.h |
3 | * | 4 | * |
4 | * Copyright (C) 2003 Russell King, All Rights Reserved. | 5 | * Copyright (C) 2003 Russell King, All Rights Reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #ifndef SSP_H | 7 | #ifndef SSP_H |
11 | #define SSP_H | 8 | #define SSP_H |