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

s390: add a few more SPDX identifiers

Add the correct SPDX license to a few more files under arch/s390 and
drivers/s390 which have been missed to far.
The SPDX identifier is a legally binding shorthand, which can be used
instead of the full boiler plate text.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

+29
+1
arch/s390/Kbuild
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y += kernel/ 2 3 obj-y += mm/ 3 4 obj-$(CONFIG_KVM) += kvm/
+1
arch/s390/appldata/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the Linux - z/VM Monitor Stream. 3 4 #
+1
arch/s390/boot/compressed/vmlinux.scr
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 SECTIONS 2 3 { 3 4 .rodata.compressed : {
+1
arch/s390/crypto/sha1_s390.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Cryptographic API. 3 4 *
+1
arch/s390/hypfs/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the linux hypfs filesystem routines. 3 4 #
+1
arch/s390/include/asm/Kbuild
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 generic-y += asm-offsets.h 2 3 generic-y += cacheflush.h 3 4 generic-y += clkdev.h
+1
arch/s390/include/asm/alternative.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_S390_ALTERNATIVE_H 2 3 #define _ASM_S390_ALTERNATIVE_H 3 4
+1
arch/s390/include/asm/ap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Adjunct processor (AP) interfaces 3 4 *
+1
arch/s390/include/asm/bugs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * S390 version 3 4 * Copyright IBM Corp. 1999
+1
arch/s390/include/asm/segment.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_SEGMENT_H 2 3 #define _ASM_SEGMENT_H 3 4
+1
arch/s390/include/asm/vga.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_S390_VGA_H 2 3 #define _ASM_S390_VGA_H 3 4
+1
arch/s390/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/s390/include/uapi/asm/perf_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 1 2 #ifndef _ASM_S390_PERF_REGS_H 2 3 #define _ASM_S390_PERF_REGS_H 3 4
+1
arch/s390/include/uapi/asm/sthyi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 1 2 #ifndef _UAPI_ASM_STHYI_H 2 3 #define _UAPI_ASM_STHYI_H 3 4
+1
arch/s390/include/uapi/asm/vmcp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 1 2 /* 2 3 * Copyright IBM Corp. 2004, 2005 3 4 * Interface implementation for communication with the z/VM control program
+1
arch/s390/kernel/alternative.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #include <linux/module.h> 2 3 #include <asm/alternative.h> 3 4 #include <asm/facility.h>
+1
arch/s390/kernel/perf_regs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 #include <linux/perf_event.h> 2 3 #include <linux/perf_regs.h> 3 4 #include <linux/kernel.h>
+1
arch/s390/kernel/vdso64/note.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text. 3 4 * Here we can supply some information useful to userland.
+1
arch/s390/net/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Arch-specific network modules 3 4 #
+1
arch/s390/numa/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 obj-y += numa.o 2 3 obj-y += toptree.o 3 4 obj-$(CONFIG_NUMA_EMU) += mode_emu.o
+1
arch/s390/pci/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the s390 PCI subsystem. 3 4 #
+1
arch/s390/tools/gen_opcode_table.c
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Generate opcode table initializers for the in-kernel disassembler. 3 4 *
+1
drivers/s390/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the S/390 specific device drivers 3 4 #
+1
drivers/s390/block/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 comment "S/390 block device drivers" 2 3 depends on S390 && BLOCK 3 4
+1
drivers/s390/char/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 comment "S/390 character device drivers" 2 3 depends on S390 3 4
+1
drivers/s390/char/defkeymap.map
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # Default keymap for 3270 (ebcdic codepage 037). 2 3 keymaps 0-1,4-5 3 4
+1
drivers/s390/cio/blacklist.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef S390_BLACKLIST_H 2 3 #define S390_BLACKLIST_H 3 4
+1
drivers/s390/net/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 menu "S/390 network device drivers" 2 3 depends on NETDEVICES && S390 3 4
+1
drivers/s390/scsi/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 # 2 3 # Makefile for the S/390 specific device drivers 3 4 #