diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-01-12 21:48:27 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2016-01-16 21:06:46 +0100 |
commit | 898582bdee50d6bfeb669238371c10ec0047da06 (patch) | |
tree | 8ce188d8229149ae16d0abf1b29e9b7b529e4723 /arch/mips/include/asm/unaligned.h | |
parent | a3ab2ae7f6c8724152f05144946a76b727fb1c7e (diff) | |
download | u-boot-imx-898582bdee50d6bfeb669238371c10ec0047da06.zip u-boot-imx-898582bdee50d6bfeb669238371c10ec0047da06.tar.gz u-boot-imx-898582bdee50d6bfeb669238371c10ec0047da06.tar.bz2 |
MIPS: fix SPDX license identifier in remaining arch header files
Add a SPDX license identifier to MIPS header files where it is
still missing.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/include/asm/unaligned.h')
-rw-r--r-- | arch/mips/include/asm/unaligned.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/mips/include/asm/unaligned.h b/arch/mips/include/asm/unaligned.h index c25a846..eebe06a 100644 --- a/arch/mips/include/asm/unaligned.h +++ b/arch/mips/include/asm/unaligned.h @@ -1,9 +1,7 @@ /* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * * Copyright (C) 2007 Ralf Baechle (ralf@linux-mips.org) + * + * SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_MIPS_UNALIGNED_H #define _ASM_MIPS_UNALIGNED_H |