Skip to content

Commit 940f89a

Browse files
gregkhborntraeger
authored andcommitted
KVM: s390: Remove redundant license text
Now that the SPDX tag is in all arch/s390/kvm/ files, that identifies the license in a specific and legally-defined manner. So the extra GPL text wording can be removed as it is no longer needed at all. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. And there's unneeded stuff like the address (sometimes incorrect) for the FSF which is never needed. No copyright headers or other non-license-description text was removed. Cc: Christian Borntraeger <[email protected]> Cc: Cornelia Huck <[email protected]> Cc: Martin Schwidefsky <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: "Paul E. McKenney" <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Message-Id: <[email protected]> Acked-by: Cornelia Huck <[email protected]> Acked-by: "Paul E. McKenney" <[email protected]> Signed-off-by: Christian Borntraeger <[email protected]>
1 parent d809aa2 commit 940f89a

File tree

12 files changed

+0
-48
lines changed

12 files changed

+0
-48
lines changed

arch/s390/kvm/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# Makefile for kernel virtual machines on s390
33
#
44
# Copyright IBM Corp. 2008
5-
#
6-
# This program is free software; you can redistribute it and/or modify
7-
# it under the terms of the GNU General Public License (version 2 only)
8-
# as published by the Free Software Foundation.
95

106
KVM := ../../../virt/kvm
117
common-objs = $(KVM)/kvm_main.o $(KVM)/eventfd.o $(KVM)/async_pf.o $(KVM)/irqchip.o $(KVM)/vfio.o

arch/s390/kvm/diag.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2008, 2011
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Carsten Otte <[email protected]>
128
* Christian Borntraeger <[email protected]>
139
*/

arch/s390/kvm/gaccess.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2008, 2014
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Carsten Otte <[email protected]>
128
*/
139

arch/s390/kvm/guestdbg.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2014
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): David Hildenbrand <[email protected]>
128
*/
139
#include <linux/kvm_host.h>

arch/s390/kvm/intercept.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2008, 2014
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Carsten Otte <[email protected]>
128
* Christian Borntraeger <[email protected]>
139
*/

arch/s390/kvm/interrupt.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2008, 2015
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Carsten Otte <[email protected]>
128
*/
139

arch/s390/kvm/irq.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2014
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Cornelia Huck <[email protected]>
128
*/
139
#ifndef __KVM_IRQ_H

arch/s390/kvm/kvm-s390.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2008, 2009
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Carsten Otte <[email protected]>
128
* Christian Borntraeger <[email protected]>
139
* Heiko Carstens <[email protected]>

arch/s390/kvm/kvm-s390.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2008, 2009
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Carsten Otte <[email protected]>
128
* Christian Borntraeger <[email protected]>
139
* Christian Ehrhardt <[email protected]>

arch/s390/kvm/priv.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
*
55
* Copyright IBM Corp. 2008, 2013
66
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License (version 2 only)
9-
* as published by the Free Software Foundation.
10-
*
117
* Author(s): Carsten Otte <[email protected]>
128
* Christian Borntraeger <[email protected]>
139
*/

0 commit comments

Comments
 (0)