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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation either version 2 or at your option any
later version this program is distributed in the hope that it will
be useful but without any warranty without even the implied warranty
of merchantability or fitness for a particular purpose see the gnu
general public license for more details you should have received a
copy of the gnu general public license along with this program if
not write to the free software foundation inc 675 mass ave cambridge
ma 02139 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 77 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190527070032.837555891@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
de6cc651 2874c5fd

+77 -1101
+1 -14
arch/parisc/include/asm/asmregs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 1999 Hewlett-Packard (Frank Rowand) 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2, or (at your option) 7 - * any later version. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 4 */ 18 5 19 6 #ifndef _PARISC_ASMREGS_H
+1 -14
arch/parisc/include/asm/assembly.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 1999 Hewlett-Packard (Frank Rowand) 3 4 * Copyright (C) 1999 Philipp Rumpf <prumpf@tux.org> 4 5 * Copyright (C) 1999 SuSE GmbH 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 as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 6 */ 20 7 21 8 #ifndef _PARISC_ASSEMBLY_H
+1 -14
arch/parisc/kernel/entry.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Linux/PA-RISC Project (http://www.parisc-linux.org/) 3 4 * ··· 7 6 * Copyright (C) 1999 SuSE GmbH Nuernberg 8 7 * Copyright (C) 2000 Hewlett-Packard (John Marvin) 9 8 * Copyright (C) 1999 Hewlett-Packard (Frank Rowand) 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 9 */ 25 10 26 11 #include <asm/asm-offsets.h>
+1 -15
arch/parisc/kernel/hardware.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Hardware descriptions for HP 9000 based hardware, including 3 4 * system types, SCSI controllers, DMA controllers, HPPB controllers ··· 10 9 * 11 10 * Copyright 1999 by Alex deVries <alex@onefishtwo.ca> 12 11 * and copyright 1999 The Puffin Group Inc. 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27 - * 28 12 */ 29 13 30 14
+1 -14
arch/parisc/kernel/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Code to handle x86 style IRQs plus some generic interrupt stuff. 3 4 * ··· 7 6 * Copyright (C) 1999 SuSE GmbH (Philipp Rumpf, prumpf@tux.org) 8 7 * Copyright (C) 1999-2000 Grant Grundler 9 8 * Copyright (c) 2005 Matthew Wilcox 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 9 */ 25 10 #include <linux/bitops.h> 26 11 #include <linux/errno.h>
+1 -14
arch/parisc/kernel/perf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Parisc performance counters 3 4 * Copyright (C) 2001 Randolph Chung <tausq@debian.org> 4 5 * 5 6 * This code is derived, with permission, from HP/UX sources. 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, or (at your option) 10 - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. 20 7 */ 21 8 22 9 /*
+1 -15
arch/parisc/kernel/processor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Initial setup-routines for HP 9000 based hardware. 3 4 * ··· 10 9 * Modifications copyright 2001 Ryan Bradetich <rbradetich@uswest.net> 11 10 * 12 11 * Initial PA-RISC Version: 04-23-1999 by Helge Deller 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27 - * 28 12 */ 29 13 #include <linux/delay.h> 30 14 #include <linux/init.h>
+1 -15
arch/parisc/kernel/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Initial setup-routines for HP 9000 based hardware. 3 4 * ··· 10 9 * Modifications copyright 2001 Ryan Bradetich <rbradetich@uswest.net> 11 10 * 12 11 * Initial PA-RISC Version: 04-23-1999 by Helge Deller 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27 - * 28 12 */ 29 13 30 14 #include <linux/kernel.h>
+1 -15
arch/parisc/kernel/unaligned.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Unaligned memory access handler 3 4 * 4 5 * Copyright (C) 2001 Randolph Chung <tausq@debian.org> 5 6 * Significantly tweaked by LaMont Jones <lamont@debian.org> 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, or (at your option) 10 - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. 20 - * 21 7 */ 22 8 23 9 #include <linux/jiffies.h>
+1 -15
arch/parisc/lib/memcpy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Optimized memory copy routines. 3 4 * 4 5 * Copyright (C) 2004 Randolph Chung <tausq@debian.org> 5 6 * Copyright (C) 2013-2017 Helge Deller <deller@gmx.de> 6 7 * 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, or (at your option) 10 - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. 20 - * 21 8 * Portions derived from the GNU C Library 22 9 * Copyright (C) 1991, 1997, 2003 Free Software Foundation, Inc. 23 - * 24 10 */ 25 11 26 12 #include <linux/module.h>
+1 -14
arch/powerpc/include/asm/cell-pmu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Cell Broadband Engine Performance Monitor 3 4 * ··· 7 6 * Author: 8 7 * David Erb (djerb@us.ibm.com) 9 8 * Kevin Corry (kevcorry@us.ibm.com) 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 9 */ 25 10 26 11 #ifndef __ASM_CELL_PMU_H__
+1 -14
arch/powerpc/include/asm/pmi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 #ifndef _POWERPC_PMI_H 2 3 #define _POWERPC_PMI_H 3 4 ··· 12 11 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 13 12 * 14 13 * Author: Christian Krafft <krafft@de.ibm.com> 15 - * 16 - * This program is free software; you can redistribute it and/or modify 17 - * it under the terms of the GNU General Public License as published by 18 - * the Free Software Foundation; either version 2, or (at your option) 19 - * any later version. 20 - * 21 - * This program is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 - * 26 - * You should have received a copy of the GNU General Public License 27 - * along with this program; if not, write to the Free Software 28 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 29 14 */ 30 15 31 16 #ifdef __KERNEL__
+1 -14
arch/powerpc/include/asm/spu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * SPU core / file system interface and HW structures 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #ifndef _SPU_H
+1 -14
arch/powerpc/include/asm/spu_csa.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * spu_csa.h: Definitions for SPU context save area (CSA). 3 4 * 4 5 * (C) Copyright IBM 2005 5 6 * 6 7 * Author: Mark Nutter <mnutter@us.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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #ifndef _SPU_CSA_H_
+1 -14
arch/powerpc/include/asm/spu_info.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * SPU info structures 3 4 * 4 5 * (C) Copyright 2006 IBM Corp. 5 6 * 6 7 * Author: Dwayne Grant McConnell <decimal@us.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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 #ifndef _SPU_INFO_H 23 10 #define _SPU_INFO_H
+1 -14
arch/powerpc/mm/copro_fault.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * CoProcessor (SPU/AFU) mm fault handler 3 4 * ··· 6 5 * 7 6 * Author: Arnd Bergmann <arndb@de.ibm.com> 8 7 * Author: Jeremy Kerr <jk@ozlabs.org> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 #include <linux/sched.h> 25 10 #include <linux/mm.h>
+1 -14
arch/powerpc/platforms/cell/cbe_powerbutton.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * driver for powerbutton on IBM cell blades 3 4 * 4 5 * (C) Copyright IBM Corp. 2005-2008 5 6 * 6 7 * Author: Christian Krafft <krafft@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/input.h>
+1 -14
arch/powerpc/platforms/cell/cbe_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * thermal support for the cell processor 3 4 * ··· 30 29 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 31 30 * 32 31 * Author: Christian Krafft <krafft@de.ibm.com> 33 - * 34 - * This program is free software; you can redistribute it and/or modify 35 - * it under the terms of the GNU General Public License as published by 36 - * the Free Software Foundation; either version 2, or (at your option) 37 - * any later version. 38 - * 39 - * This program is distributed in the hope that it will be useful, 40 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 41 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 42 - * GNU General Public License for more details. 43 - * 44 - * You should have received a copy of the GNU General Public License 45 - * along with this program; if not, write to the Free Software 46 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 47 32 */ 48 33 49 34 #include <linux/module.h>
+1 -14
arch/powerpc/platforms/cell/cpufreq_spudemand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * spu aware cpufreq governor for the cell processor 3 4 * 4 5 * © Copyright IBM Corporation 2006-2008 5 6 * 6 7 * Author: Christian Krafft <krafft@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/cpufreq.h>
+1 -14
arch/powerpc/platforms/cell/interrupt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Cell Internal Interrupt Controller 3 4 * ··· 8 7 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 9 8 * 10 9 * Author: Arnd Bergmann <arndb@de.ibm.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 25 10 * 26 11 * TODO: 27 12 * - Fix various assumptions related to HW CPU numbers vs. linux CPU numbers
+1 -14
arch/powerpc/platforms/cell/iommu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * IOMMU implementation for Cell Broadband Processor Architecture 3 4 * 4 5 * (C) Copyright IBM Corporation 2006-2008 5 6 * 6 7 * Author: Jeremy Kerr <jk@ozlabs.org> 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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #undef DEBUG
+1 -14
arch/powerpc/platforms/cell/pervasive.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * CBE Pervasive Monitor and Debug 3 4 * ··· 6 5 * 7 6 * Authors: Maximino Aguilar (maguilar@us.ibm.com) 8 7 * Michael N. Day (mnday@us.ibm.com) 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10 #undef DEBUG
+1 -14
arch/powerpc/platforms/cell/pervasive.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Cell Pervasive Monitor and Debug interface and HW structures 3 4 * ··· 6 5 * 7 6 * Authors: Maximino Aguilar (maguilar@us.ibm.com) 8 7 * David J. Erb (djerb@us.ibm.com) 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10
+1 -14
arch/powerpc/platforms/cell/pmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Cell Broadband Engine Performance Monitor 3 4 * ··· 7 6 * Author: 8 7 * David Erb (djerb@us.ibm.com) 9 8 * Kevin Corry (kevcorry@us.ibm.com) 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 9 */ 25 10 26 11 #include <linux/interrupt.h>
+1 -14
arch/powerpc/platforms/cell/spider-pic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * External Interrupt Controller on Spider South Bridge 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/interrupt.h>
+1 -14
arch/powerpc/platforms/cell/spu_base.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Low-level SPU handling 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #undef DEBUG
+1 -14
arch/powerpc/platforms/cell/spu_notify.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Move OProfile dependencies from spufs module to the kernel so it 3 4 * can run on non-cell PPC. 4 5 * 5 6 * Copyright (C) IBM 2005 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, or (at your option) 10 - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. 20 7 */ 21 8 22 9 #undef DEBUG
+1 -14
arch/powerpc/platforms/cell/spu_syscalls.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SPU file system -- system call stubs 3 4 * ··· 6 5 * (C) Copyright 2006-2007, IBM Corporation 7 6 * 8 7 * Author: Arnd Bergmann <arndb@de.ibm.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 #include <linux/file.h> 25 10 #include <linux/fs.h>
+1 -14
arch/powerpc/platforms/cell/spufs/backing_ops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* backing_ops.c - query/set operations on saved SPU context. 2 3 * 3 4 * Copyright (C) IBM 2005 ··· 6 5 * 7 6 * These register operations allow SPUFS to operate on saved 8 7 * SPU contexts rather than hardware. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10 #include <linux/errno.h>
+1 -14
arch/powerpc/platforms/cell/spufs/context.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SPU file system -- SPU context management 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/fs.h>
+1 -14
arch/powerpc/platforms/cell/spufs/coredump.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SPU core dump code 3 4 * 4 5 * (C) Copyright 2006 IBM Corp. 5 6 * 6 7 * Author: Dwayne Grant McConnell <decimal@us.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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/elf.h>
+1 -14
arch/powerpc/platforms/cell/spufs/fault.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Low-level SPU handling 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 #include <linux/sched/signal.h> 23 10 #include <linux/mm.h>
+1 -14
arch/powerpc/platforms/cell/spufs/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SPU file system -- file contents 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #undef DEBUG
+1 -14
arch/powerpc/platforms/cell/spufs/gang.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SPU file system 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/list.h>
+1 -14
arch/powerpc/platforms/cell/spufs/hw_ops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* hw_ops.c - query/set operations on active SPU context. 2 3 * 3 4 * Copyright (C) IBM 2005 4 5 * Author: Mark Nutter <mnutter@us.ibm.com> 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 as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 6 */ 20 7 21 8 #include <linux/errno.h>
+1 -14
arch/powerpc/platforms/cell/spufs/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 2 3 /* 3 4 * SPU file system ··· 6 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 7 6 * 8 7 * Author: Arnd Bergmann <arndb@de.ibm.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10 #include <linux/file.h>
+1 -14
arch/powerpc/platforms/cell/spufs/lscsa_alloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SPU local store allocation routines 3 4 * 4 5 * Copyright 2007 Benjamin Herrenschmidt, IBM Corp. 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 as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 6 */ 20 7 21 8 #undef DEBUG
+1 -14
arch/powerpc/platforms/cell/spufs/sched.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* sched.c - SPU scheduler. 2 3 * 3 4 * Copyright (C) IBM 2005 4 5 * Author: Mark Nutter <mnutter@us.ibm.com> 5 6 * 6 7 * 2006-03-31 NUMA domains added. 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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #undef DEBUG
+1 -15
arch/powerpc/platforms/cell/spufs/spu_restore.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * spu_restore.c 3 4 * ··· 8 7 * Synergistic Processor Element Book IV 9 8 * 10 9 * Author: Mark Nutter <mnutter@us.ibm.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 10 */ 27 11 28 12
+1 -15
arch/powerpc/platforms/cell/spufs/spu_restore_crt0.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * crt0_r.S: Entry function for SPU-side context restore. 3 4 * ··· 8 7 * sequence. Sets up an initial stack frame, then branches to 9 8 * 'main'. On return, restores all 128 registers from the LSCSA 10 9 * and exits. 11 - * 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 10 */ 27 11 28 12 #include <asm/spu_csa.h>
+1 -15
arch/powerpc/platforms/cell/spufs/spu_save.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * spu_save.c 3 4 * ··· 8 7 * Synergistic Processor Element Book IV 9 8 * 10 9 * Author: Mark Nutter <mnutter@us.ibm.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 25 - * 26 10 */ 27 11 28 12
+1 -15
arch/powerpc/platforms/cell/spufs/spu_save_crt0.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * crt0_s.S: Entry function for SPU-side context save. 3 4 * ··· 7 6 * Entry function for SPU-side of the context save sequence. 8 7 * Saves all 128 GPRs, sets up an initial stack frame, then 9 8 * branches to 'main'. 10 - * 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 25 9 */ 26 10 27 11 #include <asm/spu_csa.h>
+1 -14
arch/powerpc/platforms/cell/spufs/spu_utils.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * utils.h: Utilities for SPU-side of the context switch operation. 3 4 * 4 5 * (C) Copyright IBM 2005 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 as published by 8 - * the Free Software Foundation; either version 2, or (at your option) 9 - * any later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 6 */ 20 7 21 8 #ifndef _SPU_CONTEXT_UTILS_H_
+1 -14
arch/powerpc/platforms/cell/spufs/spufs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * SPU file system 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 5 6 * 6 7 * Author: Arnd Bergmann <arndb@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 #ifndef SPUFS_H 23 10 #define SPUFS_H
+1 -15
arch/powerpc/platforms/cell/spufs/switch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * spu_switch.c 3 4 * ··· 16 15 * this is not possible, this sequence may be used to premptively 17 16 * save, and then later (optionally) restore the context of a 18 17 * program executing on an SPE. 19 - * 20 - * 21 - * This program is free software; you can redistribute it and/or modify 22 - * it under the terms of the GNU General Public License as published by 23 - * the Free Software Foundation; either version 2, or (at your option) 24 - * any later version. 25 - * 26 - * This program is distributed in the hope that it will be useful, 27 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 28 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29 - * GNU General Public License for more details. 30 - * 31 - * You should have received a copy of the GNU General Public License 32 - * along with this program; if not, write to the Free Software 33 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 34 18 */ 35 19 36 20 #include <linux/export.h>
+1 -14
arch/powerpc/platforms/pseries/dtl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Virtual Processor Dispatch Trace Log 3 4 * 4 5 * (C) Copyright IBM Corporation 2009 5 6 * 6 7 * Author: Jeremy Kerr <jk@ozlabs.org> 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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/slab.h>
+1 -14
arch/powerpc/sysdev/mmio_nvram.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * memory mapped NVRAM 3 4 * 4 5 * (C) Copyright IBM Corp. 2005 5 6 * 6 7 * Authors : Utz Bacher <utz.bacher@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/fs.h>
+1 -14
arch/powerpc/sysdev/pmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pmi driver 3 4 * ··· 9 8 * Unlike IPMI it is bidirectional and has a low latency. 10 9 * 11 10 * Author: Christian Krafft <krafft@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 11 */ 27 12 28 13 #include <linux/interrupt.h>
+1 -15
drivers/cpufreq/pasemi-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2007 PA Semi, Inc 3 4 * ··· 9 8 * 10 9 * Based on arch/powerpc/platforms/cell/cbe_cpufreq.c: 11 10 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 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 - * 27 11 */ 28 12 29 13 #include <linux/cpufreq.h>
+1 -14
drivers/cpufreq/ppc_cbe_cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * cpufreq driver for the cell processor 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005-2007 5 6 * 6 7 * Author: Christian Krafft <krafft@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/cpufreq.h>
+1 -14
drivers/cpufreq/ppc_cbe_cpufreq_pervasive.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pervasive backend for the cbe_cpufreq driver 3 4 * ··· 8 7 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005-2007 9 8 * 10 9 * Author: Christian Krafft <krafft@de.ibm.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2, or (at your option) 15 - * any later version. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with this program; if not, write to the Free Software 24 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 25 10 */ 26 11 27 12 #include <linux/io.h>
+1 -14
drivers/cpufreq/ppc_cbe_cpufreq_pmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * pmi backend for the cbe_cpufreq driver 3 4 * 4 5 * (C) Copyright IBM Deutschland Entwicklung GmbH 2005-2007 5 6 * 6 7 * Author: Christian Krafft <krafft@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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 8 */ 22 9 23 10 #include <linux/kernel.h>
+1 -15
drivers/isdn/hardware/mISDN/hfc_pci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * specific defines for CCD's HFC 2BDS0 PCI chips 3 4 * 4 5 * Author Werner Cornelius (werner@isdn4linux.de) 5 6 * 6 7 * Copyright 1999 by Werner Cornelius (werner@isdn4linux.de) 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 as published by 10 - * the Free Software Foundation; either version 2, or (at your option) 11 - * any later version. 12 - * 13 - * This program is distributed in the hope that it will be useful, 14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 - * GNU General Public License for more details. 17 - * 18 - * You should have received a copy of the GNU General Public License 19 - * along with this program; if not, write to the Free Software 20 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 - * 22 8 */ 23 9 24 10 /*
+1 -15
drivers/isdn/hardware/mISDN/hfcmulti.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * hfcmulti.c low level driver for hfc-4s/hfc-8s/hfc-e1 based cards 3 4 * ··· 10 9 * Copyright 1999 by Werner Cornelius (werner@isdn-development.de) 11 10 * Copyright 2008 by Karsten Keil (kkeil@suse.de) 12 11 * Copyright 2008 by Andreas Eversberg (jolly@eversberg.eu) 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; either version 2, or (at your option) 17 - * any later version. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with this program; if not, write to the Free Software 26 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27 - * 28 12 * 29 13 * Thanks to Cologne Chip AG for this great controller! 30 14 */
+1 -15
drivers/isdn/hardware/mISDN/hfcpci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * 3 4 * hfcpci.c low level driver for CCD's hfc-pci based cards ··· 9 8 * 10 9 * Copyright 1999 by Werner Cornelius (werner@isdn-development.de) 11 10 * Copyright 2008 by Karsten Keil <kkeil@novell.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 11 * 27 12 * Module options: 28 13 * ··· 28 41 * If kernel uses a frequency of 1000 Hz, steps of 8 samples are possible. 29 42 * If the kernel uses 100 Hz, steps of 80 samples are possible. 30 43 * If the kernel uses 300 Hz, steps of about 26 samples are possible. 31 - * 32 44 */ 33 45 34 46 #include <linux/interrupt.h>
+1 -15
drivers/isdn/hardware/mISDN/hfcsusb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* hfcsusb.c 2 3 * mISDN driver for Colognechip HFC-S USB chip 3 4 * 4 5 * Copyright 2001 by Peter Sprenger (sprenger@moving-bytes.de) 5 6 * Copyright 2008 by Martin Bachem (info@bachem-it.com) 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, or (at your option) 10 - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. 20 - * 21 7 * 22 8 * module params 23 9 * debug=<n>, default=0, with n=0xHHHHGGGG
+1 -15
drivers/isdn/hisax/hfc_usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * hfc_usb.c 3 4 * ··· 12 11 * based on the first hfc_usb driver of 13 12 * Werner Cornelius (werner@isdn-development.de) 14 13 * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 - * 29 14 * See Version Histroy at the bottom of this file 30 - * 31 15 */ 32 16 33 17 #include <linux/types.h>
+1 -13
drivers/isdn/mISDN/l1oip_codec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 * l1oip_codec.c generic codec using lookup table ··· 10 9 * 11 10 * Author Andreas Eversberg (jolly@eversberg.eu) 12 11 * 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 14
+1 -15
drivers/isdn/mISDN/l1oip_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 3 4 * l1oip.c low level driver for tunneling layer 1 over IP ··· 6 5 * NOTE: It is not compatible with TDMoIP nor "ISDN over IP". 7 6 * 8 7 * Author Andreas Eversberg (jolly@eversberg.eu) 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 - * 24 8 */ 25 9 26 10 /* module parameters:
+1 -15
drivers/net/ethernet/ibm/ehea/ehea.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea.h 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #ifndef __EHEA_H__
+1 -15
drivers/net/ethernet/ibm/ehea/ehea_ethtool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea_ethtool.c 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -15
drivers/net/ethernet/ibm/ehea/ehea_hw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea_hw.h 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #ifndef __EHEA_HW_H__
+1 -15
drivers/net/ethernet/ibm/ehea/ehea_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea_main.c 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -15
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea_phyp.c 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -15
drivers/net/ethernet/ibm/ehea/ehea_phyp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea_phyp.h 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #ifndef __EHEA_PHYP_H__
+1 -15
drivers/net/ethernet/ibm/ehea/ehea_qmr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea_qmr.c 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -15
drivers/net/ethernet/ibm/ehea/ehea_qmr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * linux/drivers/net/ethernet/ibm/ehea/ehea_qmr.h 3 4 * ··· 10 9 * Christoph Raisch <raisch@de.ibm.com> 11 10 * Jan-Bernd Themann <themann@de.ibm.com> 12 11 * Thomas Klein <tklein@de.ibm.com> 13 - * 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 12 */ 29 13 30 14 #ifndef __EHEA_QMR_H__
+1 -14
drivers/net/ethernet/toshiba/ps3_gelic_net.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * PS3 gelic network driver. 3 4 * ··· 11 10 * 12 11 * Authors : Utz Bacher <utz.bacher@de.ibm.com> 13 12 * Jens Osterkamp <Jens.Osterkamp@de.ibm.com> 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 13 */ 29 14 30 15 #undef DEBUG
+1 -14
drivers/net/ethernet/toshiba/ps3_gelic_net.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * PS3 Platfom gelic network driver. 3 4 * ··· 11 10 * 12 11 * Authors : Utz Bacher <utz.bacher@de.ibm.com> 13 12 * Jens Osterkamp <Jens.Osterkamp@de.ibm.com> 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 13 */ 29 14 #ifndef _GELIC_NET_H 30 15 #define _GELIC_NET_H
+1 -14
drivers/net/ethernet/toshiba/spider_net.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Network device driver for Cell Processor-Based Blade and Celleb platform 3 4 * ··· 7 6 * 8 7 * Authors : Utz Bacher <utz.bacher@de.ibm.com> 9 8 * Jens Osterkamp <Jens.Osterkamp@de.ibm.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 9 */ 25 10 26 11 #include <linux/compiler.h>
+1 -14
drivers/net/ethernet/toshiba/spider_net.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Network device driver for Cell Processor-Based Blade and Celleb platform 3 4 * ··· 7 6 * 8 7 * Authors : Utz Bacher <utz.bacher@de.ibm.com> 9 8 * Jens Osterkamp <Jens.Osterkamp@de.ibm.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2, or (at your option) 14 - * any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 9 */ 25 10 26 11 #ifndef _SPIDER_NET_H
+1 -14
drivers/net/ethernet/toshiba/spider_net_ethtool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Network device driver for Cell Processor-Based Blade 3 4 * ··· 6 5 * 7 6 * Authors : Utz Bacher <utz.bacher@de.ibm.com> 8 7 * Jens Osterkamp <Jens.Osterkamp@de.ibm.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2, or (at your option) 13 - * any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 8 */ 24 9 25 10 #include <linux/netdevice.h>
+1 -13
drivers/net/netconsole.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * linux/drivers/net/netconsole.c 3 4 * ··· 19 18 */ 20 19 21 20 /**************************************************************** 22 - * This program is free software; you can redistribute it and/or modify 23 - * it under the terms of the GNU General Public License as published by 24 - * the Free Software Foundation; either version 2, or (at your option) 25 - * any later version. 26 - * 27 - * This program is distributed in the hope that it will be useful, 28 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 29 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30 - * GNU General Public License for more details. 31 - * 32 - * You should have received a copy of the GNU General Public License 33 - * along with this program; if not, write to the Free Software 34 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 35 21 * 36 22 ****************************************************************/ 37 23
+1 -14
drivers/watchdog/wdrtas.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * FIXME: add wdrtas_get_status and wdrtas_get_boot_status as soon as 3 4 * RTAS calls are available ··· 11 10 * device driver to exploit watchdog RTAS functions 12 11 * 13 12 * Authors : Utz Bacher <utz.bacher@de.ibm.com> 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation; either version 2, or (at your option) 18 - * any later version. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 - * 25 - * You should have received a copy of the GNU General Public License 26 - * along with this program; if not, write to the Free Software 27 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 28 13 */ 29 14 30 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
include/linux/radix-tree.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2001 Momchil Velikov 3 4 * Portions Copyright (C) 2001 Christoph Hellwig 4 5 * Copyright (C) 2006 Nick Piggin 5 6 * Copyright (C) 2012 Konstantin Khlebnikov 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation; either version 2, or (at 10 - * your option) any later version. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * 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., 675 Mass Ave, Cambridge, MA 02139, USA. 20 7 */ 21 8 #ifndef _LINUX_RADIX_TREE_H 22 9 #define _LINUX_RADIX_TREE_H
+1 -14
lib/radix-tree.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2001 Momchil Velikov 3 4 * Portions Copyright (C) 2001 Christoph Hellwig ··· 7 6 * Copyright (C) 2012 Konstantin Khlebnikov 8 7 * Copyright (C) 2016 Intel, Matthew Wilcox 9 8 * Copyright (C) 2016 Intel, Ross Zwisler 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; either version 2, or (at 14 - * your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, write to the Free Software 23 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 9 */ 25 10 26 11 #include <linux/bitmap.h>
+1 -14
net/iucv/iucv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * IUCV base infrastructure. 3 4 * ··· 18 17 * Documentation used: 19 18 * The original source 20 19 * CP Programming Service, IBM document # SC24-5760 21 - * 22 - * This program is free software; you can redistribute it and/or modify 23 - * it under the terms of the GNU General Public License as published by 24 - * the Free Software Foundation; either version 2, or (at your option) 25 - * any later version. 26 - * 27 - * This program is distributed in the hope that it will be useful, 28 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 29 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 30 - * GNU General Public License for more details. 31 - * 32 - * You should have received a copy of the GNU General Public License 33 - * along with this program; if not, write to the Free Software 34 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 35 20 */ 36 21 37 22 #define KMSG_COMPONENT "iucv"