On Fri, 24 Nov 2017 15:00:33 +0100 Greg Kroah-Hartman <[email protected]> wrote:
> It's good to have SPDX identifiers in all files to make it easier to > audit the kernel tree for correct licenses. > > Update the arch/s390/kvm/ files with the correct SPDX license > identifier based on the license text in the file itself. The SPDX > identifier is a legally binding shorthand, which can be used instead of > the full boiler plate text. > > This work is based on a script and data from Thomas Gleixner, Philippe > Ombredanne, and Kate Stewart. > > Cc: Christian Borntraeger <[email protected]> > Cc: Cornelia Huck <[email protected]> > Cc: Martin Schwidefsky <[email protected]> > Cc: Heiko Carstens <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: Kate Stewart <[email protected]> > Cc: Philippe Ombredanne <[email protected]> > Signed-off-by: Greg Kroah-Hartman <[email protected]> > --- > arch/s390/kvm/Makefile | 1 + > arch/s390/kvm/diag.c | 1 + > arch/s390/kvm/gaccess.h | 1 + > arch/s390/kvm/guestdbg.c | 1 + > arch/s390/kvm/intercept.c | 1 + > arch/s390/kvm/interrupt.c | 1 + > arch/s390/kvm/irq.h | 1 + > arch/s390/kvm/kvm-s390.c | 1 + > arch/s390/kvm/kvm-s390.h | 1 + > arch/s390/kvm/priv.c | 1 + > arch/s390/kvm/sigp.c | 1 + > arch/s390/kvm/vsie.c | 1 + > 12 files changed, 12 insertions(+) Acked-by: Cornelia Huck <[email protected]>

