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

sh: include: convert to SPDX identifiers

Update license to use SPDX-License-Identifier instead of verbose license
text.

Link: http://lkml.kernel.org/r/87ftvccszx.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Cc: Rich Felker <dalias@libc.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Kuninori Morimoto and committed by
Linus Torvalds
6a0abce4 ff4a7481

+142 -357
+1
arch/sh/include/asm/Kbuild
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 generated-y += syscall_table.h 2 3 generic-y += compat.h 3 4 generic-y += current.h
+1 -4
arch/sh/include/asm/addrspace.h
··· 1 - /* 2 - * This file is subject to the terms and conditions of the GNU General Public 3 - * License. See the file "COPYING" in the main directory of this archive 4 - * for more details. 1 + /* SPDX-License-Identifier: GPL-2.0 5 2 * 6 3 * Copyright (C) 1999 by Kaz Kojima 7 4 *
+1
arch/sh/include/asm/asm-offsets.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #include <generated/asm-offsets.h>
+2 -5
arch/sh/include/asm/bl_bit_64.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (C) 2000, 2001 Paolo Alberelli 3 4 * Copyright (C) 2003 Paul Mundt 4 5 * Copyright (C) 2004 Richard Curnow 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_SH_BL_BIT_64_H 11 8 #define __ASM_SH_BL_BIT_64_H
+2 -5
arch/sh/include/asm/cache_insns_64.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (C) 2000, 2001 Paolo Alberelli 3 4 * Copyright (C) 2003 Paul Mundt 4 5 * Copyright (C) 2004 Richard Curnow 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_SH_CACHE_INSNS_64_H 11 8 #define __ASM_SH_CACHE_INSNS_64_H
+1 -4
arch/sh/include/asm/checksum_32.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_CHECKSUM_H 2 3 #define __ASM_SH_CHECKSUM_H 3 4 4 5 /* 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 - * 9 6 * Copyright (C) 1999 by Kaz Kojima & Niibe Yutaka 10 7 */ 11 8
+1 -3
arch/sh/include/asm/cmpxchg-xchg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_CMPXCHG_XCHG_H 2 3 #define __ASM_SH_CMPXCHG_XCHG_H 3 4 4 5 /* 5 6 * Copyright (C) 2016 Red Hat, Inc. 6 7 * Author: Michael S. Tsirkin <mst@redhat.com> 7 - * 8 - * This work is licensed under the terms of the GNU GPL, version 2. See the 9 - * file "COPYING" in the main directory of this archive for more details. 10 8 */ 11 9 #include <linux/bits.h> 12 10 #include <linux/compiler.h>
+2 -3
arch/sh/include/asm/device.h
··· 1 - /* 2 - * Arch specific extensions to struct device 1 + /* SPDX-License-Identifier: GPL-2.0 3 2 * 4 - * This file is released under the GPLv2 3 + * Arch specific extensions to struct device 5 4 */ 6 5 #ifndef __ASM_SH_DEVICE_H 7 6 #define __ASM_SH_DEVICE_H
+2 -5
arch/sh/include/asm/dma-register.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Common header for the legacy SH DMA driver and the new dmaengine driver 3 4 * 4 5 * extracted from arch/sh/include/asm/dma-sh.h: 5 6 * 6 7 * Copyright (C) 2000 Takashi YOSHII 7 8 * Copyright (C) 2003 Paul Mundt 8 - * 9 - * This file is subject to the terms and conditions of the GNU General Public 10 - * License. See the file "COPYING" in the main directory of this archive 11 - * for more details. 12 9 */ 13 10 #ifndef DMA_REGISTER_H 14 11 #define DMA_REGISTER_H
+2 -5
arch/sh/include/asm/dma.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/dma.h 3 4 * 4 5 * Copyright (C) 2003, 2004 Paul Mundt 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_SH_DMA_H 11 8 #define __ASM_SH_DMA_H
+2 -6
arch/sh/include/asm/dwarf.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (C) 2009 Matt Fleming <matt@console-pimps.org> 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 4 */ 9 5 #ifndef __ASM_SH_DWARF_H 10 6 #define __ASM_SH_DWARF_H
+1
arch/sh/include/asm/fb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_FB_H_ 2 3 #define _ASM_FB_H_ 3 4
+2 -5
arch/sh/include/asm/fixmap.h
··· 1 - /* 2 - * fixmap.h: compile-time virtual memory allocation 1 + /* SPDX-License-Identifier: GPL-2.0 3 2 * 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. 3 + * fixmap.h: compile-time virtual memory allocation 7 4 * 8 5 * Copyright (C) 1998 Ingo Molnar 9 6 *
+2 -5
arch/sh/include/asm/flat.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/flat.h 3 4 * 4 5 * uClinux flat-format executables 5 6 * 6 7 * Copyright (C) 2003 Paul Mundt 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive for 10 - * more details. 11 8 */ 12 9 #ifndef __ASM_SH_FLAT_H 13 10 #define __ASM_SH_FLAT_H
+2 -6
arch/sh/include/asm/freq.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0+ 2 + * 2 3 * include/asm-sh/freq.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2 of the License, or (at your 9 - * option) any later version. 10 6 */ 11 7 #ifndef __ASM_SH_FREQ_H 12 8 #define __ASM_SH_FREQ_H
+2 -5
arch/sh/include/asm/gpio.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/gpio.h 3 4 * 4 5 * Generic GPIO API and pinmux table support for SuperH. 5 6 * 6 7 * Copyright (c) 2008 Magnus Damm 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #ifndef __ASM_SH_GPIO_H 13 10 #define __ASM_SH_GPIO_H
+2 -4
arch/sh/include/asm/machvec.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/machvec.h 3 4 * 4 5 * Copyright 2000 Stuart Menefy (stuart.menefy@st.com) 5 - * 6 - * May be copied or modified under the terms of the GNU General Public 7 - * License. See linux/COPYING for more information. 8 6 */ 9 7 10 8 #ifndef _ASM_SH_MACHVEC_H
+1 -4
arch/sh/include/asm/mmu_context_64.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_MMU_CONTEXT_64_H 2 3 #define __ASM_SH_MMU_CONTEXT_64_H 3 4 ··· 7 6 * 8 7 * Copyright (C) 2000, 2001 Paolo Alberelli 9 8 * Copyright (C) 2003 - 2007 Paul Mundt 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 #include <cpu/registers.h> 16 11 #include <asm/cacheflush.h>
+2 -5
arch/sh/include/asm/pgtable.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * This file contains the functions and defines necessary to modify and 3 4 * use the SuperH page table tree. 4 5 * 5 6 * Copyright (C) 1999 Niibe Yutaka 6 7 * Copyright (C) 2002 - 2007 Paul Mundt 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 #ifndef __ASM_SH_PGTABLE_H 13 10 #define __ASM_SH_PGTABLE_H
+1 -4
arch/sh/include/asm/pgtable_64.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_PGTABLE_64_H 2 3 #define __ASM_SH_PGTABLE_64_H 3 4 ··· 11 10 * Copyright (C) 2000, 2001 Paolo Alberelli 12 11 * Copyright (C) 2003, 2004 Paul Mundt 13 12 * Copyright (C) 2003, 2004 Richard Curnow 14 - * 15 - * This file is subject to the terms and conditions of the GNU General Public 16 - * License. See the file "COPYING" in the main directory of this archive 17 - * for more details. 18 13 */ 19 14 #include <linux/threads.h> 20 15 #include <asm/processor.h>
+1 -4
arch/sh/include/asm/processor_64.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_PROCESSOR_64_H 2 3 #define __ASM_SH_PROCESSOR_64_H 3 4 ··· 8 7 * Copyright (C) 2000, 2001 Paolo Alberelli 9 8 * Copyright (C) 2003 Paul Mundt 10 9 * Copyright (C) 2004 Richard Curnow 11 - * 12 - * This file is subject to the terms and conditions of the GNU General Public 13 - * License. See the file "COPYING" in the main directory of this archive 14 - * for more details. 15 10 */ 16 11 #ifndef __ASSEMBLY__ 17 12
+4 -16
arch/sh/include/asm/sfp-machine.h
··· 1 - /* Machine-dependent software floating-point definitions. 1 + /* SPDX-License-Identifier: GPL-2.0+ 2 + * 3 + * Machine-dependent software floating-point definitions. 2 4 SuperH kernel version. 3 5 Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. 4 6 This file is part of the GNU C Library. ··· 8 6 Jakub Jelinek (jj@ultra.linux.cz), 9 7 David S. Miller (davem@redhat.com) and 10 8 Peter Maydell (pmaydell@chiark.greenend.org.uk). 11 - 12 - The GNU C Library is free software; you can redistribute it and/or 13 - modify it under the terms of the GNU Library General Public License as 14 - published by the Free Software Foundation; either version 2 of the 15 - License, or (at your option) any later version. 16 - 17 - The GNU C Library is distributed in the hope that it will be useful, 18 - but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - Library General Public License for more details. 21 - 22 - You should have received a copy of the GNU Library General Public 23 - License along with the GNU C Library; see the file COPYING.LIB. If 24 - not, write to the Free Software Foundation, Inc., 25 - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 9 + */ 26 10 27 11 #ifndef _SFP_MACHINE_H 28 12 #define _SFP_MACHINE_H
+2 -5
arch/sh/include/asm/shmparam.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/shmparam.h 3 4 * 4 5 * Copyright (C) 1999 Niibe Yutaka 5 6 * Copyright (C) 2006 Paul Mundt 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #ifndef __ASM_SH_SHMPARAM_H 12 9 #define __ASM_SH_SHMPARAM_H
+2 -5
arch/sh/include/asm/siu.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * platform header for the SIU ASoC driver 3 4 * 4 5 * Copyright (C) 2009-2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> 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 7 11 8 #ifndef ASM_SIU_H
+2 -5
arch/sh/include/asm/spinlock-cas.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/spinlock-cas.h 3 4 * 4 5 * Copyright (C) 2015 SEI 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_SH_SPINLOCK_CAS_H 11 8 #define __ASM_SH_SPINLOCK_CAS_H
+2 -5
arch/sh/include/asm/spinlock-llsc.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/spinlock-llsc.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 5 6 * Copyright (C) 2006, 2007 Akio Idehara 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #ifndef __ASM_SH_SPINLOCK_LLSC_H 12 9 #define __ASM_SH_SPINLOCK_LLSC_H
+2 -5
arch/sh/include/asm/spinlock.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/spinlock.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 5 6 * Copyright (C) 2006, 2007 Akio Idehara 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #ifndef __ASM_SH_SPINLOCK_H 12 9 #define __ASM_SH_SPINLOCK_H
+1
arch/sh/include/asm/string_32.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_STRING_H 2 3 #define __ASM_SH_STRING_H 3 4
+2 -5
arch/sh/include/asm/switch_to.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (C) 2000, 2001 Paolo Alberelli 3 4 * Copyright (C) 2003 Paul Mundt 4 5 * Copyright (C) 2004 Richard Curnow 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_SH_SWITCH_TO_H 11 8 #define __ASM_SH_SWITCH_TO_H
+2 -5
arch/sh/include/asm/switch_to_64.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (C) 2000, 2001 Paolo Alberelli 3 4 * Copyright (C) 2003 Paul Mundt 4 5 * Copyright (C) 2004 Richard Curnow 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_SH_SWITCH_TO_64_H 11 8 #define __ASM_SH_SWITCH_TO_64_H
+2 -5
arch/sh/include/asm/tlb_64.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/tlb_64.h 3 4 * 4 5 * Copyright (C) 2003 Paul Mundt 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_SH_TLB_64_H 11 8 #define __ASM_SH_TLB_64_H
+2 -5
arch/sh/include/asm/traps_64.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (C) 2000, 2001 Paolo Alberelli 3 4 * Copyright (C) 2003 Paul Mundt 4 5 * Copyright (C) 2004 Richard Curnow 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_SH_TRAPS_64_H 11 8 #define __ASM_SH_TRAPS_64_H
+1 -4
arch/sh/include/asm/uaccess_64.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_UACCESS_64_H 2 3 #define __ASM_SH_UACCESS_64_H 3 4 ··· 16 15 * MIPS implementation version 1.15 by 17 16 * Copyright (C) 1996, 1997, 1998 by Ralf Baechle 18 17 * and i386 version. 19 - * 20 - * This file is subject to the terms and conditions of the GNU General Public 21 - * License. See the file "COPYING" in the main directory of this archive 22 - * for more details. 23 18 */ 24 19 25 20 #define __get_user_size(x,ptr,size,retval) \
+1
arch/sh/include/asm/vga.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_VGA_H 2 3 #define __ASM_SH_VGA_H 3 4
+2 -6
arch/sh/include/asm/watchdog.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0+ 2 + * 2 3 * include/asm-sh/watchdog.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 5 6 * Copyright (C) 2009 Siemens AG 6 7 * Copyright (C) 2009 Valentin Sitdikov 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 8 */ 13 9 #ifndef __ASM_SH_WATCHDOG_H 14 10 #define __ASM_SH_WATCHDOG_H
+2 -5
arch/sh/include/cpu-common/cpu/addrspace.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Definitions for the address spaces of the SH-2 CPUs. 3 4 * 4 5 * Copyright (C) 2003 Paul Mundt 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_CPU_SH2_ADDRSPACE_H 11 8 #define __ASM_CPU_SH2_ADDRSPACE_H
+2 -5
arch/sh/include/cpu-common/cpu/mmu_context.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh2/mmu_context.h 3 4 * 4 5 * Copyright (C) 2003 Paul Mundt 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_CPU_SH2_MMU_CONTEXT_H 11 8 #define __ASM_CPU_SH2_MMU_CONTEXT_H
+2 -10
arch/sh/include/cpu-common/cpu/pfc.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * SH Pin Function Control Initialization 3 4 * 4 5 * Copyright (C) 2012 Renesas Solutions Corp. 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 as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __ARCH_SH_CPU_PFC_H__
+1
arch/sh/include/cpu-common/cpu/timer.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_CPU_SH2_TIMER_H 2 3 #define __ASM_CPU_SH2_TIMER_H 3 4
+2 -5
arch/sh/include/cpu-sh2/cpu/cache.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh2/cache.h 3 4 * 4 5 * Copyright (C) 2003 Paul Mundt 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_CPU_SH2_CACHE_H 11 8 #define __ASM_CPU_SH2_CACHE_H
+2 -5
arch/sh/include/cpu-sh2/cpu/freq.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh2/freq.h 3 4 * 4 5 * Copyright (C) 2006 Yoshinori Sato 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_CPU_SH2_FREQ_H 11 8 #define __ASM_CPU_SH2_FREQ_H
+2 -5
arch/sh/include/cpu-sh2/cpu/watchdog.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh2/watchdog.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 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_CPU_SH2_WATCHDOG_H 11 8 #define __ASM_CPU_SH2_WATCHDOG_H
+2 -5
arch/sh/include/cpu-sh2a/cpu/cache.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh2a/cache.h 3 4 * 4 5 * Copyright (C) 2004 Paul Mundt 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_CPU_SH2A_CACHE_H 11 8 #define __ASM_CPU_SH2A_CACHE_H
+2 -5
arch/sh/include/cpu-sh2a/cpu/freq.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh2a/freq.h 3 4 * 4 5 * Copyright (C) 2006 Yoshinori Sato 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_CPU_SH2A_FREQ_H 11 8 #define __ASM_CPU_SH2A_FREQ_H
+1
arch/sh/include/cpu-sh2a/cpu/watchdog.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #include <cpu-sh2/cpu/watchdog.h>
+2 -5
arch/sh/include/cpu-sh3/cpu/cache.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh3/cache.h 3 4 * 4 5 * Copyright (C) 1999 Niibe Yutaka 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_CPU_SH3_CACHE_H 11 8 #define __ASM_CPU_SH3_CACHE_H
+2 -5
arch/sh/include/cpu-sh3/cpu/dma-register.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * SH3 CPU-specific DMA definitions, used by both DMA drivers 3 4 * 4 5 * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> 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 7 #ifndef CPU_DMA_REGISTER_H 11 8 #define CPU_DMA_REGISTER_H
+2 -5
arch/sh/include/cpu-sh3/cpu/freq.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh3/freq.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 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_CPU_SH3_FREQ_H 11 8 #define __ASM_CPU_SH3_FREQ_H
+2 -5
arch/sh/include/cpu-sh3/cpu/gpio.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh3/gpio.h 3 4 * 4 5 * Copyright (C) 2007 Markus Brunner, Mark Jonas 5 6 * 6 7 * Addresses for the Pin Function Controller 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #ifndef _CPU_SH3_GPIO_H 13 10 #define _CPU_SH3_GPIO_H
+2 -5
arch/sh/include/cpu-sh3/cpu/mmu_context.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh3/mmu_context.h 3 4 * 4 5 * Copyright (C) 1999 Niibe Yutaka 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_CPU_SH3_MMU_CONTEXT_H 11 8 #define __ASM_CPU_SH3_MMU_CONTEXT_H
+2 -5
arch/sh/include/cpu-sh3/cpu/watchdog.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh3/watchdog.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 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_CPU_SH3_WATCHDOG_H 11 8 #define __ASM_CPU_SH3_WATCHDOG_H
+1 -4
arch/sh/include/cpu-sh4/cpu/addrspace.h
··· 1 - /* 2 - * This file is subject to the terms and conditions of the GNU General Public 3 - * License. See the file "COPYING" in the main directory of this archive 4 - * for more details. 1 + /* SPDX-License-Identifier: GPL-2.0 5 2 * 6 3 * Copyright (C) 1999 by Kaz Kojima 7 4 *
+2 -5
arch/sh/include/cpu-sh4/cpu/cache.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh4/cache.h 3 4 * 4 5 * Copyright (C) 1999 Niibe Yutaka 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_CPU_SH4_CACHE_H 11 8 #define __ASM_CPU_SH4_CACHE_H
+2 -5
arch/sh/include/cpu-sh4/cpu/dma-register.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * SH4 CPU-specific DMA definitions, used by both DMA drivers 3 4 * 4 5 * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de> 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 7 #ifndef CPU_DMA_REGISTER_H 11 8 #define CPU_DMA_REGISTER_H
+2 -4
arch/sh/include/cpu-sh4/cpu/fpu.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * linux/arch/sh/kernel/cpu/sh4/sh4_fpu.h 3 4 * 4 5 * Copyright (C) 2006 STMicroelectronics Limited 5 6 * Author: Carl Shaw <carl.shaw@st.com> 6 - * 7 - * May be copied or modified under the terms of the GNU General Public 8 - * License Version 2. See linux/COPYING for more information. 9 7 * 10 8 * Definitions for SH4 FPU operations 11 9 */
+2 -5
arch/sh/include/cpu-sh4/cpu/freq.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh4/freq.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 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_CPU_SH4_FREQ_H 11 8 #define __ASM_CPU_SH4_FREQ_H
+2 -5
arch/sh/include/cpu-sh4/cpu/mmu_context.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh4/mmu_context.h 3 4 * 4 5 * Copyright (C) 1999 Niibe Yutaka 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_CPU_SH4_MMU_CONTEXT_H 11 8 #define __ASM_CPU_SH4_MMU_CONTEXT_H
+2 -5
arch/sh/include/cpu-sh4/cpu/sh7786.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * SH7786 Pinmux 3 4 * 4 5 * Copyright (C) 2008, 2009 Renesas Solutions Corp. 5 6 * Kuninori Morimoto <morimoto.kuninori@renesas.com> 6 7 * 7 8 * Based on sh7785.h 8 - * 9 - * This file is subject to the terms and conditions of the GNU General Public 10 - * License. See the file "COPYING" in the main directory of this archive 11 - * for more details. 12 9 */ 13 10 14 11 #ifndef __CPU_SH7786_H__
+2 -5
arch/sh/include/cpu-sh4/cpu/sq.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh4/sq.h 3 4 * 4 5 * Copyright (C) 2001, 2002, 2003 Paul Mundt 5 6 * Copyright (C) 2001, 2002 M. R. Brown 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #ifndef __ASM_CPU_SH4_SQ_H 12 9 #define __ASM_CPU_SH4_SQ_H
+2 -5
arch/sh/include/cpu-sh4/cpu/watchdog.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/cpu-sh4/watchdog.h 3 4 * 4 5 * Copyright (C) 2002, 2003 Paul Mundt 5 6 * Copyright (C) 2009 Siemens AG 6 7 * Copyright (C) 2009 Sitdikov Valentin 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 #ifndef __ASM_CPU_SH4_WATCHDOG_H 13 10 #define __ASM_CPU_SH4_WATCHDOG_H
+1 -4
arch/sh/include/cpu-sh5/cpu/cache.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_CPU_SH5_CACHE_H 2 3 #define __ASM_SH_CPU_SH5_CACHE_H 3 4 ··· 7 6 * 8 7 * Copyright (C) 2000, 2001 Paolo Alberelli 9 8 * Copyright (C) 2003, 2004 Paul Mundt 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 #define L1_CACHE_SHIFT 5
+1 -4
arch/sh/include/cpu-sh5/cpu/irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_CPU_SH5_IRQ_H 2 3 #define __ASM_SH_CPU_SH5_IRQ_H 3 4 ··· 6 5 * include/asm-sh/cpu-sh5/irq.h 7 6 * 8 7 * Copyright (C) 2000, 2001 Paolo Alberelli 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file "COPYING" in the main directory of this archive 12 - * for more details. 13 8 */ 14 9 15 10
+1 -4
arch/sh/include/cpu-sh5/cpu/registers.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_CPU_SH5_REGISTERS_H 2 3 #define __ASM_SH_CPU_SH5_REGISTERS_H 3 4 ··· 7 6 * 8 7 * Copyright (C) 2000, 2001 Paolo Alberelli 9 8 * Copyright (C) 2004 Richard Curnow 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 #ifdef __ASSEMBLY__
+4 -8
arch/sh/include/mach-common/mach/hp6xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 3 + * Copyright (C) 2003, 2004, 2005 Andriy Skulysh 4 + */ 1 5 #ifndef __ASM_SH_HP6XX_H 2 6 #define __ASM_SH_HP6XX_H 3 7 4 - /* 5 - * Copyright (C) 2003, 2004, 2005 Andriy Skulysh 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 - * 11 - */ 12 8 #include <linux/sh_intc.h> 13 9 14 10 #define HP680_BTN_IRQ evt2irq(0x600) /* IRQ0_IRQ */
+1 -5
arch/sh/include/mach-common/mach/lboxre2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_LBOXRE2_H 2 3 #define __ASM_SH_LBOXRE2_H 3 4 ··· 6 5 * Copyright (C) 2007 Nobuhiro Iwamatsu 7 6 * 8 7 * NTT COMWARE L-BOX RE2 support 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License. See the file "COPYING" in the main directory of this archive 12 - * for more details. 13 - * 14 8 */ 15 9 #include <linux/sh_intc.h> 16 10
+2 -5
arch/sh/include/mach-common/mach/magicpanelr2.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/magicpanelr2.h 3 4 * 4 5 * Copyright (C) 2007 Markus Brunner, Mark Jonas 5 6 * 6 7 * I/O addresses and bitmasks for Magic Panel Release 2 board 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License. See the file "COPYING" in the main directory of this archive 10 - * for more details. 11 8 */ 12 9 13 10 #ifndef __ASM_SH_MAGICPANELR2_H
+2 -5
arch/sh/include/mach-common/mach/mangle-port.h
··· 1 - /* 2 - * SH version cribbed from the MIPS copy: 1 + /* SPDX-License-Identifier: GPL-2.0 3 2 * 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. 3 + * SH version cribbed from the MIPS copy: 7 4 * 8 5 * Copyright (C) 2003, 2004 Ralf Baechle 9 6 */
+2 -4
arch/sh/include/mach-common/mach/microdev.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * linux/include/asm-sh/microdev.h 3 4 * 4 5 * Copyright (C) 2003 Sean McGoogan (Sean.McGoogan@superh.com) 5 6 * 6 7 * Definitions for the SuperH SH4-202 MicroDev board. 7 - * 8 - * May be copied or modified under the terms of the GNU General Public 9 - * License. See linux/COPYING for more information. 10 8 */ 11 9 #ifndef __ASM_SH_MICRODEV_H 12 10 #define __ASM_SH_MICRODEV_H
+1 -4
arch/sh/include/mach-common/mach/sdk7780.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_RENESAS_SDK7780_H 2 3 #define __ASM_SH_RENESAS_SDK7780_H 3 4 ··· 7 6 * 8 7 * Renesas Solutions SH7780 SDK Support 9 8 * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> 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 #include <linux/sh_intc.h> 16 11 #include <asm/addrspace.h>
+2 -4
arch/sh/include/mach-common/mach/secureedge5410.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/snapgear.h 3 4 * 4 5 * Modified version of io_se.h for the snapgear-specific functions. 5 - * 6 - * May be copied or modified under the terms of the GNU General Public 7 - * License. See linux/COPYING for more information. 8 6 * 9 7 * IO functions for a SnapGear 10 8 */
+1 -5
arch/sh/include/mach-common/mach/sh7763rdp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_SH7763RDP_H 2 3 #define __ASM_SH_SH7763RDP_H 3 4 ··· 7 6 * 8 7 * Copyright (C) 2008 Renesas Solutions 9 8 * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 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 - * 15 9 */ 16 10 #include <asm/addrspace.h> 17 11
+2 -5
arch/sh/include/mach-dreamcast/mach/dma.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/dreamcast/dma.h 3 4 * 4 5 * Copyright (C) 2003 Paul Mundt 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_SH_DREAMCAST_DMA_H 11 8 #define __ASM_SH_DREAMCAST_DMA_H
+2 -5
arch/sh/include/mach-dreamcast/mach/pci.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * include/asm-sh/dreamcast/pci.h 3 4 * 4 5 * Copyright (C) 2001, 2002 M. R. Brown 5 6 * Copyright (C) 2002, 2003 Paul Mundt 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #ifndef __ASM_SH_DREAMCAST_PCI_H 12 9 #define __ASM_SH_DREAMCAST_PCI_H
+3 -4
arch/sh/include/mach-dreamcast/mach/sysasic.h
··· 1 - /* include/asm-sh/dreamcast/sysasic.h 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 3 + * include/asm-sh/dreamcast/sysasic.h 2 4 * 3 5 * Definitions for the Dreamcast System ASIC and related peripherals. 4 6 * ··· 8 6 * Copyright (C) 2003 Paul Mundt <lethal@linux-sh.org> 9 7 * 10 8 * This file is part of the LinuxDC project (www.linuxdc.org) 11 - * 12 - * Released under the terms of the GNU GPL v2.0. 13 - * 14 9 */ 15 10 #ifndef __ASM_SH_DREAMCAST_SYSASIC_H 16 11 #define __ASM_SH_DREAMCAST_SYSASIC_H
+1
arch/sh/include/mach-ecovec24/mach/partner-jet-setup.txt
··· 1 + LIST "SPDX-License-Identifier: GPL-2.0" 1 2 LIST "partner-jet-setup.txt" 2 3 LIST "(C) Copyright 2009 Renesas Solutions Corp" 3 4 LIST "Kuninori Morimoto <morimoto.kuninori@renesas.com>"
+1
arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt
··· 1 + LIST "SPDX-License-Identifier: GPL-2.0" 1 2 LIST "partner-jet-setup.txt - 20090729 Magnus Damm" 2 3 LIST "set up enough of the kfr2r09 hardware to boot the kernel" 3 4
+2 -6
arch/sh/include/mach-se/mach/se7721.h
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * Copyright (C) 2008 Renesas Solutions Corp. 3 4 * 4 5 * Hitachi UL SolutionEngine 7721 Support. 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 - * 10 6 */ 11 7 12 8 #ifndef __ASM_SH_SE7721_H
+1 -5
arch/sh/include/mach-se/mach/se7722.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_SE7722_H 2 3 #define __ASM_SH_SE7722_H 3 4 ··· 8 7 * Copyright (C) 2007 Nobuhiro Iwamatsu 9 8 * 10 9 * Hitachi UL SolutionEngine 7722 Support. 11 - * 12 - * This file is subject to the terms and conditions of the GNU General Public 13 - * License. See the file "COPYING" in the main directory of this archive 14 - * for more details. 15 - * 16 10 */ 17 11 #include <linux/sh_intc.h> 18 12 #include <asm/addrspace.h>
+1 -5
arch/sh/include/mach-se/mach/se7724.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_SE7724_H 2 3 #define __ASM_SH_SE7724_H 3 4 ··· 13 12 * 14 13 * Based on se7722.h 15 14 * Copyright (C) 2007 Nobuhiro Iwamatsu 16 - * 17 - * This file is subject to the terms and conditions of the GNU General Public 18 - * License. See the file "COPYING" in the main directory of this archive 19 - * for more details. 20 - * 21 15 */ 22 16 #include <linux/sh_intc.h> 23 17 #include <asm/addrspace.h>
+1 -4
arch/sh/include/mach-se/mach/se7780.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_SH_SE7780_H 2 3 #define __ASM_SH_SE7780_H 3 4 ··· 8 7 * Copyright (C) 2006,2007 Nobuhiro Iwamatsu 9 8 * 10 9 * Hitachi UL SolutionEngine 7780 Support. 11 - * 12 - * This file is subject to the terms and conditions of the GNU General Public 13 - * License. See the file "COPYING" in the main directory of this archive 14 - * for more details. 15 10 */ 16 11 #include <linux/sh_intc.h> 17 12 #include <asm/addrspace.h>
+1
arch/sh/include/uapi/asm/Kbuild
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # UAPI Header export list 2 3 include include/uapi/asm-generic/Kbuild.asm 3 4
+1
arch/sh/include/uapi/asm/setup.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #include <asm-generic/setup.h>
+1
arch/sh/include/uapi/asm/types.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #include <asm-generic/types.h>