Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fa1db4c authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

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: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent da340f92
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-y				+= kernel/
obj-y				+= kernel/
obj-y				+= mm/
obj-y				+= mm/
obj-$(CONFIG_KVM)		+= kvm/
obj-$(CONFIG_KVM)		+= kvm/
+1 −0
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
#
#
# Makefile for the Linux - z/VM Monitor Stream.
# Makefile for the Linux - z/VM Monitor Stream.
#
#
+1 −0
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
SECTIONS
SECTIONS
{
{
  .rodata.compressed : {
  .rodata.compressed : {
+1 −0
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0+
/*
/*
 * Cryptographic API.
 * Cryptographic API.
 *
 *
+1 −0
Original line number Original line Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
#
#
# Makefile for the linux hypfs filesystem routines.
# Makefile for the linux hypfs filesystem routines.
#
#
Loading