Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390: kernel: Remove redundant license text

Now that the SPDX tag is in all arch/s390/kernel/ 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: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
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>

authored by

Greg Kroah-Hartman and committed by
Martin Schwidefsky
53634237 0b73214f

-72
-14
arch/s390/kernel/kprobes.c
··· 2 2 /* 3 3 * Kernel Probes (KProbes) 4 4 * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2 of the License, or 8 - * (at your option) any later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 - * 19 5 * Copyright IBM Corp. 2002, 2006 20 6 * 21 7 * s390 port, used ppc64 as template. Mike Grundy <grundym@us.ibm.com>
-14
arch/s390/kernel/module.c
··· 9 9 * 10 10 * based on i386 version 11 11 * Copyright (C) 2001 Rusty Russell. 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 of the License, or 16 - * (at your option) 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 12 */ 27 13 #include <linux/module.h> 28 14 #include <linux/elf.h>
-4
arch/s390/kernel/perf_cpum_cf.c
··· 4 4 * 5 5 * Copyright IBM Corp. 2012, 2017 6 6 * Author(s): Hendrik Brueckner <brueckner@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 #define KMSG_COMPONENT "cpum_cf" 13 9 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
-4
arch/s390/kernel/perf_cpum_sf.c
··· 4 4 * 5 5 * Copyright IBM Corp. 2013 6 6 * Author(s): Hendrik Brueckner <brueckner@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 #define KMSG_COMPONENT "cpum_sf" 13 9 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
-4
arch/s390/kernel/perf_event.c
··· 4 4 * 5 5 * Copyright IBM Corp. 2012, 2013 6 6 * Author(s): Hendrik Brueckner <brueckner@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 #define KMSG_COMPONENT "perf" 13 9 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
-4
arch/s390/kernel/sthyi.c
··· 2 2 /* 3 3 * store hypervisor information instruction emulation functions. 4 4 * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License (version 2 only) 7 - * as published by the Free Software Foundation. 8 - * 9 5 * Copyright IBM Corp. 2016 10 6 * Author(s): Janosch Frank <frankja@linux.vnet.ibm.com> 11 7 */
-4
arch/s390/kernel/vdso.c
··· 4 4 * 5 5 * Copyright IBM Corp. 2008 6 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 9 #include <linux/init.h>
-4
arch/s390/kernel/vdso32/clock_getres.S
··· 5 5 * 6 6 * Copyright IBM Corp. 2008 7 7 * Author(s): Martin Schwidefsky (schwidefsky@de.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 9 #include <asm/vdso.h> 14 10 #include <asm/asm-offsets.h>
-4
arch/s390/kernel/vdso32/clock_gettime.S
··· 5 5 * 6 6 * Copyright IBM Corp. 2008 7 7 * Author(s): Martin Schwidefsky (schwidefsky@de.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 9 #include <asm/vdso.h> 14 10 #include <asm/asm-offsets.h>
-4
arch/s390/kernel/vdso32/gettimeofday.S
··· 5 5 * 6 6 * Copyright IBM Corp. 2008 7 7 * Author(s): Martin Schwidefsky (schwidefsky@de.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 9 #include <asm/vdso.h> 14 10 #include <asm/asm-offsets.h>
-4
arch/s390/kernel/vdso64/clock_getres.S
··· 5 5 * 6 6 * Copyright IBM Corp. 2008 7 7 * Author(s): Martin Schwidefsky (schwidefsky@de.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 9 #include <asm/vdso.h> 14 10 #include <asm/asm-offsets.h>
-4
arch/s390/kernel/vdso64/clock_gettime.S
··· 5 5 * 6 6 * Copyright IBM Corp. 2008 7 7 * Author(s): Martin Schwidefsky (schwidefsky@de.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 9 #include <asm/vdso.h> 14 10 #include <asm/asm-offsets.h>
-4
arch/s390/kernel/vdso64/gettimeofday.S
··· 5 5 * 6 6 * Copyright IBM Corp. 2008 7 7 * Author(s): Martin Schwidefsky (schwidefsky@de.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 9 #include <asm/vdso.h> 14 10 #include <asm/asm-offsets.h>