diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-24 09:00:41 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2017-11-24 09:37:22 -0500 |
commit | 94bf2f28c9923abe7a1fccc126a86a2401cb5a47 (patch) | |
tree | a298131981527716842fe03178ace88d48fb9a18 | |
parent | 53634237e72b4f3c2dff2f92ec35792207730a98 (diff) |
s390: include: Remove redundant license text
Now that the SPDX tag is in all arch/s390/include/ 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: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Cornelia Huck <cohuck@redhat.com>
Cc: Halil Pasic <pasic@linux.vnet.ibm.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | arch/s390/include/asm/cpu_mf.h | 4 | ||||
-rw-r--r-- | arch/s390/include/asm/kprobes.h | 14 | ||||
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 4 | ||||
-rw-r--r-- | arch/s390/include/asm/kvm_para.h | 6 | ||||
-rw-r--r-- | arch/s390/include/asm/livepatch.h | 7 | ||||
-rw-r--r-- | arch/s390/include/asm/syscall.h | 4 | ||||
-rw-r--r-- | arch/s390/include/asm/sysinfo.h | 4 | ||||
-rw-r--r-- | arch/s390/include/uapi/asm/kvm.h | 4 | ||||
-rw-r--r-- | arch/s390/include/uapi/asm/kvm_para.h | 4 | ||||
-rw-r--r-- | arch/s390/include/uapi/asm/kvm_perf.h | 4 | ||||
-rw-r--r-- | arch/s390/include/uapi/asm/virtio-ccw.h | 4 | ||||
-rw-r--r-- | arch/s390/include/uapi/asm/zcrypt.h | 14 |
12 files changed, 0 insertions, 73 deletions
diff --git a/arch/s390/include/asm/cpu_mf.h b/arch/s390/include/asm/cpu_mf.h index a9ba5e322bf3..dd08db491b89 100644 --- a/arch/s390/include/asm/cpu_mf.h +++ b/arch/s390/include/asm/cpu_mf.h | |||
@@ -5,10 +5,6 @@ | |||
5 | * Copyright IBM Corp. 2012 | 5 | * Copyright IBM Corp. 2012 |
6 | * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> | 6 | * Author(s): Hendrik Brueckner <brueckner@linux.vnet.ibm.com> |
7 | * Jan Glauber <jang@linux.vnet.ibm.com> | 7 | * Jan Glauber <jang@linux.vnet.ibm.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License (version 2 only) | ||
11 | * as published by the Free Software Foundation. | ||
12 | */ | 8 | */ |
13 | #ifndef _ASM_S390_CPU_MF_H | 9 | #ifndef _ASM_S390_CPU_MF_H |
14 | #define _ASM_S390_CPU_MF_H | 10 | #define _ASM_S390_CPU_MF_H |
diff --git a/arch/s390/include/asm/kprobes.h b/arch/s390/include/asm/kprobes.h index 396b065ebb2c..13de80cf741c 100644 --- a/arch/s390/include/asm/kprobes.h +++ b/arch/s390/include/asm/kprobes.h | |||
@@ -4,20 +4,6 @@ | |||
4 | /* | 4 | /* |
5 | * Kernel Probes (KProbes) | 5 | * Kernel Probes (KProbes) |
6 | * | 6 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | * | ||
17 | * You should have received a copy of the GNU General Public License | ||
18 | * along with this program; if not, write to the Free Software | ||
19 | * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | ||
20 | * | ||
21 | * Copyright IBM Corp. 2002, 2006 | 7 | * Copyright IBM Corp. 2002, 2006 |
22 | * | 8 | * |
23 | * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel | 9 | * 2002-Oct Created by Vamsi Krishna S <vamsi_krishna@in.ibm.com> Kernel |
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index 66efb2979351..e14f381757f6 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2008, 2009 | 5 | * Copyright IBM Corp. 2008, 2009 |
6 | * | 6 | * |
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 | * | ||
11 | * Author(s): Carsten Otte <cotte@de.ibm.com> | 7 | * Author(s): Carsten Otte <cotte@de.ibm.com> |
12 | */ | 8 | */ |
13 | 9 | ||
diff --git a/arch/s390/include/asm/kvm_para.h b/arch/s390/include/asm/kvm_para.h index 2c623bf5c095..74eeec9c0a80 100644 --- a/arch/s390/include/asm/kvm_para.h +++ b/arch/s390/include/asm/kvm_para.h | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2008 | 5 | * Copyright IBM Corp. 2008 |
6 | * | 6 | * |
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 | * | ||
11 | * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> | 7 | * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> |
12 | */ | 8 | */ |
13 | /* | 9 | /* |
@@ -21,8 +17,6 @@ | |||
21 | * | 17 | * |
22 | * Copyright IBM Corp. 2007,2008 | 18 | * Copyright IBM Corp. 2007,2008 |
23 | * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> | 19 | * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> |
24 | * | ||
25 | * This work is licensed under the terms of the GNU GPL, version 2. | ||
26 | */ | 20 | */ |
27 | #ifndef __S390_KVM_PARA_H | 21 | #ifndef __S390_KVM_PARA_H |
28 | #define __S390_KVM_PARA_H | 22 | #define __S390_KVM_PARA_H |
diff --git a/arch/s390/include/asm/livepatch.h b/arch/s390/include/asm/livepatch.h index d1f97fafcc20..672f95b12d40 100644 --- a/arch/s390/include/asm/livepatch.h +++ b/arch/s390/include/asm/livepatch.h | |||
@@ -8,13 +8,6 @@ | |||
8 | * Jiri Slaby | 8 | * Jiri Slaby |
9 | */ | 9 | */ |
10 | 10 | ||
11 | /* | ||
12 | * This program is free software; you can redistribute it and/or modify it | ||
13 | * under the terms of the GNU General Public License as published by the Free | ||
14 | * Software Foundation; either version 2 of the License, or (at your option) | ||
15 | * any later version. | ||
16 | */ | ||
17 | |||
18 | #ifndef ASM_LIVEPATCH_H | 11 | #ifndef ASM_LIVEPATCH_H |
19 | #define ASM_LIVEPATCH_H | 12 | #define ASM_LIVEPATCH_H |
20 | 13 | ||
diff --git a/arch/s390/include/asm/syscall.h b/arch/s390/include/asm/syscall.h index 4d6463eb7a2d..96f9a9151fde 100644 --- a/arch/s390/include/asm/syscall.h +++ b/arch/s390/include/asm/syscall.h | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2008 | 5 | * Copyright IBM Corp. 2008 |
6 | * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) | 6 | * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License (version 2 only) | ||
10 | * as published by the Free Software Foundation. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef _ASM_SYSCALL_H | 9 | #ifndef _ASM_SYSCALL_H |
diff --git a/arch/s390/include/asm/sysinfo.h b/arch/s390/include/asm/sysinfo.h index c2137e7d9310..25057c118d56 100644 --- a/arch/s390/include/asm/sysinfo.h +++ b/arch/s390/include/asm/sysinfo.h | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2001, 2008 | 5 | * Copyright IBM Corp. 2001, 2008 |
6 | * | 6 | * |
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 | * | ||
11 | * Author(s): Ulrich Weigand <weigand@de.ibm.com> | 7 | * Author(s): Ulrich Weigand <weigand@de.ibm.com> |
12 | * Christian Borntraeger <borntraeger@de.ibm.com> | 8 | * Christian Borntraeger <borntraeger@de.ibm.com> |
13 | */ | 9 | */ |
diff --git a/arch/s390/include/uapi/asm/kvm.h b/arch/s390/include/uapi/asm/kvm.h index 9ad172dcd912..38535a57fef8 100644 --- a/arch/s390/include/uapi/asm/kvm.h +++ b/arch/s390/include/uapi/asm/kvm.h | |||
@@ -6,10 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Copyright IBM Corp. 2008 | 7 | * Copyright IBM Corp. 2008 |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License (version 2 only) | ||
11 | * as published by the Free Software Foundation. | ||
12 | * | ||
13 | * Author(s): Carsten Otte <cotte@de.ibm.com> | 9 | * Author(s): Carsten Otte <cotte@de.ibm.com> |
14 | * Christian Borntraeger <borntraeger@de.ibm.com> | 10 | * Christian Borntraeger <borntraeger@de.ibm.com> |
15 | */ | 11 | */ |
diff --git a/arch/s390/include/uapi/asm/kvm_para.h b/arch/s390/include/uapi/asm/kvm_para.h index 0dc86b3a7cb0..b9ab584adf43 100644 --- a/arch/s390/include/uapi/asm/kvm_para.h +++ b/arch/s390/include/uapi/asm/kvm_para.h | |||
@@ -4,9 +4,5 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2008 | 5 | * Copyright IBM Corp. 2008 |
6 | * | 6 | * |
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 | * | ||
11 | * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> | 7 | * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> |
12 | */ | 8 | */ |
diff --git a/arch/s390/include/uapi/asm/kvm_perf.h b/arch/s390/include/uapi/asm/kvm_perf.h index c36c97ffdc6f..84606b8cc49e 100644 --- a/arch/s390/include/uapi/asm/kvm_perf.h +++ b/arch/s390/include/uapi/asm/kvm_perf.h | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright 2014 IBM Corp. | 5 | * Copyright 2014 IBM Corp. |
6 | * Author(s): Alexander Yarygin <yarygin@linux.vnet.ibm.com> | 6 | * Author(s): Alexander Yarygin <yarygin@linux.vnet.ibm.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License (version 2 only) | ||
10 | * as published by the Free Software Foundation. | ||
11 | */ | 7 | */ |
12 | 8 | ||
13 | #ifndef __LINUX_KVM_PERF_S390_H | 9 | #ifndef __LINUX_KVM_PERF_S390_H |
diff --git a/arch/s390/include/uapi/asm/virtio-ccw.h b/arch/s390/include/uapi/asm/virtio-ccw.h index 967aad390105..3a77833c74dc 100644 --- a/arch/s390/include/uapi/asm/virtio-ccw.h +++ b/arch/s390/include/uapi/asm/virtio-ccw.h | |||
@@ -4,10 +4,6 @@ | |||
4 | * | 4 | * |
5 | * Copyright IBM Corp. 2013 | 5 | * Copyright IBM Corp. 2013 |
6 | * | 6 | * |
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 | * | ||
11 | * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> | 7 | * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> |
12 | */ | 8 | */ |
13 | #ifndef __KVM_VIRTIO_CCW_H | 9 | #ifndef __KVM_VIRTIO_CCW_H |
diff --git a/arch/s390/include/uapi/asm/zcrypt.h b/arch/s390/include/uapi/asm/zcrypt.h index 137ef473584e..d568307321fc 100644 --- a/arch/s390/include/uapi/asm/zcrypt.h +++ b/arch/s390/include/uapi/asm/zcrypt.h | |||
@@ -9,20 +9,6 @@ | |||
9 | * Eric Rossman (edrossma@us.ibm.com) | 9 | * Eric Rossman (edrossma@us.ibm.com) |
10 | * | 10 | * |
11 | * Hotplug & misc device support: Jochen Roehrig (roehrig@de.ibm.com) | 11 | * Hotplug & misc device support: Jochen Roehrig (roehrig@de.ibm.com) |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2, or (at your option) | ||
16 | * any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | * | ||
23 | * You should have received a copy of the GNU General Public License | ||
24 | * along with this program; if not, write to the Free Software | ||
25 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
26 | */ | 12 | */ |
27 | 13 | ||
28 | #ifndef __ASM_S390_ZCRYPT_H | 14 | #ifndef __ASM_S390_ZCRYPT_H |