On Tue, 8 Dec 2020 10:09:01 -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> > --- > s390x/cmm.c | 4 +--- > s390x/cpumodel.c | 4 +--- > s390x/css.c | 4 +--- > s390x/cstart64.S | 4 +--- > s390x/diag10.c | 4 +--- > s390x/diag288.c | 4 +--- > s390x/diag308.c | 5 +---- > s390x/emulator.c | 4 +--- > s390x/gs.c | 4 +--- > s390x/iep.c | 4 +--- > s390x/intercept.c | 4 +--- > s390x/pfmf.c | 4 +--- > s390x/sclp.c | 4 +--- > s390x/selftest.c | 4 +--- > s390x/skey.c | 4 +--- > s390x/skrf.c | 4 +--- > s390x/smp.c | 4 +--- > s390x/sthyi.c | 4 +--- > s390x/sthyi.h | 4 +--- > s390x/stsi.c | 4 +--- > s390x/uv-guest.c | 4 +--- > s390x/vector.c | 4 +--- > 22 files changed, 22 insertions(+), 67 deletions(-) Yeah for SPDX! Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>