On Tue, 8 Dec 2020 10:09:02 -0500 Janosch Frank <frankja@xxxxxxxxxxxxx> wrote: > In the past we had some issues when developers wanted to use code > snippets or constants from the kernel in a test or in the library. To > remedy that the s390x maintainers decided to move all files to GPL 2 > (if possible). > > At the same time let's move to SPDX identifiers as they are much nicer > to read. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > --- > lib/s390x/asm-offsets.c | 4 +--- > lib/s390x/asm/arch_def.h | 4 +--- > lib/s390x/asm/asm-offsets.h | 4 +--- > lib/s390x/asm/barrier.h | 4 +--- > lib/s390x/asm/cpacf.h | 1 + > lib/s390x/asm/facility.h | 4 +--- > lib/s390x/asm/float.h | 4 +--- > lib/s390x/asm/interrupt.h | 4 +--- > lib/s390x/asm/io.h | 4 +--- > lib/s390x/asm/mem.h | 4 +--- > lib/s390x/asm/page.h | 4 +--- > lib/s390x/asm/pgtable.h | 4 +--- > lib/s390x/asm/sigp.h | 4 +--- > lib/s390x/asm/spinlock.h | 4 +--- > lib/s390x/asm/stack.h | 4 +--- > lib/s390x/asm/time.h | 4 +--- > lib/s390x/css.h | 4 +--- > lib/s390x/css_dump.c | 4 +--- > lib/s390x/css_lib.c | 4 +--- > lib/s390x/interrupt.c | 4 +--- > lib/s390x/io.c | 4 +--- > lib/s390x/mmu.c | 4 +--- > lib/s390x/mmu.h | 4 +--- > lib/s390x/sclp-console.c | 5 +---- > lib/s390x/sclp.c | 4 +--- > lib/s390x/sclp.h | 5 +---- > lib/s390x/smp.c | 4 +--- > lib/s390x/smp.h | 4 +--- > lib/s390x/stack.c | 4 +--- > lib/s390x/vm.c | 3 +-- > lib/s390x/vm.h | 3 +-- > 31 files changed, 31 insertions(+), 90 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>