Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: Convert headers to SPDX license

Covert all headers to SPDX.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Stefan Asserhall <stefan.asserhall@xilinx.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>

+36 -147
+1 -4
arch/microblaze/include/asm/cache.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Cache operations 3 4 * 4 5 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> 5 6 * Copyright (C) 2007-2009 PetaLogix 6 7 * Copyright (C) 2003 John Williams <jwilliams@itee.uq.edu.au> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General 9 - * Public License. See the file COPYING in the main directory of this 10 - * archive for more details. 11 8 */ 12 9 13 10 #ifndef _ASM_MICROBLAZE_CACHE_H
+1 -5
arch/microblaze/include/asm/cacheflush.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2007-2009 PetaLogix ··· 6 5 * based on v850 version which was 7 6 * Copyright (C) 2001,02,03 NEC Electronics Corporation 8 7 * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> 9 - * 10 - * This file is subject to the terms and conditions of the GNU General 11 - * Public License. See the file COPYING in the main directory of this 12 - * archive for more details. 13 - * 14 8 */ 15 9 16 10 #ifndef _ASM_MICROBLAZE_CACHEFLUSH_H
+1 -4
arch/microblaze/include/asm/checksum.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2006 Atmark Techno, Inc. 4 - * 5 - * This file is subject to the terms and conditions of the GNU General Public 6 - * License. See the file "COPYING" in the main directory of this archive 7 - * for more details. 8 5 */ 9 6 10 7 #ifndef _ASM_MICROBLAZE_CHECKSUM_H
+1 -4
arch/microblaze/include/asm/cpuinfo.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Generic support for queying CPU info 3 4 * 4 5 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> 5 6 * Copyright (C) 2007-2009 PetaLogix 6 7 * Copyright (C) 2007 John Williams <jwilliams@itee.uq.edu.au> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General 9 - * Public License. See the file COPYING in the main directory of this 10 - * archive for more details. 11 8 */ 12 9 13 10 #ifndef _ASM_MICROBLAZE_CPUINFO_H
+1 -4
arch/microblaze/include/asm/current.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_CURRENT_H
+1 -6
arch/microblaze/include/asm/delay.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 - * include/asm-microblaze/delay.h 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 - * 8 3 * Copyright (C) 2008 Michal Simek 9 4 * Copyright (C) 2007 John Williams 10 5 * Copyright (C) 2006 Atmark Techno, Inc.
+1 -4
arch/microblaze/include/asm/dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_DMA_H
+1 -4
arch/microblaze/include/asm/elf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 #ifndef _ASM_MICROBLAZE_ELF_H 11 8 #define _ASM_MICROBLAZE_ELF_H
+1 -4
arch/microblaze/include/asm/entry.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Definitions used by low-level trap handlers 3 4 * 4 5 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 5 6 * Copyright (C) 2007-2009 PetaLogix 6 7 * Copyright (C) 2007 John Williams <john.williams@petalogix.com> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General 9 - * Public License. See the file COPYING in the main directory of this 10 - * archive for more details. 11 8 */ 12 9 13 10 #ifndef _ASM_MICROBLAZE_ENTRY_H
+1 -4
arch/microblaze/include/asm/exceptions.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Preliminary support for HW exception handing for Microblaze 3 4 * 4 5 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 5 6 * Copyright (C) 2008-2009 PetaLogix 6 7 * Copyright (C) 2005 John Williams <jwilliams@itee.uq.edu.au> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General 9 - * Public License. See the file COPYING in the main directory of this 10 - * archive for more details. 11 8 */ 12 9 13 10 #ifndef _ASM_MICROBLAZE_EXCEPTIONS_H
+1 -4
arch/microblaze/include/asm/fixmap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * fixmap.h: compile-time virtual memory allocation 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 * 8 5 * Copyright (C) 1998 Ingo Molnar 9 6 *
+1 -4
arch/microblaze/include/asm/flat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * uClinux flat-format executables 3 4 * 4 5 * Copyright (C) 2005 John Williams <jwilliams@itee.uq.edu.au> 5 - * 6 - * This file is subject to the terms and conditions of the GNU General 7 - * Public License. See the file COPYING in the main directory of this 8 - * archive for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_FLAT_H
+1 -4
arch/microblaze/include/asm/io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2007-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_IO_H
+1 -4
arch/microblaze/include/asm/irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_IRQ_H
+1 -4
arch/microblaze/include/asm/irqflags.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_IRQFLAGS_H
+1 -4
arch/microblaze/include/asm/mmu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_MMU_H
+1 -4
arch/microblaze/include/asm/mmu_context_mm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_MMU_CONTEXT_H
+1 -4
arch/microblaze/include/asm/module.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_MODULE_H
+1 -4
arch/microblaze/include/asm/page.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * VM ops 3 4 * ··· 7 6 * Copyright (C) 2006 Atmark Techno, Inc. 8 7 * Changes for MMU support: 9 8 * Copyright (C) 2007 Xilinx, Inc. All rights reserved. 10 - * 11 - * This file is subject to the terms and conditions of the GNU General Public 12 - * License. See the file "COPYING" in the main directory of this archive 13 - * for more details. 14 9 */ 15 10 16 11 #ifndef _ASM_MICROBLAZE_PAGE_H
+1 -4
arch/microblaze/include/asm/pgalloc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_PGALLOC_H
+1 -4
arch/microblaze/include/asm/pgtable.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_PGTABLE_H
+1 -4
arch/microblaze/include/asm/processor.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_PROCESSOR_H
+1 -4
arch/microblaze/include/asm/ptrace.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 #ifndef _ASM_MICROBLAZE_PTRACE_H 9 6 #define _ASM_MICROBLAZE_PTRACE_H
+1 -4
arch/microblaze/include/asm/pvr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Support for the MicroBlaze PVR (Processor Version Register) 3 4 * 4 5 * Copyright (C) 2009 - 2011 Michal Simek <monstr@monstr.eu> 5 6 * Copyright (C) 2007 John Williams <john.williams@petalogix.com> 6 7 * Copyright (C) 2007 - 2011 PetaLogix 7 - * 8 - * This file is subject to the terms and conditions of the GNU General 9 - * Public License. See the file COPYING in the main directory of this 10 - * archive for more details. 11 8 */ 12 9 13 10 #ifndef _ASM_MICROBLAZE_PVR_H
+1 -4
arch/microblaze/include/asm/registers.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_REGISTERS_H
+1 -4
arch/microblaze/include/asm/sections.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_SECTIONS_H
+1 -4
arch/microblaze/include/asm/setup.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2007-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 #ifndef _ASM_MICROBLAZE_SETUP_H 11 8 #define _ASM_MICROBLAZE_SETUP_H
+1 -4
arch/microblaze/include/asm/string.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_STRING_H
+1 -4
arch/microblaze/include/asm/switch_to.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_SWITCH_TO_H
+1 -4
arch/microblaze/include/asm/thread_info.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_THREAD_INFO_H
+1 -4
arch/microblaze/include/asm/timex.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2006 Atmark Techno, Inc. 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License. See the file "COPYING" in the main directory of this archive 6 - * for more details. 7 4 */ 8 5 9 6 #ifndef _ASM_MICROBLAZE_TIMEX_H
+1 -4
arch/microblaze/include/asm/tlbflush.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_TLBFLUSH_H
+1 -4
arch/microblaze/include/asm/uaccess.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2008-2009 PetaLogix 4 5 * Copyright (C) 2006 Atmark Techno, Inc. 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef _ASM_MICROBLAZE_UACCESS_H
+1 -4
arch/microblaze/include/asm/unaligned.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2008 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2006 Atmark Techno, Inc. 4 - * 5 - * This file is subject to the terms and conditions of the GNU General Public 6 - * License. See the file "COPYING" in the main directory of this archive 7 - * for more details. 8 5 */ 9 6 10 7 #ifndef _ASM_MICROBLAZE_UNALIGNED_H
+1 -4
arch/microblaze/include/asm/unistd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu> 3 4 * Copyright (C) 2006 Atmark Techno, Inc. 4 - * 5 - * This file is subject to the terms and conditions of the GNU General Public 6 - * License. See the file "COPYING" in the main directory of this archive 7 - * for more details. 8 5 */ 9 6 #ifndef _ASM_MICROBLAZE_UNISTD_H 10 7 #define _ASM_MICROBLAZE_UNISTD_H
+1 -4
arch/microblaze/include/asm/unwind.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Backtrace support for Microblaze 3 4 * 4 5 * Copyright (C) 2010 Digital Design Corporation 5 - * 6 - * This file is subject to the terms and conditions of the GNU General Public 7 - * License. See the file "COPYING" in the main directory of this archive 8 - * for more details. 9 6 */ 10 7 11 8 #ifndef __MICROBLAZE_UNWIND_H