diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2022-06-07 17:11:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-10 15:51:37 +0300 |
commit | ce3f3ccc90b8207946a4eea45c4bd539e35cbe2c (patch) | |
tree | 2481597aa2d02e5ca8249e3a7655e9fde7902c24 /drivers/dma/ppc4xx/xor.h | |
parent | 577b61cee5b2d91a50b633768d4a5a75fa5e36b6 (diff) | |
download | linux-ce3f3ccc90b8207946a4eea45c4bd539e35cbe2c.tar.xz |
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_406.RULE
Based on the normalized pattern:
this file is licensed under the term of the gnu general public license
version 2 the program licensed as is without any warranty of any kind
whether express or implied
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference.
Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/dma/ppc4xx/xor.h')
-rw-r--r-- | drivers/dma/ppc4xx/xor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/dma/ppc4xx/xor.h b/drivers/dma/ppc4xx/xor.h index daed7384daac..da1230df2817 100644 --- a/drivers/dma/ppc4xx/xor.h +++ b/drivers/dma/ppc4xx/xor.h @@ -1,13 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * 440SPe's XOR engines support header file * * 2006-2009 (C) DENX Software Engineering. * * Author: Yuri Tikhonov <yur@emcraft.com> - * - * This file is licensed under the term of the GNU General Public License - * version 2. The program licensed "as is" without any warranty of any - * kind, whether express or implied. */ #ifndef _PPC440SPE_XOR_H |